DYJ Long term Strategy EA
- エキスパート
- Daying Cao
- バージョン: 1.19
- アクティベーション: 5
私たちはろうそくの中で最低価格を探して多頭トレンドとして始まり、最高価格の空頭トレンドを探して始まり、私たちは最長時間で倉庫を持ち、最大の利益を得ることができます。
注文の方向が間違っている場合、戦略は黒字に転換することができます。
EAは1つの通貨対グラフの任意の周期でのみ実行されます
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]