CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
start.py
OctoBot.egg-info/PKG-INFO
OctoBot.egg-info/SOURCES.txt
OctoBot.egg-info/dependency_links.txt
OctoBot.egg-info/entry_points.txt
OctoBot.egg-info/not-zip-safe
OctoBot.egg-info/requires.txt
OctoBot.egg-info/top_level.txt
config/__init__.py
config/disclaimer.py
octobot/__init__.pxd
octobot/__init__.py
octobot/configuration_manager.c
octobot/configuration_manager.pxd
octobot/configuration_manager.py
octobot/evaluator_factory.c
octobot/evaluator_factory.pxd
octobot/evaluator_factory.py
octobot/exchange_factory.c
octobot/exchange_factory.pxd
octobot/exchange_factory.py
octobot/initializer.c
octobot/initializer.pxd
octobot/initializer.py
octobot/interface_factory.pxd
octobot/interface_factory.py
octobot/octobot.c
octobot/octobot.pxd
octobot/octobot.py
octobot/octobot_api.c
octobot/octobot_api.pxd
octobot/octobot_api.py
octobot/service_feed_factory.pxd
octobot/service_feed_factory.py
octobot/task_manager.c
octobot/task_manager.pxd
octobot/task_manager.py
tests/endurance_tests/__init__.py
tests/endurance_tests/multi_backtesting_test.py
tests/endurance_tests/start_bot_test.py
tests/functional_tests/__init__.py
tests/functional_tests/backtesting_tests/__init__.py
tests/functional_tests/backtesting_tests/backtesting_test.py
tests/functional_tests/evaluators_tests/__init__.py
tests/functional_tests/evaluators_tests/abstract_TA_test.py
tests/functional_tests/launch_test/__init__.py
tests/functional_tests/launch_test/launch_test.py
tests/functional_tests/strategy_evaluators_tests/__init__.py
tests/functional_tests/strategy_evaluators_tests/abstract_strategy_test.py
tests/test_utils/__init__.py
tests/test_utils/bot_management.py
tests/test_utils/config.py
tests/test_utils/data_bank.py
tests/test_utils/order_util.py
tests/unit_tests/__init__.py
tests/unit_tests/core_tests/__init__.py
tests/unit_tests/core_tests/evaluator_factory_test.py
tests/unit_tests/dispatcher_tests/__init__.py
tests/unit_tests/evaluator_tests/__init__.py
tests/unit_tests/evaluator_tests/test_abstract_evaluator.py
tests/unit_tests/evaluator_tests/test_cryptocurrency_evaluator.py
tests/unit_tests/evaluator_tests/test_evaluator.py
tests/unit_tests/evaluator_tests/test_evaluator_creator.py
tests/unit_tests/evaluator_tests/test_evaluator_matrix.py
tests/unit_tests/evaluator_tests/test_evaluator_task_manager.py
tests/unit_tests/evaluator_tests/test_symbol_evaluator.py
tests/unit_tests/services_tests/__init__.py
tests/unit_tests/services_tests/test_dispatcher_creator.py
tests/unit_tests/tools_tests/__init__.py
tests/unit_tests/tools_tests/test_config.py
tests/unit_tests/tools_tests/test_config_manager.py
tests/unit_tests/tools_tests/test_dict_util.py
tests/unit_tests/trading_modes_tests/__init__.py
tests/unit_tests/trading_modes_tests/abstract_mode_creator_test.py
tests/unit_tests/trading_modes_tests/trading_mode_test_toolkit.py
tests/unit_tests/trading_tests/__init__.py
tests/unit_tests/trading_tests/test_exchange_manager.py
tests/unit_tests/trading_tests/test_exchange_market_status_fixer.py
tests/unit_tests/trading_tests/test_exchange_personal_data.py
tests/unit_tests/trading_tests/test_exchange_simulator.py
tests/unit_tests/trading_tests/test_exchange_symbol_data.py
tests/unit_tests/trading_tests/test_order.py
tests/unit_tests/trading_tests/test_orders_manager.py
tests/unit_tests/trading_tests/test_portfolio.py
tests/unit_tests/trading_tests/test_previous_trading_state_manager.py
tests/unit_tests/trading_tests/test_sub_portfolio.py
tests/unit_tests/trading_tests/test_trader.py
tests/unit_tests/trading_tests/test_trades_manager.py
tests/unit_tests/trading_tests/implementations/__init__.py
tests/unit_tests/trading_tests/implementations/test_binance_websocket.py
tools/__init__.py
tools/commands.py
tools/config_manager.py
tools/logger.py
tools/metrics/__init__.py
tools/metrics/metrics_analysis.py
tools/metrics/metrics_fields.py
tools/metrics/metrics_manager.py