DYJ AtrTrendReversal EA
- エキスパート
- Daying Cao
- バージョン: 1.0
- アクティベーション: 5
DYJトレンド反転EAはDYJトレンド反転指標に基づく
ATRトレンドラインを使って入場信号を探します。
EAは指示ファイル信号を直接呼び出すことができる。
インジケータファイルのサポートなしで信号を取得することも可能です。
EAはグリッドとデュアル投資戦略を採用する。
二重投資戦略の開始取引はリスクパラメータによって制御できる。
EAはリスクモードでEAのストップロスと出来高ポーリングをコントロールできる。
リスク管理モデルには、最大株主資本または最大取引量に達することが含まれます。
EAは利益目標追跡と反対のシグナルを使ってオフにすることができる。
EAは市場に対抗するゲーム戦略を用いている。
EA parameter template:
- XAUUSD(Link)
- GBPUSD(Link)
Recommend ECN account
- XAUUSD SPREAD is about 8,
- GBPUSD SPREAD is about 2,
- When recommending grid doubling strategy, the chart period M15
- 1 order mode, high TIMEFRAME chart is recommended (check whether the historical statistical minimum MINTP displayed by the indicator is profitable)
- Minimum deposit $500
- Recommended deposit 1000 or more.
- Recommend high leverage;1000 or more
- If the lever is 500 and Minimum deposit $100 or more; please lower the Risk percentage parameter and set the input risk = 0.02.
Input
[General]
InpMagicNumber = 7129
InpEAComment = ATR
InpInitDeposit = 100
[Indicator]
InpIndicatorDirectoryName = Market
InpIndicatorFileName = DYJ AtrTrendReversal
InpIsUseIndicatorsFile = false
InpLossKeyValue = 2 -- Key value for Loss
atrPeriods = 14 -- ATR periods
InpIsUseMaxTPStatistics = true
InpOnlyOppositeClosedLine = false
[EA Signal]
IsNewCandleOpenAndClose = false -- Check New Candle
InpOppostteClosed = true -- Oppostte Closed
[Risk]
InpLotsRisk = 0.0002 -- Lots Risk x%,default 0.002% if blance is 10000$
InpLots = 0.01
InpStopMode = REDUCE_BALANCE_OR_LOTS -- EA Risk Mode:VolumePolling or StopEA
InpMaxProfitsStopEA = 2400000 -- Reach the maximum equity; Please estimate the maximum profit according to the actual trend.
InpMaxLotsStopEA = 100 -- Reach the maximum lots ; Please estimate the maximum lots according to the actual trend.
[Trade]
InpTakeProfit = 1000 -- InpTakeProfits: TP > = SL, [0]Long term Take Profits.
InpStopLoss = 1000 -- InpStopLoss:[>0]NormalSL;[<0]SL by Signal;[0]Long term stop loss
InpMaxTrades = 1
InpTargetProfits = 5
InpTrailingPercentage = 0.7 -- Dynamic profit target:70%
InpTargetIncreaseCoeff = 0.5 -- Dynamic Increase Coefficient for target
InpDirection = Both
InpIsOpenOrder = OpenAndPending
InpGridMode = STOP_MODE
InpMaxGridOrders = 0
InpFristOrderStep = 200
InpOrderStep = 200
InpMaxGroupRound = 3 -- InpMaxGroupRound:reaches InpMaxGroupRound & InpGroupProfits
InpGroupProfits = 6 -- InpGroupProfits:reaches InpGroupProfits & InpMaxGroupRound
InpDistanceDivisor = 3
[TradeTime]
day_Start = 06:00:00 -- Time Start
day_End = 18:00:00 -- Time End