Attachments forums

List of attachments posted on this forum.


All files on forums: 135911

Re: Adaptive Indicators for MT4

mrtools, Sun Nov 27, 2022 6:07 pm

ARSI RSI Adaptive (on chart)

This is a rsi adaptive averages filtered. Averages available are

Code: Select all

enum  enMaTypes
      {
         ma_sma,                                                            // Simple moving average
         ma_ema,                                                            // Exponential moving average
         ma_smma,                                                           // Smoothed MA
         ma_lwma,                                                           // Linear weighted MA
         ma_slwma,                                                          // Smoothed LWMA
         ma_dsema,                                                          // Double Smoothed Exponential average
         ma_tema,                                                           // Triple exponential moving average - TEMA
         ma_lsma,                                                           // Linear regression value (lsma)
         ma_nlma,                                                           // Non Lag moving average - NLMA
      };
All files in topic