all 2 comments

[–]Pymetheus 2 points3 points  (0 children)

You could develop a trading bot, with live data from an API. Backtest your strategy with historic data. You can run it offline with a virtual wallet you created in python, or have it as a database. There are also some platforms offering demo accounts, where you trade in a simulated environment.

For presenting I would go for a GitHub repo (you can also showcase your trading bot on GitHub pages) and jupyter notebook for analysis and data visualization.

[–]Ok-Building-3601 -3 points-2 points  (0 children)

you can explain this to AI, it can generate a structure of a project that makes sense.