Volume Spread Analysis with Python | Algorithmic Trading Indicator

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • Indicator inspired from Volume Spread Analysis. This indicator models the relationship between the candle range and volume with a linear regression. Then it predicts the current candle's range with the current volume. If the actual range is higher than expected the indicator will output a positive value. If the actual range is lower than expected the indicator will output a negative value. Extreme values output by this indicator mark points of interest where trade entries/exits could be considered.
    Patreon: / neurotrader
    Code: github.com/neurotrader888/VSA...
    The content covered on this channel is NOT to be considered as any financial or investment advice. Past results are not necessarily indicative of future results. This content is purely for education/entertainment.

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

  • @user-jf8iu3cy6p
    @user-jf8iu3cy6p 11 месяцев назад +2

    Very cool analysis! I might add this indicator to my ML predictive model.

  • @ziad3274
    @ziad3274 Год назад +4

    I love the fact you explain everything in detail , Really disserve the Sub, keep it up

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

    Good job, getting rid of any form of serial correlation, when doing the scatterplot, thereby avoiding spurious findings!

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

    Great video

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

    Thank you ✌️

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

    thank you 🤩🤩

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

    You should look into an algorithm called sax, symbolic aggregate approximation

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

    Awesome

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

    Great video , what do you have planned for this channel in the future ?

  • @MarcoCosta-ud4uu
    @MarcoCosta-ud4uu Год назад

    great idea and great analysis. I assume you have live systems, can I ask you where do you run them on and how? I briefly ran a system on python anrywhere which offers a free plan and decent cpu time using binance apis, but it wasn't realiable as after some days you manually have to load everything again (I assume they reset something to prevent ghosts programs in the free tiers from running forver). I was wondering given your experience if there are services that serves us better than others

    • @neurotrader888
      @neurotrader888  Год назад +2

      I run my stuff on a AWS ec2 and linode. Linode is generally cheaper. I've never had an issue with either.

  • @jamesspencer550
    @jamesspencer550 Год назад +3

    Have you tried implementing and testing Order Flow Analysis and Auction Theory methods? I've heard that the books "Markets in Profile" and "Mind Over Markets" by James Dalton are good for it.

    • @neurotrader888
      @neurotrader888  Год назад +2

      I've done a little bit of work with order flow, but nothing rigorous. I'll check those books out, thanks!

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

    Mr. neurotrader, how can i use this in tradingview?

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

    I subscribed due to the nice explanation. Ok I have a question, in trading view have you checked out the lorentzian classification model and how can I mimic the same in python in real time and backtesting. If you can do a video of it I would be very grateful🎉.

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

      I'm not familiar. I'll take a look. If the pinescript is open source and it is interesting enough I may make a video.

  • @BAWSMAAS
    @BAWSMAAS Месяц назад

    Would you mind if I created a TradingView indicator based on this? Attribution would be provided of course.

  • @benricher8771
    @benricher8771 Месяц назад

    thanks! how i use this code?

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

    Can I reach out to you? I would love to share my findings and receive your feedback. I've trained a model that has produced incredibly promising results (out-of-sample performance, profit factor > 3.6, 70% win rate, with a risk/reward ratio of 2/3, and more). I trained the model using the top 50 cryptocurrencies (by volume on Binance) across various time frames, as well as daily stock data from S&P 500 stocks. Although the model's main purpose is crypto trading, I have also backtested it on some stocks (low time frame), and it has shown successful outcomes.

    • @MarcoCosta-ud4uu
      @MarcoCosta-ud4uu Год назад +2

      I'm intrigued. We should open a forum. Did you conduct other tests other than out of sample and how much out of sample data did you use to validate the model?

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

      @@MarcoCosta-ud4uu you (or neurotrader) could create a discord channel to discuss and share further finding