cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
198 stars 78 forks source link

Enhancement Request: Allow multiple take-profit addresses using % #124

Open claytondukes opened 6 years ago

claytondukes commented 6 years ago

It would be great if we could split profits sent to an address to more than one account and base it on %.

e.g.:

take-profit = true
profit-limit = 0.9192
profit-address = 1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
profit-address2 = 2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
profit-split = 10/90

which would send the first 10% of each profit deposit to the first address, then the other 90% to the second.