DYJ Long term Strategy EA
- 专家
- Daying Cao
- 版本: 1.19
- 激活: 5
我们在蜡烛中寻找最低价格作为多头趋势开始,
寻找最高价格位空头趋势开始,
我们会以最长时间持仓,
并且获得最大利润。
当订单方向错误时,策略能使其扭亏为盈。
EA仅仅在一个货币对图表任意周期运行
参数
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]