enables day by day bt run, bt market premium+inds

This commit is contained in:
David Brazda
2023-10-15 20:14:44 +02:00
parent 793c776d45
commit 7c1bba028b
25 changed files with 500 additions and 83 deletions

9
.gitignore vendored
View File

@ -43,3 +43,12 @@ 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