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.example
toconfig.yml
, configure your preferred parameters - Run
./autotp -c config.yml
, or./monit
for infinite running until the world ends
Read-only exchange,