DYJ Long term Strategy EA
- Uzman Danışmanlar
- Daying Cao
- Sürüm: 1.19
- Etkinleştirmeler: 5
Mumlardaki en düşük fiyatı uzun bir trende ararak başlarız ve kısa bir trende en yüksek fiyatı ararak başlarız. En uzun zamandır pozisyonu tutacağız ve maksimum fiyatı alacağız.
Emir yanlış yönde olduğunda, strateji kaybı kazara dönüştürebilir.
EA yalnızca tek bir para birimi üzerinde grafiğin herhangi bir döngüsünü çalıştırır
INPUT
InpMagicNumber = 8257
InpIsDisplayInterface = true
InpEAComment = LTS
InpRStrategyTimeFrame = 1 Day
InpLotsRisk = 0.0002 -- Lots Risk x%,default 0.002% if blance is 10000$
InpLots = 0.01 -- fixed lot [0-->Auto]
InpMaxSpread = 100
Maxtrades = 1
InpDirection = Both
InpFristOrderStep = 200
InpOrderStep = 200
InpTakeProfit = 0
InpStopLoss = 0
InpIsHideGroupSLTP = true
InpBarsBeforeSearch = 0 -- X minutes before the market closes every month[0->off]
InpMaxProfitsBeginsCallback = 100 -- MaxProfit begins to callback for other are disabled[0->off]
InpSymbolProfits = 0 -- Symbol Target Profits
InpSymbolMaxProfits = 0 -- Symbol Target MaxProfits
InpTrailingPercentage = 0.7 -- Dynamic profit target:70%
InpTargetIncreaseCoeff = 0.5 -- Target coefficient
InpRepairPercent = 0.053005 -- Repair loss coefficient or LotExponent,default 0.053005 or 2 if GameMode<2
InpGameMode = 3 -- Enable GameMode:[x>=2->game],[0->off]