Skip to content

Commit

Permalink
update grid config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed May 21, 2022
1 parent 18fc68f commit 01d1ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 01d1ef2

Please sign in to comment.