David Brazda b498d8df3d daily update
2024-10-16 17:29:07 +02:00
2024-10-10 10:23:05 +02:00
2024-10-16 17:29:07 +02:00
2024-10-10 09:25:18 +02:00
2024-10-10 10:42:40 +02:00
2024-10-10 10:25:08 +02:00
2024-10-16 17:29:07 +02:00

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 = vbt.indicator("talib:MOM").run(t1data.data["BAC"].close, timeperiod=10, skipna=True) #standard indicator
mom_anch_d = AnchoredIndicator("talib:MOM", anchor='D').run(t1data.data["BAC"].close, timeperiod=10, skipna=True) #anchored to D
Description
A Python library for tools, utilities, and helpers for my trading research workflow.
Readme 361 KiB
Languages
Python 78.2%
Jupyter Notebook 21.8%