g_CurrentTime = new DateTime(Time[0].Year, Time[0].Month, Time[0].Day, Time[0].Hour, Time[0].Minute, Time[0].Second);
How can I configure the replay mode to be in the 24 hour time format? or is there some code I will need to right to do this in my strategy?
Thanks!

...
Comment