SmartComboSignalDashboard
- Indicatori
- Norbert Mihaly Tenger
- Versione: 2.0
- Aggiornato: 25 luglio 2025
- Attivazioni: 20
SmartComboSignalDashboard is a multi-strategy signal scanner and visual dashboard for MetaTrader 5. It combines six technical indicator combinations to detect Buy/Sell opportunities and visualize them on the chart. It includes:
Signal table with real-time updates
Push notifications (with time-frame-based throttling)
Visual on-chart entry levels (Buy/Sell stops)
Interactive buttons per strategy for toggling entry levels
🔧 Setup & Installation
Open MetaEditor in MT5.
Copy-paste the .mq5 file into MQL5/Indicators/ folder.
Compile the indicator.
Attach it to any chart (M1 to D1 supported).
🛠 Input Parameters
Parameter Section Description
EnablePushAlerts Sends push notifications on Buy/Sell signals
MA + RSI + Volume Settings for moving average, RSI, and tick volume filtering
Boll + RSI + MACD Combines Bollinger Bands, RSI, and MACD for signal logic
Fibonacci + SAR + MACD Detects reversal setups using midpoint + SAR + MACD
VWAP + RSI + Stochastic Uses VWAP levels with momentum filters
ATR + EMA + MACD Confirms trend and volatility before generating signals
Ichimoku + RSI + Stochastic Combines cloud breakout with overbought/oversold detection
📊 How to Use
Each row in the table represents one signal combination.
Colored rows:
🟢 Green: Buy signal
🔴 Red: Sell signal
⚪ Gray: Neutral
Click a button next to a signal to toggle drawing a pending order level (Buy/Sell stop) on the chart.
Push notifications are sent only once per candle, based on the current chart timeframe (e.g., once every 1 hour on H1).
🔔 Timeframe-Based Alert Control
To prevent duplicate notifications:
H1 chart: 1 notification per hour
M15 chart: 1 notification every 15 minutes
M5 chart: 1 notification every 5 minutes
Each strategy has its own independent alert logic.
🧠 Summary Recommendations
| Style | Timeframe | Key Characteristics | MA | RSI | MACD | EMA | ATR |
|---|---|---|---|---|---|---|---|
| Scalping | M1–M5 | Fast signals, highly sensitive | 5 | 7 | 5 / 13 / 3 | 21 | 7 |
| Day Trading | M15–H1 | Balanced signals | 14 | 14 | 12 / 26 / 9 | 50 | 14 |
| Swing Trading | H4–D1 | Trend-following, stable | 50 | 21 | 12 / 26 / 9 | 100 | 21 |
| Position Trading | D1–W1 | Long-term trends, low noise | 100 | 21+ | 8 / 34 / 9 | 200 | 28 |
📘 Tip:
You can combine different parameter sets across multiple timeframes.
For example, the same strategy on M5 and H1 charts with adapted parameters can provide stronger confirmations and better filtering.
What’s New in v1.8
📌 1. Added Candlestick Pattern Recognition
A 7th signal row has been added to the dashboard.
It evaluates Bullish Engulfing and Bearish Engulfing candlestick patterns.
Logic checks the relationship between the current and previous candle’s open/close values to detect reversal signals.
Integrates fully into the dashboard UI, push notification system, and interactive buttons like the other strategies.
🆙 2. Improved Interface Logic
This ensures full visual and functional consistency with the new candlestick signal row.
🎯 3. Highlight Feedback Functionality Improved
Temporarily changes row color to DeepSkyBlue
Automatically restores the original background color based on the signal type (Buy, Sell, Neutral)
Includes ChartRedraw() calls to ensure visual feedback is smooth and visible
