Get Started: Paper Trading Options with Alpaca’s Trading API

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • НаукаНаука

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

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

    Extremely helpful demo video. It would be hard for a beginner to start using the new API without demonstrations. It would be great to see more of such demo/training videos. Could you also share the jupyter notebook that was used in the demo? Thank you.

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

    API demonstration was very valuable. Thank you.

  • @jackbud427
    @jackbud427 5 месяцев назад +5

    @10:00 it might be better to use a while loop here instead of an if to go through the pages. I'm guessing each page has 100 contracts and since you only go through the first 2 pages that might be why you're getting 200 contracts on the dot.
    Otherwise API looks really easy to use !

    • @AlpacaMarkets
      @AlpacaMarkets  5 месяцев назад

      Thank you!

    • @Killedman98
      @Killedman98 5 месяцев назад

      Hi Jackbud427, what condition would you put on the while loop to pull all available contracts that fit the criteria?

    • @jackbud427
      @jackbud427 5 месяцев назад

      @Killedman98 say while(true). Just incase an error breaks the loop, put a try catch inside to make sure it runs forever

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

    Good demo! Where can I download the coding?

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

    Your theme is killing me. You should try to give me the most familiar setup when you show me something. Just use a default setup for a demo. This is an opinion from a developer and a customer to the product lead.

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

    I am trying to implement my trading app, how do I use the valid access token to start making calls to Alpaca Trading API v2 on behalf of the end-user. No clear documentation to achieve this

  • @elangovangovindan1188
    @elangovangovindan1188 5 месяцев назад +1

    Very nice get started demo

  • @nikhilpanicker2910
    @nikhilpanicker2910 5 месяцев назад

    I have been using the paper trading API, when will alpaca support OCO orders for options?

    • @AlpacaMarkets
      @AlpacaMarkets  5 месяцев назад

      Thank you for reaching out and for using our paper trading API! We're continually evaluating new features to improve our platform. Implementing OCO orders for options is on our radar, but we can't provide a precise timeline right now. We appreciate your enthusiasm and recommend keeping an eye on our updates for any new developments.

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

    Great turotial, is the code available? thank you

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

      Code is available on chat GPT 😀