Initial commit (config files)

This commit is contained in:
2025-04-12 13:58:02 +03:00
commit b11914f7a5
2 changed files with 20 additions and 0 deletions

9
credentials.py Normal file
View File

@ -0,0 +1,9 @@
# Bybit
api_key = "..."
api_secret = "..."
# Telegram
bot_token = "..."

11
options.py Normal file
View 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