i am backtesting EURUSD for 20+ years based on 1 hour multi charts (BID, ASK, different time periods, etc).
I see that BarsArray[0].BarsSinceNewTradingDay differs if I use kinetick free end of day connection and differs if i use Simulated Data Feed.
I use Tickstory tick data for creating bars/charts.
I see that on 60 minute chart the difference between the two connection's BarsSinceNewTradingDays is 13.
The BarsSinceNewTradingDays equals 0 at the first bar of session with connection Kinetick - I think it is OK.
The BarsSinceNewTradingDays equals 13 at the first bar of session with connection Simulated Data Feed - I thing it is not really OK.
Is this intended or some sort of bug?
Break at end of Day is checked at all data seiries.
regards
Kittyan

Comment