📝 产品详情
Smart Flow Bands
| 作者 | Mohamad Sami Taleb |
| 版本 | v1.3 |
| 更新 | 31 十二月 2025 |
| 激活数 | 0 |
1. Bollinger Band condition
-
The current candle must close at or above the Upper Bollinger Band.
-
This signals potential overbought conditions.
2. OBV confirmation (On Balance Volume)
-
OBV must be falling → OBV_now < OBV_prev .
-
Stronger confirmation: OBV decreasing for 2–3 consecutive bars.
-
This shows that buying pressure is weakening.
3. ATR filter (Average True Range)
-
Current ATR must be below its moving average (e.g., ATR_now < ATR_SMA(14) * 1.2 ).
-
Purpose: avoid entering sells when the market is too volatile (false breakouts).
4. Price action confirmation (optional but recommended)
-
A bearish candle forms after the Upper BB touch.
-
Example: candle closes lower than the middle of the previous bar or below the Bollinger middle line.
-
This adds price confirmation to the signal.
✅ If all the above are true → Sell signal is generated.
Stop Loss (SL) & Take Profit (TP)-
Stop Loss (SL):
-
Above the Upper Bollinger Band by + 0.5 * ATR
-
Or above the recent swing high (safer option).
-
-
Take Profit (TP):
-
TP1: Middle Bollinger Band (partial exit).
-
TP2: Lower Bollinger Band
-
Or use fixed Risk:Reward (e.g., 1:1.5 or 1:2).
-
-
Dynamic Exit Rule:
-
Exit early if price closes above Middle BB (invalidates sell).
-
Exit if OBV turns upward (OBV_now > OBV_prev → money flow back to buying).
-
-
Risk 1–2% max per trade.
-
Limit to 1 trade per timeframe per day to avoid overtrading.
-
Avoid trading during major economic news.
-
ATR is above filter level ( ATR_now > ATR_SMA * 1.2 ).
-
OBV not declining.
-
Candle closes above Upper BB again (breakout continuation).
-
Best timeframes: H1, H4, Daily (stronger signals).
-
Scalping (M1–M15) works but has more noise.
-
Always backtest & demo test before real money use.
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览