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 - jimbogbt

Pages: [1]
1
Just a friendly bump to say I've clicked like on all the scripts if I could be approved please

2
Technical Support & Development / Re: trend watcher
« on: March 06, 2018, 11:12:41 PM »
Try it with 5 min period and TA always on.

3
Technical Support & Development / Re: [solved] TSSL not trailing
« on: March 06, 2018, 11:10:22 PM »
It's because of the name:

 "tsslv1": {
            "NAME": "tssl sell only",

You can duplicate a strategy and name it whatever you like at the top level (where you have tsslv1) but in the NAME subsection it HAS to stay as tssl or bbtssl or any of the other build in strategies.
If you name it to anything else, the bot wont know what the hell to do.

4
General Discussion / How To Avoid Buying Mid-Dip
« on: February 21, 2018, 07:14:23 AM »
So say last night you were in a sell cycle and it sold off right at the peak before the drop.
If you were buying using BB it would have bought you back in pretty much as soon as your trades timeout was reached and you'd possibly holding an amount of coin this morning that's 6 or 7 percent under market value.

Aside from setting a ridiculous timeout limit (the drop spanned a period of 5 hours or more) and setting RSI buy of 30 or less (not practical day trading in BTC)
Any other ways to safeguard against buying back in during a drop?

5
General Discussion / Re: Stop_Loss Limit failure ?
« on: February 21, 2018, 07:09:17 AM »
Well mine kicked in overnight having set it at 7.5%
Saved me a few quid.
It's a dynamic price so will be a loss on the last purchase price.
I'd relax, it deffo works.

6
Figured out it's not a big issue just a small communication error obtaining info from Bittrex.
Each time you see it in your logs window is an instance of it happening (though with no timestamp which would help / ease the stress)
So if you only have 4 or 5 instances of it in the window but your bot has completed about 10,000 cycles, I wouldnt worry too much.....

7
I changed mine to 20 and works perfectly

8
Technical Support & Development / Re: USDT-BTC Not Working on Bittrex
« on: February 19, 2018, 08:20:54 PM »
Also post up the section with price to sell and exit/entry points as well if that doesnt work, that will give us more info

9
Technical Support & Development / Re: USDT-BTC Not Working on Bittrex
« on: February 19, 2018, 08:19:39 PM »
Take the override out.
Stop the bot.
Do a manual market buy then a market sell, both for 100% of your wallet.
Then run the bot
Let it go for a good few rounds (at least 30) then see if it shows

10
Check your minimum sell level

11
Technical Support & Development / Re: Unable to check masterkey
« on: February 19, 2018, 08:15:46 PM »
I had this error this morning.
Couldnt be arsed trying to fix it so ended up creating a new instance of gunbot.
(I think this could have been done by just deleting the db.sqlite file but just started afresh.)
Thankfully I have only 2 setups which are pretty easy to recreate but it's always handy to save a log of your strategy settings and setups incase you ever need to start from scratch.

12
Any thoughts?

Running the Xmas build on Bittrex.
The Bittrex website is playing up a little and not loading pages so possibly an issue their end?
Was working fine last night.

C:\snapshot\Gunbot-master\node_modules\lodash\lodash.js:537
      if (iteratee(array[index], index, array) === false) {
          ^

TypeError: Cannot read property 'Available' of undefined
    at module.exports.parseBalance._.forEach (C:\snapshot\Gunbot-master\ctx\js\bittrex.js:0:0)
    at arrayEach (C:\snapshot\Gunbot-master\node_modules\lodash\lodash.js:537:11)
    at Function.forEach (C:\snapshot\Gunbot-master\node_modules\lodash\lodash.js:9359:14)
    at Bittrex.parseBalance (C:\snapshot\Gunbot-master\ctx\js\bittrex.js:0:0)
    at C:\snapshot\Gunbot-master\ctx\js\bittrex.js:0:0
    at Request._callback (C:\snapshot\Gunbot-master\node_modules\node-bittrex-api\node.bittrex.api.js:144:11)
    at Request.init.self.callback (C:\snapshot\Gunbot-master\node_modules\request\request.js:188:22)
    at emitTwo (events.js:125:13)
    at Request.emit (events.js:213:7)
    at Request. (C:\snapshot\Gunbot-master\node_modules\request\request.js:1171:10)
    at emitOne (events.js:115:13)
    at Request.emit (events.js:210:7)
    at IncomingMessage. (C:\snapshot\Gunbot-master\node_modules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:312:19)
    at emitNone (events.js:110:20)
    at IncomingMessage.emit (events.js:207:7)
    at endReadableNT (_stream_readable.js:1045:12)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)
C:\snapshot\Gunbot-master\node_modules\lodash\lodash.js:537
      if (iteratee(array[index], index, array) === false) {
          ^

13
General Discussion / Re: Hottest game in town atm. USDT/BTC tssl
« on: February 05, 2018, 05:27:54 AM »
Ive just been trying this now.
Exchanged BTC for USDT
Set up a pair
Changed the TRADING_LIMIT in the strategy to 20 (dollars)
Had to put in a BOUGHT_PRICE override as it couldnt find a price
Then let it run

Just entered a sell cycle straight away, not looking to buy.
Changed to ping pong and waited until the price I entered was hit and still didnt buy.

So bought BTC back again and have gone back to my original strategy but would like to know how I can set this up.

Is it because the pair on the bot is USDT-BTC and the pair on Binance is BTC-USDT and it's totally confused?

14
Beginners & Help / Re: TRADING_LIMIT
« on: February 01, 2018, 04:06:56 PM »
Also should I be concerned about this?

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:1024:11)
    at TCP.onread (net.js:615:25)
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:1024:11)
    at TCP.onread (net.js:615:25)

Is it possible to clear the log to see if it re-occurs?

15
Beginners & Help / TRADING_LIMIT
« on: February 01, 2018, 02:58:20 PM »
Afternoon all

Bought Gunbot last night, loving it.

Just a little advice if possible?

TRADING_LIMIT

Is this how much each pair will attempt to buy with?
And if there isn't that amount available in the primary currency, it wont buy?
Or is it the MAXIMUM it will buy and will put any available amount on, up to that amount so long as it's available?

I appreciate if using BB for example, the bot isnt going to buy more until it sells everything
But if we want to "buy the dips" to top up, can we go into our exchange and put in a manual purchase or will this mess everything up?

Also, am I right in thinking if you transfer a coin INTO your exchange wallet, THEN set up a pair, it wont do anything until you also make a manual trade so it can get price info?

Cheers

16
Hi mate

I'll be purchasing tomorrow night if you're around for support if we need it.
Will Telegram you now as well

Ta

Jim

Pages: [1]