2019-03-05 11:09:26 +00:00
|
|
|
# Deprecated features
|
|
|
|
|
|
|
|
This page contains description of the command line arguments, configuration parameters
|
|
|
|
and the bot features that were declared as DEPRECATED by the bot development team
|
|
|
|
and are no longer supported. Please avoid their usage in your configuration.
|
|
|
|
|
2019-09-20 18:16:49 +00:00
|
|
|
## Removed features
|
2019-08-22 13:26:18 +00:00
|
|
|
|
2019-08-18 05:22:03 +00:00
|
|
|
### the `--refresh-pairs-cached` command line option
|
2019-03-05 11:09:26 +00:00
|
|
|
|
2019-08-20 05:05:17 +00:00
|
|
|
`--refresh-pairs-cached` in the context of backtesting, hyperopt and edge allows to refresh candle data for backtesting.
|
|
|
|
Since this leads to much confusion, and slows down backtesting (while not being part of backtesting) this has been singled out
|
2019-08-18 05:22:03 +00:00
|
|
|
as a seperate freqtrade subcommand `freqtrade download-data`.
|
2019-03-05 11:09:26 +00:00
|
|
|
|
2019-09-24 04:39:00 +00:00
|
|
|
This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9 (master branch).
|
2019-03-05 11:09:26 +00:00
|
|
|
|
2019-07-25 18:36:19 +00:00
|
|
|
### The **--dynamic-whitelist** command line option
|
2019-03-05 11:09:26 +00:00
|
|
|
|
2019-07-25 18:36:19 +00:00
|
|
|
This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch)
|
|
|
|
and in freqtrade 2019.7 (master branch).
|
2019-08-20 05:05:17 +00:00
|
|
|
|
|
|
|
### the `--live` command line option
|
|
|
|
|
|
|
|
`--live` in the context of backtesting allowed to download the latest tick data for backtesting.
|
|
|
|
Did only download the latest 500 candles, so was ineffective in getting good backtest data.
|
2019-08-20 17:32:26 +00:00
|
|
|
Removed in 2019-7-dev (develop branch) and in freqtrade 2019-8 (master branch)
|