Update src/options.py

This commit is contained in:
EugeneBee
2025-04-12 13:58:46 +03:00
parent e701869094
commit f88a3f45ac

View File

@ -1,11 +1,11 @@
url = 'https://testnet.binance.vision/api' # API url
testnet = True # Use testnet or not
pairSymbol = 'ETHUSDT' # Trading pair
mainSymbol = 'USDT' # Balance asset
timeScape = '15m' # Candle length
leverage = 1 # Leverage
notification = 1 # Telegram notifications
loopSleepTime = 2 # Time passing between loops/checks
url = 'https://testnet.binance.vision/api' # API url
testnet = True # Use testnet or not
pairSymbol = 'ETHUSDT' # Trading pair
mainSymbol = 'USDT' # Balance asset
timeScape = '15m' # Candle length
leverage = 1 # Leverage
notification = 1 # Telegram notifications
loopSleepTime = 2 # Time passing between loops/checks