Home › Forums › Tickstory Lite › Issue/Bug tracking › No ‘spread’ in backtest
Hi Leonidasfx,
Try inserting this code into the ‘OnTick’ method of a blank EA and see what value pops out:
Print("Spread is: " + DoubleToStr(MarketInfo(Symbol(),MODE_SPREAD), 2));
This is the spread value that is embedded into your export and being used in the strategy tester during your back-test.
Regards.
You must be logged in to reply to this topic.