is it in Backtesting possible to place a fake stop Limit order at a certain price in the middle of a bar?
e.g. Day Bar: H:100 O:90 C:95 L:85
What if I want to go Long at 93? Next Bar opens at 98 and will not touch 93 again.
It works with Exit Orders (SetStopLoss and SetProfit Target) but I find no way for doing this if I want to enter a trade. Stop Limit Order will work only if the price is inside the next Bar. But if not, it will ignore the order

Thank's

Comment