Initial commit (config files)
This commit is contained in:
9
credentials.py
Normal file
9
credentials.py
Normal file
@ -0,0 +1,9 @@
|
||||
# Bybit
|
||||
|
||||
api_key = "..."
|
||||
api_secret = "..."
|
||||
|
||||
|
||||
# Telegram
|
||||
|
||||
bot_token = "..."
|
||||
11
options.py
Normal file
11
options.py
Normal file
@ -0,0 +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
|
||||
Reference in New Issue
Block a user