Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot for nodejs
by
plethora
on 27/12/2013, 00:03:22 UTC
- Store all trades
- Store candles at the size that is in the current config
- Store 1 minute candles.

The first option creates the biggest databases.
...
So I went for the first option: I know exactly how much data per day is required and I am able to calculate every candle (> 1 minute) on the fly based on those.
Do you mean that you went for the third option?