mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #4798 from wr0ngc0degen/develop
fix docstring typo in sample_strategy.py
This commit is contained in:
commit
1c315a5842
|
@ -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[
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue
Block a user