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

Опубликовано: 19 Май 2026
на канале: Learning Simple Things
2,332
28

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.

Code in Github I started a side project to help with making the most out of my day trading strategy. I want to get others motivated to create tools that can help them in their day to day so I am sharing a simplified example of a larger program. The opportunities are endless and the only barrier is your mind.

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

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

Chapters:
0:00 Sign up for TDAmeritrade Developer account
0:16 Create App and obtain Consumer Key
1:14 Test Consumer key via Web UI
2:31 Discuss useful Visual Studio Code GO extension
3:00 Hello World Go Test
3:48 Demonstrate manual file creations
4:15 Application discussion and demonstration
5:27 Closing

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

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