-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathconfig.py
12 lines (11 loc) · 1.07 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
kline = dict(tickers = [], # List of tickers. Leave empty to request all the updated tickers on binance.
intervals = ['1h'], # List with multiple intervals if desired: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M
n_periods = 200, # Number of periods to analise
start_time = '', # Start of the period to analise: '14 Sep, 2018'
end_time = '') # End of the period to analise: '29 Sep, 2018'
live_bot = dict(live = False, # Make the bot run on an infinite loop and perform the analysis every `sleep` seconds.
sleep = 20, # Sleep time for the live bot to not overload the Binance API.
threading = True, # Multithreading boolean. Makes the Bot faster when set to True.
telegram_token = '', # Telegram token of the Bot created with BotFather
telegram_chat_id = [''], # Telegram channel id
discord_web_hook = ['']) # Discord server webhook