DYJ Long term Strategy EA
- Experts
- Daying Cao
- Version: 1.19
- Activations: 5
Nous commençons par chercher le prix le plus bas dans la bougie comme tendance à long terme, et nous commençons à chercher le prix le plus élevé comme tendance à court terme, et nous garderons la position la plus longue possible et ferons le plus grand profit.
Lorsqu'une commande est mal dirigée, la stratégie peut la transformer en gain.
EA s'exécute sur n'importe quelle période d'un graphique à une seule devise
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]