From 7699fde3806a05bc317d4a7ac72c8fd7c76cac7e Mon Sep 17 00:00:00 2001 From: Reigo Reinmets Date: Thu, 13 Jan 2022 20:33:40 +0200 Subject: [PATCH] Update documentation about trade.nr_of_successful_buys --- docs/strategy-callbacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-callbacks.md b/docs/strategy-callbacks.md index c9403265c..447f96dfe 100644 --- a/docs/strategy-callbacks.md +++ b/docs/strategy-callbacks.md @@ -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