583c00ff5dcc73d48d8909666a043350028b4d55
ttools
A Python library for tools, utilities, and helpers for my trading research workflow.
Modules:
utils
vbtutils
Contains helpers for vbtpro
AnchoredIndicator - allows runing any vbt indicator in anchored mode (reset by Day, Hour etc.)
Example usage:
from ttools import AnchoredIndicator
mom_standard = vbt.indicator("talib:MOM").run(t1data.data["BAC"].close)
mom_anchored_d = AnchoredIndicator("talib:MOM", anchor='D').run(t1data.data["BAC"].close)
Description
Languages
Python
78.2%
Jupyter Notebook
21.8%