Skip to content

generators package

Basic look-ahead indicators and label generators.

You can access all the indicators by vbt.*.

Run for the examples:

>>> ohlcv = vbt.YFData.pull(
...     "BTC-USD",
...     start="2019-03-01",
...     end="2019-09-01"
... ).get()

Sub-modules