Every variable in the backtesting results determines whether a strategy is successful or not, and that price difference between backtesting and real-life entry prices changes the whole game. This leads me to question the usefulness of the backtesting system —it either serves no purpose or only applies to strategies with large profits that can tolerate the gap between the ideal entry price and the real price. Even then, the backtesting data wouldn't be accurate.
For example, I enter a long position on the NQ at 14333, and it actually enters at 14335, with a 5-point difference. Within that difference, my entire strategy is invalidated, meaning it enters outside of any parameter considered in my strategy. This happens much more frequently than I anticipated. Every day.
I hope I don't sound aggressive, but I'm tired of struggling with this issue and the existential problem of whether all of this makes sense.
Just to clarify, I have tried multiframes with 1 tick series, set the order fill resolution to high, etc. The problem lies elsewhere.
Is there anything that can be done about it, or do I simply resign myself to the fact that the system is designed for larger profits, but the values generated by the backtesting would still be incorrect?

Comment