2 replies, 3 voices Last updated by 3 months, 3 weeks ago
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I started by messing with pandas and yfinance to pull historical data, then used matplotlib to plot trends—super helpful to spot patterns before jumping into more complicated stuff.
I’ve been playing around with backtesting strategies using historical candlestick data too, and using tools like pandas and yfinance makes it manageable. If you’re thinking about pushing strategies live at some point, looking into how a prop trading firm routing works can help a lot. It’s different from using typical retail brokers—more direct market access, and usually faster fills if your code is set up right.