Update src/options.py
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
url = 'https://testnet.binance.vision/api' # API url
|
url = 'https://testnet.binance.vision/api' # API url
|
||||||
testnet = True # Use testnet or not
|
testnet = True # Use testnet or not
|
||||||
|
|
||||||
pairSymbol = 'ETHUSDT' # Trading pair
|
pairSymbol = 'ETHUSDT' # Trading pair
|
||||||
mainSymbol = 'USDT' # Balance asset
|
mainSymbol = 'USDT' # Balance asset
|
||||||
timeScape = '15m' # Candle length
|
timeScape = '15m' # Candle length
|
||||||
leverage = 1 # Leverage
|
leverage = 1 # Leverage
|
||||||
|
|
||||||
notification = 1 # Telegram notifications
|
notification = 1 # Telegram notifications
|
||||||
|
|
||||||
loopSleepTime = 2 # Time passing between loops/checks
|
loopSleepTime = 2 # Time passing between loops/checks
|
||||||
Reference in New Issue
Block a user