π₯ https://www.mql5.com/en/market/product/160768 π₯
| Mode | Description / Fundamental Operate | Place Opening (Regular Sign) | Auto Hedging (β₯3 pips + delay) | System Hedging (Sign Change) | ADX Affect on Regular Opening | Abstract / When to Use |
|---|---|---|---|---|---|---|
| MODE_TREND_FOLLOW_ONLY | Pure pattern following β observe robust pattern route solely | Solely when ADX > 25 and route matches | No | No (until pattern reverses strongly) | Strict: ADX > 25 required | Robust trending markets, keep away from ranging, single route |
| MODE_SIDEWAYS_ONLY | Reversal-focused in ranging market (beforehand referred to as REVERSAL_ONLY) | Very permissive when ADX β€ 25 Restricted when ADX > 25 |
No | Sure (straightforward in sideways) | Very permissive when ADX β€ 25 Very restricted when ADX > 25 |
Ranging/uneven markets, search reversal alternatives |
| MODE_HYBRID_AUTO_SIDEWAYS | Hybrid: pattern observe in robust pattern + auto hedging solely in sideways | Pattern observe when ADX > 25 Free in ADX β€ 25 |
Sure β solely in sideways (ADX β€ 25) | Sure | Pattern filter when ADX > 25 Free when ADX β€ 25 |
Balanced technique, hedging primarily in ranging section |
| MODE_HYBRID_AUTO_TREND | Hybrid: pattern observe in robust pattern + auto hedging solely in robust pattern | Pattern observe when ADX > 25 Free in ADX β€ 25 |
Sure β solely in robust pattern (ADX > 25) | Sure | Pattern filter when ADX > 25 Free when ADX β€ 25 |
Balanced technique, hedging primarily in trending section |
| MODE_DEFAULT_FREE | Default free mode: no ADX filter on regular positions + solely system hedging | Fully free β open BUY/SELL anytime | No | Sure | No ADX filter in any respect | Most versatile mode, commerce freely, hedging solely from sign reversal |
Legend: Sure = Energetic | No = Disabled
Auto Hedging = Triggered by β₯3 pips revenue + 60-second delay
System Hedging = Happens naturally from sign route change
Further Notes
- Auto Hedging (β₯3 pips + delay) That is the particular automated hedging mechanism that opens an reverse place after a place reaches β₯3 pips revenue and waits for a 60-second delay. It’s solely lively within the two hybrid modes and is totally disabled within the different three modes.
- System Hedging (Sign Change) This happens naturally when the principle sign reverses route (e.g., from BUY sign to SELL sign). The system units the alternative sign array to true, which can lead to hedging habits until blocked by different logic (e.g., UseHedging = false + CanCloseOppositeNow() closing the present place).
- UseHedging = false habits When this enter is fake, the EA actively prevents true hedging by closing reverse positions earlier than opening a brand new one (by way of CanCloseOppositeNow()), supplied the alternative place meets the revenue/unfold/time circumstances. This is applicable to all modes the place system hedging may happen.
This desk ought to give a transparent, complete overview of how every mode behaves relating to place opening and each forms of hedging.
(Free Tester): https://www.mql5.com/en/market/product/163098 || https://telegra.ph/batik-03-01
Instruction new weblog : https://www.mql5.com/en/blogs/put up/767738 New Model: 63.1