mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update documentation about trade.nr_of_successful_buys
This commit is contained in:
parent
ffe69535d8
commit
7699fde380
|
@ -650,7 +650,7 @@ class DigDeeperStrategy(IStrategy):
|
|||
if last_candle['close'] < previous_candle['close']:
|
||||
return None
|
||||
|
||||
count_of_buys = trade.nr_of_successful_buys()
|
||||
count_of_buys = trade.nr_of_successful_buys
|
||||
|
||||
# Allow up to 3 additional increasingly larger buys (4 in total)
|
||||
# Initial buy is 1x
|
||||
|
|
Loading…
Reference in New Issue
Block a user