This Trading Bot can recognize Candlestick Patterns | Python MT5

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 23

  • @Machiuka
    @Machiuka 11 місяців тому

    One of the best youtube channel on the topic. Congratulations!

  • @meawpong2008
    @meawpong2008 Рік тому

    Great work brother. I'm looking for another vdo soon.Thank you

  • @drewcristo8435
    @drewcristo8435 4 місяці тому

    hi, i have a candlestick strategy, its a bit different to this, but all this coding is foreign to me. I'm completely lost. I'm looking for someone to help or give me a bit of a guide on how to create it or at least a website that would let me. please let me know if you're interested in working with me, or i'd take any advice you can give me on this

  • @Notepad123
    @Notepad123 Рік тому

    How could we make larger candle patterns dynamic? For ex:
    /
    / \ /
    \/\ /\/
    \/
    I’m creating a variable for the closes prices, pulling the last 10 (or so) closes, and programming that pattern with an IF statement. The problem is these patterns don’t come in a set amount of candles, it’s dynamic. Is there a way we can make it so that pattern could be recognized regardless of how many candles are in it?

    • @ATJTraders618
      @ATJTraders618  Рік тому

      Hi, you could create a list with 10 candle objects.
      this example save the last 10 candles into a list:
      df['10_candles'] = df.rolling(10).apply(list)
      Then you can write a function that analyses the 10 candles for patterns.

  • @AnmWorshipSong
    @AnmWorshipSong Рік тому +1

    thank you sir nice video
    sir can you add money managment also
    and can you able to add martingale features or other method to recover the losses
    and when it will hit tp or sl it will print trade closed by tp or sl
    can you do it in next video

    • @ATJTraders618
      @ATJTraders618  Рік тому +1

      Sure thing. I myself am a bit sceptical about martingale... but as long as it helps you, I can do that. :)

    • @AnmWorshipSong
      @AnmWorshipSong Рік тому

      we are waiting sir
      i m learning a lot from you@@ATJTraders618

  • @chamithsenadeera9135
    @chamithsenadeera9135 Рік тому

    I liked that great video. How can we add more candlestick patterns like the Morning Star, Evening Star, and Doji?

    • @ATJTraders618
      @ATJTraders618  Рік тому +1

      Hi, using the methodology in the video, you simply have to define the logic how the candles are arranged.

    • @chamithsenadeera9135
      @chamithsenadeera9135 Рік тому

      ​@@ATJTraders618 Thankyou Brother I will try.​

  • @ever-bluetrader9560
    @ever-bluetrader9560 Рік тому

    Sir , after writing a python code do you then insert it in meta editor ?

    • @ATJTraders618
      @ATJTraders618  Рік тому

      There are 2 options. You can either run it from your command prompt or run the script in MT5 on the chart. That is completely up to your preference.

  • @GascanNBK
    @GascanNBK Рік тому

    you should put your credentials in a python env file 🙂

  • @கலாம்ரசிகன்
    @கலாம்ரசிகன் 8 місяців тому

    Hi Friend..... I am muthu from India... Any telegram link

  • @FENNEC-OGX
    @FENNEC-OGX Рік тому

    We need three outside up candlestick pattern bot mt5

    • @ATJTraders618
      @ATJTraders618  Рік тому +1

      Hi, you mean 3 bullish candles in a row? :)

    • @FENNEC-OGX
      @FENNEC-OGX Рік тому +1

      @@ATJTraders618 no I mean, the first candle will be red, the second candle will be engulfing, and the third candle will be green, and it will close in two days.