Renko & Range MarketSeries in INDICATOR

Created at 23 Aug 2019, 01:40
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!
KO

kontodospamu5

Joined 13.03.2017

Renko & Range MarketSeries in INDICATOR
23 Aug 2019, 01:40


Hello cTrader Programmers!,

 

Assume I have EURUSD Renko5pips chart active/displayed.

While I construct INDICATOR, I know that I can retrieve EURUSD “Renko5” using:

MarketSeries ms = MarketSeries;

I know that I can retrieve ordinary time-based candlesticks of EURUSD “Minute5” using:

MarketSeries ms2 = MarketData.GetSeries("EURUSD", 'TimeFrame.Minute5);

 

Questions:

#1 Is it possible to retrieve EURUSD “Renko10” (with EURUSD Renko5pips being displayed)?

#2 Is it possible to retrieve GBPAUD “Renko15”?

#3 Is it possible to retrieve EURUSD “Range5”?

#4 Is it possible to retrieve GBPAUD “Range15”?

Thanks for help,

PiotrW50


@kontodospamu5
Replies

PanagiotisCharalampous
26 Aug 2019, 11:30

Hi Piotr,

Unfortunately this is not possible at the moment.

Best Regards,

Panagiotis


@PanagiotisCharalampous