Grid trading part 8 - profit by symbol and magic

Поділитися
Вставка
  • Опубліковано 20 чер 2024
  • Finishing the variations on a grid trader that closes all trades on profit targets. With this code the profit is tracked for this expert only and ignores any other trading
    If you have come into this video without the earlier code you don't need to see every video in the series to get to the starting point. Some go off into branches, Here is a list to follow to get to the starting code used in this video.
    Part 1 - Basic grid code: • Community input grid t...
    Part 2 - Add compatibility for MT4: • Community Grid Trader ...
    Part 4 - Improve code to remove conditional blocks on buy/sell: • Grid Trading 4: Code i...
    Part 6 - Close all trades on equity targets: • Grid Trader 6 - Equity...
    Part 7 - Track starting equity to allow for restarts: • Grid Trading part 7 - ...
    Links:
    Playlist for the series: studio.ua-cam.com/users/playlistP...
    Join the discord group
    orchardforex.com/discord
    Looking for a broker? Support the channel by using this link. We receive a commission on your trades from the broker at no cost to you:
    orchardforex.com/live-account
    If you would like more information on the prop account I referenced (I do get an affiliate fee for any new subscriptions)
    xrading incubator accounts: xrading.com/orchard-forex/
    and the code is here
    github: github.com/OrchardForexTutori...
  • Розваги

КОМЕНТАРІ • 8

  • @momomadi2
    @momomadi2 25 днів тому

    nice - thanks

  • @donbangert
    @donbangert 25 днів тому

    I created a custom equity indicator that I use on MT4 and this code will help to convert it to use on MT5. Thanks!

  • @xilabsVN
    @xilabsVN 23 дні тому

    Thanks so much Sir, Nextlot should use Martingale, I think it will make the new round faster ?

  • @totati
    @totati 25 днів тому

    Thank you again!
    Do you plan to make this modification in the MT4 version as well?
    And the modified IsTradeAllowed() function (from version 1.006) does not work in MT4 because of "Override system function" error.

    • @OrchardForex
      @OrchardForex  15 днів тому

      I did address that specific error in a later video, part 10, but all you have to do is remove the function or wrap it in #ifdef __MQL5__

  • @johnskinner3145
    @johnskinner3145 24 дні тому

    Hi, Are you no longer coding for MT4 compatibility?

    • @OrchardForex
      @OrchardForex  15 днів тому

      I missed updating on a couple of videos, mostly what is here already works with MT4. The problem is that it can make the code complex to handle both and I'm leaning more to making separate videos for MT5 and MT4.