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 - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 5 reads | 0 comments |

Range_Volume_Ratio - indicator for MetaTrader 5

Range_Volume_Ratio - indicator for MetaTrader 5

The indicator displays the candlestick size/volume ratio in a separate window in the form of a histogram:

The indicator has one input parameter:

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 - the live trading volume of the candlestick 

Range_Volume_Ratio - indicator for MetaTrader 5

Figure 1. Calculation by opening/closing

Range_Volume_Ratio - indicator for MetaTrader 5

Figure 1. Calculation by high/low


Attachment download

📎 range_volume_ratio.mq5 (6.81 KB)

Source: MQL5 #20921

Range_Volume_Ratio - MetaTrader 5 script usage and filtering suggestions

Range_Volume_Ratio - MetaTrader 5 script is a resource related to Forex indicators. Before downloading or referencing, it is recommended to confirm the platform version, transaction type, time period, whether DLL is required, whether source code is included, parameter description and historical update records.

Both automated trading tools and foreign exchange indicators should first undergo backtesting, simulated account observation, and small capital verification. Pay special attention to spreads, slippages, maximum drawdowns, position opening frequency, stop loss methods, trading periods and broker rules, and avoid direct real-time execution based only on titles or short-term profit descriptions.

Verification code Refresh