
0:00 / 0:00
applications
i gave chatgpt $2,000 to trade stocks for 24 hours
Siraj Raval16 June 2026Watch on YouTube
Part of series
Ep. 3 · Made 345 Built
View the seriesDescription
I built a trading bot with ChatGPT and gave it $2,000 to trade stocks for 24 hours. Here's what happened. Full tutorial + Python code: https://www.youtube.com/watch?v=fhBw3j_O9LE #chatgpt #trading #ai #tradingbot #python #stocks
What you'll learn
- You can use ChatGPT to build a fully functional trading bot
- An AI trading bot can independently make buy and sell decisions for stocks based on market data
- Python code generated by ChatGPT can be directly tested in practice with real money
Frequently asked questions
How do you build a trading bot with ChatGPT?
You provide ChatGPT with the requirements and ask for Python code for a trading bot that analyzes market data and executes orders. ChatGPT generates working code you can use directly.
What were the results of the 24-hour test with $2,000?
The video shows what happened when the bot traded real stocks for 24 hours. The specific outcomes and profits or losses are demonstrated in the video.
Can you use ChatGPT-generated code directly for real trading?
Yes, the video demonstrates that Python code from ChatGPT can be deployed directly for live trading with real money and stocks.