• 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. E

    Suggestion Oprekan EA Modifikasi

    Hello bro, can you share the MQ4 file?
  2. E

    Suggestion EA with source mq4

    Just remove the opening parentheses after if statement close. Or upload your code here so we can fix it.
  3. E

    Suggestion EA with source mq4

    You can do back and forward test to found which is best for you.
  4. E

    Suggestion EA with source mq4

    What is the specific error messages? How did you embed it to your MQ4?
  5. E

    Suggestion EA with source mq4

    Here are simple code to lock the EA, choose which one you need. 1. Add Trial Expiration Date //Global Variable datetime gExpirationDate = D'2021.04.30 00:00'; //Format YYYY.MM.DD HH:MM ... void OnTick() { //Expiration date checking if(TimeCurrent() > ExpirationDate) { Alert("EA...
  6. E

    Suggestion EA with source mq4

    Close to real mean the code was works as is.
  7. E

    Suggestion EA with source mq4

    Thank you, those MQ4 was good enough. DensityScalperEA.mq4 code was close to the real code. What do you mean? You can do it from the source code, Caroline.
  8. E

    Suggestion MyGold - hybrid tool for GOLD trading. Free and awesome

    Andy4Rum , please send me the updated EA to [email protected], sir? Thank you
  9. E

    New EA Ea Boss Full Version

    Did you have the BOSS.DLL source code?
Back
Top