Skip to product information
Dominus Power EA #049

Dominus Power EA – User Guide
Overview
Dominus Power EA is a MetaTrader 5 Expert Advisor that combines RSI, MACD, Volume
Filter, and VWAP for entry confirmation.
It aims to capture trades when momentum, trend, and market volume align, while filtering out
weak signals with VWAP and spread control.
Input Parameters
General
• MagicNumber – Unique ID for trades opened by this EA.
• FixedLots – Fixed lot size for each trade.
• UseRiskPercent – If true, lot size is calculated by risk %.
• RiskPercent – Percentage of account balance risked per trade.
• MaxSpreadPoints – Maximum allowed spread (in points).
Signals
• RSI_Period – Period for RSI calculation (default: 14).
• RSI_BuyLevel – Minimum RSI level for buy confirmation (default: 55).
• RSI_SellLevel – Maximum RSI level for sell confirmation (default: 45).
• MACD_FastEMA / SlowEMA / SignalSMA – MACD parameters.
• VWAP_Period – Rolling bars used for VWAP calculation.
• Vol_SMA_Period – Volume SMA period for filter.
• UseClosedBarSignals – If true, signals are confirmed only on closed candles (reduces
false signals).
Risk / Exits
• SL_Points – Stop Loss in points.
• TP_Points – Take Profit in points.
• UseTrailingStop – Enable trailing stop.
• TrailStartPoints – Minimum profit (points) before trailing starts.
• TrailStepPoints – Distance (points) for trailing adjustment.
Trading LogicBuy Conditions
• RSI > RSI_BuyLevel
• MACD Main > MACD Signal
• Price > VWAP
• Current Volume > SMA of volume
Sell Conditions
• RSI < RSI_SellLevel
• MACD Main < MACD Signal
• Price < VWAP
• Current Volume > SMA of volume
Exit & Risk
• Stop Loss and Take Profit are set automatically.
• Optional Trailing Stop moves SL in profit once conditions are met.
Best Practices
• Timeframes: M15 to H1 recommended.
• Pairs: Major Forex pairs, XAUUSD, indices (depending on broker).
• Filters: Keep UseClosedBarSignals = true to avoid false entries.
• Risk: If using RiskPercent, test different SL sizes to match volatility.
Example Setup (EURUSD, M15)
• RSI_Period = 14
• RSI_BuyLevel = 55 / RSI_SellLevel = 45
• MACD default (12, 26, 9)
• VWAP_Period = 50
• Vol_SMA_Period = 20
• SL = 300 points, TP = 500 points
• UseTrailingStop = true

You may also like