• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Search results

  1. Oedyne Gwibroed

    Question Ad solusi untuk Ordermodify error1

    bool Trail(int Stop) { double newStopLoss=0.0; textstring=""; int StopLevel = (int)MarketInfo(Symbol(),MODE_STOPLEVEL); if(Stop<StopLevel)Stop=StopLevel; for (int i = OrdersTotal() - 1; i >= 0; i--){ bool select=OrderSelect(i,SELECT_BY_POS,MODE_TRADES); if(OrderSymbol()!=Symbol()...
Back
Top