MultiParisDonchianChannelBreakOut
- Experts
- Yan Xiong Xue
- Versão: 1.0
- Ativações: 5
Strategy introduction
Tanguan channel breakthrough approach, position according to the stop loss distance and variety point value adjustment, can also be fixed position trading, can set tracking stop loss,No Martin, no grid
Parameter description:
- Pairs List (comma separated) = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD"; // pairs list, divided by ",", other applicable varieties can be tested and optimized by themselves
- TimeFrame = PERIOD_H4;
- MagicNumber = 60037; // Strategy identifier: Different identifier when different policies are loaded for the same variety
- OrderComment = "DCBreakOut"; // Strategy comments
- FixedLots(RiskPercent = 0) = 0.01; // When RiskPercent == 0, open the position with fixed lot number
- RiskPercent(0 - 100) = 1;
- DonchianChannelLength = 20; // Donchian channel calculation period
- PendingOrderDistancePoints = 50; // Minimum order distance number
- StopLossPoints = 200; // Initial stop loss points
- TakeProfitPoints = 1000; // Initial take profit points
- isTrailingStop = true; // Whether to track stop loss
-TrailingStopTriggerPoints = 200; // Track stop loss trigger points
- TrailingStopPoints = 200; // Track stop points