XССI_Candle_Vol – indicator MetaTrader 5
CCI_Candle_Vol indicator with additional averaging of the resulting candles. A similar averaging is applied to dynamic overbought/oversold levels as well. //+—————————————–+ //| INDICATOR INPUT PARAMETERS | //+—————————————–+ input uint CCIPeriod=14; // indicator period input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK; // volume input int HighLevel=+50; // overbought level input int LowLevel=-50; // oversold level input uint Gap=10; // unconsidered gap in points input … Read more