|
Yes, you can use Indicator as Input series of another indicator (). This way you can calculate RSI(SMA) and so on, check RSI constructors in API references
Name Description RSI(BarSeries, Int32) Creates an instance of RSI indicator RSI(Indicator, Int32) Creates an instance of RSI indicator RSI(TimeSeries, Int32) Creates an instance of RSI indicator RSI(BarSeries, Int32, BarData) Creates an instance of RSI indicator RSI(BarSeries, Int32, Color) Creates an instance of RSI indicator RSI(Indicator, Int32, BarData) Creates an instance of RSI indicator RSI(Indicator, Int32, Color) Creates an instance of RSI indicator RSI(TimeSeries, Int32, Color) Creates an instance of RSI indicator RSI(BarSeries, Int32, BarData, Color) Creates an instance of RSI indicator RSI(Indicator, Int32, BarData, Color) Creates an instance of RSI indicator
|