mxaddict / mmaker

MMaker is a Market Making trading bot
https://github.com/mxaddict/mmaker
MIT License
30 stars 10 forks source link

Running Two Instances #12

Open LPX55 opened 3 years ago

LPX55 commented 3 years ago

Freaking great job with the bot mate, it's wonderful. I was wondering if there was a way to run multiple instances of the bot without having to create separate VMs. Are there some "good practices" tips you can share? Thanks :)

mxaddict commented 3 years ago

The bot does not have a DB connection, so technically you just need to clone another copy into a different directory, and it should work fine.

On Fri, Mar 19, 2021, 09:31 Lunar Digital Assets @.***> wrote:

Freaking great job with the bot mate, it's wonderful. I was wondering if there was a way to run multiple instances of the bot without having to create separate VMs. Are there some "good practices" tips you can share? Thanks :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mxaddict/mmaker/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIDAKNH2CZXUFBJPHDFGH3TEKSNPANCNFSM4ZN2U4JA .

LPX55 commented 3 years ago

Yup, that definitely did the trick.

Any plans on expanding the bots functionality? I.e. db managed multi-exchange instances, integration of index price lookup to move grid, etc. Would love to help if interested.

Seems like every exchange has its own quirks that needs to be manually fixed in the engine (despite CCXT being a "unified API" ha). ByBit has especially been an annoying exchange to work with.