DYJ AtrTrendReversal EA
- Uzman Danışmanlar
- Daying Cao
- Sürüm: 1.0
- Etkinleştirmeler: 5
DYJ eğilimi tersine çevirilmiş EA, DYJ eğilimine dayalı işaretleri ters çevirir
Giriş sinyallerini bulmak için ATR eğilim hattını kullanıyor
EA doğrudan dosya sinyallerini çağırabilir
İşaretçi dosyası desteği olmadan sinyal alma olasılığı da olabilir
EA ağ ve çift yatırım stratejisini kullanır
Çift yatırım stratejisinin başlatılması riskli parametreler tarafından kontrol edilebilir
EA, EA'nın kayıplarını ve işlem hacmini kontrol etmek için risk modunu kullanabilir
Risk kontrolü modelleri maksimum hisse senedi veya maksimum ticaret miktarını elde etmek içindir
EA, kâr hedefi izleme ve karşılıklı sinyalleri kullanarak çalışanları kapatabilir
Ve EA piyasaya karşı bir oyun stratejisi kullanıyor
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