Username: Password:

Author Topic: 5.x "loading exchange bittrex" forever  (Read 8802 times)

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
5.x "loading exchange bittrex" forever
« on: September 15, 2017, 12:45:25 AM »
Hi all,

anyone had this issue?

I can see
Loading config...
Loading Exchange Bittrex
and it stays like this forever...

Thanks for any help!

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #1 on: September 15, 2017, 01:46:24 AM »

5.what?

I have 5.0.4 and it works perfectly on bittrex.

Please also check your config (remove pairs on other exchanges, etc.)

Offline sergio

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #2 on: September 15, 2017, 01:57:33 AM »
I get this status when there is something wrong with the coin pairing or some other setting... I suggest you review your settings.

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #3 on: September 15, 2017, 04:12:20 PM »
Here's my config file for test ..
5.0.4

If you find anything wrong in this.. let me know..

thank you Sergio/Paramecie! :)

{
   "pairs": {
      "bittrex": {
         "BTC_XMR": {
            "strategy": "bbstepgain",

            "override": {
               "BTC_TRADING_LIMIT": 300.00
            }
         }
         
      }
   },

   "exchanges": {
      "bittrex": {
         "key": "givemeyourbitcoin",
         "secret": "please"
      }
      
   },

   "bot": {
      "debug": false,

      "period_storage_ticker": 2000,
      "interval_ticker_update": 25000,

      "timeout_buy": 600,
      "timeout_sell": 60000,

      "WATCH_MODE": false,
      "VERBOSE": true,
      "TV_GAIN": 0.6,
      "TV_TRADING_LIMIT": 0.001,
      "BOT_DELAY": 1
   },

   "ws": {
      "port": 5001
   },

   "imap_listener": {
      "enabled": false,
      "authorized_froms": ["noreply@tradingview.com"],
      "user": "YOUR_EMAIL_HERE",
      "password": "YOUR_PASSWORD_HERE",
      "host": "imap.gmail.com",
      "port": 993,
      "tls": true,
      "tlsOptions": {
         "rejectUnauthorized": false
      }
   },

   "strategies": {
      "bb": {
         "BTC_TRADING_LIMIT": 0.0001,
         "PERIOD": 15,
         "EMA1": 200,
         "EMA2": 50,
         "GAIN": 2,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.0001,
         "MIN_VOLUME_TO_SELL": 0.0001

      },
      "gain": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 2,
         "EMA1": 200,
         "EMA2": 50,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },

      "pp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PP_BUY": 0.00000001,
         "PP_SELL": 0.12345678,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgain": {
         "BTC_TRADING_LIMIT": 0.02,
         "PERIOD": 15,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "BUYLVL": 2,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "bbgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.6,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainbb": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 0.6,
         "HIGH_BB": 45,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "bbstepgain": {
         "BTC_TRADING_LIMIT": 0.005,
         "PERIOD": 15,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgainbb": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "HIGH_BB": 49,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "BUYLVL": 2,
         "GAIN": 0.6,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },

      "bbpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.1,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PP_SELL": 0.12345678,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppbb": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.1,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PP_BUY": 0.00000001,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainstepgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PERIOD": 15,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "SELLLVL": 2,
         "BUY_LEVEL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgaingain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "BUYLVL": 2,
         "GAIN": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUY_LEVEL": 0.1,
         "PP_SELL": 0.12345678,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 2,
         "PP_BUY": 0.12345678,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgainpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUYLVL1": 1,
         "BUYLVL2": 3,
         "BUYLVL3": 5,
         "BUYLVL": 2,
         "PP_SELL": 0.1,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppstepgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "SELLLVL1": 2,
         "SELLLVL2": 5,
         "SELLLVL3": 10,
         "SELLLVL": 2,
         "PP_BUY": 0.00000001,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      }


   },

   "optionals": {
      "toOverride": {
         "BOUGHT_PRICE": 0.104744

      }
   }


}

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #4 on: September 15, 2017, 04:49:44 PM »
"BTC_TRADING_LIMIT": 300.00

Are you sure you mean the limit is one million dollar?
Otherwise, instead of as an override, put it in the general setting?

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #5 on: September 15, 2017, 07:29:58 PM »
na, i'm not trading 300 btc worth of xmr :P) more like ,1 btc
It goes with the give me your bitcoin ehehe..

can't get nothing out of it.. even when I remove the override lines.

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #6 on: September 15, 2017, 08:51:02 PM »
300, ha ha you're right, I was too fast on this reply :)

I don't (quickly) see a problem in your config.
Find a json checker/formatter tool on the Net, paste your json (removing your scret key), verify it, and paste it back nicely formatted ?

Edit: ah, and maybe... check on bittrex: no opened orders, no problem, API still valid, account verified, etc. ? Maybe it's because something in bittrex? Some amount in some wallet?
« Last Edit: September 15, 2017, 08:57:42 PM by paramecie »

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #7 on: September 15, 2017, 09:08:09 PM »
I just verified it on an online json tool.. everything is accurate...

As for bittrex, no opened orders,  as for api valid, i can run 4.x without problem.. Account is verified...  Damn I am confused :(

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #8 on: September 15, 2017, 09:26:23 PM »
I had this kind of problem (but invalid licence message), it took 2 days and 3 checking from the seller until it worked.
Maybe ask for checking/validating your version 5, as I read it seems a specific validation process...

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #9 on: September 15, 2017, 09:45:23 PM »
ahhhhhhhhhhhhhhhh

finally :D)

bittrex is BTC-XMR and not BTC_XMR!

grrrr   funny how we can get blinded when looking at something !

I'll leave them here just in case someone else run into the same stupid code-18! :)

"poloniex"    =   "BTC_ZRX": {
"kraken"      =    "DASHEUR": {
"bittrex":     =   "BTC-LTC": {
"cryptopia": =   "SIGT_BTC": {



Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #10 on: September 15, 2017, 10:04:29 PM »
Yep!!!
This guy talking about a wrong pair setting was right. Very good, best wishes!

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
Re: 5.x "loading exchange bittrex" forever
« Reply #11 on: September 15, 2017, 10:36:26 PM »
as for the

     "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,

is it me or selllvl1  at .6.. we're loosing money? isn't supposed to be 2, then 5, then 70 or well.. anything higher than 0.6 for 1st level? Am I missing something here?

TY :)