.editorconfig
.gitignore
.pylintrc
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Pipfile
README.rst
requirements.txt
setup.cfg
setup.py
.vscode/settings.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/groundwork/contribute.html
docs/_static/groundwork/layout.html
docs/_static/groundwork/relations.html
docs/_static/groundwork/searchbox.html
docs/_static/groundwork/theme.conf
docs/_static/groundwork/static/groundwork.css_t
docs/_static/groundwork/static/gw_logo.png
docs/_static/groundwork/static/small_groundwork.css
src/stbt/__init__.py
src/stbt/helpers.py
src/stbt/simulator.py
src/stbt.egg-info/PKG-INFO
src/stbt.egg-info/SOURCES.txt
src/stbt.egg-info/dependency_links.txt
src/stbt.egg-info/not-zip-safe
src/stbt.egg-info/requires.txt
src/stbt.egg-info/top_level.txt
src/stbt/alphas/__init__.py
src/stbt/alphas/events.py
src/stbt/alphas/technical.py
src/stbt/download_ohlc/__init__.py
src/stbt/download_ohlc/cryptocurrency.py
src/stbt/operators/__init__.py
src/stbt/operators/technical.py
tests/test_simulator.py
tutorials/tutorial.py