DYJ Follow Me
- 实用工具
- Daying Cao
- 版本: 1.33
- 更新: 2 十月 2024
- 激活: 5
DYJ Follow Me是一跟随任意DYJ指示器虚拟交易记录进行真实开仓和关仓的EA。
它能显示跟单信号源指示器名称,显示指示器状态;当前仅仅是DYJ T3ModeMa指示器,后续会扩展更多指示器。
它能接收指示器实时趋势方向
它能接收指示器最新入场时间
它能接收指示器最新入场价格
它能显示多个货币对的利润按钮,并且在按钮上还显示了仓位总数
显示多个货币对挂单数量的按钮,您能随时删除某个货币对挂单,也能删除全部货币对挂单
您能根据利润大小,随时点击按钮关闭某个货币对的总利润或全部货币对利润
您可以设置每次1单,每单固定手数0.01 等或者1手或者更高或者跟随指示器交易量。
设置动态利润追踪。
设置封顶目标利润。
关仓时自动删除挂单。
同时显示多个货币对的每个利润和总体利润。
设置总体亏损百分比强制关仓。
INPUT
- InpUseLanguage = English;
- InpAutoTrade = true;
- InpIsTrendTurns = true; // Automatic trading only when the trend turns.
- InpSignalOrigin = "DYJ_T3"; -- 1. DYJ_T3:DYJ T3MA. 2. WPR: WPR indicator. 3. ALG: Alligator indicator.
- InpMaxTrades = 1;
- InpVolume = 0.01;
- InpMagicNumber = 1234;
- PROFIT = 1000 -> when all the order profits of a currency pair reach profit, only the positions of this currency pair are closed.
- TOTALPROFIT = 1000 -> when the profits of all currency pairs reach total profit, all positions are closed.
- InpTrailingPercentage = 0.7 -> automatically locks 70% of profit target.
- TargetLossPercent = 30 -> when it reaches the total loss percentage, it is forced to close.