CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
OctoBot_Pro.egg-info/PKG-INFO
OctoBot_Pro.egg-info/SOURCES.txt
OctoBot_Pro.egg-info/dependency_links.txt
OctoBot_Pro.egg-info/entry_points.txt
OctoBot_Pro.egg-info/not-zip-safe
OctoBot_Pro.egg-info/requires.txt
OctoBot_Pro.egg-info/top_level.txt
octobot_pro/__init__.py
octobot_pro/cli.py
octobot_pro/constants.py
octobot_pro/api/__init__.py
octobot_pro/api/data_fetching.py
octobot_pro/api/execution.py
octobot_pro/api/ploting.py
octobot_pro/config/config_mock.json
octobot_pro/config/logging_config.ini
octobot_pro/internal/__init__.py
octobot_pro/internal/backtester_trading_mode.py
octobot_pro/internal/logging_util.py
octobot_pro/internal/octobot_mocks.py
octobot_pro/internal/runners.py
octobot_pro/model/__init__.py
octobot_pro/model/backtest_plot.py
octobot_pro/model/backtest_result.py
octobot_pro/model/errors.py
octobot_pro/model/strategy.py
octobot_pro/resources/__init__.py
octobot_pro/resources/reports/default_report_template.html
octobot_pro/resources/reports/header.html
octobot_pro/resources/reports/scripts.html
octobot_pro/resources/reports/css/style.css
octobot_pro/resources/reports/css/w2ui_template.css
octobot_pro/resources/reports/js/common.js
octobot_pro/resources/reports/js/data.js
octobot_pro/resources/reports/js/graphs.js
octobot_pro/resources/reports/js/tables.js
octobot_pro/resources/reports/js/texts.js
tests/api/__init__.py
tests/api/test_data_fetching.py
tests/api/test_execution.py
tests/functionnal/__init__.py
tests/functionnal/example_scripts/__init__.py
tests/functionnal/example_scripts/test_precomputed_vs_iteration_rsi.py