I open a new chart with "Price based on Ask". Then I set up the strategy with CalculateOnBarClose = false to make sure that OnBarUpdate is called on each incoming tick. I also use SetTrailStop(currency) in the script.
Now I have this question:
If the price of the chart is based on Ask and CalculateOnBarClose = false, does it mean that all methods - EnterLong(), SetTrailStop(), etc - will use Ask price?
Thanks,
Valentin

Comment