1) Entries are not triggered at the correct place. As show in the below screenshot, I was expecting the entry when the price of the next bar after the signal is above the signal barBut that is not. happening. I wasn't sure what I'm missing here
https://ra3-gmail.tinytake.com/msc/N...NV8xODcxMjg1NA
as you see, the trades are triggered in the next bar after the signal bar but not meeting the condition (only trigger when the price is above the signal bar in this particular example)
Also, question: is signal bar candle is price[1] or price[0] ?
2) I see the past trades shown on the chart as soon as I enable the strategy. However, they are not triggering in real-time. I do see the strategy in green in control center
uploaded my strategy (removed other proprietary logic for confidentiality)
Thanks for reviewing it and apart from this I appreciate if there are any improvements I can make to the order management logic here.

Comment