adocquin / kraken-dca

Dollar-Cost Averaging bot for cryptocurrency pairs on Kraken exchange.
GNU General Public License v3.0
44 stars 8 forks source link

Multiple Pair Investment #5

Closed ced2git closed 3 years ago

ced2git commented 3 years ago

Hello,

I checked in the code and i'm not sure that kraken-dca is able to invest in multiple pairs at the same time;

Say; BTC & ETH

Can you please confirm ?

Thanks

adocquin commented 3 years ago

Hello,

At the moment you can't invest multiple pairs at the same time with one instance of kraken-dca, but you can launch several instances or docker images with different configurations (pairs, delay and amount).

I can add this feature in the next weeks if this solution doesn't suit you.

Have a good day

ced2git commented 3 years ago

Hello,

It's okay as a workaround but it would be great to have only one docker instance to manage and monitor with multiple pairs and of course per pair, a specific delay and amounts.

Nice Day Cedric

On Mon, Sep 6, 2021 at 6:55 PM Avel @.***> wrote:

Hello,

At the moment you can't invest multiple pairs at the same time with one instance of kraken-dca, but you can launch several instances or docker images with different configurations (pairs, delay and amount).

I can add this feature in the next weeks if this solution doesn't suit you.

Have a good day

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FuturBroke/kraken-dca/issues/5#issuecomment-913770557, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ4LNTA5KOEXOFOQCQXU4TUATXAJANCNFSM5DQXQ5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

adocquin commented 3 years ago

I'll work on a new release with this feature and let you know when it's done. :+1:

Have a good day

ced2git commented 3 years ago

Great thanks

On Mon, Sep 6, 2021 at 7:09 PM Avel @.***> wrote:

I'll work on a new release with this feature and let you know when it's done. 👍

Have a good day

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FuturBroke/kraken-dca/issues/5#issuecomment-913776770, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ4LNXNEZILJ7ROHUPDS3LUATYUFANCNFSM5DQXQ5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

adocquin commented 3 years ago

Hello,

I did an update to add multiple pairs DCA support to KrakenDCA and made a new release. The README and configuration file example are also updated.

I close the issue, let me know if you encounter any problems.

Have a good day,