RVI_Chart – indicator MetaTrader 5
Real author: Yuriy Tokman (YTG) The RVI Oscillator in the main chart window relative to the Moving Average indicator. RVI is drawn as a colored cloud, the Moving Average is blue. Indicator input parameters: //+————————————————-+ //| Indicator input parameters | //+————————————————-+ input uint RVIPeriod=14; input Smooth_Method XMA_Method=MODE_SMMA; // Averaging method input uint XLength=12; // Depth … Read more