EclipseWick Imbalance Meter
- インディケータ
- バージョン: 1.10
- アクティベーション: 5
EclipseWick Imbalance Meter FAST — MQL5 Market Product Description
Short Description
EclipseWick Imbalance Meter FAST is an optimized MetaTrader 5 custom indicator that measures the balance between lower and upper candle shadows, compares it with a signal line, and displays bullish or bearish wick imbalance crosses using histogram and optional arrows.
Main Description
This FAST version keeps the same wick imbalance logic but avoids full-history recalculation on every tick. It is designed to reduce tester load and address validation messages such as tester takes too long time.
Core Logic
Upper Wick = High - max(Open, Close)
Lower Wick = min(Open, Close) - Low
Wick Imbalance = 100 × (Sum Lower Wicks - Sum Upper Wicks) / Sum All Wicks
Signal Line = SMA of Wick Imbalance
Key Features
- Optimized incremental calculation.
- Wick imbalance oscillator.
- SMA signal line.
- Bullish and bearish histogram.
- Optional arrows and popup alerts.
- Closed-bar signal mode by default.
- No future data.
- No automatic trading.
- No DLL.
- No WebRequest.
- No file access.
No-Repaint Explanation
By default, Use Current Bar For Signals is false. Signals are generated on closed candles only. The indicator calculates each bar using only data available at that bar and older bars.
Risk Disclaimer
Trading financial markets involves risk. This indicator is a technical analysis tool and does not guarantee future results.
