BoS EA
- Experts
- Parminder Kumar Hardial Chand
- Versione: 5.10
Smart Breakout Pro identifies strong directional moves by combining three proven indicators:
🔹 EMA (50) — Detects the dominant market trend
🔹 ADX (20) — Confirms that the trend has real momentum (not a fakeout)
🔹 RSI (60/40) — Filters out exhausted or weak entries
Input Parameters
📊 Trading Settings
- InpLotSize — Fixed lot size per trade (default: 0.01)
- InpMagicNumber — Unique ID for EA trades (default: 20250521)
- InpMaxSpread — Maximum allowed spread in points (default: 30)
- InpSlippage — Maximum allowed slippage (default: 10)
💰 Money Management
- InpStopLossMoney — Stop loss in account currency (default: 10.00)
- InpTakeProfitMoney — Take profit in account currency (default: 20.00)
- InpBasketTakeProfit — Close all when total profit reaches this amount (default: 50.00)
- InpDailyLossLimit — Stop trading if daily loss exceeds this (default: 100.00)
- InpMaxDrawdownPercent — Halt EA at this account drawdown % (default: 20.0)
🛡️ Trailing Stop
- InpUseTrailing — Enable/disable trailing stop (default: true)
- InpTrailingStart — Activate trailing after this profit in money (default: 5.00)
- InpTrailingStep — Trailing distance step (default: 2.00)
- InpBreakevenTrigger — Move SL to breakeven at this profit (default: 3.00)
📉 Strategy Filters
- InpEmaPeriod — EMA trend filter period (default: 50)
- InpAdxPeriod — ADX momentum filter period (default: 14)
- InpAdxThreshold — Minimum ADX value to allow entries (default: 20)
- InpRsiPeriod — RSI period (default: 14)
- InpRsiOverbought — RSI upper level for sell filter (default: 60)
- InpRsiOversold — RSI lower level for buy filter (default: 40)
🕒 Time Filter
- InpUseTimeFilter — Restrict trading to certain hours (default: false)
- InpStartHour — Trading session start hour (default: 8)
- InpEndHour — Trading session end hour (default: 20)
🖥️ Display
- InpShowPanel — Display info panel on chart (default: true)
- InpShowComments — Show trade comments (default: true)
