diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a2fe170..0000000 --- a/.gitignore +++ /dev/null @@ -1,54 +0,0 @@ -/.DS_Store -/v2realbot.egg-info - -/__pycache__/ -/v2realbot/__pycache__/ -/.vscode/ - -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*.pyc - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST -strat.log -v2realbot/__pycache__/ -v2realbot/.DS_Store -v2realbot/static/.DS_Store -v2realbot/static/js/.DS_Store -v2realbot/static/js/libs/.DS_Store -v2realbot/strategyblocks/activetrade/.DS_Store -v2realbot/__pycache__/config.cpython-310.pyc -.gitignore -v2realbot/enums/__pycache__/enums.cpython-310.pyc -v2realbot/common/__pycache__/model.cpython-310.pyc -v2realbot/__pycache__/config.cpython-310.pyc -v2realbot/backtesting/__pycache__/backtester.cpython-310.pyc -v2realbot/common/__pycache__/model.cpython-310.pyc -v2realbot/enums/__pycache__/enums.cpython-310.pyc -v2realbot/indicators/__pycache__/indicators.cpython-310.pyc -v2realbot/loader/__pycache__/aggregator.cpython-310.pyc -v2realbot/loader/__pycache__/trade_offline_streamer.cpython-310.pyc -v2realbot/loader/__pycache__/trade_ws_streamer.cpython-310.pyc -v2realbot/strategy/__pycache__/base.cpython-310.pyc diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b09080d..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Aktuální soubor", - "type": "python", - "request": "launch", - "program": "${file}", - "cwd": "${workspaceFolder}", - "env": { - "PYTHONPATH": "${workspaceFolder}:${workspaceFolder}/bld" - }, - "console": "integratedTerminal", - "justMyCode": true, - "python": "${command:python.interpreterPath}", - "internalConsoleOptions": "openOnSessionStart" - }, - { - "name": "Python: File", - "type": "python", - "request": "launch", - "program": "${file}", - "justMyCode": true - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c2bc9d3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.analysis.logLevel": "Trace", - "terminal.integrated.env.osx": { - "PYTHONPATH": "${workspaceFolder}/" - }, - "python.analysis.typeCheckingMode": "off" -} \ No newline at end of file diff --git a/testy/archive/__pycache__/config.cpython-311.pyc b/testy/archive/__pycache__/config.cpython-311.pyc deleted file mode 100644 index a608995..0000000 Binary files a/testy/archive/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/__pycache__/__init__.cpython-310.pyc b/v2realbot/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index be6ff29..0000000 Binary files a/v2realbot/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/__pycache__/config.cpython-310.pyc b/v2realbot/__pycache__/config.cpython-310.pyc deleted file mode 100644 index e87a266..0000000 Binary files a/v2realbot/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/backtesting/__pycache__/__init__.cpython-310.pyc b/v2realbot/backtesting/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 53a4306..0000000 Binary files a/v2realbot/backtesting/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/backtesting/__pycache__/__init__.cpython-311.pyc b/v2realbot/backtesting/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c9faa20..0000000 Binary files a/v2realbot/backtesting/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/backtesting/__pycache__/backtester.cpython-310.pyc b/v2realbot/backtesting/__pycache__/backtester.cpython-310.pyc deleted file mode 100644 index 5b56f54..0000000 Binary files a/v2realbot/backtesting/__pycache__/backtester.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/backtesting/__pycache__/backtester.cpython-311.pyc b/v2realbot/backtesting/__pycache__/backtester.cpython-311.pyc deleted file mode 100644 index bc218c8..0000000 Binary files a/v2realbot/backtesting/__pycache__/backtester.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/common/__pycache__/__init__.cpython-310.pyc b/v2realbot/common/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 1aa0f11..0000000 Binary files a/v2realbot/common/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/common/__pycache__/__init__.cpython-311.pyc b/v2realbot/common/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a251f27..0000000 Binary files a/v2realbot/common/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/common/__pycache__/model.cpython-310.pyc b/v2realbot/common/__pycache__/model.cpython-310.pyc deleted file mode 100644 index 0f24dec..0000000 Binary files a/v2realbot/common/__pycache__/model.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/common/__pycache__/model.cpython-311.pyc b/v2realbot/common/__pycache__/model.cpython-311.pyc deleted file mode 100644 index 058e19a..0000000 Binary files a/v2realbot/common/__pycache__/model.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/controller/__pycache__/__init__.cpython-311.pyc b/v2realbot/controller/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 34a06a6..0000000 Binary files a/v2realbot/controller/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/controller/__pycache__/services.cpython-311.pyc b/v2realbot/controller/__pycache__/services.cpython-311.pyc deleted file mode 100644 index 0770ce4..0000000 Binary files a/v2realbot/controller/__pycache__/services.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/enums/__pycache__/__init__.cpython-310.pyc b/v2realbot/enums/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index e6ee600..0000000 Binary files a/v2realbot/enums/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/enums/__pycache__/__init__.cpython-311.pyc b/v2realbot/enums/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3433552..0000000 Binary files a/v2realbot/enums/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/enums/__pycache__/enums.cpython-310.pyc b/v2realbot/enums/__pycache__/enums.cpython-310.pyc deleted file mode 100644 index dfd5fa1..0000000 Binary files a/v2realbot/enums/__pycache__/enums.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/enums/__pycache__/enums.cpython-311.pyc b/v2realbot/enums/__pycache__/enums.cpython-311.pyc deleted file mode 100644 index a002fae..0000000 Binary files a/v2realbot/enums/__pycache__/enums.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/enums/__pycache__/myenums.cpython-311.pyc b/v2realbot/enums/__pycache__/myenums.cpython-311.pyc deleted file mode 100644 index 7902351..0000000 Binary files a/v2realbot/enums/__pycache__/myenums.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/indicators/__pycache__/__init__.cpython-310.pyc b/v2realbot/indicators/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index d5f740d..0000000 Binary files a/v2realbot/indicators/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/indicators/__pycache__/__init__.cpython-311.pyc b/v2realbot/indicators/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bde3f68..0000000 Binary files a/v2realbot/indicators/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/indicators/__pycache__/indicators.cpython-310.pyc b/v2realbot/indicators/__pycache__/indicators.cpython-310.pyc deleted file mode 100644 index 89d46fe..0000000 Binary files a/v2realbot/indicators/__pycache__/indicators.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/indicators/__pycache__/indicators.cpython-311.pyc b/v2realbot/indicators/__pycache__/indicators.cpython-311.pyc deleted file mode 100644 index 76d25bc..0000000 Binary files a/v2realbot/indicators/__pycache__/indicators.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/__init__.cpython-310.pyc b/v2realbot/interfaces/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 88e6188..0000000 Binary files a/v2realbot/interfaces/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/__init__.cpython-311.pyc b/v2realbot/interfaces/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index eaed857..0000000 Binary files a/v2realbot/interfaces/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/backtest_interface.cpython-310.pyc b/v2realbot/interfaces/__pycache__/backtest_interface.cpython-310.pyc deleted file mode 100644 index bdb1d86..0000000 Binary files a/v2realbot/interfaces/__pycache__/backtest_interface.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/backtest_interface.cpython-311.pyc b/v2realbot/interfaces/__pycache__/backtest_interface.cpython-311.pyc deleted file mode 100644 index d192f61..0000000 Binary files a/v2realbot/interfaces/__pycache__/backtest_interface.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/general_interface.cpython-310.pyc b/v2realbot/interfaces/__pycache__/general_interface.cpython-310.pyc deleted file mode 100644 index 1929b5e..0000000 Binary files a/v2realbot/interfaces/__pycache__/general_interface.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/general_interface.cpython-311.pyc b/v2realbot/interfaces/__pycache__/general_interface.cpython-311.pyc deleted file mode 100644 index 539bfd0..0000000 Binary files a/v2realbot/interfaces/__pycache__/general_interface.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/live_interface.cpython-310.pyc b/v2realbot/interfaces/__pycache__/live_interface.cpython-310.pyc deleted file mode 100644 index 794279b..0000000 Binary files a/v2realbot/interfaces/__pycache__/live_interface.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/live_interface.cpython-311.pyc b/v2realbot/interfaces/__pycache__/live_interface.cpython-311.pyc deleted file mode 100644 index 52b7fdb..0000000 Binary files a/v2realbot/interfaces/__pycache__/live_interface.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/orders.cpython-311.pyc b/v2realbot/interfaces/__pycache__/orders.cpython-311.pyc deleted file mode 100644 index 3407c09..0000000 Binary files a/v2realbot/interfaces/__pycache__/orders.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/interfaces/__pycache__/orderupdates.cpython-311.pyc b/v2realbot/interfaces/__pycache__/orderupdates.cpython-311.pyc deleted file mode 100644 index 5cf3da7..0000000 Binary files a/v2realbot/interfaces/__pycache__/orderupdates.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/__init__.cpython-310.pyc b/v2realbot/loader/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 65c77ea..0000000 Binary files a/v2realbot/loader/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/__init__.cpython-311.pyc b/v2realbot/loader/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3bd1c33..0000000 Binary files a/v2realbot/loader/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/aggregator.cpython-310.pyc b/v2realbot/loader/__pycache__/aggregator.cpython-310.pyc deleted file mode 100644 index 395ed48..0000000 Binary files a/v2realbot/loader/__pycache__/aggregator.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/aggregator.cpython-311.pyc b/v2realbot/loader/__pycache__/aggregator.cpython-311.pyc deleted file mode 100644 index 0198314..0000000 Binary files a/v2realbot/loader/__pycache__/aggregator.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/order_updates_streamer.cpython-310.pyc b/v2realbot/loader/__pycache__/order_updates_streamer.cpython-310.pyc deleted file mode 100644 index d4da553..0000000 Binary files a/v2realbot/loader/__pycache__/order_updates_streamer.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/order_updates_streamer.cpython-311.pyc b/v2realbot/loader/__pycache__/order_updates_streamer.cpython-311.pyc deleted file mode 100644 index daaeab1..0000000 Binary files a/v2realbot/loader/__pycache__/order_updates_streamer.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-310.pyc b/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-310.pyc deleted file mode 100644 index 5542165..0000000 Binary files a/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-311.pyc b/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-311.pyc deleted file mode 100644 index 71a9296..0000000 Binary files a/v2realbot/loader/__pycache__/trade_offline_streamer.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-310.pyc b/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-310.pyc deleted file mode 100644 index 7a2ddb2..0000000 Binary files a/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-311.pyc b/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-311.pyc deleted file mode 100644 index 6e99511..0000000 Binary files a/v2realbot/loader/__pycache__/trade_ws_streamer.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/StrategyOrderLimitVykladaci.cpython-310.pyc b/v2realbot/strategy/__pycache__/StrategyOrderLimitVykladaci.cpython-310.pyc deleted file mode 100644 index 6d1b12e..0000000 Binary files a/v2realbot/strategy/__pycache__/StrategyOrderLimitVykladaci.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/__init__.cpython-310.pyc b/v2realbot/strategy/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index c7d4207..0000000 Binary files a/v2realbot/strategy/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/__init__.cpython-311.pyc b/v2realbot/strategy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 154f208..0000000 Binary files a/v2realbot/strategy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/base.cpython-310.pyc b/v2realbot/strategy/__pycache__/base.cpython-310.pyc deleted file mode 100644 index 8ed5849..0000000 Binary files a/v2realbot/strategy/__pycache__/base.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/base.cpython-311.pyc b/v2realbot/strategy/__pycache__/base.cpython-311.pyc deleted file mode 100644 index a1c6c4c..0000000 Binary files a/v2realbot/strategy/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategy.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategy.cpython-311.pyc deleted file mode 100644 index 77b087a..0000000 Binary files a/v2realbot/strategy/__pycache__/strategy.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategyOrderLimit.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategyOrderLimit.cpython-311.pyc deleted file mode 100644 index f64568a..0000000 Binary files a/v2realbot/strategy/__pycache__/strategyOrderLimit.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategyOrderLimitKOKA.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategyOrderLimitKOKA.cpython-311.pyc deleted file mode 100644 index 5726404..0000000 Binary files a/v2realbot/strategy/__pycache__/strategyOrderLimitKOKA.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategyOrderLimitVykladaci.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategyOrderLimitVykladaci.cpython-311.pyc deleted file mode 100644 index 6514145..0000000 Binary files a/v2realbot/strategy/__pycache__/strategyOrderLimitVykladaci.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategyOrderLimitWatched.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategyOrderLimitWatched.cpython-311.pyc deleted file mode 100644 index 28c17da..0000000 Binary files a/v2realbot/strategy/__pycache__/strategyOrderLimitWatched.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/strategy/__pycache__/strategyType_Limit.cpython-311.pyc b/v2realbot/strategy/__pycache__/strategyType_Limit.cpython-311.pyc deleted file mode 100644 index a06a027..0000000 Binary files a/v2realbot/strategy/__pycache__/strategyType_Limit.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/__init__.cpython-310.pyc b/v2realbot/utils/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 2bf2692..0000000 Binary files a/v2realbot/utils/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/__init__.cpython-311.pyc b/v2realbot/utils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b9b9656..0000000 Binary files a/v2realbot/utils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/dash_save_html.cpython-310.pyc b/v2realbot/utils/__pycache__/dash_save_html.cpython-310.pyc deleted file mode 100644 index 0f8f8a6..0000000 Binary files a/v2realbot/utils/__pycache__/dash_save_html.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/dash_save_html.cpython-311.pyc b/v2realbot/utils/__pycache__/dash_save_html.cpython-311.pyc deleted file mode 100644 index faa638c..0000000 Binary files a/v2realbot/utils/__pycache__/dash_save_html.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/tlog.cpython-310.pyc b/v2realbot/utils/__pycache__/tlog.cpython-310.pyc deleted file mode 100644 index c7dea0e..0000000 Binary files a/v2realbot/utils/__pycache__/tlog.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/tlog.cpython-311.pyc b/v2realbot/utils/__pycache__/tlog.cpython-311.pyc deleted file mode 100644 index 7563567..0000000 Binary files a/v2realbot/utils/__pycache__/tlog.cpython-311.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/utils.cpython-310.pyc b/v2realbot/utils/__pycache__/utils.cpython-310.pyc deleted file mode 100644 index 46de4a5..0000000 Binary files a/v2realbot/utils/__pycache__/utils.cpython-310.pyc and /dev/null differ diff --git a/v2realbot/utils/__pycache__/utils.cpython-311.pyc b/v2realbot/utils/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index ea0ea5f..0000000 Binary files a/v2realbot/utils/__pycache__/utils.cpython-311.pyc and /dev/null differ