stable/freqtrade/strategy
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
..
__init__.py Refactor hyperopt parameters to separate file 2022-05-23 20:18:09 +02:00
backtest_lookahead_bias_checker.py first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
hyper.py Fix missing typehint in hyper.py 2023-02-13 20:13:26 +01:00
informative_decorator.py run mypy also against tests 2022-04-25 11:12:35 +02:00
interface.py added new text 2023-02-17 22:01:00 +00:00
parameters.py Fix enum imports 2022-09-09 20:31:30 +02:00
strategy_helper.py Update stoploss_from_open documentation for leverage adjustment 2023-03-08 19:35:26 +01:00
strategy_wrapper.py Add typehints to strategy wrapper 2022-05-24 06:54:16 +02:00
strategyupdater.py changed to ast_comments, added tests for comments. 2023-02-17 21:01:09 +01:00