1
Technical Support & Development / Re: TradingView Config
« on: May 20, 2018, 05:27:05 AM »
Issue resolved. Switched email providers and now it works using gmail.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
"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