Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amahouachi authored May 6, 2022
1 parent d9bac55 commit 7dbd5a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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.

0 comments on commit 7dbd5a5

Please sign in to comment.