This commit is contained in:
David Brazda
2024-10-30 08:41:33 +01:00
parent 08f06456b7
commit ffb3938209
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,10 @@ pip install git+https://github.com/drew2323/ttools.git
```
Modules:
# loaders
Loads trades, aggregates data based on requested aggregation type (time based, dollars, volume bars, renkos...). And manages trade cache (daily trade files per symbol) and aggregation cache (per symbola and requested period).
- remotely fetches daily trade data
- manages trade cache (daily trade files per symbol) and aggregation cache (per symbola and requested period)
- numba compiled aggregator for required output (time based, dollars, volume bars, renkos...).
Detailed examples in `tests/data_loader_tryme.ipynb`

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='ttools',
version='0.5.0',
version='0.6.0',
packages=find_packages(),
install_requires=[
# list your dependencies here