标签: mql4 algorithmic-trading metatrader4 mt4
我正在通过以下方式在项目中设置待处理订单:
int ticketSell = OrderSend(Symbol(),OP_SELLLIMIT,lotSize, bottom,0, top,0,"SellOrder",magicnumber,0,Red);
我该如何赚取止盈,将止损的点子翻倍?换句话说,我希望挂单获得2:1的赢率。
我还如何设置bottom的价格,比bottom的价格低6点?
bottom