Gap Trading [3/4] Shorting Downgaps with Python

Поделиться
HTML-код
  • Опубликовано: 29 апр 2022
  • If you like this video and want to support the channel:
    Buy Me a Drink: www.buymeacoffee.com/parttime...
    Also, I will be starting a spinoff channel on AI in music, art, and gaming in 2023. Subscribe at: / @parttimeai
    Source Code: github.com/hackingthemarkets/...

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

  • @parttimelarry
    @parttimelarry  2 года назад +4

    If you like this video and want to support the channel:
    Buy Me a Drink: www.buymeacoffee.com/parttimelarry
    Also, I will be starting a spinoff channel on AI in music, art, and gaming in 2023. Subscribe at: youtube.com/@parttimeai

  • @williamperry2074
    @williamperry2074 2 года назад +5

    Thank you Larry for another wonderful video. Coming from the old of school of Finance and Computer Science I am learning so much from the Web side of things and enjoy the inspiration.

  • @wheezyair
    @wheezyair 2 года назад +4

    Excited to see the cloud deployment! Linode is great but I think a lot of us would also love to see a GCP implementation.

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

    This is great content BTW well done!

  • @TheDjarEl
    @TheDjarEl 2 года назад +1

    Wow that was a lot of interesting stuff and valuable info in just 26 min. Thanks for the amazing work

  • @santhoshdasari7
    @santhoshdasari7 2 года назад +1

    Nice video…thanks a lot for sharing 🙏

  • @rverm1000
    @rverm1000 2 года назад

    This is great to see. Much easier to understand now. . I've never tried to code an alpaca account

  • @solvability2782
    @solvability2782 2 года назад

    :) Loved the Seinfeld reference!!

  • @ariannap3624
    @ariannap3624 2 года назад

    Thank you for this series! Best RUclips channel without any doubts.
    I have a (probably very stupid cause I’m starting learning about stocks these months) question: why do you shift all values and do not shift stocks by them selves? In the example at the beginning first stock is fine (Apple), but second one (Arbn) has shifted value from Apple.

  • @MisterPDR
    @MisterPDR 2 года назад

    Great content.. truly inspiring! Did you drop the sentiment analysis?

  • @ventiladorbueno1846
    @ventiladorbueno1846 2 года назад +1

    Thank youu thank you 🙏

  • @ariannap3624
    @ariannap3624 2 года назад

    Thank you for your amazing channel. Best RUclips channel without any doubts. I have a (probably very stupid cause I’m starting learning about stocks these months) question: why do you shift all values and do not shift stocks by them selves? In the example at the beginning first stock is fine (Apple), but second one (Arbn) has shifted value from Apple.

  • @brendanlydon5272
    @brendanlydon5272 2 года назад

    Hey Larry, not sure if you have a video similar to this, but here's an idea for a video I feel people would love to see (especially me):
    Predicting stock price action for x many candles into the future and seeing margin of error or other statistical analysis on that prediction to actual price action. Data analysis in python and visualizing in javascript possibly? Maybe attaching probabilities to predictions would be great as well for backtesting a strategy. Love your content by the way.

  • @DroneDayze
    @DroneDayze 2 года назад +1

    Hey, have you implanted any of your algorithms in a live environment and do you find yourself being profitable? My experience so far is having to program human behavior(timing, adjusting stops, sizing, ect…) I feel I am getting close… anyways great stuff!

  • @mcobb6750
    @mcobb6750 2 года назад

    A stock market sentiment model based on NLP of Fed Gov press releases would be very interesting

  • @rantg
    @rantg 2 года назад +1

    How about covered calls? did you think about getting into it?

  • @crypto_bot_trader7810
    @crypto_bot_trader7810 2 года назад

    Hi sir can you make a video on triangle arbitrage with single exchange with ccxt

  • @RogueQuant
    @RogueQuant 2 года назад

    great work Larry!!! ore javascript so we can keep our bots running up in web browsers/mobile, mor alpaca

  • @kahjootan7132
    @kahjootan7132 2 года назад +1

    did anyone encounter this error "alpaca_trade_api.rest.APIError: your subscription does not permit querying data from the past 15 minutes" when trying to get bars?

    • @nekopa
      @nekopa 2 года назад

      Yes, I am running into that error right now. Did you find a solution?

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

      Jup, I have the same error.

  • @bobsalita3417
    @bobsalita3417 2 года назад

    Why not use string interpolation instead of format? e.g. print(f'{...isoformat()} buying {quantity} {symbol} at {price}')

    • @jwpraas
      @jwpraas 2 года назад

      Very relevant to contents of the video.... /s

  • @crypto_bot_trader7810
    @crypto_bot_trader7810 2 года назад

    Hi sir can you make a video on how to build arbitrage bot with more than 10 exchanges with ccxt

  • @kiranbernard5562
    @kiranbernard5562 2 года назад

    Dumb question... I am very new to trading so I am trying to understand the logic. If you liquidate 5 min before market close, how can you sell the stock the next day?

    • @kiranbernard5562
      @kiranbernard5562 2 года назад

      For anyone else that is as much of a newb as me. If you sell when you don’t have any shares, you essentially borrow the shares from the broker and get the proceeds from the sale. When you close your position, you have to buy back the amount of shares you borrowed and the hope is that the new price is lower than what you borrowed so you can keep some of the proceeds. If I’m mistaken, someone please correct me.

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

    With all this knowledge, can you work on a good strategy with positive results for intraday trading?? You are the expert, so pls give it a shot

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

    HI mate, are you still running this strategy today? wondering if there are any updates to share. Cheers!

  • @super266
    @super266 2 года назад

    I love you Larry, please have my babies!
    P.s: awesome video, gentleman and a scholar!

  • @grunttrader2293
    @grunttrader2293 2 года назад

    Who has paper trading APIs for Commodities?

  • @movrew
    @movrew 2 года назад +1

    Hi Larry, can you start making defi related bots?

  • @ivo9652
    @ivo9652 2 года назад

    Hey Larry, dont have a clue how to add sub accounts for ftx ive been stuck for so long i hope you can help its probably simple but im new :/ ccxt.base.errors.PermissionDenied: ftx {"success":false,"error":"Only have permissions for subaccount gridbottest"} how would i define that its a sub account in the config file :/