Build a Stock Trading System with Python Trading Bots and Alpaca Markets Trading API

Поделиться
HTML-код
  • Опубликовано: 3 май 2024
  • @MattMacarty
    #python #trading #algotrading
    ✅ Please SUBSCRIBE:
    ruclips.net/user/subscription_...
    ✅ Get a free class and support us by visiting our sponsor: lumiwealth.com/macarty
    ✅ Visit alphabench.com for more Excel Python and MySQL tutorials
    ✅ Get the code: github.com/mjmacarty/algorith...
    In this tutorial, we'll show you how to get started with the Alpaca Markets Python trading API. This API makes it easy to trade alpaca futures and options, and we'll walk you through the steps necessary to get started.
    If you're interested in trading alpaca futures and options, then this tutorial is for you! We'll show you how to get started with the Alpaca Markets Python trading API and help you get the most out of your trading experience. Finally, we'll give you a sneak peak of our future plans for the Alpaca Markets trading platform, so be sure to check back often!

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

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

    Thank you for providing such a clear and intuitive video.

  • @obelix247
    @obelix247 9 месяцев назад +1

    How can we set take profit and stop loss?

    • @MattMacarty
      @MattMacarty  9 месяцев назад

      You can capture the entry price and then with some if logic set a stop and profit target. I do something like this here, using a trading bot extension: ruclips.net/video/YjONqP78HHw/видео.html

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

    hi professor, could you post a tutorial on how to compute Montecarlo simulations (via python) for an intrinsic valuation of a stock? Aswath Damodaran does it often (i thinks using revenue growth rate and EBIT margin as input variables) , but i really cannot manage to get realistic results. Your help would be super needed; thanks in advance!

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

      Let me research what Aswath is doing and see if I can put something together. It will take a while.

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

      @@MattMacarty thank you in advance! he mostly adds MCS ad the end of every stock valuation; here an example ruclips.net/video/efE_MJdOzSI/видео.html&ab_channel=AswathDamodaran

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

      @@MattMacarty any good news? it would be a super valuable application, which alone I can't manage to figure out unfortunately

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

      Hi. Have you seen this: ruclips.net/video/eXhCXobViJc/видео.html

  • @PeterChristensen-cn4vr
    @PeterChristensen-cn4vr Год назад +1

    what program is this? it looks much friendlier than spyder.

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

      I am using PyCharm community edition. It is much more comprehensive than Spyder, but the learning curve is steeper. Probably best to watch a PyCharm tutorial: ruclips.net/video/x3wFzjh3L_Q/видео.html

  • @speckie2597
    @speckie2597 9 месяцев назад

    what's the difference between using lumibot and the alpaca API, which one is better?

    • @MattMacarty
      @MattMacarty  9 месяцев назад

      Lumibot manages Alpaca. Without lumibot, you will have to develop your own code to handle various scenarios.