Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Range_Volume_Ratio_S - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 5 reads | 0 comments |

Range_Volume_Ratio_S - indicator for MetaTrader 5

Range_Volume_Ratio_S - indicator for MetaTrader 5

Range_Volume_Ratio_S - indicator for MetaTrader 5

Smoothed Range Volume Ratio is based on the indicator's oscillatorrange_volume_ratio . It displays the candlestick size/tick ratio in the form of a histogram in a separate window, represented by two parameters:

It also displays signal lines drawn by smoothing the histogram values.

The colors of histogram columns can be displayed in two ways:

The indicator has four input parameters:

If the calculation type is Open/Close:

 RVR[i] = absolute value (opening[i] - closing[i]) / trading volume[i]

If the calculation type is high/low:

 RVR[i] = (highest price[i] - lowest price[i]) / trading volume[i]

Where:

 Volume - Live Volume Signal for Candlesticks = Moving Average (RVR, Period, Method) 

Range_Volume_Ratio_S - indicator for MetaTrader 5

Figure 1. Calculated by open/close, one color

Range_Volume_Ratio_S - indicator for MetaTrader 5

Figure 2. Calculated by opening/closing, color based on previous column value

Range_Volume_Ratio_S - indicator for MetaTrader 5

Figure 3. Calculated by high/low, color by previous column value


Attachment download

📎 range_volume_ratio_s.mq5 (10.64 KB)

Source: MQL5 #20922

Verification code Refresh