backtrader.stores.vchartfile module¶
VChartFile Store Module - VisualChart file store.
This module provides the VChartFile store for accessing VisualChart binary files by market code.
- Classes:
VChartFile: Store for VisualChart binary files.
Example
>>> store = bt.stores.VChartFile(path='C:\VisualChart\Data')
>>> data = bt.feeds.VChartFile(dataname='015ES', store=store)
>>> cerebro.adddata(data)
- class backtrader.stores.vchartfile.VChartFile[source]¶
Bases:
StoreStore provider for Visual Chart binary files
Params:
path(default:None):If the path is
Noneand running under Windows, the registry will be examined to find the root directory of the Visual Chart files.
- params = (('path', None),)¶