Filterable exchanges from command line
You can set which exchanges to handle with make run command by: make run exchanges=binance,bybit. This is useful if you want to parse data from tens of exchanges but want to use different station instances connected with one redis pubsub. REMEMBER to enable that exchanges from config.yml AND THEN to filter. For example you can enable binance, bybit and bingx in config.yml and run 3 different make run commands like: make run exchanges=binance and make run exchanges=bybit and make run exchanges=bingx By this way you will have faster data parsing and publishing into redis