Hull MA MTF
- Indicatori
- Versione: 1.0
- Attivazioni: 5
Tired of flipping through six different charts just to check the trend direction? Say goodbye to screen chaos and analysis paralysis. HMA MTF condenses the power of the ultra-fast, low-lag Hull Moving Average across six user-defined timeframes into one clean, high-performance graphic panel right on your main chart.
By pairing the low-lag responsiveness of the Hull Moving Average with volatility-normalised ATR calculations, this indicator gives you an institutional-grade view of market structure without lagging behind the price action.
The Four Critical Questions This Indicator Answers For You
To survive the markets, a trader needs to answer four vital questions before placing any trade. HMA MTF answers all of them in real-time at a single glance:
-
What is the structural tide? The Strategic Trend Direction section constantly tracks your macro timeframes (e.g., D1, H4, H1) so you never trade against the major market momentum.
-
Is the entry timing right? The Tactical Entry Signals section monitors your micro timeframes (e.g., M30, M15, M5) to pinpoint the exact moment momentum aligns with the macro trend.
-
Is the trend sustainable, or is it dying? The dynamic HEALTH Score (0–100%) grades trend quality mathematically. Know instantly if a trend is robust (80%+) or a weak, choppy trap to avoid (<40%).
-
Is the price overextended? The DIST(ATR) column normalises price distance using the Average True Range. It explicitly warns you if the market is safely within a healthy zone ($0.5x - 1.5x$), overextended and ripe for a pullback ($>2.0x$), or trapped in a low-volatility breakout risk ($<0.3x$).
EA Ready: Power Your Automated Systems
Built with algorithmic developers in mind, you do not have to guess or calculate complex multi-timeframe arrays inside your Expert Advisors. All core panel analytics and execution triggers are stored in easily accessible structural buffers via standard iCustom calls, allowing you to build automated strategies with ease.
Integrate the dashboard's internal logic and crossover entry triggers into your automated system using these specific buffers:
-
Buffer 2 (Buy_Signal): Contains the exact value for the bullish crossover arrow (returns an active price double when a buy arrow triggers, otherwise EMPTY_VALUE ).
-
Buffer 3 (Sell_Signal): Contains the exact value for the bearish crossover arrow (returns an active price double when a sell arrow triggers, otherwise EMPTY_VALUE ).
-
Buffer 4 (HMA_State): Returns the directional trend state (1 = Bullish, -1 = Bearish, 0 = Flat).
-
Buffer 5 (HMA_Health): Returns the trend health percentage float (0.0 to 100.0).
-
Buffer 6 (HMA_Distance): Returns the volatility-normalised distance from the HMA line.
// Example EA Crossover and Filter Integration: double buyArrow = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 2, 0); double sellArrow = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 3, 0); double hmaState = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 4, 0); double hmaHealth = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 5, 0); // Execute long on a fresh crossover when the macro trend health is robust if(buyArrow != EMPTY_VALUE && hmaHealth > 70) { // Direct execution trigger for LONG position } // Execute short on a fresh crossover when the macro trend health is robust if(sellArrow != EMPTY_VALUE && hmaHealth > 70) { // Direct execution trigger for SHORT position }
Ease of Use and Configuration
No complex setups. No tedious configurations. Drop it onto any chart, and the smart engine begins crunching data instantly.
-
Universal Timeframe Flexibility: Assign ANY timeframe to ANY slot. Mix and match easily, whether you are a scalper utilising M1/M5 or a swing trader scanning Daily/Weekly charts.
-
Asymmetric Trend Weighting: Customise how much weight your macro vs. micro timeframes carry ( TrendTFWeight vs EntryTFWeight ). The panel automatically calculates a weighted Aggregate Confidence Score (%) based on your specific trading style.
-
Smart Generative Insights: The built-in text engine reads the layout matrices and prints clear instructions like "Strong trend alignment. Consider trend-following entry" or "Price extended from moving average... MEAN REVERSION POSSIBLE".
-
Built-in CPU and Performance Safeguards: Features a throttled graphical update timer ( PanelUpdateIntervalMs ) and optional heavy metrics to ensure your MetaTrader platform stays lightning fast, even during high-impact news events.
-
Anti-Spam Alerts: Includes smart cooldown timers so you get alerted exactly when a structural shift happens—without your terminal freezing or chiming continuously.
Built-In Trading Strategies Supported
-
Trend Following: Trade high-conviction alignments when the dashboard flags a STRONG BUY with > 75% confidence and high average health.
-
Mean Reversion: Catch sharp counter-trend pullbacks when the Insight Bar flags multiple timeframes as OVEREXTENDED (>2.0x ATR).
-
Conflict Avoidance: Protect your capital by instantly identifying flat, choppy markets when quality is graded as LOW or signals conflict.
