askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.05k stars 3.95k forks source link

Dynamically determine starting point cexio trades to store #55

Closed askmike closed 10 years ago

askmike commented 10 years ago

Right now when you fetch cexio for the first time it will build a database of trades, the starting point is currently hardcoded which means that as time goes on the database will get bigger on first fetch for no good reason.

askmike commented 10 years ago

This has become irrelevant since #90