Data Mining Novel Chart Patterns With Python | Algorithmic Trading Strategy

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 34

  • @cheesecake_mafia
    @cheesecake_mafia 11 หลายเดือนก่อน +8

    Mate, I had developed something similar but very crude compared to this and was pretty happy with myself until I saw this. Wooh!! I need to get to work. This video is one of the best examples of how to think critically and systematically in quantitative finance. I raise my hat to you, sir! You are doing an awesome job!! Kudos!!

  • @jeremycarroll451
    @jeremycarroll451 ปีที่แล้ว +28

    Your skill, patience and academic rigour are greatly appreciated. Please continue making these videos; it's unbelievably helpful and educational.

  • @mozkhiyar9486
    @mozkhiyar9486 ปีที่แล้ว +7

    My man i dont know why ypu have to low subs compared to the effort and knowledge that you are sharing. I loved what you are doing and keep it up. This channel is gold.

  • @sergioerm
    @sergioerm ปีที่แล้ว

    Man, it's just a pity that very few people can even follow the basics of what you're sharing... Thank YOU, THANK YOU!

  • @Asparuh.Emilov
    @Asparuh.Emilov ปีที่แล้ว +3

    I love your videos! You are an absolute Data Science Master! Absolute professional! Amazing Job! Thanks for sharing this information! You are the absolute best algorithmic trader I have seen so far!

  • @mk6289l
    @mk6289l 9 หลายเดือนก่อน +2

    Applying selected patterns across various timeframes can enhance results significantly. For instance, identifying a pattern across both 1-hour and 1-day timeframes can act as an amplifier.

  • @hellskreamer
    @hellskreamer ปีที่แล้ว

    This is an absolute goldmine, i love how its so well explained theoretically, that it is very applicable! Been learning coding for a while, and this is just blowing my mind in terms of both content and availability. Having a conclusion in the end of the video is very handy! Thank you fr your hard work!

  • @ScuroChiaro
    @ScuroChiaro ปีที่แล้ว +2

    these videos are AMAZING!

  • @serhanbakir
    @serhanbakir 10 หลายเดือนก่อน +1

    The cluster center lines found for long and short (@13:05) are mirror images around the neutral axis and seems like you have pattern matched a Cosine curve as a wave function for the price change. So in your eyes, is it overfitting or a natural behaviour of the market?

  • @sefatergbashi
    @sefatergbashi 10 หลายเดือนก่อน +1

    Amazing! Just amazing!😮

  • @ll00000000ll
    @ll00000000ll ปีที่แล้ว +1

    best channel ever!

  • @sc2020GR
    @sc2020GR 13 วันที่ผ่านมา

    also wondering, does standardizing pattern make them representable? or perhaps change data point to % change can visualize better?

  • @jgrade9694
    @jgrade9694 ปีที่แล้ว +2

    one more amazing video!!!

  • @bongkem2723
    @bongkem2723 5 หลายเดือนก่อน

    this is beautiful and scientific !!!

  • @rentianxiang92
    @rentianxiang92 9 หลายเดือนก่อน +1

    Brilliant!!!

  • @sambakker7563
    @sambakker7563 2 หลายเดือนก่อน

    What IDE do you use? And where do you retrieve your historical data?

  • @UnbenutzerKanalname
    @UnbenutzerKanalname ปีที่แล้ว +3

    excellent video and channel overall, thanks! if you are looking for ideas, a method to determine the support and resistance zones which the highest probability of price making a meaningful reversion from would be very interesting. meaningful could be defined as a certain distance between the zones, e.g., a Fib or something like that.

    • @neurotrader888
      @neurotrader888  ปีที่แล้ว +3

      I'll be doing a video about automated support resistance levels soon, it's next on my list after the one I'm working on now. So 2 weeks. Thanks for watching

  • @probablyonthemoon
    @probablyonthemoon ปีที่แล้ว

    Great video. Have you tried extending this paper to n points? Thinking that if n=7 it might be able to see channels

  • @sc2020GR
    @sc2020GR 4 หลายเดือนก่อน

    just curious, have you tried different clustering methods?

  • @cybergrimreaper6669
    @cybergrimreaper6669 10 หลายเดือนก่อน

    Sir,what is the sequence for watching your videos

  • @mohamedabass6373
    @mohamedabass6373 ปีที่แล้ว

    Good job
    I wish to apply hidden Markov chain to algorithmic trading

  • @pratyushsethi8019
    @pratyushsethi8019 11 หลายเดือนก่อน

    I was doing a project, and wanted to ask something, i am new to this, but have one idea for pattern recognition. (for flag, wedge, head and shoulder....). If free we can chat over the email.

  • @eervin123
    @eervin123 ปีที่แล้ว

    Fantastic

  • @halilibrahimsicak
    @halilibrahimsicak ปีที่แล้ว

    Let's scan the stock list. trend breakouts, shoulder head shoulder formation, flag formation. Can you talk about creating scans with Python?

    • @neurotrader888
      @neurotrader888  ปีที่แล้ว +1

      Yes I can, multi-market indicators/scans I'll get around to eventually. I use the same idea of scanning/selecting in the crypto market. Finding the strongest trend or most likely to revert or ... in a universe of assets.

    • @halilibrahimsicak
      @halilibrahimsicak ปีที่แล้ว

      You can share using google colab. I look forward to the scans.

  • @kaushalkadam3537
    @kaushalkadam3537 หลายเดือนก่อน

    👍

  • @imadmostajil3469
    @imadmostajil3469 ปีที่แล้ว

    🤗🤗🤗🤗🤗🤗

  • @tmbao
    @tmbao ปีที่แล้ว +2

    Please make video about ai trading before. Like this comment for support him.

    • @neurotrader888
      @neurotrader888  ปีที่แล้ว +4

      I'll do some neural net content eventually. Probably a collection of videos.

    • @christianiscoding
      @christianiscoding ปีที่แล้ว

      @@neurotrader888 looking forward to it

  • @carlosandrescastromarin7775
    @carlosandrescastromarin7775 5 หลายเดือนก่อน

    Just one caveat: If you tuned your model (data-preprocessing modifications or kmeans parameters tuning) to first find the best-performing clustering approach and then used the same when building the walk-forward, my guess is that the out-of-sample results have some lookahead bias. However, I am not sure about that detail. Probably, since this is unsupervised learning, not much hyper-parameter tuning or modifications or feature engineering to find the best model was done.

  • @popovichrush
    @popovichrush ปีที่แล้ว

    You the best... please write my strategy for me so we make money together.....you coding knowledge and my trading strategy= loads of money