KO
    
        
            Date and time in the history of tics
            
                 28 Feb 2014, 19:36
            
                    
Hello!
How to get time each tick of the story? After all, surely it is stored in history.
Replies
                     Old Account
                     02 Mar 2014, 00:57
                                    
I'm not shure i understan what you are looking for, could you explane it a bit more?
@Old Account
                     kodges
                     02 Mar 2014, 05:40
                                    
RE:
MRSV said:
I'm not shure i understan what you are looking for, could you explane it a bit more?
Example:
int index = MarketSeries.Tick.Count-1; var time = MarketSeries.TickTime[index];
Here's an example of what I need. Preparation time ticks past. But this functionality is not present, or I was looking bad.
@kodges

Old Account
01 Mar 2014, 00:11
protected override void OnTick()
{
Print(Server.Time);
}
@Old Account