Stop fighting with differences between MQL4 and MQL5

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 30

  • @shakeel2473
    @shakeel2473 3 года назад

    Alistair thanks for your awesome content ! :-D keep up the great work

  • @Ninjaphil24
    @Ninjaphil24 3 года назад

    Beautiful!!

  • @anilvarma9893
    @anilvarma9893 3 года назад

    Hi Arthur, meanwhile do you have any tutorial on calculating SMA/EMA/LWMA using either calculation as in Donchian Channel OR SimpleMAOnBuffer/ExponentialMAOnBuffer/LinearWeightedMAOnBuffer? I have got some success with it however first few bars (exactly equal to MA Period) are not being calculated. I have doubts about the stability of MAOnBuffer functions. Please clear my doubts if I am wrong. Thanks.

  • @franciscojunior6841
    @franciscojunior6841 3 года назад

    Yes but MT5 has DOM. MT4 doesn't... Master, by the way. Is there a way to create an enum with 3 diferente names, each one of it call a template to stick it to a Chart??? Also when I call the second template it clear the previous template and load the new one on it?.? Thanks.

    • @OrchardForex
      @OrchardForex  3 года назад

      Enums are just values. They don't perform any actions. If you just want to change templates why not use the selector at the bottom of the screen

    • @franciscojunior6841
      @franciscojunior6841 3 года назад

      @@OrchardForex because I have 3 strategies with 3 diferente templates

  • @hamzavictor2385
    @hamzavictor2385 3 года назад

    Good day Mr Arthur, thank you for all the beautiful OOP codes. I seem to have a problem with one of the codes in the last include files you created. Particularly the PositionInfoCustom_mql4.mqh, I know it contains only the Count function' which inherited the CPositionInfoCustom class. After I wrote the code and compiled it like you did, it says "struct undefined" from my little knowledge and comparison to your codes, I can't seem to find any error or discrepancy. The funny thing is there was no declaration of any 'struct' data type. All other files and codes were compiled successfully except this particular one. Thank you

    • @OrchardForex
      @OrchardForex  3 года назад +1

      You can't just compile PositionInfoCustom_mql4.mqh. It needs code from PositionInfoCustom.mqh. If you compile PositionInfoCustom all should be ok.

  • @anilvarma9893
    @anilvarma9893 3 года назад

    Hi Arthur ... Discord site does not seem to be user-friendly. I have tried to pay thrice by PayPal, but every time I am brought back to the same screen for an upgrade !!! Any help on this will be great.

    • @OrchardForex
      @OrchardForex  3 года назад +1

      Hi Anil. We will look into it and get back to you.

    • @anilvarma9893
      @anilvarma9893 3 года назад

      @@OrchardForex Hi Arthur Any update ? Seems my Dr Card does not allow international payments. Can I use Skrill?

    • @OrchardForex
      @OrchardForex  3 года назад

      @@anilvarma9893 The only payment methods available are through stripe or paypal. We cannot change that until our payment provider adds another method. I can't give details in public but you can check with paypal.

  • @ronaldnkhoma8267
    @ronaldnkhoma8267 3 года назад

    Hi Arthur, I can't get through to the premium link in the Orchard discord server. Is the link OK?

    • @OrchardForex
      @OrchardForex  3 года назад

      I just tested and it is OK. upgrade.chat/orchard-forex-server

    • @ronaldnkhoma8267
      @ronaldnkhoma8267 3 года назад

      @@OrchardForex I think my system just went off. I am in now!

  • @tino1401
    @tino1401 3 года назад

    What is the best to learn in 2021, mql5 or mql4

    • @OrchardForex
      @OrchardForex  3 года назад

      There isn't much difference. Both MQL4 and MQL5 have some design issues but they are largely the same language. MT5 is 64 bit and has some additional idnicators and timeframes which might be an advantage if you need these. MT4 has a larger user base and is growing faster (yes even now). Some brokers only offer MT4 and some only offer MT5. For your purposes I don't think there is a wrong answer. I write in both for tutorials but for all of my commercial work I only use MT4. My clients are not interested in MT5.

  • @Mon-nom-noM
    @Mon-nom-noM 2 года назад

    Thanks for this great content. Are you planning to make a video on how to convert an mt4 indicator to mt5? I currently have an mq4 file but I dont know how to start. TIA

    • @OrchardForex
      @OrchardForex  2 года назад

      Conversion isn't going to be generic. It would eb difficult in a 30 minute video to show everything that might come up in converting MT4 to MT5. I'll have to think about it.

    • @Mon-nom-noM
      @Mon-nom-noM 2 года назад

      @@OrchardForex ​ @Orchard Forex I understand. I thought of suggesting this topic because it's really hard to find reliable sources/tutorials regarding this matter. It will be helpful for those who wanted to switch to MT5 but still needed to use their MT4 indicators. It's really frustrating when there's no MT5 version for your MT4 indicators. Good thing I have an mql4 file of the ONE indicator that I want so I guess that eases half of my burden (it's a trading session indicator; there are others like this but I find them limiting). Do you know any resources that I can use that would be helpful in my current situation (like mql5 programming for dummies,), if it's okay with you? Thanks a lot!

  • @ronaldnkhoma8267
    @ronaldnkhoma8267 3 года назад

    Hi Arthur, is it that the action you take in Mql5 MetorEditor, you do the same before testing the changes in Mql4? For example, the Trade_mql4.mqh and TradeCustom.mqh are done in Mql5. You don't show it in the video if at all they are to be then taken to MQL4, which sounds logical but doesn't seem to work anyways! Please confirm so I redo the coding. Other than that, I love your work and plenty more thanks!

    • @OrchardForex
      @OrchardForex  3 года назад

      In my case they are actually the same file. I keep my 4 and 5 files in the same place so that I only have to edit once. I only change editors to compile. Most people will only need one or the other. If you want both you can always jjust copy the files between your 4 and 5 with something like robocopy.

  • @elitepresenta2392
    @elitepresenta2392 3 года назад

    Hi, if I want to use position close by how can I get the other ticket of opposite position because it needs two tickets

    • @OrchardForex
      @OrchardForex  3 года назад

      You need to decide how you will select the opposite trade

  • @rushon1537
    @rushon1537 3 года назад

    How long did it take you to learn about coding indicator?

    • @OrchardForex
      @OrchardForex  3 года назад

      I think I am still learning but if you follow one of our tutorials you could have an indicator running in a few hours.

    • @rushon1537
      @rushon1537 3 года назад

      @@OrchardForex indeed I will🙏

  • @bonginkosibuthelezi7458
    @bonginkosibuthelezi7458 3 года назад

    thank u o much