For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Datafeed
-
Hi, is can the Backtrader datafeed provide historical futures data with 1 min resolution bars?
-
backtrader is not a data provider. The data feeds connect to providers. A provider can be:
- A CSV file
- A database
- A Pandas DataFrame
- An online service over Direct Sockets (IB), HTTP (Oanda), COM (VisualChart)
If you have data from those sources which is from futures and with
1-minute
resolution, it will be handled.