INTRODUCTION
Supertrend G5 Professional is an automatic Knowledgeable Advisor for MetaTrader 5 that implements a Supertrend-based technique mixed with an clever cash administration system. The EA consists of superior options corresponding to Dynamic Lot Development, an Incremental Lot System, and a number of sign filters.
Study extra about Supertrend G5 Professional – Dynamic Development Version and obtain the official model right here: https://www.mql5.com/en/market/product/147520
KEY FEATURES
1. Dynamic Lot Development System (NEW)
Routinely adjusts lot measurement based mostly on account progress share.
4 configurable progress thresholds (10%, 25%, 50%, 100%).
Makes use of compounding: calculates lot measurement from a share of account.
Growing multipliers: lot measurement will increase extra aggressively because the account grows.
2. Incremental Lot System
Lot measurement increments after every same-direction order.
Configurable most variety of Purchase/Promote orders.
Routinely resets when there aren’t any open positions.
Reset Lot After TP: returns to the preliminary lot after a Take Revenue is hit.
3. Multi-Timeframe Sign Filters
EMA Development Filter: development filtering utilizing two EMA strains.
Increased Timeframe Filter: development filter based mostly on a better timeframe.
RSI Filter: overbought/oversold filter.
VWAP Filter: VWAP filter for larger high quality alerts.
MACD Divergence Filter: detects MACD divergence.
4. Skilled Danger Administration
Loss limits utilizing FundingPips guidelines: each day and most loss limits.
Breakeven and Trailing Cease: automated cease loss administration.
Common Revenue Goal: shut all positions when a revenue goal is reached.
TP/SL configurable by % and by foreign money quantity.
DETAILED SETUP GUIDE
3.1 Setting Preparation
Use the most recent MT5 out of your dealer.
Really helpful: check on a demo account.
Open the chart of the image you wish to commerce.
3.2 EA Set up
Copy the .ex5 file into MQL5Experts.
Restart MT5 or refresh the Navigator.
Connect the EA to the chart.
3.3 Primary Settings
Group: Single Chart Settings
EnableSingleChartOperation: false (set true to run on a single specified chart)
OperatingSymbol: “XAUUSD” (allowed buying and selling image)
OperatingTimeframe: PERIOD_M5 (timeframe)
Group: Supertrend Core Settings
AtrPeriod: 14 (ATR interval)
Multiplier: 2.0 (ATR multiplier)
Heaps: 0.01 (base lot)
CloseOpposite: true (shut reverse orders)
3.4 Dynamic Lot Development Configuration (IMPORTANT)
Allow dynamic lot progress:
EnableDynamicLotGrowth: true
GrowthMultiplier: 1.5 (base multiplier)
GrowthThreshold1: 10.0 (threshold 1 = 10%)
GrowthThreshold2: 25.0 (threshold 2 = 25%)
GrowthThreshold3: 50.0 (threshold 3 = 50%)
GrowthThreshold4: 100.0 (threshold 4 = 100%)
UseCompoundingGrowth: true (allow compounding)
CompoundingPercentage: 2.0 (% of account per commerce)
Rationalization:
When account will increase 10%: lot = base lot * (1.5 x 1.2)
When account will increase 25%: lot = base lot * (1.5 x 1.5)
When account will increase 50%: lot = base lot * (1.5 x 2.0)
When account will increase 100%: lot = base lot * (1.5 x 2.5)
3.5 Incremental Lot System Configuration
EnableIncrementalLot: true
InitialLotBuy: 0.01 (preliminary lot for Purchase)
LotIncrementBuy: 0.01 (increment per Purchase order)
MaxBuyOrders: 5 (max Purchase orders)
InitialLotSell: 0.01 (preliminary lot for Promote)
LotIncrementSell: 0.01 (increment per Promote order)
MaxSellOrders: 5 (max Promote orders)
ResetLotWhenNoPositions: true (reset when no positions)
New characteristic: Reset Lot After TP
Observe: When an order hits TP >= $0.01, the incremental counter resets to 0 and the subsequent order makes use of InitialLot.
3.6 SL/TP Settings
Methodology 1: ATR-based
Methodology 2: Mounted factors
3.7 Sign Filters
EMA Filter:
UseEMATrendFilter: true
EMA_ShortPeriod: 50
EMA_LongPeriod: 200
TF_EMA: PERIOD_CURRENT
RSI Filter:
EnableRSIFilter: true
RSI_Period: 14
RSI_Oversold: 30.0
RSI_Overbought: 70.0
RSI_Timeframe: PERIOD_M1
VWAP Filter:
UseVWAPFilter: true
VWAP_Period: 20
TF_VWAP: PERIOD_M15
VWAP_PriceAbove: true
MACD Divergence Filter:
3.8 Danger Administration (FundingPips Guidelines)
Loss Limits:
EnableDailyLossLimit: true
DailyLossLimitPercent: 5.0 (5% each day loss restrict)
EnableMaxLossLimit: true
MaxLossLimitPercent: 20.0 (max loss restrict 20%)
Operation:
Loss is calculated on Fairness (together with floating losses).
Routinely shut all orders when a restrict is exceeded.
Cease buying and selling till reset.
Breakeven & Trailing:
UseBreakeven: true
BreakevenTriggerPoints: 3000 (apply breakeven when revenue reaches 3000 factors)
BreakevenLockPoints: 500 (lock revenue 500 factors)
UseTrailingStop: true
TrailingStart: 4000 (begin trailing when revenue reaches 4000 factors)
TrailingStep: 2000 (trailing step)
3.9 Dashboard & Monitoring
Dashboard shows:
EA standing and final sign
Account progress and present progress multiplier
Revenue for the day
Present unfold
Margin and fairness info
Standing of filters
IMPORTANT NOTES
5.1 Pre-Dwell Testing
At all times check on a demo account for at the least 2 weeks.
Verify dealer unfold and execution high quality.
Verify lot sizes are applicable in your account.
5.2 Cash Administration
Don’t threat greater than 2% of stability per commerce when beginning.
Monitor each day loss restrict steadily.
Alter GrowthMultiplier in accordance with your threat tolerance.
5.3 Market Optimization
Alter ATR Interval and Multiplier per image.
Gold (XAUUSD) sometimes wants a bigger ATR interval (14-20).
Foreign exchange majors might use a smaller ATR interval (10-14).
5.4 System Monitoring
Allow the dashboard to watch standing.
Verify logs at the least as soon as per day.
Guarantee MT5 is at all times related to the web.
TROUBLESHOOTING
6.1 Frequent Errors and Fixes
Error: EA doesn’t open orders
Verify if unfold exceeds MaxSpreadPoints.
Verify buying and selling hours.
Verify adequate margin.
Verify the Consultants tab log for rejection purpose.
Error: Lot measurement not appropriate
Verify MinimumAllowedLot and MaximumAllowedLot.
Verify the image helps that lot measurement.
Verify Dynamic Development settings.
Error: SL/TP not positioned appropriately
PERFORMANCE TRACKING
Metrics to watch:
Parameter optimization:
Backtest on at the least 2 years of knowledge.
Ahead check for 3 months earlier than reside use.
Tune parameters per market.
SUPPORT
When requesting assist, present:
The Consultants tab log file.
A screenshot of your EA settings.
An in depth description of the problem.
Dealer and account info.
CONCLUSION
Supertrend G5 Professional Dynamic Development Version delivers a complete automated buying and selling system with skilled threat administration. By combining Supertrend reversal logic with adaptive lot sizing and a number of filters, the EA goals to optimize buying and selling alternatives whereas defending the account.
Closing recommendation: at all times begin with small heaps, check completely on demo, and enhance lot measurement solely after you perceive how the EA behaves in several market situations.
EA developed by Van Minh Nguyen – 2026