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
octobot/__init__.pxd
octobot/__init__.py
octobot/cli.py
octobot/commands.py
octobot/configuration_manager.c
octobot/configuration_manager.pxd
octobot/configuration_manager.py
octobot/constants.py
octobot/disclaimer.py
octobot/initializer.c
octobot/initializer.pxd
octobot/initializer.py
octobot/logger.py
octobot/octobot.c
octobot/octobot.pxd
octobot/octobot.py
octobot/task_manager.c
octobot/task_manager.pxd
octobot/task_manager.py
octobot/api/__init__.pxd
octobot/api/__init__.py
octobot/api/backtesting.py
octobot/api/octobot_api.c
octobot/api/octobot_api.pxd
octobot/api/octobot_api.py
octobot/api/strategy_optimizer.py
octobot/backtesting/__init__.pxd
octobot/backtesting/__init__.py
octobot/backtesting/abstract_backtesting_test.c
octobot/backtesting/abstract_backtesting_test.pxd
octobot/backtesting/abstract_backtesting_test.py
octobot/backtesting/independent_backtesting.c
octobot/backtesting/independent_backtesting.pxd
octobot/backtesting/independent_backtesting.py
octobot/backtesting/octobot_backtesting.c
octobot/backtesting/octobot_backtesting.pxd
octobot/backtesting/octobot_backtesting.py
octobot/backtesting/octobot_backtesting_factory.c
octobot/backtesting/octobot_backtesting_factory.pxd
octobot/backtesting/octobot_backtesting_factory.py
octobot/channels/__init__.pxd
octobot/channels/__init__.py
octobot/channels/octobot_channel.c
octobot/channels/octobot_channel.pxd
octobot/channels/octobot_channel.py
octobot/community/__init__.py
octobot/community/community_analysis.py
octobot/community/community_fields.py
octobot/community/community_manager.py
octobot/consumers/__init__.pxd
octobot/consumers/__init__.py
octobot/consumers/octobot_channel_consumer.c
octobot/consumers/octobot_channel_consumer.pxd
octobot/consumers/octobot_channel_consumer.py
octobot/producers/__init__.pxd
octobot/producers/__init__.py
octobot/producers/evaluator_producer.c
octobot/producers/evaluator_producer.pxd
octobot/producers/evaluator_producer.py
octobot/producers/exchange_producer.c
octobot/producers/exchange_producer.pxd
octobot/producers/exchange_producer.py
octobot/producers/interface_producer.c
octobot/producers/interface_producer.pxd
octobot/producers/interface_producer.py
octobot/producers/service_feed_producer.c
octobot/producers/service_feed_producer.pxd
octobot/producers/service_feed_producer.py
octobot/strategy_optimizer/__init__.pxd
octobot/strategy_optimizer/__init__.py
octobot/strategy_optimizer/strategy_optimizer.c
octobot/strategy_optimizer/strategy_optimizer.pxd
octobot/strategy_optimizer/strategy_optimizer.py
octobot/strategy_optimizer/strategy_test_suite.c
octobot/strategy_optimizer/strategy_test_suite.pxd
octobot/strategy_optimizer/strategy_test_suite.py
octobot/strategy_optimizer/test_suite_result.c
octobot/strategy_optimizer/test_suite_result.pxd
octobot/strategy_optimizer/test_suite_result.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/memory_check_util.py
tests/test_utils/order_util.py