Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 12, 2020
1 parent 1a6f5b9 commit 63bfacc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/bollgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sessions:
riskControls:
# This is the session-based risk controller, which let you configure different risk controller by session.
sessionBased:
# "binance" is the session name that you want to configure the risk control
# "max" is the session name that you want to configure the risk control
max:
# orderExecutor is one of the risk control
orderExecutor:
Expand Down
6 changes: 3 additions & 3 deletions config/grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ riskControls:
# This is the session-based risk controller, which let you configure different risk controller by session.
sessionBased:
# "max" is the session name that you want to configure the risk control
binance:
max:
# orderExecutor is one of the risk control
orderExecutor:
# symbol-routed order executor
Expand Down Expand Up @@ -59,11 +59,11 @@ backtest:
USDT: 10000.0

exchangeStrategies:
- on: binance
- on: max
grid:
symbol: BTCUSDT
quantity: 0.01
gridNumber: 100
gridNumber: 10
profitSpread: 50.0
upperPrice: 11000.0
lowerPrice: 9000.0

0 comments on commit 63bfacc

Please sign in to comment.