How to get MarketSeries.Close in diff time Frame
How to get MarketSeries.Close in diff time Frame
29 Oct 2015, 23:06
hey I would like to know how to get the MarketSeries of timeframe i hour if I have the robot in one timeframe of 31 ticks thank you
Replies
aimerdoux
30 Oct 2015, 18:56
RE:
Spotware said:
Dear Trader,
Please have a look at the GetSeries method in the API Reference section of cTDN.com
and at the following code snippet:
MarketSeries data = MarketData.GetSeries(TimeFrame.Hour);
But i cant add a timeFrame of 1Tick how can I?
@aimerdoux
aimerdoux
30 Oct 2015, 18:56
RE:
Spotware said:
Dear Trader,
Please have a look at the GetSeries method in the API Reference section of cTDN.com
and at the following code snippet:
MarketSeries data = MarketData.GetSeries(TimeFrame.Hour);
But i cant add a timeFrame of 1Tick how can I?
@aimerdoux
Spotware
30 Oct 2015, 07:09
Dear Trader,
Please have a look at the GetSeries method in the API Reference section of cTDN.com
and at the following code snippet:
@Spotware