Building a Stock Trading Bot using the TD Ameritrade API and the Go Programming Language (Part 2)

Опубликовано: 11 Апрель 2026
на канале: Learning Simple Things
577
13

Check out our current LIVE or past live trading videos, maybe you can get a sense of how much profit you could have made with such a simple program.

In this video, I go over how easy it is to programmatically populate a watchlist of 10 stock symbols. Now that we have this, if we make a list of 10 good stocks based on data points, we can automatically review all at the same time in the TD Ameritrade ThinkorSwim platform.

TD Ameritrade
https://developer.tdameritrade.com/

GitHub Repo
https://github.com/dateacher/tdamerit...

Chapters:
0:00 Intro
0:25 Review key file/ populate with necessary data
0:51 Run basic single stock tests
1:22 Sector test
1:58 Sector test with watchlist write
3:10 Confirm watchlist in thinkorswim
3:40 Conclusion

GO getting started
https://golang.org/doc/tutorial/getti...

Visual Studio Code
https://code.visualstudio.com/