bybit REST api

This commit is contained in:
Dobromir Popov
2025-07-14 22:57:02 +03:00
parent ee2e6478d8
commit 02804ee64f
4 changed files with 476 additions and 41 deletions

View File

@ -41,8 +41,8 @@ exchanges:
# Bybit Configuration
bybit:
enabled: true
test_mode: true # Use testnet for testing
trading_mode: "testnet" # simulation, testnet, live
test_mode: false # Use mainnet (your credentials are for live trading)
trading_mode: "live" # simulation, testnet, live
supported_symbols: ["BTCUSDT", "ETHUSDT"] # Bybit perpetual format
base_position_percent: 5.0
max_position_percent: 20.0