How to import missed candles to exists dataset? - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: How to import missed candles to exists dataset? (/thread-56686.html) |
How to import missed candles to exists dataset? - xFFFFF - 04-08-2018 I havent candles in my db in middle of dataset period. I wrote script, which check every minute in sqlite db, and import missed candles. Code: perl backtest.pl -i -p kraken:XBT:DASH -f "2018-04-06 12:55:00" -t "2018-04-06 13:07:00" How to fix it? |