stable/docs/deprecated.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

# 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-08-22 13:26:18 +00:00
## Deprecated
### the `--refresh-pairs-cached` command line option
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
as a seperate freqtrade subcommand `freqtrade download-data`.
2019-08-20 05:05:17 +00:00
This command line option was deprecated in `2019.7-dev` and will be removed after the next release.
2019-07-25 18:36:19 +00:00
## Removed features
2019-07-25 18:36:19 +00:00
### The **--dynamic-whitelist** command line option
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)