欢迎访问 外汇EA下载与MT4/MT5自动交易资源 - 聚合外汇EA、黄金EA、量化交易工具与自动化交易实战内容。
登录 注册

使用图表符号的买入止损对冲卖出/图表符号的卖出止损对冲买入 - MetaTrader 4 脚本

author emer | 860 人阅读 | 0 人评论 |

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

两年多了,我很少使用止损单。

我不使用止损订单,而是使用对冲挂单。

我在交易中经常使用键盘快捷键 ALT+B 与 ALT+S 来使用此脚本,因此我认为与您分享此脚本足够有用。

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4

#property 版权所有“版权所有 2024,MetaQuotes Ltd.”

#property 链接          "https://www.mql5.com"

#属性版本“1.01”

#属性描述“persinaru@gmail.com”

#property 描述“IP 2024 - 免费开源”

#property 描述“使用图表符号的卖出止损对冲买入”

#属性描述“”

#property 描述“警告:使用此软件的风险由您自行承担。”

#property 描述“此脚本的创建者不对任何损坏或损失负责。”

#属性描述“”

#属性严格

#property show_inputs 属性

#property script_show_inputs

extern int 距离 = 20 ;

外部 int TP = 0;

外部 int SL = 0;

外部 int TP_Stop_ORD = 0;

外部 int SL_Stop_ORD = 0;

外部双批次 = 0.10; 

//01.00 = 1 标准手 $100.000


附件下载

📎 buy_with_sellstop_20_symbol.mq4 (2.77 KB)

📎 sell_with_buystop_20_symbol.mq4 (2.73 KB)

Source: MQL5 #48893

🔐
请登录后参与评论
注册满12小时后评论,即可解锁附件下载
立即登录