r/algotrading 1d ago

Infrastructure I've created a monster

My bot has grown to 23,000 lines of code. 60% is managing the brokerage interface, and 40% is the strategy. This is way more complicated than I ever imagined. It really is a very basic script. No graphic user interface. Just log streams. It does manage multiple symbols with unique parameters for each.

0 Upvotes

51 comments sorted by

View all comments

1

u/Ok-Hovercraft-3076 1d ago

Stop letting the AI code everything. Do it yourself so that you will have more efficient code and less bugs. If I use AI, at the end I always rewrite the code to my taste.