From 385a97448d45316d5f664a45b7250289c806e42d Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 2 Mar 2023 15:53:42 +0800 Subject: [PATCH] grid2: add StopIfLessThanMinimalQuoteInvestment doc comment --- pkg/strategy/grid2/strategy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/strategy/grid2/strategy.go b/pkg/strategy/grid2/strategy.go index 63a8a7630..c65541666 100644 --- a/pkg/strategy/grid2/strategy.go +++ b/pkg/strategy/grid2/strategy.go @@ -140,6 +140,7 @@ type Strategy struct { // ResetPositionWhenStart resets the position when the strategy is started ResetPositionWhenStart bool `json:"resetPositionWhenStart"` + // StopIfLessThanMinimalQuoteInvestment stops the strategy if the quote investment does not match StopIfLessThanMinimalQuoteInvestment bool `json:"stopIfLessThanMinimalQuoteInvestment"` // PrometheusLabels will be used as the base prometheus labels