stable/freqtrade/commands
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 first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
analyze_commands.py Fix minor stylistic errors 2023-02-23 20:06:10 +01:00
arguments.py first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
build_config_commands.py Update gateio terminology to Gate 2023-02-11 08:15:11 +01:00
cli_options.py Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades 2023-01-16 20:19:46 +01:00
data_commands.py Enable Complexity for ruff 2023-02-25 20:50:26 +01:00
db_commands.py Fix enum imports 2022-09-09 20:31:30 +02:00
deploy_commands.py Separate strategy subtemplates for better overview 2022-09-18 08:52:53 +02:00
hyperopt_commands.py Fix minor stylistic errors 2023-02-23 20:06:10 +01:00
list_commands.py add list-freqAI models command 2022-10-14 16:20:49 +00:00
optimize_commands.py Improve Backtesting "wrong setup" message to include tradable_balance 2022-03-01 19:46:13 +01:00
pairlist_commands.py Move state enums to enums package 2021-06-08 21:20:35 +02:00
plot_commands.py Move state enums to enums package 2021-06-08 21:20:35 +02:00
strategy_utils_commands.py first version of the backtest lookahead bias tester. 2023-03-12 20:13:05 +01:00
trade_commands.py Improve stop behavior in SIGTERM cases (docker). 2023-02-13 18:25:15 +01:00
webserver_commands.py Move webserver start command to seperate file 2021-07-06 19:48:28 +02:00