Boris Lund
 Regular
  Posts: 59
Joined: 12/9/2021
User Profile |
Rocket Trade is an interesting concept where we run a strategy on a prefiltered list, which is very close to the actual strategy.
So how can we back test the strategies? The only thing different between the list and the strategy is AVG(C*V,14) > 10000000 which is easy to add in the strategy filter.
Now when that is added it should find trades retrospectively on any list as if they were from the actual rocket list.
Thus we can test how they would have played out if we were to trade the rocket strategy on the rocket list.
|