DEV Community

Cover image for Simulating trades based on support/resistance with Golang!
Rodrigo Burgos
Rodrigo Burgos

Posted on

Simulating trades based on support/resistance with Golang!

This post will not be a tutorial (although you can check the code and absolutely learn from it). Instead, it will serve as a call to arms for those with existing knowledge on the matter, and as a stimulus for those willing to take their first steps in Go and trading algorithms.

The project's goal isn't to execute trades directly, but to save potential trades in a database to later validate the profitability of the algorithm. I have several ideas to improve it, and they will be implemented step-by-step.

Here's the link to the repository:

https://github.com/burgossrodrigo/go-binance-integration

Feel free to clone the code, reach out with questions, or make a pull request to improve it! 🚀🚀🚀

Top comments (0)