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 ?
Replies
                     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

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