DYJ Scalping EA
- Experts
- Daying Cao
- 버전: 1.4
- 업데이트됨: 8 9월 2022
- 활성화: 5
입력 매개변수
InpLotsRisk = 0.002 -- Lots Risk x%
risk 0.002% If the balance is $10000 and 500 leverage
risk 0.1% If the balance is $100 or $200 and 500 leverage
rsik 0.008%,If the balance is $10000 and 2000 leverage
Rsik 0.4% if the balance is $100 or $200 and 2000 leverage
InpLots = 0 -- InpLots:0-->Auto
InpBlanceLimitMode = EQUITY_LIMIT -- Select Equity control mode
InpBlanceLimit = 4000000 -- Equity Limit
InpNewTimeFrame = PERIOD_H1 -- Use New timeframe if the Equity reaches the limit
InpMaxSpread = 100
Maxtrades = 1 -- Maximum trades for signal
InpDirection = Both
InpIsOpenOrder = OpenAndPending;
InpGridMode = STOP_MODE;
InpMaxGridOrders = 0 -- Maximum Grid Orders.["0"->off :disable grid]
InpFristOrderStep = 200
InpOrderStep = 200
InpGroupProfits = 1 -- profit closed if profit of group and reaches profit
InpSignalClose = CloseSignal;
InpTakeProfit = 0 -- InpTakeProfits: TP > = SL
InpStopLoss = 0 -- InpStopLoss:[<0]->Auto,[-1]->High or Low,[0]->Indicator calculation
InpLossPercent = 0 -- [0->off]close all if the loss is InpLossPercent(%) of the balance.
InpSymbolProfits = 1 -- InpSymbolProfits[0-->off] a profit reaches Profit Close
InpSymbolMaxProfits = 10 -- InpSymbolMaxProfits[0-->off] a max profit reaches Profit Close
InpTrailingPercentage = 0.7 -- Dynamic profit target:70%
InpTargetIncreaseCoeff = 0.5
InpRepairPercent = 1.6 -- Repair loss error percentage,default 0.053005
InpDistanceDivisor = 0 -- Enable Game Mode:X<=0 =off,If x>0,it is the game coefficient
InpEAComment = "SCL"