i have a strategy that i would like to run on every tick (or price change) but I am having a problem. so currently the way i have it is as follow:
when condition A is met
place a limit order 1 tick above that bar and since it is on bar close it is placing the limit order 1 tick above the signal bar when that bar closes.
how can I do that if I change the strategy on every tick? because when I change it to on every tick, when conditions are met it is placing a limit order 1 tick above the high at that second of the bar and not waiting for the bar to finish. I want it to wait for the bar to finish but on every tick method will help me with my exit better.
any help is appreciated.
PS: I tried to use on first tick of bar to add it to the condition but that did not help.

Comment