.buildinfo
.gitignore
.readthedocs.yml
LICENSE
README.rst
_config.yml
code.html
genindex.html
index.html
objects.inv
pyproject.toml
references.html
search.html
searchindex.js
sg_execution_times.html
theory.html
.github/dependabot.yml
.github/workflows/deploy_coverage.yml
.github/workflows/deploy_documentation.yml
.github/workflows/deploy_workflow.yml
TradeTide/__init__.py
TradeTide/_version.py
TradeTide/backtester.py
TradeTide/capital_management.py
TradeTide/directories.py
TradeTide/loader.py
TradeTide/metrics.py
TradeTide/plottings.py
TradeTide/position.py
TradeTide/risk_management.py
TradeTide/strategy.py
TradeTide/time_state.py
TradeTide/tools.py
TradeTide.egg-info/PKG-INFO
TradeTide.egg-info/SOURCES.txt
TradeTide.egg-info/dependency_links.txt
TradeTide.egg-info/requires.txt
TradeTide.egg-info/top_level.txt
TradeTide/cpp/interface.cpp
TradeTide/cpp/position.cpp
TradeTide/data/__init__.py
TradeTide/data/cad_usd/2023/data.csv
TradeTide/data/chf_usd/2023/data.csv
TradeTide/data/eur_usd/2023/data.csv
TradeTide/data/gpb_usd/2023/data.csv
TradeTide/data/jpy_usd/2023/data.csv
TradeTide/indicators/__init__.py
TradeTide/indicators/atr.py
TradeTide/indicators/base_indicator.py
TradeTide/indicators/bb.py
TradeTide/indicators/custom.py
TradeTide/indicators/mac.py
TradeTide/indicators/macd.py
TradeTide/indicators/random.py
TradeTide/indicators/rmi.py
TradeTide/indicators/rsi.py
TradeTide/indicators/srsi.py
_downloads/014c59675bf56bf0ef2c7fdf5fa50a23/example_RSI.py
_downloads/08a1ab88834799cccbffbf90ccc17241/example_MACD.zip
_downloads/0a80b9aacfeec58b431e6e0d9ce8f7bd/example_RSI.ipynb
_downloads/0a97e105b84935a36e830d20b0b9dfb0/example_MACD.ipynb
_downloads/1232e967d7375a294c3c060b374e9952/example_SMA.zip
_downloads/17e72937b662b8aa248d46c9151e227a/example_RSI.zip
_downloads/2897de0f78c417e547f7212e576f1c82/example_RMI.zip
_downloads/2f94ef757d4b8da0fea0d10e627bda4f/example_BB.py
_downloads/74f8f7d2e66cf53cd2de73f2bd47c494/example_SMA.py
_downloads/7dc05f98fec7f02b15ecca6c3a6eb49d/example_RMI.ipynb
_downloads/7fc7c37fa1c6805480d9cc7ca90ba916/example_strategy.py
_downloads/9109f8e476af59ddb3f9720d221a7213/example_BB.zip
_downloads/9b0d327a59fcdd6d979a9280a3d0c960/example_BB.ipynb
_downloads/a7c903cbb43595228780e29c6eda524c/example_MACD.py
_downloads/aaeea71a8cbebf31a46692518e7a6614/example_strategy.ipynb
_downloads/ae8224814cf62aa26ea31fcd7acfd57b/example_RMI.py
_downloads/c55320d8459a01806b67812ddb230df9/example_strategy.zip
_downloads/fec982bd574dee36e0bb87edcd44044a/example_SMA.ipynb
_images/sphx_glr_example_BB_thumb.png
_images/sphx_glr_example_MACD_thumb.png
_images/sphx_glr_example_RMI_thumb.png
_images/sphx_glr_example_RSI_thumb.png
_images/sphx_glr_example_SMA_thumb.png
_images/sphx_glr_example_strategy_thumb.png
_sources/code.rst.txt
_sources/index.rst.txt
_sources/references.rst.txt
_sources/sg_execution_times.rst.txt
_sources/theory.rst.txt
_sources/gallery/example_BB.rst.txt
_sources/gallery/example_MACD.rst.txt
_sources/gallery/example_RMI.rst.txt
_sources/gallery/example_RSI.rst.txt
_sources/gallery/example_SMA.rst.txt
_sources/gallery/example_strategy.rst.txt
_sources/gallery/index.rst.txt
_sources/gallery/sg_execution_times.rst.txt
_static/basic.css
_static/binder_badge_logo.svg
_static/broken_example.png
_static/default.css
_static/doctools.js
_static/documentation_options.js
_static/file.png
_static/jupyterlite_badge_logo.svg
_static/language_data.js
_static/minus.png
_static/no_image.png
_static/plus.png
_static/pygments.css
_static/searchtools.js
_static/sg_gallery-binder.css
_static/sg_gallery-dataframe.css
_static/sg_gallery-rendered-html.css
_static/sg_gallery.css
_static/sphinx_highlight.js
_static/webpack-macros.html
_static/scripts/bootstrap.js
_static/scripts/bootstrap.js.LICENSE.txt
_static/scripts/bootstrap.js.map
_static/scripts/pydata-sphinx-theme.js
_static/scripts/pydata-sphinx-theme.js.map
_static/styles/bootstrap.css
_static/styles/bootstrap.css.map
_static/styles/pydata-sphinx-theme.css
_static/styles/pydata-sphinx-theme.css.map
_static/styles/theme.css
_static/vendor/fontawesome/6.5.2/LICENSE.txt
_static/vendor/fontawesome/6.5.2/css/all.min.css
_static/vendor/fontawesome/6.5.2/js/all.min.js
_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt
_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf
_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2
_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf
_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2
_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf
_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2
_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf
_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2
developments/cpp_wip.py
developments/dev_1.py
developments/dev_2.py
developments/logistic_regression.py
developments/lstm.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/plot_BB.py
docs/examples/plot_MACD.py
docs/examples/plot_RMI.py
docs/examples/plot_RSI.py
docs/examples/plot_SMA.py
docs/examples/plot_strategy.py
docs/images/image_example.png
docs/images/logo.png
docs/source/code.rst
docs/source/conf.py
docs/source/index.rst
docs/source/references.rst
docs/source/theory.rst
docs/source/_static/default.css
docs/source/gallery/index.rst
docs/source/gallery/plot_BB.ipynb
docs/source/gallery/plot_BB.py
docs/source/gallery/plot_BB.py.md5
docs/source/gallery/plot_BB.rst
docs/source/gallery/plot_MACD.ipynb
docs/source/gallery/plot_MACD.py
docs/source/gallery/plot_MACD.py.md5
docs/source/gallery/plot_MACD.rst
docs/source/gallery/plot_RMI.ipynb
docs/source/gallery/plot_RMI.py
docs/source/gallery/plot_RMI.py.md5
docs/source/gallery/plot_RMI.rst
docs/source/gallery/plot_RSI.ipynb
docs/source/gallery/plot_RSI.py
docs/source/gallery/plot_RSI.py.md5
docs/source/gallery/plot_RSI.rst
docs/source/gallery/plot_SMA.ipynb
docs/source/gallery/plot_SMA.py
docs/source/gallery/plot_SMA.py.md5
docs/source/gallery/plot_SMA.rst
docs/source/gallery/plot_strategy.ipynb
docs/source/gallery/plot_strategy.py
docs/source/gallery/plot_strategy.py.md5
docs/source/gallery/plot_strategy.rst
docs/source/gallery/sg_execution_times.rst
docs/source/gallery/images/sphx_glr_plot_BB_001.png
docs/source/gallery/images/sphx_glr_plot_MACD_001.png
docs/source/gallery/images/sphx_glr_plot_MACD_002.png
docs/source/gallery/images/sphx_glr_plot_RMI_001.png
docs/source/gallery/images/sphx_glr_plot_RMI_002.png
docs/source/gallery/images/sphx_glr_plot_RSI_001.png
docs/source/gallery/images/sphx_glr_plot_RSI_002.png
docs/source/gallery/images/sphx_glr_plot_SMA_001.png
docs/source/gallery/images/sphx_glr_plot_SMA_002.png
docs/source/gallery/images/sphx_glr_plot_strategy_001.png
docs/source/gallery/images/sphx_glr_plot_strategy_002.png
docs/source/gallery/images/thumb/sphx_glr_plot_BB_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_MACD_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_RMI_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_RSI_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_SMA_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_strategy_thumb.png
gallery/example_BB.html
gallery/example_MACD.html
gallery/example_RMI.html
gallery/example_RSI.html
gallery/example_SMA.html
gallery/example_strategy.html
gallery/index.html
gallery/sg_execution_times.html
tests/__init__.py
tests/test_backtester.py
tests/test_loaders.py
tests/test_strategies.py