From 0ad6a6a951826d896b115ef826edd39875fb861d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 22 May 2025 20:25:59 +0200 Subject: [PATCH] docs: fix broken links --- docs/configuration.md | 4 ++-- docs/freqai-feature-engineering.md | 2 +- docs/updating.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8c122b9b7..38e835b09 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -180,7 +180,7 @@ Mandatory parameters are marked as **Required**, which means that they are requi | `minimal_roi` | **Required.** Set the threshold as ratio the bot will use to exit a trade. [More information below](#understand-minimal_roi). [Strategy Override](#parameters-in-the-strategy).
**Datatype:** Dict | `stoploss` | **Required.** Value as ratio of the stoploss used by the bot. More details in the [stoploss documentation](stoploss.md). [Strategy Override](#parameters-in-the-strategy).
**Datatype:** Float (as ratio) | `trailing_stop` | Enables trailing stoploss (based on `stoploss` in either configuration or strategy file). More details in the [stoploss documentation](stoploss.md#trailing-stop-loss). [Strategy Override](#parameters-in-the-strategy).
**Datatype:** Boolean -| `trailing_stop_positive` | Changes stoploss once profit has been reached. More details in the [stoploss documentation](stoploss.md#trailing-stop-loss-custom-positive-loss). [Strategy Override](#parameters-in-the-strategy).
**Datatype:** Float +| `trailing_stop_positive` | Changes stoploss once profit has been reached. More details in the [stoploss documentation](stoploss.md#trailing-stop-loss-different-positive-loss). [Strategy Override](#parameters-in-the-strategy).
**Datatype:** Float | `trailing_stop_positive_offset` | Offset on when to apply `trailing_stop_positive`. Percentage value which should be positive. More details in the [stoploss documentation](stoploss.md#trailing-stop-loss-only-once-the-trade-has-reached-a-certain-offset). [Strategy Override](#parameters-in-the-strategy).
*Defaults to `0.0` (no offset).*
**Datatype:** Float | `trailing_only_offset_is_reached` | Only apply trailing stoploss when the offset is reached. [stoploss documentation](stoploss.md). [Strategy Override](#parameters-in-the-strategy).
*Defaults to `false`.*
**Datatype:** Boolean | `fee` | Fee used during backtesting / dry-runs. Should normally not be configured, which has freqtrade fall back to the exchange default fee. Set as ratio (e.g. 0.001 = 0.1%). Fee is applied twice for each trade, once when buying, once when selling.
**Datatype:** Float (as ratio) @@ -672,7 +672,7 @@ Should you experience problems you suspect are caused by websockets, you can dis } ``` -Should you be required to use a proxy, please refer to the [proxy section](#using-proxy-with-freqtrade) for more information. +Should you be required to use a proxy, please refer to the [proxy section](#using-a-proxy-with-freqtrade) for more information. !!! Info "Rollout" We're implementing this out slowly, ensuring stability of your bots. diff --git a/docs/freqai-feature-engineering.md b/docs/freqai-feature-engineering.md index 78d26bed4..4d355a786 100644 --- a/docs/freqai-feature-engineering.md +++ b/docs/freqai-feature-engineering.md @@ -310,7 +310,7 @@ class MyCoolTransform(BaseTransform): If you have created your own custom `IFreqaiModel` with a custom `train()`/`predict()` function, *and* you still rely on `data_cleaning_train/predict()`, then you will need to migrate to the new pipeline. If your model does *not* rely on `data_cleaning_train/predict()`, then you do not need to worry about this migration. -More details about the migration can be found [here](strategy_migration.md#freqai---new-data-pipeline). +More details about the migration can be found [here](strategy_migration.md#freqai-new-data-pipeline). ## Outlier detection diff --git a/docs/updating.md b/docs/updating.md index 5841d205a..bfe539284 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -45,4 +45,4 @@ Please refer to the corresponding installation sections (common problems linked Common problems and their solutions: -* [ta-lib update on windows](windows_installation.md#2-install-ta-lib) +* [ta-lib update on windows](windows_installation.md#install-ta-lib)