This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* carlos8f-master: Add extension point in dev doc (DeviaVir#395) Removed trailing comma from dependencies. (DeviaVir#398) Updated name of renamed srsi_macd strategy (DeviaVir#400) Quadriga CX now supports LTC trading, adding to products (DeviaVir#392) - Bitfinex and Kraken API throw the "post only" error only on checkOrder(), check for it in engine.js (DeviaVir#391) Windows support (DeviaVir#387) setRawMode is not supported on some remote consoles (no tty) (DeviaVir#380) Fixes for Quadriga CX trading (DeviaVir#386) Only do last sell in simExit when there have been trades (DeviaVir#383)
- Loading branch information
Showing
12 changed files
with
513 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
server: | ||
build: . | ||
volumes: | ||
- .:/app | ||
- /app/node_modules | ||
links: | ||
- mongodb | ||
command: ./zenbot.sh trade --paper | ||
restart: always | ||
|
||
mongodb: | ||
image: mongo:latest | ||
volumes_from: | ||
- mongodb-data | ||
command: mongod --smallfiles | ||
|
||
mongodb-data: | ||
image: mongo:latest | ||
volumes: | ||
- /data/db | ||
command: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.