I am trying to get a strategy to enter long or short positions on the close of the candle that meets the signal requirements or when the price meets the requirements. However, the strategy is entering on the opening of the following candle instead. Is there a way to get it to open on the close of the candle that meets the strategy requirements or as the price changes to meet that requirement?
I tried updating the calculation to "OnEachTick and OnPriceChange", but that didn't change when the strategy entered the position.
Thanks for your help!

Comment