Almost telegram integration + Bybit started
This commit is contained in:
@ -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'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user