I'm developing a strategy that includes a main entry trigger and multiple additional triggers/exits.
For example, I may want to buy 1 or 2 contracts, then add an additional contract or remove an additional contract as determined by my code. The additional contracts may continue to fire triggers over and over depending on the trend.
Then, possibly reverse short and start the entire process over again.
At the end of the day, everything needs to go FLAT.
I'm running into an issue where the backtest report is rather confusing.
Can this type of development be done with EFS and backtesting?
I'm using Strategy.ALL when I'm trying to force the system to go flat before trying to initiate a new main trigger or EOD close function.
Are there any tricks to doing this and are the backtest results correct? I can post screen shots and other info, but not the code yet.
For example, I may want to buy 1 or 2 contracts, then add an additional contract or remove an additional contract as determined by my code. The additional contracts may continue to fire triggers over and over depending on the trend.
Then, possibly reverse short and start the entire process over again.
At the end of the day, everything needs to go FLAT.
I'm running into an issue where the backtest report is rather confusing.
Can this type of development be done with EFS and backtesting?
I'm using Strategy.ALL when I'm trying to force the system to go flat before trying to initiate a new main trigger or EOD close function.
Are there any tricks to doing this and are the backtest results correct? I can post screen shots and other info, but not the code yet.
Comment