trading sim agin while training

This commit is contained in:
Dobromir Popov
2025-07-15 03:04:34 +03:00
parent 0b07825be0
commit e586d850f1
2 changed files with 60 additions and 5 deletions

View File

@ -42,7 +42,7 @@ exchanges:
bybit:
enabled: true
test_mode: false # Use mainnet (your credentials are for live trading)
trading_mode: "live" # simulation, testnet, live
trading_mode: "simulation" # 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