fix typo in sample_strategy.py
fix copy-paste issue in populate_sell_trend docstring
This commit is contained in:
parent
e3c86643e6
commit
2eda25426f
@ -361,7 +361,7 @@ class SampleStrategy(IStrategy):
|
|||||||
Based on TA indicators, populates the sell signal for the given dataframe
|
Based on TA indicators, populates the sell signal for the given dataframe
|
||||||
:param dataframe: DataFrame populated with indicators
|
:param dataframe: DataFrame populated with indicators
|
||||||
:param metadata: Additional information, like the currently traded pair
|
:param metadata: Additional information, like the currently traded pair
|
||||||
:return: DataFrame with buy column
|
:return: DataFrame with sell column
|
||||||
"""
|
"""
|
||||||
dataframe.loc[
|
dataframe.loc[
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user