Username: Password:

Author Topic: TradingView Config  (Read 5539 times)

Offline TwoScoops

  • Rookie
  • *
  • Posts: 7
    • View Profile
TradingView Config
« on: May 19, 2018, 09:58:28 PM »
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?:       
Quote
"authorized_froms": "[\"noreply@tradingview.com\"]"

Quote
   "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

Offline TwoScoops

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: TradingView Config
« Reply #1 on: May 20, 2018, 05:27:05 AM »
Issue resolved. Switched email providers and now it works using gmail.