For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How to add multiple timeframes in CCXTStore?
-
Re: Example code for live trading using binance
I'm trying to use the CCXTStore library to create a Strategy that uses multiple timeframes (1h and 5m). For that I need to figure out how to add additional datafeeds into Cerebro.
With CSV data it is easy, I can simply create two data objects and add them to Cerebro one-by-one with adddata method. However, this does not work with CCXTStore.
Is it possible to add multiple timeframes using CCXTStore and how?