Hello,
I wonder if cryptostore can be used to store several candles timeframe for several symbols
I noticed CANDLE_INTERVAL environment variable but looking at code
|
return EXCHANGE_MAP[exchange](candle_interval=candle_interval, symbols=symbols, channels=channels, config=config, callbacks=cbs) |
it seems that only one candle_interval is passed.
What workaround do you suggest?
Kind regards
Hello,
I wonder if cryptostore can be used to store several candles timeframe for several symbols
I noticed
CANDLE_INTERVALenvironment variable but looking at codecryptostore/cryptostore.py
Line 151 in 78a9f15
it seems that only one candle_interval is passed.
What workaround do you suggest?
Kind regards