本脚本程序一次删除所有交易品种的所有挂单。
脚本的输入参数:
//+----------------------------------------------+ //| 脚本程序的输入参数 | //+----------------------------------------------+ input uint RTOTAL=4; // 如果交易不成功的尝试次数 input uint SLEEPTIME=1; // 在尝试之间暂停的秒数 input uint Deviation_=10; // 价格偏移
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/18080