Replies

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

kodges
01 Mar 2014, 06:06

RE:

MRSV said:

     protected override void OnTick()
        {
            Print(Server.Time);
        }

So you can get just the current time tick, and I need some time in the history of tics. For analysis in my robot. 


@kodges

kodges
25 Jan 2014, 12:24

RE: RE:

Cerunnos said:

/forum/calgo-support/2067

kodges said:

Prompt how to get data from an external source (network or file) for use in the trading robot. For example, such data as the date and time when the news of the economic calendar.

 

 

Thank you! 
How about reading the text file on http?


@kodges