diff --git a/en/develop/advanced-setup/index.html b/en/develop/advanced-setup/index.html index d75b7b3ad..56a4d265c 100644 --- a/en/develop/advanced-setup/index.html +++ b/en/develop/advanced-setup/index.html @@ -2267,7 +2267,7 @@ services: volumes: - "./user_data:/freqtrade/user_data" # Expose api on port 8080 (localhost only) - # Please read the https://www.freqtrade.io/en/latest/rest-api/ documentation + # Please read the https://www.freqtrade.io/en/stable/rest-api/ documentation # before enabling this. ports: - "127.0.0.1:8080:8080" @@ -2294,7 +2294,7 @@ services: volumes: - "./user_data:/freqtrade/user_data" # Expose api on port 8080 (localhost only) - # Please read the https://www.freqtrade.io/en/latest/rest-api/ documentation + # Please read the https://www.freqtrade.io/en/stable/rest-api/ documentation # before enabling this. ports: - "127.0.0.1:8081:8080" diff --git a/en/develop/freqai-reinforcement-learning/index.html b/en/develop/freqai-reinforcement-learning/index.html index 128d00a84..17e425890 100644 --- a/en/develop/freqai-reinforcement-learning/index.html +++ b/en/develop/freqai-reinforcement-learning/index.html @@ -2119,7 +2119,7 @@ Users who prefer docker should ensure they use the docker image appended with More details about feature engineering available: - https://www.freqtrade.io/en/latest/freqai-feature-engineering + https://www.freqtrade.io/en/stable/freqai-feature-engineering :param df: strategy dataframe which will receive the targets usage example: dataframe["&-target"] = dataframe["close"].shift(-1) / dataframe["close"] diff --git a/en/develop/freqai/index.html b/en/develop/freqai/index.html index 2ad3533f4..a915c46d6 100644 --- a/en/develop/freqai/index.html +++ b/en/develop/freqai/index.html @@ -2151,7 +2151,7 @@

FreqAI is a software designed to automate a variety of tasks associated with training a predictive machine learning model to generate market forecasts given a set of input signals. In general, FreqAI aims to be a sandbox for easily deploying robust machine learning libraries on real-time data (details).

Note

-

FreqAI is, and always will be, a not-for-profit, open source project. FreqAI does not have a crypto token, FreqAI does not sell signals, and FreqAI does not have a domain besides the present freqtrade documentation.

+

FreqAI is, and always will be, a not-for-profit, open source project. FreqAI does not have a crypto token, FreqAI does not sell signals, and FreqAI does not have a domain besides the present freqtrade documentation.

Features include: