bwentzloff / trading-bot

Code seen in Cryptocurrency Trading YouTube video here: https://youtu.be/fpqzXgZjSqM
400 stars 262 forks source link

Running multiple currency pairs on the same exchange account #45

Open FingerMoney opened 6 years ago

FingerMoney commented 6 years ago

If Im understanding the code correctly, we can only run one bot per exchange account because we cant designate a budget or portion of the balance to use. In order to run multiple bots, say one for XMR and one for ETH, simultaneously we would need additional exchange accounts, correct?

r-neri commented 6 years ago

No. you use 2 bots one for every pair of coins. Every bot will use your aceess key for your exchange.