all charts are running an indicator that uses the following code to plot seconds remaining in each bar
TimeSpan barTimeLeft = Bars.Get(Bars.Count - 1).Time.Subtract(Now);
the indicator runs fine in the strategy 60 sec chart(where it is being added by the strategy)....in all others it shows more time than the bar interval....for instance at the start of each bar in the 30 sec chart it shows 32 secs...in the 15 it shows 17 secs....in the 5 sec it shows 7 secs
how can this be? ydy is was working perfectly and this morning in Market Replay fine
I am connected to Zenfire as is one of my users who is having the same problem
is this a data feed server problem this morning?
thanks

Comment