Improve some doc wording
This commit is contained in:
		| @@ -123,7 +123,6 @@ Telegram is not mandatory. However, this is a great way to control your bot. Mor | |||||||
| - `/help`: Show help message | - `/help`: Show help message | ||||||
| - `/version`: Show version | - `/version`: Show version | ||||||
|  |  | ||||||
|  |  | ||||||
| ## Development branches | ## Development branches | ||||||
|  |  | ||||||
| The project is currently setup in two main branches: | The project is currently setup in two main branches: | ||||||
|   | |||||||
| @@ -9,21 +9,20 @@ and are no longer supported. Please avoid their usage in your configuration. | |||||||
| ### the `--refresh-pairs-cached` command line option | ### the `--refresh-pairs-cached` command line option | ||||||
|  |  | ||||||
| `--refresh-pairs-cached` in the context of backtesting, hyperopt and edge allows to refresh candle data for backtesting. | `--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  | Since this leads to much confusion, and slows down backtesting (while not being part of backtesting) this has been singled out as a separate freqtrade sub-command `freqtrade download-data`. | ||||||
| as a seperate freqtrade subcommand `freqtrade download-data`. |  | ||||||
|  |  | ||||||
| This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9 (master branch). | This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9. | ||||||
|  |  | ||||||
| ### The **--dynamic-whitelist** command line option | ### The **--dynamic-whitelist** command line option | ||||||
|  |  | ||||||
| This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch) | This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch) | ||||||
| and in freqtrade 2019.7 (master branch). | and in freqtrade 2019.7. | ||||||
|  |  | ||||||
| ### the `--live` command line option | ### the `--live` command line option | ||||||
|  |  | ||||||
| `--live` in the context of backtesting allowed to download the latest tick data for backtesting. | `--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. | Did only download the latest 500 candles, so was ineffective in getting good backtest data. | ||||||
| Removed in 2019-7-dev (develop branch) and in freqtrade 2019-8 (master branch) | Removed in 2019-7-dev (develop branch) and in freqtrade 2019.8. | ||||||
|  |  | ||||||
| ### Allow running multiple pairlists in sequence | ### Allow running multiple pairlists in sequence | ||||||
|  |  | ||||||
| @@ -31,6 +30,6 @@ The former `"pairlist"` section in the configuration has been removed, and is re | |||||||
|  |  | ||||||
| The old section of configuration parameters (`"pairlist"`) has been deprecated in 2019.11 and has been removed in 2020.4. | The old section of configuration parameters (`"pairlist"`) has been deprecated in 2019.11 and has been removed in 2020.4. | ||||||
|  |  | ||||||
| ### deprecation of bidVolume and askVolume from volumepairlist | ### deprecation of bidVolume and askVolume from volume-pairlist | ||||||
|  |  | ||||||
| Since only quoteVolume can be compared between assets, the other options (bidVolume, askVolume) have been deprecated in 2020.4. | Since only quoteVolume can be compared between assets, the other options (bidVolume, askVolume) have been deprecated in 2020.4. | ||||||
|   | |||||||
| @@ -1127,7 +1127,6 @@ def test_telegram_logs(default_conf, update, mocker) -> None: | |||||||
|     telegram._logs(update=update, context=context) |     telegram._logs(update=update, context=context) | ||||||
|     assert msg_mock.call_count == 1 |     assert msg_mock.call_count == 1 | ||||||
|     assert "freqtrade\\.rpc\\.telegram" in msg_mock.call_args_list[0][0][0] |     assert "freqtrade\\.rpc\\.telegram" in msg_mock.call_args_list[0][0][0] | ||||||
|     assert "freqtrade\\.resolvers\\.iresolver" in msg_mock.call_args_list[0][0][0] |  | ||||||
|  |  | ||||||
|     msg_mock.reset_mock() |     msg_mock.reset_mock() | ||||||
|     context.args = ["1"] |     context.args = ["1"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user