mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
update xfixedmaker config
This commit is contained in:
parent
0a3baea316
commit
69b38fc304
|
@ -7,18 +7,40 @@ sessions:
|
||||||
exchange: binance
|
exchange: binance
|
||||||
envVarPrefix: binance
|
envVarPrefix: binance
|
||||||
|
|
||||||
|
backtest:
|
||||||
|
startTime: "2023-01-01"
|
||||||
|
endTime: "2023-01-02"
|
||||||
|
symbols:
|
||||||
|
- BTCUSDT
|
||||||
|
sessions:
|
||||||
|
- max
|
||||||
|
- binance
|
||||||
|
accounts:
|
||||||
|
max:
|
||||||
|
balances:
|
||||||
|
BTC: 0.5
|
||||||
|
USDT: 15000.0
|
||||||
|
|
||||||
crossExchangeStrategies:
|
crossExchangeStrategies:
|
||||||
- xfixedmaker:
|
- xfixedmaker:
|
||||||
tradingExchange: max
|
tradingExchange: max
|
||||||
symbol: BTCUSDT
|
symbol: BTCUSDT
|
||||||
interval: 5m
|
interval: 5m
|
||||||
halfSpread: 0.05%
|
halfSpread: 0.01%
|
||||||
quantity: 0.005
|
quantity: 0.005
|
||||||
orderType: LIMIT_MAKER
|
orderType: LIMIT_MAKER
|
||||||
dryRun: true
|
dryRun: false
|
||||||
|
|
||||||
referenceExchange: binance
|
referenceExchange: binance
|
||||||
referencePriceEMA:
|
referencePriceEMA:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
window: 14
|
window: 14
|
||||||
orderPriceLossThreshold: -10
|
orderPriceLossThreshold: -10
|
||||||
|
|
||||||
|
positionHardLimit: 200
|
||||||
|
maxPositionQuantity: 0.005
|
||||||
|
|
||||||
|
circuitBreakLossThreshold: -10
|
||||||
|
circuitBreakEMA:
|
||||||
|
interval: 1m
|
||||||
|
window: 14
|
||||||
|
|
Loading…
Reference in New Issue
Block a user