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

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

Attachment download
📎 cmh.mq5 (10.71 KB)
Source: MQL5 #21271
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •