Here is my question:
Looking at the candle, how can the backtest assume that the trade would have completed as it is showing?
How can it be sure which came first or in what order the data flowed? All we have is the O/H/L/C to work with and we only know the order which the macro occured and as such how can it assume that trade would have been successful?
Or a shorter version to my question is... With all things being equal in that the data used for backtesting is clean and COBC = true, that my results would have been very similar or the same? Anyway, can I trust that result?
The entry point is the right number, and the exit is the right number. My signal tells me to fade the currentbid() - x number of ticks, in this case it was 9. So how can the backtest know that this would have occurred in the order that benefited the trade.
Looking at this candle/bar. It looks like it opened, and dropped straight down and then closed at the low. So how in the heck can the backtest assume I got filled, it bounced, but then closed lower??? Something isn't adding up.
I'm tired, so excuse me if I am not asking the question right.

Comment