How to get MarketSeries.Close in diff time Frame

Created at 29 Oct 2015, 23:06
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
AI

aimerdoux

Joined 07.06.2015

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


@aimerdoux
Replies

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:

MarketSeries data = MarketData.GetSeries(TimeFrame.Hour);

 


@Spotware

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
02 Nov 2015, 01:34

Dear Trader,

Currently we don't provide users the ability to get the MakretSeries of tick timeframes using any method. We will provide it in the future. Stay tuned.


@Spotware