diff --git a/options.py b/src/options.py similarity index 96% rename from options.py rename to src/options.py index 31394f6..ca359a8 100644 --- a/options.py +++ b/src/options.py @@ -1,11 +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 +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