Algo Trading for Beginners | Python MT5

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

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

  • @amblessedcoding
    @amblessedcoding Год назад +1

    Welcome back 🎉🎉🎉🎉
    You left us
    I have be waiting for your video more video

  • @lexc.8280
    @lexc.8280 Год назад +2

    Thanks for the code. Closing all positions is a headache because of the request form and ticket number.

  • @Blessuccess
    @Blessuccess 8 месяцев назад +2

    Please upload more videos about bots in MT5 and Python, you are amazing. Thank you

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

    Thanks for the video and the code, good to know I can put ic brokers back on my list of possible brokers. For some reason i thought ic was no longer offering mt5, On a previous video of yours you told me you were using version 3,11, so I reinstalled python with that version an sure enough, the mt5 package installed without a problem, very helpful thanks.. I just bookmarked your home page on youtube

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

    thanks for the video very helpful for beginners

  • @taheralsariri
    @taheralsariri 15 дней назад

    Thank you for the effort you made in this video ❤

  • @chubbywubby1
    @chubbywubby1 25 дней назад

    How do u create a new string bot? Doesn't show new file

  • @srikantdhondi
    @srikantdhondi 10 месяцев назад

    i am looking for a video tutorial on Clicking Buy/Sell Buttons using Python/MT5 Programmatically without enabling "Algo Trading" . Do you have this tutorial?

  • @lavishdaksh6327
    @lavishdaksh6327 11 дней назад

    That is an interesting video. Can we make our logic based on moving averages and different time frames?

  • @XDosShane
    @XDosShane 2 месяца назад

    How did you get around the random execution delays?

    • @ATJTraders618
      @ATJTraders618  2 месяца назад +1

      Currently, I am not bothered by execution delays if the strategy is not very entry sensitive. I think the best solution is to just accept a maximum amount of delay or switch brokers if it is too much.

  • @goldenedgeswag
    @goldenedgeswag Год назад +1

    Hi...
    How I can contact you to prepare bot with my strategy?

    • @ATJTraders618
      @ATJTraders618  Год назад +1

      Hi, please check my description and go to my Discord Channel.
      I have a community where we discuss the development of strategies there.

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

    I would like to ask what’s ur method to backtest python bot on MT5. I think it is really hard, because from where I stand, I suppose the best solution is backtest it using MT5 tester (with correct data and dynamic spread😢)

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

      Hi, it depends on the strategy but most of my strategies are not sensitive to dynamic spreads. Therefore, I calculate the avg spread for a period and include it in the backtest.
      If you need to backtest with dynamic spread, you can use Tick Data. All of that I am doing in Python. But of course, MT5 strategy is easier to use in this case.

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

      Here is a video example how I perform the backtests: ruclips.net/video/X-YoejT7KHs/видео.html&lc=UgzLJyWdj4-ssQuq9Ip4AaABAg

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

      got it, can't wait to see ur next videos@@ATJTraders618

  • @KatlegoManyama
    @KatlegoManyama 7 месяцев назад

    Thanks bro thah helped me a lot...there's no way I can run the bot without opening the pychrm

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

    Would it work with Interative Brokers trading platform?

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

      It is possible with Interactive Brokers. They offer their own API.

  • @sayedmuzz5727
    @sayedmuzz5727 7 месяцев назад

    please can you make a universal script that has all the functioning parts of the code & leave out trading logic part where we can make our own strategy & test it

    • @ATJTraders618
      @ATJTraders618  6 месяцев назад

      Thanks for your feedback. It's definitely a good suggestion.

    • @sayedmuzz5727
      @sayedmuzz5727 6 месяцев назад

      @@ATJTraders618 please make it quick can't wait for it