WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

124

(post is archived)

[–] 2 pts

Assuming i can do the math, how do I get into algo trading?

[–] 1 pt

I started by

learning all the buy indicators

then making a spreadsheet to compare stocks based on all buy indicators

then automating the data into the spreadsheet so I wasn't doing any of it manually

then I worked on tweaking the spreadsheet so that it included good "timing."

then I figured out bad "timing".

then i made it so that the colors changes when there was good and bad timing, allowing for a "red light" "green light" system for buying.

then I read the crappy documentation on the TDAmeritrade API and used the red light, green light system to send commands to TDAmeritrade to implement the trades

then i rebuilt the whole thing in mySQL using python to transport the data

Note: You only have to learn the math for buy indicators once, because once the database is calculating for you, you never have to come back to it.