Hi

Twice I have seen recommendations stating do this trade now on this stock as this trade was successful x number of times over the previous couple of months.  This happens all the time on toggle.ai and on the 'powerX stratergy' website.  So that would be an interesting concept to code out

The ideas is

  • Get a universe of stocks, filter the universe down by checking on which stocks the stratergy was successful on over the previous year.
  • Open trades on these stocks using the stratergy.
  • Repeat

I'm not sure how one would filter the universe, I think it would have to be by looping over arrays and with simple stratergy rules and just counting the number of wins vs the number of losses.

Maybe the ‘Repeat’ can happen when an open trade closes or weekly / monthly.

Do you know of any algo that already uses this structure?  I look forward to testing this structure.