Using a Python library called “tda-api”, I have written a trading bot in Python. It is live and it trades with real money every trading day. It trades one of the following stock symbols: AAPL, AMD, NVDA, META, TSLA, or MSFT.
The tda-api library is written and maintained by ‘Alexgolec’ and can be found at: https://github.com/alexgolec/tda-api
The trading bot also uses the Python pandas library, the pandas-ta library, and MQTT to post status messages concerning the current trades that it is in.
This trading bot has been running since September of 2022.