Hello, I am trying to backtest an intraday / overnight strategy with daily bars and would like to set up trade functions at both candle open and candle close, from my understanding, BarOffset can be used to accomplish this however when I set it to trade at market open it still uses the closing price. I am also using Fill = 0 and have set(TICKS) just to compare the prices as close as possible to historical data

can someone guide me on how I can use the opening price as my traded price?

See attachment for trade logs and historical price.

Attached Files Screenshot 2023-04-13 154228.pngScreenshot 2023-04-13 154202.png