From 01d1ef22555bf63b0dee1a97647b883645627ae7 Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 22 May 2022 02:40:52 +0800 Subject: [PATCH] update grid config for testing --- config/grid.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/grid.yaml b/config/grid.yaml index 726e30ca4..4704c811b 100644 --- a/config/grid.yaml +++ b/config/grid.yaml @@ -53,9 +53,9 @@ exchangeStrategies: # exp: # domain: [20_000, 30_000] # range: [0.2, 0.001] - gridNumber: 30 + gridNumber: 20 profitSpread: 1000.0 # The profit price spread that you want to add to your sell order when your buy order is executed - upperPrice: 50_000.0 - lowerPrice: 20_000.0 + upperPrice: 30_000.0 + lowerPrice: 28_000.0 # long: true # The sell order is submitted in the same order amount as the filled corresponding buy order, rather than the same quantity.