![]()
DYJ趋势反转EA基于DYJ趋势反转指标 它使用ATR趋势线来寻找进场信号。
EA可以直接调用指示文件信号。
也有可能在没有指示符文件支持的情况下获得信号。
EA采用网格和倍投策略。 倍投策略的起始交易可以由风险参数控制。
EA可以用风险模式来控制EA的止损和成交量轮询。
风险控制模式包括达到最大净值或最大交易量。
EA可以使用利润目标跟踪和相反的信号关闭。
EA用的是对抗市场的游戏策略。
EA参数模板:
推荐 ECN账户
- 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 = ATRInpInitDeposit = 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 targetInpDirection = Both
InpIsOpenOrder = OpenAndPending
InpGridMode = STOP_MODE
InpMaxGridOrders = 0
InpFristOrderStep = 200
InpOrderStep = 200
InpMaxGroupRound = 3 -- InpMaxGroupRound:reaches InpMaxGroupRound & InpGroupProfits
InpGroupProfits = 6 -- InpGroupProfits:reaches InpGroupProfits & InpMaxGroupRoundInpDistanceDivisor = 3
[TradeTime]
day_Start = 06:00:00 -- Time Start
day_End = 18:00:00 -- Time End