📅 财经日历 📊 实时波动 📈 大盘云图 📶 行情走势 🆚 投机情绪 🚀 今日热点

    发一段追迹止损的代码,求金币

    2019-11-26 · 1291 阅读
    if(SellTicket>0)
    {      
            Selected = OrderSelect(SellTicket,SELECT_BY_TICKET);
                 double CurrentPrice = Ask;
                 double SellStopPO = OrderOpenPrice();
                 double SellStopSL = OrderStopLoss();
                 double SellStopPips = SellStopSL-SellStopPO;
                
                 if(CurrentPrice < SellStopPO-SellStopPips*1 && CurrentPrice > SellStopPO-SellStopPips*2 && OrderType() == OP_SELL)
                 {
                       Selected = OrderSelect(SellTicket,SELECT_BY_TICKET);
                       double NewStopLoss = SellStopPO-SellStopPips*0.1;
                       bool TicketMod = OrderModify(SellTicket,OrderOpenPrice(),NewStopLoss,OrderTakeProfit(),OrderExpiration(),White);
                 }
                 if(CurrentPrice < SellStopPO-SellStopPips*2 && CurrentPrice > SellStopPO-SellStopPips*3 && OrderType() == OP_SELL)
                 {
                       Selected = OrderSelect(SellTicket,SELECT_BY_TICKET);
                       double NewStopLoss = SellStopPO-SellStopPips*1;
                       bool TicketMod = OrderModify(SellTicket,OrderOpenPrice(),NewStopLoss,OrderTakeProfit(),OrderExpiration(),White);
                 }
    }

    ""
    还没有人打赏,支持一下
    回复

    举报

     
    您需要登录后才可以回帖 登录 | 注册

    提醒: 禁止引战、谩骂、灌水内容

    微信二维码

    有问题联系客服