I need to place some limit orders in my strategy, the problem is when doing backtesting, how I know if my limit orders can be fullfilled?
In the following time, if the history price is lower than my limit price(at least 1 cent), can I think my order can be fullfilled?
Or you have any other ideas? Maybe you think only part of (for example, 70-80 percent) limit orders can be fillfilled even if the history price lower than limit price? How do you calculate this in your backtesting?
In the following time, if the history price is lower than my limit price(at least 1 cent), can I think my order can be fullfilled?
Or you have any other ideas? Maybe you think only part of (for example, 70-80 percent) limit orders can be fillfilled even if the history price lower than limit price? How do you calculate this in your backtesting?