DYJ Long term Strategy EA
- 专家
-
Daying Cao
您好!
本人是从事软件开发多年的工程师,有自己独特的交易系统,有丰富的EA交易经验。主要交易23个主流货币对有GBPUSD,EURUSD,USDJPY,USDCHF,XAUUSD,USDCAD,GBPJPY,EURJPY,EURGBP,EURAUD,EURNZD,EURCAD,CADJPY,AUDUSD,AUDNZD,AUDCAD,AUDJPY,NZDJPY,NZDUSD,NZDCAD,GBPAUD,GBPNZD,GBPCAD,JP225,NAS100,SPX500,NGAS,USOil,Copper,Bund,XAGUSD等。 - 版本: 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]
