XRSI_Histogram_Vol – indicator MetaTrader 5

Fig. 1. XRSI_Histogram_Vol indicator
RSI_Histogram_Vol indicator with additional averaging of the resulting histogram. A similar averaging is applied to dynamic overbought/oversold levels as well. //+—————————————–+ //|  INDICATOR INPUT PARAMETERS           | //+—————————————–+ input uint                RSIPeriod=14;             // indicator period input ENUM_APPLIED_PRICE  RSIPrice=PRICE_CLOSE;     // price input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK;   // volume input int                 HighLevel2=+20;           // overbought level 2 input int                 HighLevel1=+15;           // overbought level 1 input … Read more