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

  Рет қаралды 20,478

Part Time Larry

Part Time Larry

Күн бұрын

Пікірлер: 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
@DerekStevens
@DerekStevens 2 жыл бұрын
Love your content. Please keep doing what you do.
@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
@Christopher_Tron
@Christopher_Tron 2 жыл бұрын
Man of the people, thank you larry
@sChaikovsky
@sChaikovsky 2 жыл бұрын
Fantastic content!
@alwikah5664
@alwikah5664 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.
@gte539z
@gte539z 2 жыл бұрын
Start to finish including deployment! Looking forward to this series.
@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
@colinmaharaj
@colinmaharaj 2 жыл бұрын
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.
@1b0o0
@1b0o0 2 жыл бұрын
You can use %run + path/to/notebook with key and secret. That also works.
@zappist751
@zappist751 Жыл бұрын
LARRY UR THE MANNNNN THE MANNNN
@valueray
@valueray 2 жыл бұрын
most importanlty, did you backtest it?
@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
@zentat
@zentat 2 жыл бұрын
How much money you makin from the tradin?
@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.
@joshc3000
@joshc3000 2 жыл бұрын
"Write some codes"
@Badshahealam
@Badshahealam 2 жыл бұрын
thank you for your work , really helpful 🙏
Gap Trading [3/4] Shorting Downgaps with Python
26:40
Part Time Larry
Рет қаралды 11 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Cara Profit Dari Trading Hingga Dapat 10 Juta Sehari
7:35
Ardana Putra
Рет қаралды 2,3 М.
Historical Fear and Greed Index Data, Jupyter Notebooks
20:09
Part Time Larry
Рет қаралды 19 М.
Candlestick Pattern Recognition with Python and TA-Lib
24:11
Part Time Larry
Рет қаралды 116 М.
Stock Price Prediction Using Python & Machine Learning
49:48
Computer Science (compsci112358)
Рет қаралды 1,3 МЛН
Stock Chart Analysis with GPT4o Omni (Python Tutorial)
8:41
Part Time Larry
Рет қаралды 204 М.
Supertrend 3 - Detecting Uptrends and Downtrends with Python
21:52
Part Time Larry
Рет қаралды 33 М.
Breadth Thrusts - Zweig, Whaley, and Breakaway Momentum
22:54
Part Time Larry
Рет қаралды 11 М.
Detecting Price and Volume Patterns with SQL and TimescaleDB
43:29
Part Time Larry
Рет қаралды 18 М.
Algotrading Frameworks: Overview
20:02
Part Time Larry
Рет қаралды 38 М.
Interactive Brokers API, TradingView Charts in Python
47:52
Part Time Larry
Рет қаралды 82 М.