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

  Рет қаралды 19,757

Part Time Larry

Part Time Larry

2 жыл бұрын

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 жыл бұрын
Thank you very much Larry. You do not know what valuable content you are making and providing it free of cost. Thanks again.
@parttimelarry
@parttimelarry 2 жыл бұрын
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 жыл бұрын
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
@DerekStevens
@DerekStevens 2 жыл бұрын
Love your content. Please keep doing what you do.
@Christopher_Tron
@Christopher_Tron 2 жыл бұрын
Man of the people, thank you larry
@sChaikovsky
@sChaikovsky 2 жыл бұрын
Fantastic content!
@gte539z
@gte539z 2 жыл бұрын
Start to finish including deployment! Looking forward to this series.
@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.
@alwikah5664
@alwikah5664 2 жыл бұрын
best of the Best !
@1b0o0
@1b0o0 2 жыл бұрын
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.
@ewaschenko
@ewaschenko 2 жыл бұрын
Hi, what do you think the best approach is for plotting large datasets for candlesticks? Around 100,000 - 200,000 candles?
@parttimelarry
@parttimelarry 2 жыл бұрын
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 2 жыл бұрын
@@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
@valueray
@valueray 2 жыл бұрын
most importanlty, did you backtest it?
@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?
Detecting Price and Volume Patterns with SQL and TimescaleDB
43:29
Part Time Larry
Рет қаралды 18 М.
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 10 МЛН
小蚂蚁被感动了!火影忍者 #佐助 #家庭
00:54
火影忍者一家
Рет қаралды 41 МЛН
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 121 МЛН
Predicting Stock Prices with FBProphet in Python
21:26
NeuralNine
Рет қаралды 29 М.
How To Trade Gap Up and Gap Down Strategy
10:53
Humbled Trader
Рет қаралды 126 М.
Build a TTM Squeeze Scanner in Python
53:30
Part Time Larry
Рет қаралды 34 М.
Automated Price Action Trading Strategy In Python
32:48
CodeTrading
Рет қаралды 46 М.
Gap Trading [3/4] Shorting Downgaps with Python
26:40
Part Time Larry
Рет қаралды 10 М.
Candlestick Pattern Recognition with Python and TA-Lib
24:11
Part Time Larry
Рет қаралды 112 М.
Stock Market Sentiment Analysis Using Python & Machine Learning
42:45
Computer Science
Рет қаралды 72 М.
Historical Fear and Greed Index Data, Jupyter Notebooks
20:09
Part Time Larry
Рет қаралды 18 М.
Supertrend 3 - Detecting Uptrends and Downtrends with Python
21:52
Part Time Larry
Рет қаралды 32 М.
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 10 МЛН