It would be nice to be able to use multiple keys per exchange, as in the example below, in order to avoid running multiple instances of GUNBOT.
This way we can have all the coins in one configuration, use one account for de-bagging, another for high volume coins, a third one for low volume ones, etc., manage all of them in one configuration, and move them around as needed, but still keep separate profiles/accounts with different targets and trade scenarios.
"poloniex-bags": {
"exchange": "poloniex",
"key": "KEY 1",
"secret": ""
},
"poloniex-high-vol": {
"exchange": "poloniex",
"key": "KEY 2",
"secret": ""
},
"poloniex-low-vol": {
"exchange": "poloniex",
"key": "KEY 3",
"secret": ""
},