I'm trying to develop an automated trading app in Python, and trying to find some examples how it usually designed and how the code look like. Anyone can recommend some? Thanks, Ming
There's some links here (you may have to page down) https://pypi.org/project/Backtesting/ https://github.com/wilsonfreitas/awesome-quant https://github.com/EliteQuant/EliteQuant Disclosure; one of the projects mentioned is mine: https://github.com/robcarver17/pysystemtrade GAT
https://github.com/ranaroussi/qtpylib https://github.com/areed1192/python-trading-robot.git 2nd one, look at his other repositories under https://github.com/areed1192 where he has his broker interfaces for Interactive Brokers and TD Ameritrade. Alex has an excellent YouTube Channel where he gives tutorials on his design decisions: https://www.youtube.com/c/SigmaCoding/videos