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

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

author EAcpu | 7 reads | 0 comments |

CMH - indicator for MetaTrader 5

The indicator CMH (Clear Method Histogram) displays a color histogram of the current market trend. It is calculated by a "pure" method (without using any other indicators, only prices) and has no configurable parameters.

if swing > 0 :

 CMH = High - HL

Color - blue

if swing < 0 :

 CMH = LH - Low

Color - pink

 HH = maximum value (highest value, previous HH)
LH = minimum value (highest value, previous LH)
HL = Maximum (Low, PrevHL)
LL = Minimum (Low, PrevLL)
  • If swing > 0 and high < HL :

     Swing=-1
    LL = low LH = high
  • If swing < 0 and low > LH :

     Swing = 1
    HH = High HL = Low
  • Otherwise, if high < HL :

     Swing=-1
    LL = low LH = high
  • Otherwise, if low > HL :

     Swing = 1
    HH = High HL = Low 

CMH - indicator for MetaTrader 5


Attachment download

📎 cmh.mq5 (10.71 KB)

Source: MQL5 #21271

Verification code Refresh