Automated Head and Shoulders Chart Pattern in Python | Algorithmic Trading Strategy

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

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

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

    Great work, really precise code to do relatively advanced stuff. Looking forward to future videos :-)

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

    Thank you very much, the information was presented very detailed and concisely

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

    Please continue with these!

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

    Great video, very clear.
    Please make a video on roadmap to learning python from scratch, specifically for stock analysis, chart analysis, getting trade signals using charts and statistical analysis of stocks. I mean create a roadmap on the course tailored cut for only stock analysis .
    Regards
    Farid

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

      I would like to make some beginner friendly content to bring in more viewers. I don't think I could do from scratch though, there are already countless videos/resources to get acquainted with python that are better than anything I could do.
      Maybe a roadmap of how I learned to do this stuff might be a good compromise.

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

      @@neurotrader888 if I want to code an indicator which is a line that connects price points (actually pivot points), high, low, and closing prices as required in a chart. the pivot points should have a certain percentage price difference as I want, thereby filtering out price movements of lower amplitude. I need to code such indicators and strategies . I need a roadmap to such coding knowledge of python specifically for stock analysis.

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

    Makes sense. Market goes up why short…

  • @Maximus18.6
    @Maximus18.6 6 หลายเดือนก่อน

    Excellent contribution, you are a genius

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

    Hypothesis on inverted patterns: BTC has a heavy long bias in the price, so looking for shorts is likely a harder game. Inverted HS is in the same direction as the overall bias.
    I'd bet that results are more even on stationary assets like FX.

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

      Good point. It's often effective to detrend the price when assessing/training strategies or models. The data in the video is from 2018-01-08 to 2022-12-31. The first price is 16035 and the last price is 16542. There isn't very much trend bias in the data set used.

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

    Can you do a smc choch entry algorithm or anything from ict?

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

    cool video again! did you ever manage to expand the strategies you're introducing here to an actual trading account? The Trend Lines you showed recently were quite accurate! Greetings from Germany

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

      Yes and no. The trend lines algorithm I made a couple years ago and I use it in a real strategy. The recent chart pattern videos I have not used live. I wrote the code as I made the video. The flags look promising though.

  • @TheMediaCrank-nb3gh
    @TheMediaCrank-nb3gh 5 หลายเดือนก่อน

    You mention the Rolling Window algorithm and it's video, but I don't see it within your library of videos. Can you provide a link to it? Thanks

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

    Bro How to code pattern in pine script for trading view

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

    Good algorithm, now just need to make the $

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

    Hi
    Do you have a video that covers all chart patterns? Thanks

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

    the code would work only on a perfect shoulder and head scenario . if there are some noises in your data it won't work

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

    Hi , just curious did you automate this in a real environment? did you make a profit?

  • @ZVer-gr1ft
    @ZVer-gr1ft ปีที่แล้ว

    awesome thanks

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

    That it's good brother but I wish if can long explained code python 😊😊

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

      I did rush through the code a bit in this one. I originally had it longer but the video was going to be well over 20 minutes and I didn't want it to be boring. I'll try to find a better balance in the future. Thank you for the feedback I really appreciate it.

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

      Thanks, brevity is the sister of talent

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

    And keep going

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

    Nice Logic!!!
    also i have an error
    pip install rolling_window
    import rolling_window
    from rolling_window import *
    from rolling import rw_top
    error:
    from rolling_window import rw_top, rw_bottom
    ImportError: cannot import name 'rw_top' from 'rolling_window' (C:\Users\Admin\anaconda3\lib\site-packages
    olling_window_init_.py)
    how to fix it? Please reply

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

      for the purpose of explaining the cognitive algorithm, not about installing python dependencies, of course, if the author had time, he could create a docker file with all the dependencies, but perhaps this is not necessary

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

    my comment was recently deleted?