DYJ Withdrawal Plan
- Experten
- Daying Cao
- Version: 1.33
- Aktualisiert: 1 Juni 2023
- Aktivierungen: 5
Ein beliebiges Symbol für einen beliebigen Broker: Devisenkurse oder eine andere Art (z. B. Deriv-Schwankungsindex usw.). )
Außerdem können manuelle Transaktionen mit dem Assistenten für manuelle Transaktionen unabhängig voneinander oder mit EA kombiniert werden.
Bei manuellen Abschlüssen oder bei automatischen EA-Transaktionen ist die Ausrichtung falsch, wodurch der Verlust des Auftrags in einen profitablen Auftrag umgewandelt wird.
EA kann einen Auftragsmodus einrichten.
Jedes Modell zieht Gewinne in einem von Ihnen festgelegten Extraktionsanteil ab.
Synthetic index:
Check its performance in the product comment area.
Please check the performance screenshot of Crash 500 Index in the comments section.
Steady and violent double-investment incremental suggested deposit is 550$, with the same parameters as above.
Forex Symbol:
- Full-variety trading parameters English version:
https://c.mql5.com/31/877/All_Pairs_Forex_-_english_-_V1.26.set
Please check the screenshot link of performance in the comment area of foreign exchange full-variety trading.
EURUSD trading parameters are the same as gold: please change the XAUUSD of the above parameters to EURUSD to use. In addition, it can also be written in comma-separated form, such as XAUUSD and EURUSD. An EA can trade xauusd and eurusd at the same time.
Andere Kategorien können den Parametertest selbst ändern. Sie können auch auf nachfolgende Aktualisierungen der Parametervorlage warten.
INPUT
[GENERAL]
InpMagic = 9372
InpSelectTradePairs = CustomPairs -- CustomPairs Or MarketWatchAllPairs.
InpCurrencyLists = "GBPUSD,EURUSD,USDJPY,USDCHF,XAUUSD,USDCAD,AUDUSD,NZDUSD" -- Custom Trade Pairs_1(major)
InpCurrencyLists_2 = "EURAUD,EURNZD,EURCAD,EURCHF,CADJPY,CADCHF,AUDNZD" -- Custom Trade Pairs_2(minor)
InpCurrencyLists_3 = "USDCNH,USDHKD,USDZAR,USDSGD,USDPLN,USDSEK,USDNOK,USDMXN,CHFJPY" -- Custom Trade Pairs_3(minor)
InpCurrencySuffix = .s -- supports currency pair suffixes.
InpEAComment = "TRT";
Inpwithdrawalcomment = "withdrawal"-Brokerwithdrawal comment (for example, Deriv is the MTR trading account number _CR USD transit account number).
[WITHDRAWAL PLAN]
Inpforceinittimesearchwithdrawn = 0-withdrawaltime.0-> stands for January 1, 1970.
InpWithdrawalMode = WithdrawalByDay -- Withdrawal By Day Or Week Or Month
InpOneInX = 2 -- Our withdrawal is InpOneInX% of the D-W-MN profit.
InpBlanceTesterWithdrawalConditions = 100 -- Withdraw profit by D-W-MN if balance>value.
IsAutoCloseWithdrawalTable = false -- Auto Close WithdrawalTable in Tester.
InpStopTradeInWithdrawalPlan = StopTradeDisable -- Stop Trade In WithdrawalPlan.
StopMinutes = 60 -- The transaction is stopped for 60 minutes on the withdrawal plan.
[TREND]
InpUseStandardTimeFrame = false -- Whether to apply the standard time frame.
InpMinTimeFrame = M1 -- check minimum timeframe for Signal in Frame.
InpMaxTimeFrame = M1 -- check maximum timeframe for Signal in Frame.
[RISK]
InpRiskPercent = 13.5 -- InpRiskPercent:Risk(x%) In Still Available Risk or [-x is lot].
For Crash 500 Index:
Deposit 100, InpRiskPercent=13.5
Starting transaction volume is 0.32
Deposit 100, InpRiskPercent=8.71
Starting transaction volume 0.2
Deposit 1000, InpRiskPercent=8.71
Starting trading volume 2
Deposit 10000, InpRiskPercent=8.71
Starting transaction volume 20
Fixed trading volume setting InpRiskPercent=-0.001All varieties are subject to the minimum trading volume, because the minimum trading volume of Vol75 is 0.001, which is the smallest value among all varieties.
Other fixed transaction volume settings:For example, InpRiskPercent=0.3the transaction volume of Crash 500 Index is 0.3.
InpAutoRiskInBalance = 30 -- InpAutoRiskInBalance:Still Available Risk In Balance(x%).
[TRADE]
InpMaxtrades = 1000 -- Maximum trades for signal open.
InpMaxTradesPerSymbol = 1000 -- Maximum trades for per symbol signal open.
InpMaxCountsOfAllowedSymbol = 1000 -- Allowed maximum number of symbols for exist positions.
TakeProfits = 50 -- TakeProfits:It's a multiple of spread.
StopLoss = 50 -- StopLoss:It's a multiple of spread.
InpMultipleTPSLOfBase = 1.
InpIsOpenOrder = OpenOrders -- OPEN AND PENDING MODE or ONLY PENDING MODE.
InpDirection = Both -- Buy or Sell Or Both or Disable.
InpGridMode = STOP_MODE -- Contains a variety of pending order modes:BUYSTOP_MODE,SELLSTOP_MODE,STOP_MODE,BUYLIMIT_MODE,SELLLIMIT_MODE,LIMIT_MODE,BOTH_MODE,TREND_STOP_MODE,TREND_LIMIT_MODE,TREND_STOP_AND_LIMIT_MODE
InpMaxGridOrders = 0 -- Maximum Grid Orders.["0"->off :disable grid].
InpOrderStepFileType = BrokerIndexAccount -- type of file for sandbox
InpFirstOrderStep = 7 -- first step:multiple of SPREAD or reads from sandbox,if it is -1.
InpOrderStep = 7 -- order step:multiple of SPREAD or reads from sandbox,if it is -1.
InpMultipleStepOfBase = 1;
[PROFITS DYNAMIC TARGET]
InpSymbolProfits = 1 -- closing a symbol for Dynamic profits[0=Auto,-1=off]
InpTotalProfits = 1 -- closing all positions for Dynamic profit target[0=Auto,-1=off]
InpTrailingPercentage = 0.7 -- Dynamic profit target:70%
InpTargetIncreaseCoeff = 0.8