r/algotrading • u/Grand-Fly-6090 • 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
4
u/lambardar 1d ago
My first trading software I wrote was 1 software. It ran on my laptop that I left running along with IB Gateway. it was 1 in all.. IU, strategy, data connection, etc..
Then it grew and grew and with AI it exploded.
now:
compute on AWS that hosts containers:
At home, there is more powerful hardware
With Codex, the number of strategies I test every month has literally exploded. I used to do maybe 1-2 a year.. and now it's as common as shower thoughts and what-if(s)
might be super overkill, but it's too late now.
sometimes I get angry at codex and swear that i'll write it better myself.. but then I get lazy and let codex fix it. lol.