Gekko Forum
Run multiple import with config in command line - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html)
+--- Thread: Run multiple import with config in command line (/thread-57757.html)



Run multiple import with config in command line - noba - 11-05-2018

Hello all,
I am new here and i tried to run multiple import from command line but with no luck.
Can you help me :Smile

Thanks


RE: Run multiple import with config in command line - askmike - 11-06-2018

Have you tried the instructions here? https://gekko.wizb.it/docs/commandline/importing.html

And please specify what you mean with no luck, was there an error? What is the error? etc Wink


RE: Run multiple import with config in command line - noba - 11-09-2018

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


RE: Run multiple import with config in command line - askmike - 11-10-2018

Yes, if you want to import multiple you need to create 2 different config files and change the market and run both of them!


RE: Run multiple import with config in command line - noba - 11-10-2018

ok thanks a lot Tongue