From ca32cb9e614a89b093b509c82fa84167c94c9959 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Jun 2025 06:50:31 +0200 Subject: [PATCH] docs: remove further edge usages --- README.md | 2 -- docs/rest-api.md | 1 - docs/telegram-usage.md | 18 +----------------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index e0eaf55a9..f56b44887 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ Please find the complete documentation on the [freqtrade website](https://www.fr - [x] **Backtesting**: Run a simulation of your buy/sell strategy. - [x] **Strategy Optimization by machine learning**: Use machine learning to optimize your buy/sell strategy parameters with real exchange data. - [X] **Adaptive prediction modeling**: Build a smart strategy with FreqAI that self-trains to the market via adaptive machine learning methods. [Learn more](https://www.freqtrade.io/en/stable/freqai/) -- [x] **Edge position sizing** Calculate your win rate, risk reward ratio, the best stoploss and adjust your position size before taking a position for each specific market. [Learn more](https://www.freqtrade.io/en/stable/edge/). - [x] **Whitelist crypto-currencies**: Select which crypto-currency you want to trade or use dynamic whitelists. - [x] **Blacklist crypto-currencies**: Select which crypto-currency you want to avoid. - [x] **Builtin WebUI**: Builtin web UI to manage your bot. @@ -112,7 +111,6 @@ positional arguments: backtesting-show Show past Backtest results backtesting-analysis Backtest Analysis module. - edge Edge module. hyperopt Hyperopt module. hyperopt-list List Hyperopt results hyperopt-show Show details of Hyperopt results diff --git a/docs/rest-api.md b/docs/rest-api.md index cea4d2ee9..2bf2c8923 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -368,7 +368,6 @@ All endpoints in the below table need to be prefixed with the base URL of the AP | `/blacklist` | GET | Show the current blacklist. | `/blacklist` | POST | Adds the specified pair to the blacklist.
*Params:*
- `pair` (`str`) | `/blacklist` | DELETE | Deletes the specified list of pairs from the blacklist.
*Params:*
- `[pair,pair]` (`list[str]`) -| `/edge` | GET | Show validated pairs by Edge if it is enabled. | `/pair_candles` | GET | Returns dataframe for a pair / timeframe combination while the bot is running. **Alpha** | `/pair_candles` | POST | Returns dataframe for a pair / timeframe combination while the bot is running, filtered by a provided list of columns to return. **Alpha**
*Params:*
- `` (`list[str]`) | `/pair_history` | GET | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. **Alpha** diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index a7a27f150..2c7411243 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -188,7 +188,7 @@ You can create your own keyboard in `config.json`: !!! Note "Supported Commands" Only the following commands are allowed. Command arguments are not supported! - `/start`, `/pause`, `/stop`, `/status`, `/status table`, `/trades`, `/profit`, `/performance`, `/daily`, `/stats`, `/count`, `/locks`, `/balance`, `/stopentry`, `/reload_config`, `/show_config`, `/logs`, `/whitelist`, `/blacklist`, `/edge`, `/help`, `/version`, `/marketdir` + `/start`, `/pause`, `/stop`, `/status`, `/status table`, `/trades`, `/profit`, `/performance`, `/daily`, `/stats`, `/count`, `/locks`, `/balance`, `/stopentry`, `/reload_config`, `/show_config`, `/logs`, `/whitelist`, `/blacklist`, `/help`, `/version`, `/marketdir` ## Telegram commands @@ -240,7 +240,6 @@ official commands. You can ask at any moment for help with `/help`. | `/entries` | Shows Wins / losses by Exit reason as well as Avg. holding durations for buys and sells | `/whitelist [sorted] [baseonly]` | Show the current whitelist. Optionally display in alphabetical order and/or with just the base currency of each pairing. | `/blacklist [pair]` | Show the current blacklist, or adds a pair to the blacklist. -| `/edge` | Show validated pairs by Edge if it is enabled. ## Telegram commands in action @@ -451,21 +450,6 @@ Use `/reload_config` to reset the blacklist. > Using blacklist `StaticPairList` with 2 pairs >`DODGE/BTC`, `HOT/BTC`. -### /edge - -Shows pairs validated by Edge along with their corresponding win-rate, expectancy and stoploss values. - -> **Edge only validated following pairs:** -``` -Pair Winrate Expectancy Stoploss --------- --------- ------------ ---------- -DOCK/ETH 0.522727 0.881821 -0.03 -PHX/ETH 0.677419 0.560488 -0.03 -HOT/ETH 0.733333 0.490492 -0.03 -HC/ETH 0.588235 0.280988 -0.02 -ARDR/ETH 0.366667 0.143059 -0.01 -``` - ### /version > **Version:** `0.14.3`