Username: Password:

Show Posts

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.


Messages - TwoScoops

Pages: [1]
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.

2
Technical Support & Development / 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

3
Same issue here.  Did you have any luck resolving this?

4
Beginners & Help / Re: 7.0.2 Binance fetchBalance errors
« on: January 01, 2018, 03:51:46 AM »
Windows fix - https://github.com/GuntharDeNiro/BTCT/issues/351

Still trying to find an OSX fix myself.

5
Beginners & Help / Re: Kraken USD Pairs
« on: December 29, 2017, 10:10:45 PM »
This issue is with kraken only. I'm able to trade USD-ETH on finex without issue. All USD pairs on kraken bring up invalid symbol. I'm giving up trying to use the bot on kraken.

6
Beginners & Help / Re: Kraken USD Pairs
« on: December 28, 2017, 02:17:28 PM »
thanks for the response but I still continue to have the issue with USD pairs. It is only with cash pairs.

USDT-BTC - invalid symbol
USD-BTC - invalid symbol
USDT-ETH - invalid symbol
USD-ETH - invalid symbol
USD-LTC - invalid symbol

EOS-ETH - Working
DASH-BTC - Working
BTC-ETH - Working


7
Beginners & Help / Kraken USD Pairs
« on: December 28, 2017, 03:24:51 AM »
I'm doing my first setup and can't get USD or USDT pairs working with kraken. BTC-ETH works but BTC-USD brings up invalid symbol on the tradingview chart. I've searched and can't find any info and have tried every possible combination for the USD pairs. Any ideas greatly appreciated.

Pages: [1]