Jemook wrote:Wouldn't our set ranging and trending values be different if Bob had been testing on a br0ker that didn't need the fix?
Probably, but it's going to depend on how the code was implemented and how you run it.
If you ran it on D1 charts, then the Sunday bar makes a big difference -- now you have 6 bars a week instead of 5, and two of them have less range than usual.
If you run it on intraday bars, then I don't think it should make any difference. (As long as the code doesn't have problems like the code I fixed long ago, where it was specifically looking for Sunday bars.)
So I'm not sure but it's possible that you might be able to run e.g. NT's MTF indi, and see no difference on H4 slopes, but see a significant difference on D1 slopes.
Same with SlopeValues. It looks to me like
Baluda's code only pays attention to the AddSundayToMonday stuff when timeFrame = D1.