DYJ AtrTrendReversal EA
- Experts
- Daying Cao
- Version: 1.0
- Activations: 5
Inversion de tendance DYJ EA basée sur l'indicateur d'inversion de tendance DYJ
Il utilise la ligne de tendance ATR pour trouver un signal d'entrée.
EA peut appeler directement les signaux de fichier d'indication.
Il est également possible d'obtenir un signal sans le support d'un fichier d'indicateur.
EA utilise une stratégie de grille et de double investissement.
Le trading de lancement de stratégies d'investissement double peut être contrôlé par le paramètre de risque.
EA peut utiliser le modèle de risque pour contrôler les arrêts de perte et les sondages de volume de l'EA.
Le modèle de contrôle des risques consiste à atteindre le capital social maximum ou le volume maximal de transactions.
EA peut être fermé en utilisant le suivi des objectifs de profit et le signal inverse.
EA utilise une stratégie de jeu contre le marché.
EA parameter template:
- XAUUSD(Link)
- GBPUSD(Link)
Recommend ECN account
- XAUUSD SPREAD is about 8,
- GBPUSD SPREAD is about 2,
- When recommending grid doubling strategy, the chart period M15
- 1 order mode, high TIMEFRAME chart is recommended (check whether the historical statistical minimum MINTP displayed by the indicator is profitable)
- Minimum deposit $500
- Recommended deposit 1000 or more.
- Recommend high leverage;1000 or more
- If the lever is 500 and Minimum deposit $100 or more; please lower the Risk percentage parameter and set the input risk = 0.02.
Input
[General]
InpMagicNumber = 7129
InpEAComment = ATR
InpInitDeposit = 100
[Indicator]
InpIndicatorDirectoryName = Market
InpIndicatorFileName = DYJ AtrTrendReversal
InpIsUseIndicatorsFile = false
InpLossKeyValue = 2 -- Key value for Loss
atrPeriods = 14 -- ATR periods
InpIsUseMaxTPStatistics = true
InpOnlyOppositeClosedLine = false
[EA Signal]
IsNewCandleOpenAndClose = false -- Check New Candle
InpOppostteClosed = true -- Oppostte Closed
[Risk]
InpLotsRisk = 0.0002 -- Lots Risk x%,default 0.002% if blance is 10000$
InpLots = 0.01
InpStopMode = REDUCE_BALANCE_OR_LOTS -- EA Risk Mode:VolumePolling or StopEA
InpMaxProfitsStopEA = 2400000 -- Reach the maximum equity; Please estimate the maximum profit according to the actual trend.
InpMaxLotsStopEA = 100 -- Reach the maximum lots; Please estimate the maximum lots according to the actual trend.
[Trade]
InpTakeProfit = 1000 -- InpTakeProfits: TP > = SL, [0]Long term Take Profits.
InpStopLoss = 1000 -- InpStopLoss:[>0]NormalSL;[<0]SL by Signal;[0]Long term stop loss
InpMaxTrades = 1
InpTargetProfits = 5
InpTrailingPercentage = 0.7 -- Dynamic profit target:70%
InpTargetIncreaseCoeff = 0.5 -- Dynamic Increase Coefficient for target
InpDirection = Both
InpIsOpenOrder = OpenAndPending
InpGridMode = STOP_MODE
InpMaxGridOrders = 0
InpFristOrderStep = 200
InpOrderStep = 200
InpMaxGroupRound = 3 -- InpMaxGroupRound:reaches InpMaxGroupRound & InpGroupProfits
InpGroupProfits = 6 -- InpGroupProfits:reaches InpGroupProfits & InpMaxGroupRound
InpDistanceDivisor = 3
[TradeTime]
day_Start = 06:00:00 -- Time Start
day_End = 18:00:00 -- Time End