IndicatorDataSeries not available in Plugin

Created at 27 Aug 2024, 21:29
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!
LB

lbellego

Joined 20.06.2024

IndicatorDataSeries not available in Plugin
27 Aug 2024, 21:29


Hi,

I have a plugin which create a frame, in this frame I print state of certain values calculated from rsi and mma. But I need to create a DataSeries in order to have the rsi working on it (not only close-open-etc). CreateDataSeries is not available. Is there another solution ?


@lbellego
Replies

PanagiotisCharalampous
28 Aug 2024, 05:54

Hi there,

You can create an indicator that would output the relevant data through the output data series.

Best regards,

Panagiotis


@PanagiotisCharalampous

lbellego
28 Aug 2024, 12:09 ( Updated at: 29 Aug 2024, 05:15 )

RE: IndicatorDataSeries not available in Plugin

PanagiotisCharalampous said: 

Hi there,

You can create an indicator that would output the relevant data through the output data series.

Best regards,

Panagiotis

right !! thanks !


@lbellego