Hi, does anyone have suggestions on how to make the back test results as reliable as possible when using limit orders? What settings are the most appropriate on platforms like MultiCharts or TradeStation? I already added $30 as slippage (Gold futures), let me know, thank you.
Can you help answer these questions from other members on futures io?
This seems to work:
If vGoLong Then Buy("SIG-Long") vNumContracts Contracts Next Bar At Close Limit;
Rationale: For day trading, the close of the current bar should be equivalent to the open of the next bar.
Remember: to keep the backtesting as reliable as possible avoid using SetStopLoss, SetProfitTarget, etc.
Also, do not use IOG (IntrabarOrderGeneration).
Hi, what about the "Backtesting assumptions" settings on MC14? Also, there are many different opinions on IOG, can you elaborate on why it shouldn't be used?
Thank you.