DYJ Follow Me For MT5
- 实用工具
- Daying Cao
- 版本: 1.3
- 更新: 23 十月 2024
- 激活: 5
DYJ Follow Me是一跟随任意DYJ指示器虚拟交易记录进行真实开仓和关仓的EA。
它能显示跟单信号源指示器名称,显示指示器状态;当前仅仅是DYJ SignalSourceOfWPR MT5,后续会扩展更多指示器。
它能接收指示器实时趋势方向
它能接收指示器最新入场时间
它能接收指示器最新入场价格
它能显示多个货币对的利润按钮,并且在按钮上还显示了仓位总数
显示多个货币对挂单数量的按钮,您能随时删除某个货币对挂单,也能删除全部货币对挂单
您能根据利润大小,随时点击按钮关闭某个货币对的总利润或全部货币对利润
您可以设置每次1单,每单固定手数0.01 等或者1手或者更高或者跟随指示器交易量。
设置动态利润追踪。
设置封顶目标利润。
关仓时自动删除挂单。
同时显示多个货币对的每个利润和总体利润。
设置总体亏损百分比强制关仓。
INPUT
- InpSignalOrigin = "WPR"; -- 1. DYJ_T3:DYJ T3MA. 2. WPR: WPR indicator. 3. ALG: Alligator indicator. 4. MACD:MACD indicator
- InpMaxTrades = 1;
- InpVolume = 1;
- InpMagicNumber = 1234;
- PROFIT = 30.00 --> Orders will be closed as soon as the all profit is equal or above the preset PROFIT.
- APROFIT = 25.00 --> Orders will be closed as soon as the symbol profit is equal or above the preset PROFIT.
- InpTrailingPercentage = 0.7 --> Dynamic profit target:70%
- InpTargetIncreaseCoeff = 0.5 --> Dynamic Target Increase coefficient
- InpIsOpenOrder = OpenOrders --> 1.OpenOrders:OPEN AND PENDING MODE. 2.OpenDisable: ONLY PENDING MODE
- InpGridMode = STOP_MODE -->
1. BUYSTOP_MODE: ONLY BUYSTOP MODE.
2. SELLSTOP_MODE: ONLY SELLSTOP MODE.
3. STOP_MODE: ONLY STOP BOTH MODE.
4. BUYLIMIT_MODE: ONLY BUYLIMIT MODE.
5. SELLLIMIT_MODE: ONLY SELLLIMIT MODE.
6. LIMIT_MODE: ONLY LIMIT BOTH MODE.
7. BOTH_MODE: ONLY ALL BOTH MODE.
- InpMaxGridOrders = 1 --> Maximum Grid Orders(Pending).["0"->off :disable grid].
- InpFristOrderStep = 200 --> Frist Order Step(POINTS) .
- InpOrderStep = 100 --> Order Step(POINTS) .
- ISEQUITY -> ENABLE / DISABLE CLOSE FOR EQUITY.
- EQUITY -> $1.00. Orders will be closed as soon as the Current Equity is lower than the preset EQUITY.
- TargetLossPercent=0 --> LossPercent (%)[0-off] total Loss=blance*LossPercent
- IsDeletePendingOrderForClose = false --> Automatically delete pending order if all or symbol is closed.