From 2eda25426f8b3bdfc6031a437456079e5ed8f8b2 Mon Sep 17 00:00:00 2001 From: wr0ngc0degen Date: Sun, 25 Apr 2021 05:47:59 +0200 Subject: [PATCH] fix typo in sample_strategy.py fix copy-paste issue in populate_sell_trend docstring --- freqtrade/templates/sample_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/templates/sample_strategy.py b/freqtrade/templates/sample_strategy.py index a51b30f3f..e51feff1e 100644 --- a/freqtrade/templates/sample_strategy.py +++ b/freqtrade/templates/sample_strategy.py @@ -361,7 +361,7 @@ class SampleStrategy(IStrategy): Based on TA indicators, populates the sell signal for the given dataframe :param dataframe: DataFrame populated with indicators :param metadata: Additional information, like the currently traded pair - :return: DataFrame with buy column + :return: DataFrame with sell column """ dataframe.loc[ (