Spread doesnt get drawn

Report any bugs with the Tickstory Lite software here. Please give as much detail as possible so the issue can be identified and resolved as soon as possible.
tickstory
Posts: 4900
Joined: Sun Jan 06, 2013 12:27 am

Re: Spread doesnt get drawn

Post by tickstory »

Hi OneAndOnly - use the following code which will display the spread for you (i.e. the actual difference between the Bid and Ask price in the back-tester):

Print("Bid: " + DoubleToStr(Bid, 5) + " Ask: " + DoubleToStr(Ask, 5) + " Calc spread: " + DoubleToStr(Ask-Bid, 5) );

Regards.

Post Reply