Tab: Advanced
Dashboard, time filter, default SL/TP, signal handling, and architecture settings
Show Dashboard
Shows or hides the visual information panel overlaid on the MT5 chart. The dashboard displays current signal status, active trades, connection status, and daily P&L.
Dashboard Theme
Visual theme for the dashboard overlay. Options: DARK, LIGHT, MATRIX (green on black), TRADINGVIEW (matches TradingView color scheme).
Dashboard X / Y Position
Pixel position of the dashboard panel on the chart. Adjust to avoid overlapping with price action or other indicators.
Use Time Filter
Restricts the EA to only open new trades during specific hours. Signals received outside the allowed window are ignored. Does not affect management of already-open trades.
Start Hour / End Hour
Hour range during which the EA accepts new signals. Times are in broker server time (visible in MT5's Market Watch clock).
Fixed SL (pips) / Fixed TP (pips)
Default Stop Loss and Take Profit in pips applied when a signal does not include these values. Ensures trades always have risk management even when signal providers omit SL/TP.
Require SL
If true, the EA rejects any signal that does not include a Stop Loss value. No trade will be opened without a defined SL. Use this with strict risk management requirements.
Wait for Complete Signal
When enabled, if an initial message has direction but no SL/TP, the EA waits for a follow-up message with complete information before opening any orders. Useful for channels that send signals in two parts.
Wait Timeout (seconds)
Maximum seconds to wait for the complete signal follow-up. If no completion message arrives within this time, the EA either proceeds with the partial information or cancels the entry (depending on the Require SL setting).
Enable Multi-Cycle Architecture
Enables the advanced concurrent cycle management engine. Each unique combination of channel + symbol + direction gets its own independent trading cycle, allowing the EA to simultaneously manage 100+ active cycles without conflicts.
Manual TP Levels
When enabled, the EA completely ignores the Take Profit levels provided in the signal and instead uses up to 10 fixed TP levels defined here (in pips from the entry price). This is useful when you want consistent TP distances regardless of what the signal provider sends.
- Enable Manual TPs — Master toggle. When ON, signal TPs are ignored and these fixed levels are used instead.
- TP1–TP10 (pips) — Distance in pips from the entry price for each TP level. Levels set to 0 are skipped.
R:R Ratio TP Levels
Dynamic TP mode where each Take Profit level is automatically calculated as a multiple of the signal's Stop Loss distance. Instead of fixed pip values, you configure multipliers (ratios) and the EA adapts to every signal's SL automatically.
- Enable R:R Ratio TPs — Master toggle. When ON, signal TPs are ignored and R:R-calculated levels are used instead.
- R:R Ratio 1–10 — Multipliers applied to the SL distance.
1.0= 1:1 (TP at same distance as SL),2.0= 1:2,3.0= 1:3. Set to0to skip a slot.