Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
/ autotp-go-v1 Public archive

AutoTP aims to be an automated trading platform that supports multiple exchanges. Inspired by MetaTrader and MQL4.

Notifications You must be signed in to change notification settings

tonkla/autotp-go-v1

Repository files navigation

AutoTP

AutoTP aims to be an automated trading platform that supports various exchanges. Inspired by MetaTrader and MQL4.

Usage

  1. Craft your trading strategy, put it inside strategy/
  2. Add the strategy into strategy/strategy.go
  3. Compile it with go build -o autotp main.go
  4. Copy config.yml.example to config.yml, configure your preferred parameters
  5. Run ./autotp -c config.yml, or ./monit for infinite running until the world ends

(Work-in-Progress) Supported Exchanges

Read-only exchange,

About

AutoTP aims to be an automated trading platform that supports multiple exchanges. Inspired by MetaTrader and MQL4.

Resources

Stars

Watchers

Forks