Trend type MT5 TurtleBooster
655
Return on cycle+177.96%
Cycle of back testing(2024.10.01 - 2025.11.12)
Applicable Platform
Applicable productsXAUUSD
Last Updated Time2025-11-14
Authorization cyclePermanent
Backtesting data does not represent future performance
This strategy is a trend-following and position-adding strategy, mainly used for interval position adding in major trending markets.
USD 0.99 USD 280.00 963 people paid
I agree to《Risk Agreement》
Historical trend
EA Description
EA Name
TutleBooster
Features
Trend-following with position adding, aiming to capture large profits in major market trends
Functions
1. This EA is designed to capture large market swings. By continuously adding positions as profits grow, it can capitalize on significant market movements.
2. Unlike traditional fixed-point interval for position adding, this EA uses ATR values as the benchmark for screening position additions.
3. The EA opens long positions when a new high is reached within the DonchianPeriod candlesticks; conversely, it opens short positions when a new low is reached within the DonchianPeriod candlesticks.
4. After opening a position, additional positions will be added when profits exceed PyramidDistance times the ATR value. Long positions are added above existing long positions, and short positions are added below existing short positions.
5. The initial stop-loss for orders is set to StopLossN times the ATR value, which applies to both initial positions and added positions.
6. The size of added positions can be set based on the risk percentage (RiskPerUnit).
7. The total number of held orders (including initial and added positions) is limited to MaxUnits. No further position additions will be made once this limit is exceeded.
8. All orders will exit using a trailing stop mechanism. At the opening of each new candlestick, the trailing stop for all orders is set to a level StopLossN*ATR below the current price.
9. After a stop-loss is triggered, the EA will re-monitor entry conditions in real-time and re-enter the market.
10. It is recommended to load this position-adding type EA semi-automatically. The optimal scenario is to load it when a major market trend is anticipated.
Parameter Explanations
DonchianPeriod: Breakout period (opens positions when breaking through the high/low of this number of candlesticks)
ATRPeriod: ATR period setting. ATR serves as the benchmark for stop-loss, trailing stop, and position adding.
RiskPerUnit: Risk parameter setting for opening positions.
MaxUnits: Maximum number of held orders.
PyramidDistance: Multiplier setting for position adding. PyramidDistance*ATR is the interval for trend-following position additions.
StopLossN: Stop-loss parameter setting. The initial stop-loss for opening positions is StopLossN*ATR. The trailing stop also uses this value and is set at the opening of each new candlestick.
MagicNumber: Order magic number, which is an important identifier to distinguish orders opened by different EAs.
Investment Advice - Risk Warning
1. Testing this strategy on different platforms may yield discrepancies.
2. It is recommended to conduct simulation tests or small live tests first, and only run it on a live account if the results meet expectations.
3. Past test results do not guarantee future profits.
4. This EA works best when combined with manual judgment. Loading it when a major market trend is anticipated, based on experience, is likely to yield excellent results.
Testing Instructions
1. Testing period: 2024.10 - 2025.11
2. Tested instrument: XAUUSD
3. Tested timeframe: M30
4. Test parameters: See the test report for details