Creating StochRSI Indicator in Backtrader Using Python

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Backtesting is the process of testing out your trading strategies with historical data.
    It's an important step in building a profitable strategy.
    In this video I will share how to use a backtrader indicator in a trading strategy. Specifically, I'll create the Stochastic RSI indicator to generate buy and sell signals.
    The indicator was originally developed by Tushar Chande and Stanley Kroll. Its values ranges from zero to one and they are generated by applying a stochastic oscillator to the RSI indicator.
    You can download the code here: costapiy.com/a...
    If you want to learn more about StochRSI check the following links:
    [www.investoped...](www.investoped...)
    [commodity.com/...](commodity.com/...)
    [school.stockch...](school.stockch...)
    [www.backtrader...](www.backtrader...)
    *None of this is meant to be construed as investment advice, it's for entertainment purposes only.
    #backtrader #backtesting #python #algotrading

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

  • @costapiy
    @costapiy  3 года назад

    You can find the code here: costapiy.com/stochrsi-backtrader-indicator/

  • @samrobinson-isaiah-53v5
    @samrobinson-isaiah-53v5 3 года назад +1

    Very cool! Thank you for creating this!! This is a unique video because most backtrader videos only contain simple moving average crosses

    • @costapiy
      @costapiy  3 года назад +2

      I am planning to create more and more strategies and eventually trade live. Are you interested more about strategies or learning backtrader?

    • @samrobinson-isaiah-53v5
      @samrobinson-isaiah-53v5 3 года назад

      @@costapiy yes, I'm a novice learning Python but I have years of experience trading

    • @randomdude79404
      @randomdude79404 3 года назад

      @@costapiy
      Do a fill video playlist on all the different functionalities withing backtrader but using them in strategies.
      Also please try to Incorporate machine learning into it if you can

  • @randomdude79404
    @randomdude79404 3 года назад +1

    I have been looking for good backtrader tutorials everywhere , it would be good if you could create a backtrader playlist where you develop a strategy that is multitimeframe , has stop loss , take profit and maybe even some machine learning / artificial intelligence.

    • @costapiy
      @costapiy  3 года назад +1

      Thanks @Bhav S for the nice words. The plan is to create a profitable strategy that at least beats the S&P500 or maybe has better P/E ratio etc. The next view videos I'll explore how to create different backtrader indicators, then do paper trading and hopefully if I find something that. seems promising trade live.
      I was thinking about machine learning as well. I think I'll do supervised learning especially on which parameters might influence price. I don't think I'll do something that involves getting big data and train unsupervised models etc. I'll be a bit more strategic about it since as individual investors would be really difficult and expensive to get access to big data and have machines running to train these models. It will be more basic machine learning stuff but I think we can find an advantage with ML.

    • @randomdude79404
      @randomdude79404 3 года назад

      @@costapiy That sounds pretty good Costa I look forward to that , could you please put a contact email so we can message you regarding any queries we may have that are particularly lengthy for the comments section.
      Also with respet to the ML I think it would be good to experiment with a few different things as far as Big Data and machines go we have access to AWS and virtual machines but I think that's a conversation for another day.
      It would still be good to see different components of ML in action as I think we can amplify our edge with them.

    • @costapiy
      @costapiy  3 года назад +1

      I've added contact info here: ruclips.net/channel/UCjrpq-jsLTWegWMNMPo-yDgabout

    • @randomdude79404
      @randomdude79404 3 года назад

      @@costapiy Thanks Costa , when can we expect the next video on this channel your videos are great and I think you should upload more.

    • @costapiy
      @costapiy  3 года назад +1

      Hello, thanks for the feedback!
      Next video would be published on Tuesday. It will be about connors rsi. I would try to upload every week on Tuesday.

  • @aswinkolliyan1
    @aswinkolliyan1 3 года назад

    👍👍