mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Update docs/strategy-advanced.md
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
65b4705b67
commit
dd923c3471
|
@ -126,7 +126,7 @@ def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
|
|||
(dataframe['rsi'] < 35) &
|
||||
(dataframe['volume'] > 0)
|
||||
),
|
||||
['buy', 'buy_tag']] = 1, 'buy_signal_rsi'
|
||||
['buy', 'buy_tag']] = (1, 'buy_signal_rsi')
|
||||
|
||||
return dataframe
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user