• 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 :)

robot source code mt5

  1. ezequiel89

    Question CAN ANYONE REPLACE BUYSTOP AND SELLSTOP WITH BUYLIMMIT AND SELL LIMIT IN THIS ROBOT?

    #define VERSION "1.0" #property version VERSION #define PROJECT_NAME MQLInfoString(MQL_PROGRAM_NAME) #include <Trade/Trade.mqh> input double Lots = 0.01; input double RiskPercent = 2.0; //RiskPercent (0 = Fix) input int OrderDistPoints = 1; input int TpPoints = 10000; input int SlPoints = 50...
Back
Top