fixed trading and leverage

This commit is contained in:
Dobromir Popov
2025-07-28 16:57:02 +03:00
parent db23ad10da
commit 233bb9935c
4 changed files with 81 additions and 42 deletions

View File

@ -50,11 +50,12 @@ exchanges:
bybit:
enabled: true
test_mode: false # Use mainnet (your credentials are for live trading)
trading_mode: "simulation" # simulation, testnet, live - SWITCHED TO SIMULATION FOR TRAINING
trading_mode: "live" # simulation, testnet, live - SWITCHED TO SIMULATION FOR TRAINING
supported_symbols: ["BTCUSDT", "ETHUSDT"] # Bybit perpetual format
base_position_percent: 5.0
max_position_percent: 20.0
leverage: 10.0 # Conservative leverage for safety
leverage_applied_by_exchange: true # Broker already applies leverage to P&L
trading_fees:
maker_fee: 0.0001 # 0.01% maker fee
taker_fee: 0.0006 # 0.06% taker fee