stable/freqtrade
hippocritical 5edcf4c2ef first version of the backtest lookahead bias tester.
Putting this out there so matthias can comment on if he doesnt like something.
Plan:
- make variables adaptive like timerange and max_try_signals
- create a proper list of results at the end of a --strategy-list run
- output to specified .csv-file ('cause I am using that currently myself for the grafana server and so others can have a list of that too for later use or sharing things)
- tests
- docs

Current command which is tested with is as follows:
backtest_lookahead_bias_checker
--config=user_data/configs_backtest/config_baseline.json
--config=user_data/pairlists/binance_spot/USDT/monthly/monthly_90_USDT_0,01_minprice_20220901.json
--strategy-list=A1
--timeframe=5m
2023-03-12 20:13:05 +01:00
..
commands first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
configuration use Path.open() instead of open 2023-02-25 17:15:54 +01:00
data Don't reuse variable 2023-03-01 20:32:32 +01:00
edge Rename edge.stoploss to get_stoploss 2023-02-14 07:18:11 +01:00
enums telegram: Fix sending telegram message with exception 2023-03-10 18:09:05 +01:00
exchange Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't. 2023-03-09 19:42:43 +01:00
freqai ensure training_features_list is updated properly 2023-03-08 19:37:11 +01:00
leverage Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
mixins Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
optimize Merge pull request #8202 from freqtrade/remove-populate-any-indicators 2023-03-03 06:33:25 +01:00
persistence Update sqlalchemy QueryPropertyDescriptor to match latest version 2023-03-06 06:34:37 +01:00
plot Follow PEP 484 - no implicit optionals 2023-01-21 20:01:56 +01:00
plugins Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't. 2023-03-09 19:42:43 +01:00
resolvers Follow PEP 484 - no implicit optionals 2023-01-21 20:01:56 +01:00
rpc telegram: Fix sending telegram message with exception 2023-03-10 18:09:05 +01:00
strategy first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
templates give users ability to decide how many models to keep in dry/live 2023-02-22 22:27:56 +01:00
util Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
vendor Fix minor stylistic errors 2023-02-23 20:06:10 +01:00
__init__.py Bump Version to 2023.3.dev 2023-02-25 16:18:33 +01:00
__main__.py Fix minor stylistic errors 2023-02-23 20:06:10 +01:00
constants.py allow user to drop ohlc from features in RL 2023-03-07 11:33:54 +01:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py Simplify handle_cancel_exit 2023-03-11 15:15:10 +01:00
loggers.py Fix outdated systemd related exception text. 2023-02-20 16:30:23 +07:00
main.py Follow PEP 484 - no implicit optionals 2023-01-21 20:01:56 +01:00
misc.py Don't use deprecated Type construct 2023-03-11 15:15:32 +01:00
wallets.py Fix bug in stake_amount adjustment 2023-01-21 08:52:10 +01:00
worker.py telegram: Fix sending telegram message with exception 2023-03-10 18:09:05 +01:00