AutoTP aims to be an automated trading platform that supports various exchanges. Inspired by MetaTrader and MQL4.
- Craft your trading strategy, put it inside
strategy/ - Add the strategy into
strategy/strategy.go - Compile it with
go build -o autotp main.go - Copy
config.yml.exampletoconfig.yml, configure your preferred parameters - Run
./autotp -c config.yml, or./monitfor infinite running until the world ends
Read-only exchange,