DYJ AtrTrendReversal EA
- Asesores Expertos
- Daying Cao
- Versión: 1.0
- Activaciones: 5
La inversión de tendencia de DYJ se basa en el indicador de inversión de tendencia de DYJ
Utiliza la línea de tendencia ATR para buscar señales de entrada.
EA puede llamar directamente a la señal de archivo de instrucción.
También es posible obtener una señal sin el soporte de un archivo de indicador.
EA adopta una estrategia de red y doble inversión.
El inicio de operaciones con estrategias de doble inversión puede ser controlado por los parámetros de riesgo.
EA puede usar el modo de riesgo para controlar el stop loss y el sondeo de volumen de EA.
El modelo de control de riesgo consiste en alcanzar el capital social máximo o el volumen máximo de negociación.
EA puede cerrar con el seguimiento de objetivos de ganancias y señales opuestas.
EA utiliza estrategias de juego contra el mercado.
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