-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9bac55
commit 7dbd5a5
Showing
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# 3c_bot_regulator | ||
Watches for your open deals on 3comma and when one is closed, it adds the realized profit to the bot's capital | ||
|
||
Installation | ||
-- | ||
|
||
Copy the repository or clone it on a unix machine. Then do `npm install` to install the depencencies. | ||
|
||
How it works | ||
-- | ||
|
||
There is no option today to tell 3comma bot to reinvest the profits in the bot's capital. This simple tool uses 3comma API to accomplish this task. It monitors open deals and once one is closed it updates the bot's settings adding the realized profits to the bot's capital. If the profit is negative (a loss) it will substract it instead. | ||
|
||
Configuration | ||
-- | ||
|
||
Use config.js to put your api key/secret and to set the interval at which 3comma is probed by this tool. |