Skip to content

An Algorithmic Trading Framework for Digital Currency, using Web, based on GoEx library

License

Notifications You must be signed in to change notification settings

marstau/smartcooly

Repository files navigation

smartcooly

Travis Go Report Card Github All Releases Gitter Docker Pulls license

中文文档

Installation

You can install smartcooly from installation package or Docker.

The default username and password are admin, please modify them immediately after login!

From installation package

  1. Download the smartcooly installation package on this page
  2. Unzip the smartcooly installation package
  3. Enter the extracted smartcooly installation directory
  4. Run smartcooly

Then, smartcooly is running at http://localhost:9876.

Linux & Mac user quick start command

wget https://github.com/marstau/smartcooly/releases/download/v{{VERSION}}/smartcooly_{{OS}}_{{ARCH}}.tar.gz
tar -xzvf smartcooly_{{OS}}_{{ARCH}}.tar.gz
cd smartcooly_{{OS}}_{{ARCH}}
./smartcooly

Please replace {{VERSION}}, {{OS}}, {{ARCH}} first.

by Docker

docker run --name=smartcooly -p 19876:9876 marstau/smartcooly

Then, smartcooly is running at http://localhost:19876.

by heroku

heroku addons:create heroku-postgresql:hobby-basic -a smartcooly
heroku buildpacks:add https://github.com/debitoor/ssh-private-key-buildpack.git -a smartcooly
heroku buildpacks:add heroku/go -a smartcooly
heroku config:set SSH_KEY=$(cat ~/.ssh/id_rsa | base64)  -a smartcooly
heroku config:set MAIL_SMTP=smtp.mxhichina.com  -a smartcooly
heroku config:set MAIL_SMTP_PORT=465  -a smartcooly
heroku config:set MAIL_SENDER_ADDRESS=email_from_address  -a smartcooly
heroku config:set MAIL_PASSWORD=email_from_password  -a smartcooly

Usage

Add an Exchange

Add an Algorithm

Deploy an Algorithm

Run a Trader

Commands

go build smartcooly.go
npm run dist

Algorithm Reference

Read Documentation

Contributing

Contributions are not accepted in principle until the basic infrastructure is complete.

However, the ISSUE is welcome.

Denote

eth:0x6E6dDDE24C79e94633CACAa442FadDcD41Af31Bd

btc:1KaJo5bFTpFzJXSYDiFjYkHELvcQdy9NSn

License

Copyright (c) 2016 marstau by MIT

Reference

About

An Algorithmic Trading Framework for Digital Currency, using Web, based on GoEx library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published