A Quicker way to Develop Expert Advisors in MQL5

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

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

  • @Martian4x
    @Martian4x 2 года назад +2

    Thank you very much for the codes and Yes, please do a multi-symbol version as well.

  • @kylemaharaj9563
    @kylemaharaj9563 2 года назад +1

    Very good explanation, Im happy to implement the indicator classes now instead of the longer handle version. Accessing values at different indexes, especially future indexes is much easier this way. However, the only thing I didnt catch is what does the * next to CiIchimoku* means, because without it i get an error. Thank you again!

    • @Darwinexchange
      @Darwinexchange  2 года назад +3

      Hi Kyle. The * represents a pointer. I suggest you read this article to get an explanation: www.mql5.com/en/articles/36
      Cheers
      Martyn

  • @Blogverso
    @Blogverso 2 года назад +2

    THANK YOU!!!! I LOVE YOUR CHANNEL!!!!! I have a request, can you do a video explaining how to code Positions sizes using the "Money Management classes", I really tried for a long time but I can't get it right... :(

    • @Darwinexchange
      @Darwinexchange  2 года назад +1

      Hi Francisco.
      Yes, I will add this to the list for future videos. Thanks for the request.
      Martyn

  • @magma3525
    @magma3525 Год назад

    How should I modify this EA if I wanted to use it in Mt4? Thanks for these invaluable video series!

  • @fx-hd6st
    @fx-hd6st Год назад

    Can you pls do a video on how to do multiple Walk Forward Opt cycles in MQL5 easily and also is there anyway to run those cycles and update parameters when your EA is live?

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

    Thanks a lot. I'm an expert at coding pinescript indicators on tradingview. Really want to learn to program in this language. Any very good course available?

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

      Hi Ferre. It sounds like you already have coding experience and so you will probably be able to transition to MQL5 fairly easily using a book by Andrew Young called "Expert Advisor Programming for MetaTrader 5". It is a really well-written book and goes into a lot of detail with good examples. Otherwise, if you don't want to buy the book then you could try working through www.mql5.com/en/docs but I think this would be much harder work. Good luck. Martyn

    • @ferrevanham6416
      @ferrevanham6416 Год назад

      @@Darwinexchange Thanks a lot for this book recommendation.