Gap Trading [1/4] Python Gap Scanner and mplfinance

Поделиться
HTML-код
  • Опубликовано: 22 апр 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
    Google Colab Notebook: colab.research.google.com/dri...

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

  • @sandeeptiwana2368
    @sandeeptiwana2368 2 года назад +10

    Thank you very much Larry. You do not know what valuable content you are making and providing it free of cost. Thanks again.

  • @DerekStevens
    @DerekStevens 2 года назад +6

    Love your content. Please keep doing what you do.

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

    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
    Google Colab Notebook: colab.research.google.com/drive/16GHg44TtlWKv42JpdGnWgg7Wczb92oZa?usp=sharing
    Buy Me a Coffee: www.buymeacoffee.com/parttimelarry

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

      This is all amazing and top notch quality contents, Larry.
      Can you please make 'Trailing Take Profit Bot" next in your projects to cover?
      Thank you so much. :D

  • @action-money
    @action-money 2 года назад +3

    Dude, you read my mind! I just wanted to write down the backtest for this strategy, after seeing your last video!
    Lol, thanks for the effort

  • @Christopher_Tron
    @Christopher_Tron 2 года назад +2

    Man of the people, thank you larry

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

    Fantastic content!

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

    Start to finish including deployment! Looking forward to this series.

  • @alwikah5664
    @alwikah5664 2 года назад +2

    best of the Best !

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

    This is a great help for traders, awesome. One suggestion it would be a great add to this. Alot of stocks especially the retail basket of stocks like GME, AMC and BBBY have so much of the float owned. The daily movement consists of FTD and Option chain hedging. Can you add a scanner that will give alerts from the options chain when large orders come in? If a hedge fund wants the price to go a certain direction lets say downward they will buy a large block of ITM puts. It would be great to get notified when this happens. Filter the scanner to notify if a block order larger than a set dollar amount llike $25k or larger. Thanks for everything you do, I've been watching you for a long time.

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

    You can use %run + path/to/notebook with key and secret. That also works.

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

    I'm using C++ Builder with a Delphi interactive brokers library to find the gappers, then do a historical scan to get details on the gappers.

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

    LARRY UR THE MANNNNN THE MANNNN

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

    Great content as usual Larry...can you make a video about a profitable trading bot...all trading bot videos i have seen somehow never show the long term results...is it because bots are not profitable over the long term or making such a bot is too sophisticated...if so can you point me to some resources...thnx

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

    please do momentum investing code in python fro NSE500 stocks, list them in excel sheet from highest to lowest ranking with look back period of 1 year.

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

    most importanlty, did you backtest it?

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

    Hi, what do you think the best approach is for plotting large datasets for candlesticks? Around 100,000 - 200,000 candles?

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

      I did some candlestick charting with JavaScript in one of my Binance videos - using TradingView's Lightweight Charts library. I would store the 100,000-200,000 in a flat file or a database and only load a small window of them on load. So if doing this on a web page for instance, I would only load the most recent X. Then in my JavaScript I would have an event listener that listens for when the user pans or asks for more data, like an onPan() or onScroll() or onTimeFrameChange() function. When the event fires, I would fetch X more candles to match the current timeframe I was trying to view. Not sure if you are looking to use a particular language or toolset.

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

      @@parttimelarry I would be using python for my code, ideally I would like the ability to plot all candles along with the trades generated by the backtest (trades shown with lines) my partner needs to visually see all the trades. So if I could accomplish plotting all 100k candles in one go that would be great, but your idea of streaming historical data is interesting too. I have tried plotly with 100k candles however it can’t handle it, I’ve seen I few other libraries such as finplot and backtester.py which look promising. What I can also do is have my backtester logic in python, but do charting in another language such as JavaScript similar to what you’re doing

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

    "Write some codes"

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

    thank you for your work , really helpful 🙏

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

    How much money you makin from the tradin?