Almost telegram integration + Bybit started

This commit is contained in:
2025-04-24 21:19:59 +03:00
parent af240b9acb
commit 4bb472a57e
6 changed files with 271 additions and 68 deletions

View File

@ -4,8 +4,20 @@ testnet = True # Use testnet or not
pairSymbol = 'ETHUSDT' # Trading pair
mainSymbol = 'USDT' # Balance asset
timeScape = '15m' # Candle length
category = 'spot'
leverage = 1 # Leverage
notification = 1 # Telegram notifications
loopSleepTime = 2 # Time passing between loops/checks
paramsLines = ['highEnd',
'lowEnd',
'highBreak',
'lowBreak',
'netLevelsAmount',
'takeDelta',
'stopDelta',
'orderSize'
]