Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several candles time interval #231

Closed
c0indev3l opened this issue Mar 13, 2024 · 1 comment
Closed

Several candles time interval #231

c0indev3l opened this issue Mar 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@c0indev3l
Copy link
Contributor

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

@c0indev3l c0indev3l added the question Further information is requested label Mar 13, 2024
@bmoscon
Copy link
Owner

bmoscon commented Mar 14, 2024

cryptofeed only supports one candle interval per feed. if you need multiple, you have to set up multiple feeds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants