From c384d1357ed38245e5d54e385daa01c12d940c97 Mon Sep 17 00:00:00 2001 From: Robert Caulk Date: Tue, 3 Jan 2023 21:52:16 +0100 Subject: [PATCH] Update FreqaiExampleStrategy.py --- freqtrade/templates/FreqaiExampleStrategy.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freqtrade/templates/FreqaiExampleStrategy.py b/freqtrade/templates/FreqaiExampleStrategy.py index fc39b0ab4..4690a6ccb 100644 --- a/freqtrade/templates/FreqaiExampleStrategy.py +++ b/freqtrade/templates/FreqaiExampleStrategy.py @@ -28,7 +28,7 @@ class FreqaiExampleStrategy(IStrategy): plot_config = { "main_plot": {}, "subplots": { - "prediction": {"prediction": {"color": "blue"}}, + "&-s_close": {"prediction": {"color": "blue"}}, "do_predict": { "do_predict": {"color": "brown"}, }, @@ -140,7 +140,8 @@ class FreqaiExampleStrategy(IStrategy): # If user wishes to use multiple targets, they can add more by # appending more columns with '&'. User should keep in mind that multi targets # requires a multioutput prediction model such as - # templates/CatboostPredictionMultiModel.py, + # freqai/prediction_models/CatboostRegressorMultiTarget.py, + # freqtrade trade --freqaimodel CatboostRegressorMultiTarget # df["&-s_range"] = ( # df["close"]