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

MV_OBV - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 2 reads | 0 comments |

MV_OBV - indicator for MetaTrader 5

Unlike the standard balance volume, which is calculated based on closing prices only, the MultiVote OBV indicator is calculated based on HLC prices, which results in its higher sensitivity.

This indicator has no configurable parameters. Negative values ​​are introduced in red , positive values ​​in green .

 MVOBV = Previous MVOBV + Total Votes * Quantity

Where:

 Total number of votes = number of high votes + number of low votes + number of closed votes
  • If high value > previous high value:

     High vote = 1
  • If high < previous high:

     High vote=-1
  • If low bit > previous low bit:

     Low vote = 1
  • If low < previous low:

     Low vote = -1
  • If Close > Previous Close:

     close vote = 1
  • If closing price < previous closing price:

     Close vote = -1 

MV_OBV - indicator for MetaTrader 5


Attachment download

📎 mv_obv.mq5 (7.86 KB)

Source: MQL5 #21241

Verification code Refresh