Devlog 01
Hey guys :D. First devlog of Cortex, heres a quick overview:
Cortex is a backtesting and market analysis platform that I’m building to test algotrading strategies.
For this first update, I got the main data pipeline working. All my data is coming from yfinance. I setup yfinance to pull 2 years of daily OHLCV data for 6 tickers (AAPL, MSFT, GOOGL, NVDA, SPY, and AMZN). pandas returns MultiIndex columns, so I had to format everything into a flat table. The formatted JSON and CSV files are also exported.
Comments 1
cool project twin!!! keep it going!
Sign in to join the conversation.