bybit
This commit is contained in:
18
config.yaml
18
config.yaml
@ -8,13 +8,13 @@ system:
|
||||
|
||||
# Exchange Configuration
|
||||
exchanges:
|
||||
primary: "mexc" # Primary exchange: mexc, deribit, binance
|
||||
primary: "bybit" # Primary exchange: mexc, deribit, binance, bybit
|
||||
|
||||
# Deribit Configuration
|
||||
deribit:
|
||||
enabled: true
|
||||
test_mode: true # Use testnet for testing
|
||||
trading_mode: "testnet" # simulation, testnet, live
|
||||
trading_mode: "live" # simulation, testnet, live
|
||||
supported_symbols: ["BTC-PERPETUAL", "ETH-PERPETUAL"]
|
||||
base_position_percent: 5.0
|
||||
max_position_percent: 20.0
|
||||
@ -37,6 +37,20 @@ exchanges:
|
||||
maker_fee: 0.0002
|
||||
taker_fee: 0.0006
|
||||
default_fee: 0.0006
|
||||
|
||||
# Bybit Configuration
|
||||
bybit:
|
||||
enabled: true
|
||||
test_mode: true # Use testnet for testing
|
||||
trading_mode: "testnet" # simulation, testnet, live
|
||||
supported_symbols: ["BTCUSDT", "ETHUSDT"] # Bybit perpetual format
|
||||
base_position_percent: 5.0
|
||||
max_position_percent: 20.0
|
||||
leverage: 10.0 # Conservative leverage for safety
|
||||
trading_fees:
|
||||
maker_fee: 0.0001 # 0.01% maker fee
|
||||
taker_fee: 0.0006 # 0.06% taker fee
|
||||
default_fee: 0.0006
|
||||
|
||||
# Trading Symbols Configuration
|
||||
# Primary trading pair: ETH/USDT (main signals generation)
|
||||
|
Reference in New Issue
Block a user