11-09-2018, 05:16 PM
I have this for config file:
config.watch = {
exchange: 'binance',
currency: 'BTC',
asset: 'ETH',
}
config.watch = {
exchange: 'binance',
currency: 'USDT',
asset: 'BTC',
}
When i start it from command line is only import one from this two
config.watch = {
exchange: 'binance',
currency: 'BTC',
asset: 'ETH',
}
config.watch = {
exchange: 'binance',
currency: 'USDT',
asset: 'BTC',
}
When i start it from command line is only import one from this two