Import From CommandLine Not Storing Anywhere - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html) +--- Thread: Import From CommandLine Not Storing Anywhere (/thread-57400.html) |
Import From CommandLine Not Storing Anywhere - faldor - 07-20-2018 When running imports from the Web UI I was getting data stored in the \history folder. When running imports using commandline via node gekko --config config.js --import, it doesn't appear that data is being saved anywhere. Am I doing something wrong? The data is showing trades being processed and eventually gets to "Done importing!". RE: Import From CommandLine Not Storing Anywhere - askmike - 07-21-2018 Make sure you have the candleWriter plugin enabled! RE: Import From CommandLine Not Storing Anywhere - faldor - 07-21-2018 That did the trick, thank you! |