I can't seem to get the tradingview extension to work. When the email is checked it just says " Done fetching all messages"
I'm pretty sure I have all my config settings correct.
Email contains: BUY_BITFINEX_BTC-EOS
I've tried from command line & gui. Also from fresh install. Could someone with a working tradingview setup confirm this setting in the config file??Should it have the brackets ect?:
"authorized_froms": "[\"noreply@tradingview.com\"]"
"bot": {
"debug": false,
"BOT_DELAY": 1,
"BOT_CCLEAN": 2,
"CANCEL_ORDERS_ENABLED": true,
"CANCEL_ORDERS_CYCLE_CAP": 1,
"RESERVE_PILE_UP": false,
"interval_ticker_update": 25000,
"period_storage_ticker": 2000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT_BUY": 0.001,
"TV_PYRAMID": true,
"PYRAMID_BUY": true,
"TRADING_LIMIT_BUY_PYRAMID": 0.01,
"TV_TRADING_LIMIT_SELL": 0.001,
"TV_PROTECTION": true,
"TV_TRADING_LIMIT_CAP": 0.9,
"TV_STOPLOSS_PERCENTAGE": 60,
"VERBOSE": true,
"WATCH_MODE": false,
"withdraw_address": "YOURBTCADDRESSHERE",
"withdraw_threshold": 0.5,
"TELEGRAM_ENABLED": false,
"TELEGRAM_NICK": "Gunbot",
"TOKEN": "put_your_TOKEN_here",
"chat_id": "put_your_TELEGRAM_ID_here"
},
"ws": {
"port": 5001,
"clientport": 3000,
"hostname": "127.0.0.1"
},
"imap_listener": {
"enabled": true,
"authorized_froms": "[\"noreply@tradingview.com\"]",
"user": "MYEMAIL@MYEMAIL.COM",
"password": "THISISMYPASSWORD",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false