How to Code a AI Trading bot (so you can make $$$)

Поделиться
HTML-код
  • Опубликовано: 3 май 2024
  • 🐍 Get the free Python course
    go.coursesfromnick.com/python
    👨‍💻 Sign up for the Full Stack course and use RUclips50 to get 50% off:
    www.coursesfromnick.com/bundl...
    Hopefully you enjoyed this video.
    💼 Find AWESOME ML Jobs: www.jobsfromnick.com
    🤖 Get the Code: github.com/nicknochnack/MLTra...
    Disclaimer: This has been developed for academic purposes. Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing.
    Oh, and don't forget to connect with me!
    LinkedIn: bit.ly/324Epgo
    Facebook: bit.ly/3mB1sZD
    GitHub: bit.ly/3mDJllD
    Patreon: bit.ly/2OCn3UW
    Join the Discussion on Discord: bit.ly/3dQiZsV
    Happy coding!
    Nick
  • НаукаНаука

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

  • @NicholasRenotte
    @NicholasRenotte  3 месяца назад +24

    If you get a get_news() error when running the model make sure you're running alpaca-tade-api equal to 3.1.1 or greater. If not, run the following install and you should be good to go.
    pip install alpaca-trade-api==3.1.1
    I updated the README in GitHub so you should be sweet to smash it.

    • @IRTYUWine
      @IRTYUWine 2 месяца назад

      I get an api error that has something to do with the ML model IDK if you can help but if you do you may really help a junior dev get ahead.Starting backtest for MLTrader...
      INFO:backtest_stats:Starting backtest...
      Progress |--------------------------| 3.46% [Elapsed: 0:00:04 ETA: 0:02:07]2024-02-04 00:48:11,863: root: ERROR: Strategy.create_order() got an unexpected keyword argument 'type'
      2024-02-04 00:48:11,865: root: ERROR: Traceback (most recent call last):
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 822, in run
      self._run_trading_session()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 773, in _run_trading_session
      self._on_trading_iteration()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 286, in func_output
      result = func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 310, in func_output
      result = func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 86, in func_output
      return func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 388, in _on_trading_iteration
      on_trading_iteration()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/tools/decorators.py", line 62, in func_output
      frame, result = call_function_get_frame(func_input, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/tools/decorators.py", line 30, in call_function_get_frame
      result = func(*args, **kwargs)
      File "/Users/jasonwilliams/ML Project/MLTradingBot/tradingbot.py", line 56, in on_trading_iteration
      order = self.create_order(
      TypeError: Strategy.create_order() got an unexpected keyword argument 'type'
      Exception in thread MLTrader:
      Traceback (most recent call last):
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 822, in run
      self._run_trading_session()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 773, in _run_trading_session
      self._on_trading_iteration()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 286, in func_output
      result = func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 310, in func_output
      result = func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 86, in func_output
      return func_input(self, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 388, in _on_trading_iteration
      on_trading_iteration()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/tools/decorators.py", line 62, in func_output
      frame, result = call_function_get_frame(func_input, *args, **kwargs)
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/tools/decorators.py", line 30, in call_function_get_frame
      result = func(*args, **kwargs)
      File "/Users/jasonwilliams/ML Project/MLTradingBot/tradingbot.py", line 56, in on_trading_iteration
      order = self.create_order(
      TypeError: Strategy.create_order() got an unexpected keyword argument 'type'
      The above exception was the direct cause of the following exception:
      Traceback (most recent call last):
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
      self.run()
      File "/Users/jasonwilliams/anaconda3/envs/trader/lib/python3.10/site-packages/lumibot/strategies/strategy_executor.py", line 835, in run
      raise RuntimeError("Exception encountered, stopping BackTest.") from e
      RuntimeError: Exception encountered, stopping BackTest.
      Creating trades plot...
      Creating indicators plot...
      Creating tearsheet...
      2024-02-04 00:48:12,776: root: ERROR: Not enough data to create a tearsheet, at least 2 days of data are required. Skipping ((Sorry for the long explanation please help))

    • @mohz832
      @mohz832 2 месяца назад +1

      Thanks a million! I was going to ask 🙂

    • @UpVerse7
      @UpVerse7 2 месяца назад +2

      How can the bot be improved, what else can we do increase the accuracy and better the bots decision making on trades??

    • @andreasbaros5528
      @andreasbaros5528 2 месяца назад

      Anybody else gets this error?: TypeError: Strategy.create_order() got an unexpected keyword argument 'type'

    • @romannyapi3176
      @romannyapi3176 18 часов назад

      but how to import the strategy code in the app ?

  • @jwia007
    @jwia007 3 месяца назад +44

    Instead of using your files, I love coding with you on each video. You are amazing sir! Thank you

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +4

      Awesome, do you go back to the files as well occasionally? Sometimes I find it a little hard to get context of where the app is at.

  • @larsondavis8155
    @larsondavis8155 2 месяца назад +18

    Duuuude. Love watching. The quickness at which you move step to step is fantastic. And the breakdown as you're doing it is fantastic. Fantastic.

    • @johantro
      @johantro 2 месяца назад

      he is so good at it. I learnt a lot from him.

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

      Fantastic.

    • @mdawg998
      @mdawg998 24 дня назад

      What programs do I need for this?

    • @DBriddo
      @DBriddo 19 дней назад

      @@mdawg998learn python programming... m.ruclips.net/video/tKTZoB2Vjuk/видео.html

    • @mdawg998
      @mdawg998 14 дней назад

      Has this worked for you?

  • @NicholasRenotte
    @NicholasRenotte  3 месяца назад +40

    Also OG trading logs, settings and data is in the GitHub repo in the log folder in case you want it y’all.

  • @DerrellProctor
    @DerrellProctor Месяц назад +7

    Crisp, smart way of explaining, necessary and sufficient information. That was helpful. Thank you.

    • @mdawg998
      @mdawg998 14 дней назад

      Has this worked for you?

  • @djl3009
    @djl3009 3 месяца назад +55

    "Part I : Build the baseline bot":"00:00:43",
    "Import libraries - lumibot etc":"00:00:56",
    "Part II : Position sizing and limits":"00:10:11",
    "Part III : Getting some news":"00:15:48",
    "Part IV : Bringing in the ML Model (AI)":"00:23:43",
    "Part V : Integrating our trading signal (sentiment)":"00:28:27"

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +7

      The real MVP!

    • @gershwinwest
      @gershwinwest 2 месяца назад

      ​@@NicholasRenotte👌🏾it's complex and it works
      🙋🏽‍♂️But me have questions😅
      It's about the "lumibot" what is it and where can i install/get it😗

  • @swizman2709
    @swizman2709 3 месяца назад +10

    Great video, very clean code and easy to code it along with you. 10/10!

    • @mdawg998
      @mdawg998 14 дней назад

      Has this worked for you?

  • @CodingWithLewis
    @CodingWithLewis 3 месяца назад +17

    Love the thorough detail of building this bot from beginning to end!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Cheers Lewis!! You’re crushing it man, shorts are 🔥

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

      What program is he using so I can begin?

    • @mdawg998
      @mdawg998 24 дня назад +1

      What programs do I need for this?

    • @NicholasRenotte
      @NicholasRenotte  24 дня назад

      @@mdawg998 Python and somewhere to code. I used VS Code for this.

  • @krieger63
    @krieger63 11 дней назад +1

    Hey Nicolas, really brilliant workshop and explanation to make em an idea on ML trading implementation. Thx a lot. You did great !

  • @ludwigb6334
    @ludwigb6334 3 месяца назад +49

    Hey, it would be great if you continue the RL journey of yours. Coding more complex simpy environments, applying real-life cases etc. I would highly appreciate it!! Thanks for your content!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +15

      Oooh yeah RL is tricky but we can give it a go using lumibot now! Will study up while I’m travelling!

  • @wasgeht2409
    @wasgeht2409 3 месяца назад +21

    Bro is back! Thank you :) Best regards from Germany

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Ayyy thank you so much man!! Took a little break to study, pumped to be back!

  • @GXNG_SA
    @GXNG_SA 26 дней назад +2

    totally new to coding and as a professional trader this video is awesome to the point it seems like I already know how to code . splendid

  • @iamdrex7349
    @iamdrex7349 3 месяца назад +4

    I truly appreciate the effort you've put into sharing your knowledge and expertise. Looking forward to more great content from you in the future!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Thanks so much for checking it out! 🙏

  • @guillermoalvarezdelacadena5110
    @guillermoalvarezdelacadena5110 3 месяца назад +1

    AMAZING VIDEO!! I've been looking for a video like this!

  • @husamitani7491
    @husamitani7491 Месяц назад +1

    SIr i am currently learning algorithmic trading through several courses , however I stopped by coincidence at this video and observed how really good you are ! BUt unfortunately as I checked your channel there doesnt seem to be much more about the same topic as I thought , you have general coding stuff. In case you made a training courses I would be delighted to join in it , or if you can make more trading related videos about algo and quant trading if possible .... your information is so precious . Thank you

  • @bryanmoralespallero9732
    @bryanmoralespallero9732 3 месяца назад +2

    This is really good, Nic. Thank your very much!

  • @cjnew47
    @cjnew47 Месяц назад +1

    Legend ! As a soon to be CS grad and trading enthusiast, this is a very informative video. Gives you a different perspective to the market, beyond the human side of it. Market makers aren’t sitting at their desk entering/exiting whale size positions by the second, computers are…code is ! I started to learn pine script (still might) to utilize scripting on tradingview, but thank you for displaying an exciting way to breaking into quant trading with python . Thank you 10000 times, earned a new subscriber!

    • @mdawg998
      @mdawg998 24 дня назад

      What programs do I need for this?

    • @cjnew47
      @cjnew47 24 дня назад

      @@mdawg998anaconda/ vs code (visual studio)

  • @user-su7wd3sb1q
    @user-su7wd3sb1q Месяц назад

    necessary and sufficient information. That was helpful. Thank you.

  • @user-ok4op5wu4p
    @user-ok4op5wu4p 3 месяца назад +2

    Welcome back! I really love to watch your codes.

  • @thewatersavior
    @thewatersavior 3 месяца назад

    love the library summary!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Yeah? Got it, will keep it in for the next vid!

  • @Splarkszter
    @Splarkszter 3 месяца назад +19

    This is really cool. I learned a lot, wish to see more of these kind of things :)

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Glad you enjoyed it, plenty more coming!

  • @staracucare519
    @staracucare519 2 месяца назад

    Great video, What version of NVIDIA driver do you use to speed up the machine learning processing? For me, I can only use old version 11040 driver to make the script work, but it processes slow. Newer NVIDIA driver makes "Torch" out of memory after 20% Progress then stop.

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

    This video is an automatic subscription trigger lol thank you!

  • @sufyan2317
    @sufyan2317 3 месяца назад +1

    Bro is back with some insane projects !

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      😉 just needed a little time to cook!

  • @cartoonchan182
    @cartoonchan182 3 месяца назад

    Hey nick nice video as always... i havent used TF in a long time so if i start i would feel like learning a new framework so planning to shift to pytorch and based on all huggingface videos i guess pytorch is better(also cant find that many TF videos regarding hugging face)??

  • @howryaa6705
    @howryaa6705 3 месяца назад

    Hey bro love the vid new sub....
    I just wanted to know where you learnt this all I'm currently in the position where I've finished high school planning to go uni for computer science, just wanted some advice or maybe some knowledge where you came on your journey to build this skillset of coding and having social media presence etc..

  • @isoranickerson1317
    @isoranickerson1317 Месяц назад +57

    I`m new to the crypto market. Every stocks that I bought so far, I was out of luck because I bought them when they were expensive. I feel I missed out on all the opportunities so far. I believe having $250K yearly income would be a good investment so I want to plug all my savings into the market. I know this sounds a bit dull but I would like to know if I should learn investing or let somebody else (more capable like a FA) do it for me? Please share your thoughts. I am kind of tired of searching for a good coins to buy and losing all the good opportunities.

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

      I really appreciate the dedication in each video you post. To be successful in markets, traders should understand the crossover between asset classes & liquidity flow. Michael Terpin focuses on Multi-asset trading, a single strategy to manage risk, profit, and the code or the actual decision-making across multi-asset classes. His skills set is top notch.

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

      That man has changed my life for good, i attended his investment class couple of weeks last year and he's the best when it commes to guidance

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

      Was skeptical at first until I decided to try. It’s huge returns is awesome! I can’t say much.

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

      HE IS ON TEL GRAM

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

      *@michaeltpin*

  • @miguelzuniga
    @miguelzuniga 3 месяца назад +7

    I've made my own trading algo as well, but i'm working on a different way.. by using an image classifier to look for specific graph patterns from a bunch of indicators while scalping at the min, plus news

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Ohhh man, I was like I wonder if I can get an image captioning model to classify a candlestick pattern as another strategy! How you going with your strat?

    • @miguelzuniga
      @miguelzuniga 3 месяца назад +7

      @NicholasRenotte The strategy works on its own for forex ( 4 multi timeframe macd + ema ), but the pattern is easier to detect visually by looking at all of the indicators at the same time. I created an image classifier following your video and it works but I still have some false positives during the signal detection. I'm getting the indicator data from mql4/5 through zmq and python is plotting before sending it to the classifier. It takes about a day to have enough data to train the model. Your videos helped me a lot. Kudos on all the content you get out there.

    • @salockingaming6246
      @salockingaming6246 3 месяца назад +3

      I’m doing something similar. I found a website that you can pay and get minute to minute quotes, right now I have about ten years of data from ten different stocks. Each has a year of basically minute to minute candles, I am experimenting with reinforcement learning

    • @ivohage
      @ivohage 3 месяца назад

      How are you going with this? Does it work?

    • @salockingaming6246
      @salockingaming6246 3 месяца назад +1

      @@miguelzuniga I’m trying basically the same thing but just looking at quote data instead of images, how much data did you use to train it on and for how long? After about 8 hours of training of the same year of AAPL stock mine wasn’t working.

  • @ga1205
    @ga1205 3 месяца назад +31

    I think you should have used floor() vs. round() to set the quantity. round() may round up to the next integer if the decimal > .5. That should cause an error since it will cost more than what you wanted to risk. floor() rounds down.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +10

      Yep I think you’re right! Good spot!

    • @TheKahunas2722000
      @TheKahunas2722000 3 месяца назад +1

      Yes or use // operator i beleive that would do the same thing .

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

    Very interesting code and explanation! I have several question: Is there any check on sufficient funds in the investment account? If the funds in the account is low, how would the bot react? Is there protection in the form of a residual reserve of funds for any taxes for the positions for positions that are already active?

  • @jg643
    @jg643 7 дней назад

    Great video! Have you considered building a version of it in which it still implements the stop loss, but picks stocks at random instead of news and sentiment? In fact, it would be interesting to combine the two into one app and then see how one performs against the other. Similar to the experts against the darts

  • @Dillion-ls5gi
    @Dillion-ls5gi Месяц назад +81

    Amazing video Nicholas, well im pretty much good with my earns with coach spencer

  • @himanshudash5512
    @himanshudash5512 3 месяца назад +5

    you are amazing sir please make more programming videos on trading👌👌

  • @ElisendaPliego
    @ElisendaPliego 2 месяца назад

    Oriental blue tonic has become my daily reminder that self-care can be both indulgent and beneficial. It's a treat for both body and soul 🙏

  • @monirhosenmonirhosen8612
    @monirhosenmonirhosen8612 3 месяца назад +1

    Now I understand there are more to learn in this trading each day, I hope it works for other of different stocks not just SPY

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

    Great video. I am a trader who has been licensed since 2015. I’ve only recently (since 2020) been playing with python.
    I decided to have a little fun and change the ticker to stocks, funds, and other indexes. Swings from outperformance of 34% CAGR from S&P400 and Nasdaq was negative $1B. With a b. My plan is to add in screening functionality to build a small basket of stocks and then let this loose.
    Thanks for doing the video.

    • @ethan9936
      @ethan9936 26 дней назад

      Hey brady when u changed the ticker did the sheets titles change as well? I was trying to do QQQ or TSLA but it kept on giving me SPY as the title

    • @bradygallagher4449
      @bradygallagher4449 21 день назад

      @@ethan9936 it turned from what was downloaded from GitHub, then new files were created to support the functionality of what I envision. I added a screener that built basket portfolios prior to the backtest. I didn’t care if the title was still SPY since that is often the benchmark.

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

    Hey there! This is an amazing video. The best Bot video, and also one of the best Python videos in general! Question -
    Would this be difficult to setup to buy crypto instead? I'm going to work on that this week lol

  • @lianng1223
    @lianng1223 15 дней назад

    Great explainer video Nick🎉Does the GitHub files also include the stats server you show on the video to compare the Bot’s performance to SPY?

  • @mikesara7032
    @mikesara7032 3 месяца назад +11

    You're a legend mate, thank you!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Cheers man, thanks so much for checking it out! 🙏

  • @mahdis-hs6bn
    @mahdis-hs6bn 3 месяца назад +1

    Thanks for your wonderful video . Is it maybe possible to use some forecasting model inside the strategy and use it and the sentiment to open or close an order based on them ? and if so the forecasting model should be a single step model or a multi step ?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Could defs bring forecasting into it, sometimes the simplest solutions are best but I could def try that!

  • @pedro-rodriguespt
    @pedro-rodriguespt 2 месяца назад

    Hi Nicholas.
    Great Video.
    Is possible you build a python code for use XTB ?
    Trade is better for stocks, Crypto or Forex , or you can use for everything that you want ?

  • @rafael.gildin
    @rafael.gildin 3 месяца назад +1

    Thanks for the effort ❤

  • @futuresick100
    @futuresick100 3 месяца назад

    Cheers from Greece! Thanks for this.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Ayo, thanks happening Greece!! I’m not too far from you right now, in Barcelona!

    • @user-kr1us1mz3i
      @user-kr1us1mz3i 2 месяца назад

      καλησπερα αδερφε! σου απαντησα γτ ειδα εισαι ελληνας.. εχεις δοκιμασει και ειναι legit ενα τετοιο bot? ειναι κομπλε η φαση?

    • @futuresick100
      @futuresick100 2 месяца назад

      για σου ρε φιλε. καλος ειναι. δε το εχω παιξει ακομα. τι να σου πω; καλο ειναι. @@user-kr1us1mz3i

    • @giwrgoslos9343
      @giwrgoslos9343 13 дней назад

      @@user-kr1us1mz3i και εγω Ελληνας ειμαι .εχετε φτιαξει κωδικα για trading ?

  • @tunahanada6116
    @tunahanada6116 3 месяца назад +1

    He's back with a legendary project

  • @coinboybit7281
    @coinboybit7281 3 месяца назад +2

    Good stuff! Thank you very much Nick! Do you mind sharing you laptop specs as well as any recommendation on a decent laptop to run local llms? I’m looking to buy one to run local llms for coding and don’t really know much. Thanks a bunch again man!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      This video was run on my deep learning machine 2080 super and an AMD cpu with 32GB of RAM. But I originally developed it on my MacBook Pro M1 Max with 32 gb of RAM.

  • @randomcomputer7248
    @randomcomputer7248 23 дня назад

    when trading you should be considering the Volume of the stock trading aswel as price. If a share drops or rises on small volume you might want to wait for beter volume to give a better signal.

  • @Jaybaas
    @Jaybaas 3 месяца назад +1

    Thank you so much Nic! This is beautiful 👏🏾🙌🏾

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Yooooo! How you doing man?! Thank you so much!!

    • @SOUL_FULL_MENS1
      @SOUL_FULL_MENS1 3 месяца назад

      Yeah I am doing good​@@NicholasRenotte

  • @user-mv8xi6hx7u
    @user-mv8xi6hx7u 2 месяца назад

    Great video and awesome idea! I think you can even publish some papers, Thank you❤

  • @MajjinBuu
    @MajjinBuu 3 месяца назад +8

    Would try to create an interactive streamlit dashboard for this looks like a very cool POC
    Love your videos man❤

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Oh yeah, a little UI to manage it on top?

    • @seththunder2077
      @seththunder2077 3 месяца назад

      @@NicholasRenotte Yes please continue this series. This is very underrated and having something like streamlit and a UI will be very helpful. Also, thanks for this video!!!!

  • @diegocaumont5677
    @diegocaumont5677 2 месяца назад +1

    Nicholas BEEN putting out that consistent high quality content.

  • @walt5507
    @walt5507 2 месяца назад

    Thank you for the excellent code, Nicholas. May I ask you to add the Gemini platform API for a comparison please as I'm having trouble getting that to go using your code and I need some guidance?

  • @smanqele
    @smanqele 2 месяца назад

    I'm a developer myself, but I'll get my 14 year old to start with a project like this since he dreams of being BIG in active trading/investment. New sub here!

  • @maxpocock492
    @maxpocock492 2 месяца назад

    HI Nicholas, great video, thanks so much for sharing! I have followed step by step and got the point where my bot is now up and running paper trading in alpaca - only thing is it's not really doing anything yet? is this normal or have i missed something?

  • @mocabeentrill9426
    @mocabeentrill9426 3 месяца назад +2

    You're incredible. Well done

  • @FootballFan4850
    @FootballFan4850 3 месяца назад

    Love your videos! What about Video classification models?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Hmmmm just realised I never did a deep video classification tutorial. On the list.

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

    For Mac users, what do you recommend to run Python for projects like these? Cloud client or desktop? Which one?

  • @pulancheck
    @pulancheck 3 месяца назад +1

    So buy at X & sell at X*1.2 or X*0.95. Got it!
    Idea of a trading algorith should be first drawn on table / paper .. analysed prior to codding.. see how much sense it has.
    Only 1 symbol & just with that rule.. meh.
    If maket goes up.. you'll win some.. if market goes down, you'll keep loosing that 0.05X..
    You need to analyse volume/ prices / various indexes to know if price will fall/ rise ..

  • @micbab-vg2mu
    @micbab-vg2mu 3 месяца назад +2

    Thank you for the great video:)

  • @Dr_Girthly_Baggington
    @Dr_Girthly_Baggington 3 месяца назад +2

    Respect to you son, i have wanted to do this for a long time but i dont have the skill in coding,.
    I will follow and copy you. If i become wealthy... I WILL send you a percentage...
    Thank you for your time and mind.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Let me know how you go!! Looking forward to it 🙏

    • @Soonicx1
      @Soonicx1 2 месяца назад

      How are you doing right now?

    • @Dr_Girthly_Baggington
      @Dr_Girthly_Baggington 2 месяца назад

      bad news... I killed the system i built it on and had to format the partition lol and also sadly my mum has been ill, in hospital and all sorts so i have not had the time to re build. Now you have reminded me I will do it this evening if i can. I rally liked it before i killed it...@@Soonicx1

  • @user-fu9cw5ey8s
    @user-fu9cw5ey8s Месяц назад

    Wow your code is great, I love it❣❤

  • @keitasamba3259
    @keitasamba3259 3 месяца назад +1

    Thank you so much for your video and for sharing your insights on Lumibot! Would it be possible for you to create a video explaining how to use an AI agent like Mistral to achieve similar results?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Sure, I actually built it with Mixtral to begin with but it was a little slow and had to do a bunch of prompt engineering. Can share the code though.

  • @hichemmh6065
    @hichemmh6065 3 месяца назад

    Excellent
    I have an idea, the next video demonstrating real-time violence detection using YOLOv8 or another advanced model. Explore its capabilities to enhance security and prevention in various scenarios.
    and thank you

  • @willowkonrad8893
    @willowkonrad8893 3 месяца назад

    Hi interesting video. A quick question for anyone who has the time. This is the first Ive heard about alpaca, For some reason I thought that it is a broker in the states.
    My question is, if someone builds a bot with this api, my take is, with not much effort the bot can be used to trade through mt4, mt5, ctrader, ninja trader and others, then it can be used with any broker that offers access using any of the mentioned trading platforms.
    If so that sounds more practical than learning a whole bunch of api's
    Did I get that rightly cheers, and thanks for sharing you code.

  • @g.s.3389
    @g.s.3389 3 месяца назад +2

    I think that the ML part can be extrapolated and run on all the stocks in last 5 days to find which are the stocks with positive sentiment and focus on them instead of the opposite. which is what traders do going to the news in the morning before starting to look at the markets....

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Oh so find stocks with positive sentiment and invest in those?

    • @g.s.3389
      @g.s.3389 3 месяца назад

      @@NicholasRenotte could be an idea....

  • @MrElectrecity
    @MrElectrecity 3 месяца назад +1

    ❤❤Welcome back we miss you and your videos so much❤❤❤

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Ohh thank you so much!! I’m back, needed a little break to study up some stuff but I’m here!!

  • @JeDesi
    @JeDesi 3 месяца назад +1

    Hi, Nicholas! Thank you very much for this tutorial. Got a question. How much time does it take to understand the particular topic, so that you can explain it so well? 30 minutes of coding, knowing exactly what to import, how to use and why, with brief and elegant explanation. I'm really impressed.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Building the original code takes a few weeks depending on how big the project is. Understanding it and memorising how to put it together for a video took 3 days for this one.

  • @peralser
    @peralser 3 месяца назад +15

    You are the Messi of the programmers!!! Thanks for building it and sharing it!!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Ayyy thanks so much, if only my football was close as well 😅

  • @jennypeon
    @jennypeon 2 месяца назад

    What video of yours should I watch first as an absolute beginner? Do you have an order you recommend?

  • @gabrielarudoh9161
    @gabrielarudoh9161 2 месяца назад

    great video, it explains alot. i will like if you could do a video analysis about Reef Chain

  • @g.s.3389
    @g.s.3389 3 месяца назад

    question: why did you use pytorch and tokenizer to use the transformer when from tranformers you could just use pipeline?

  • @investorscavern
    @investorscavern 3 месяца назад +3

    Welcome back!
    All the way from South Africa!

  • @Nanas82
    @Nanas82 3 месяца назад

    This is so exciting. Thank you.
    Noob's question : How is the tearsheet generated ? I didn't notie it in the code.

  • @andreasbaros5528
    @andreasbaros5528 2 месяца назад

    Great content thanks, much appreciated! How would you revise the code to trade simultaneously more than one etfs/stocks instead of just one like the SPY example? What am asking is how to adjust this code for a portfolio of several instruments instead of one ETF

    • @StrongOneYT
      @StrongOneYT Месяц назад +1

      Thats what I am tryinbg to figure out

  • @maxvankekeren3443
    @maxvankekeren3443 3 месяца назад +2

    Awesome tutorial! I build/run complex Deep learning and sentiment analysis to trade in cryptos. We're currently managing about 500K a funds.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Awesome!! DL can be kind of slow in terms of latency, curious what timeframe are you trading on?

    • @maxvankekeren3443
      @maxvankekeren3443 3 месяца назад +1

      ​@@NicholasRenotte absolutely. We mainly trade on 6h intervals. The secret is months of optimization + an army of GPU's crunching numbers 24/7.

    • @maxvankekeren3443
      @maxvankekeren3443 3 месяца назад

      @@mpbarry46 on average we outperform the market with 30-42%. This could be more but we're not taking risky trades.

  • @nelsonniedzielski
    @nelsonniedzielski 3 месяца назад

    as everyone gets on the ai trading bot id expect the future of what causes volatility will change. I just dont see how the system functions with ai analysis. I'm curious if ai likes the way we have structured markets globally. That may have more long term implications for investment infrastructure then scripting some trades

  • @carlosvelez3243
    @carlosvelez3243 3 месяца назад +2

    So the ML component is for new sentiment? Can a reinforcement learning ML be used on previously closed bars to make the bot a bit more predictive, based on a indicator?
    For example, the bot looks at where the price is relative to the Kijun-Sen (Baseline) with a lookback period of 8. The bot would place a random trade of short or long, get rewarded for every increase of X amount, and get penalized for every decrease of X amount. There should also be a reward for closing a position, a second reward if closing made it money, and a penalty if it lost money.
    The goal of the bot is to figure out what is the likelihood that you would make money if you went long or short at this moment in time, with respect to where the price is to this indicator.

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Yep! Could definitely use RL for that it just takes a bunch of time to train, I did it in another video but never integrated it as fully as this.

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

      @@NicholasRenottewhat video can is this in

  • @noobicorn_gamer
    @noobicorn_gamer 3 месяца назад +6

    Man wish I dedicated my life in coding back when I was young seeing how much fun you have building this and that 😂 gonna admit mad jealous

    • @mocabeentrill9426
      @mocabeentrill9426 3 месяца назад +3

      It's never late mate!

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      What they said ^ but also….i am having a helluva time with it 😅. Stoked you’re enjoying it!!

    • @s_the_first
      @s_the_first 3 месяца назад

      Start now. Python is easy-ish. JavaScript also.

  • @turlur
    @turlur 3 месяца назад +1

    🔥 slap the bid

  • @hboivin2
    @hboivin2 3 месяца назад

    Nice video and explanations. I am not able to install Trensflow on my computer; I receive an error. Do you have a video for Windows users?

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

    Could you make a follow up video on how to deploy/utilize this bot?

  • @_Mux_
    @_Mux_ 25 дней назад

    How would you go about the same set sup but for a synthetic index market that does not require news events

  • @JuanRamirez-di9bl
    @JuanRamirez-di9bl 3 месяца назад

    Haven't seen the video yet but looks like a lot of fun!!

  • @kevinspaeth5895
    @kevinspaeth5895 3 месяца назад +1

    Thanks for the awesome video. I am having some problems with my authentication, but I have submitted a request into Alpaca to figure this out. I can not wait to run this on my paper account! Very cool. Thanks for putting this together! I would think that having the program allow an individual stock to be named at the start of running the program would be cool. Thoughts?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +2

      Definitely! It’s easy enough to spin it up for other symbols. I think I might do another video with some other symbols/asset classes soon.

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

    This is so much to try to understand for a noob

  • @Machiuka
    @Machiuka 3 месяца назад

    Awesome tutorial!

  • @frankdearr2772
    @frankdearr2772 3 месяца назад +1

    Great thanks 👍

  • @edwardbradshaw6850
    @edwardbradshaw6850 3 месяца назад +1

    You should revisit this and figure out what you could do to stop that big fall, like surely there's a decent strategy to do that. If you can generate that much it's just a matter of figuring out how you can hold onto that. My first thought is surely there's an indicator that this part in the chart/market signaled on a long time frame that it could have taken account of

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад +1

      Agreed I didn’t want to overly fit the strategy to handle that but I was thinking a trailing stop loss could’ve saved us there.

  • @tvnkap4291
    @tvnkap4291 2 месяца назад +1

    Very good video bro, can i use this code in MetaTrader 5?

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

    is this possibkle to use in google collab? If not what environment are you using?

  • @carterbrown7157
    @carterbrown7157 Месяц назад +1

    im getting an error for not having enough data for a tearsheet, how can I solve this problem. It says that it needs at least 2 days of data.

  • @MajikSo
    @MajikSo 3 месяца назад +2

    Excellent. Thank you.
    Except...
    For trading, as a somebody that has just started learning that, I tend to believe that it is
    "Buy the rumours sell the news".
    With that the sentiment should be analyzed in both. Not just news.

  • @michaelaldan4354
    @michaelaldan4354 3 месяца назад +2

    also...take into account spreads and commissions per broker...as well as slippage per symbol....its easy to backtest...much harder to replicate true trading conditions...lovely stuff bro..

  • @user-fu9cw5ey8s
    @user-fu9cw5ey8s Месяц назад

    which interpreter do you use ?

  • @personal1872
    @personal1872 24 дня назад

    can you please write option selling code using lumibot, creating iron fly is easy but writing code for adjustments is hard

  • @coricabell6696
    @coricabell6696 3 месяца назад +1

    Hi Nicholas, will your code work in Thinkorswim platform or what broker is compatible with your code?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Looks like it works with these brokers: lumibot.lumiwealth.com/brokers.html

  • @actorjohanmatsfredkarlsson2293
    @actorjohanmatsfredkarlsson2293 3 месяца назад

    Hi there,. Great video. What version of alpaca_trade_api do you use, because the I use the alpaca-trade-api==0.26 and it doesn't seem to have the get_news method. Or am I missing something?

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

    I tried this. I have some issues with it. For one, it seems that it "makes trades" but it never actually does. So some of those trades that it says it does don't ever happen. But still it is displayed on the breakdown like it has. For instance look at March 11th, 2020. It says that a buy was placed that day but looking into the code, the sentiment ai is neutral so a trade never actually occurs. Why do you think this is?
    I tried to implement some fixes like checking the number of stocks we currently have purchased, and doing so, I found that it makes significantly less trades than it states. Nonetheless, this is a great build and when the sentiment ai part is used in conjunction with a more robust ai that is trained on the buying and selling trends, this could be a big deal

  • @user-or8tr5kk9y
    @user-or8tr5kk9y 19 дней назад

    What website did you use?

  • @jfamjizzyjae
    @jfamjizzyjae 3 месяца назад +1

    Great video Nicholas! I just subscribed to learn much more. Does this work for meme coins as well?

    • @NicholasRenotte
      @NicholasRenotte  3 месяца назад

      Possibly, I’d need to test. I gave it a crack on BTCUSD and it looked promising but again that was only during back testing

    • @timmaggs4827
      @timmaggs4827 3 месяца назад

      @@NicholasRenotte Thanks so much for this I'm struggling to get a backtest working for BTCUSD I understand the ticker for Yfinance is BTC-USD but still doesn't spend anything. I feel like I'm missing something really obvious

  • @zaytradellc
    @zaytradellc 3 месяца назад

    Hey first day here subbed ❤ how can i use dmi indictor to act as the cot repoert in python