diff --git a/config/grid2.yaml b/config/grid2.yaml index 963d78297..c238a526a 100644 --- a/config/grid2.yaml +++ b/config/grid2.yaml @@ -45,11 +45,13 @@ exchangeStrategies: ## meaning that earn BTC instead of USDT when trading in the BTCUSDT pair. # earnBase: true - ## triggerPrice is used for opening your grid only when the last price touches your pre-set price. + ## triggerPrice is used for opening your grid only when the last price touches your trigger price. ## this is useful when you don't want to create a grid from a higher price. ## for example, when the last price hit 17_000.0 then open a grid with the price range 13_000 to 20_000 triggerPrice: 17_000.0 + ## triggerPrice is used for closing your grid only when the last price touches your stop loss price. + ## for example, when the price drops to 17_000.0 then close the grid and sell all base inventory. stopLossPrice: 10_000.0 ## profitSpread is the profit spread of the arbitrage order (sell order)