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

Pages: 1 [2]
21
Currently the bot checks every so often to see if the price has reached the buy or sell threshold. If the bot is only checking every couple minutes, it will miss an event that happens during that time. I just had the bot miss the opportunity to sell a coin when a single candle spiked above the sell threshold. The problem was that the price didnt stay up there long enough for Gunbot to notice. If the Gunbot had placed a standing sell order at the sell price, at the time it did the buy, POLO would have executed it regardless of whether the bot is checking or not.

22
In answer to your question regarding which nix flavor, Im using ubuntu.
I used the following installation script to install the Gunbot and the other things it depends on, specifically node.
https://gunthy.org/index.php?topic=277.0


23
Technical Support & Development / Re: Preventing 422 Errors
« on: July 02, 2017, 05:32:49 PM »
It seems that the push approach to updates might also allow the bot to respond faster to short spikes or drops in price which seem to be missed with the poling every couple minutes method. It could then be basically interrupt driven to buy or sell in shorter windows.

24
Digital ocean doesn't appear to have windows available. They have various nix flavors.

25
|BTC_DASH |     amount: '0.59106958',
0|BTC_DASH |     total: '0.01388416',
0|BTC_DASH |     fee: '0.00150000',
0|BTC_DASH |     orderNumber: '23128579293',
0|BTC_DASH |     type: 'sell',
0|BTC_DASH |     category: 'exchange' } ]
0|BTC_DASH | Unhandled rejection Error: Bad server answer
0|BTC_DASH |     at Object.console./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/poloniex.js.module.exports.Market.getLastBuyRate.poloniex.returnTradeHistory [as callback] (evalmachine.<anonymous>:0:0)
0|BTC_DASH |     at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:2243:31
0|BTC_DASH |     at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:906:16
0|BTC_DASH |     at Request._callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/plnx/lib/index.js:138:7)
0|BTC_DASH |     at Request.self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
0|BTC_DASH |     at emitTwo (events.js:106:13)
0|BTC_DASH |     at Request.emit (events.js:192:7)
0|BTC_DASH |     at Request.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1171:10)
0|BTC_DASH |     at emitOne (events.js:96:13)
0|BTC_DASH |     at Request.emit (events.js:189:7)
0|BTC_DASH |     at IncomingMessage.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1091:12)
0|BTC_DASH |     at Object.onceWrapper (events.js:291:19)
0|BTC_DASH |     at emitNone (events.js:91:20)
0|BTC_DASH |     at IncomingMessage.emit (events.js:186:7)
0|BTC_DASH |     at endReadableNT (_stream_readable.js:974:12)
0|BTC_DASH |     at _combinedTickCallback (internal/process/next_tick.js:74:11)
0|BTC_DASH |     at process._tickCallback (internal/process/next_tick.js:98:9)
0|BTC_DASH | +
0|BTC_DASH | +
0|BTC_DASH | +

26
I happened to have a server running in New York. I knew NY had that stupid rule, just didnt think about the restriction. I took a snapshot and moved it to SF and all is well. Tho I did have to reverify with POLO that I wasnt actually in NY.

27
Found the problem.

Im posting it here so that if anyone else runs into it they can easily fix it.

Don't start a VPS in Digital Ocean New York. Since the New York Crypto Coin Nazies have forbidden all trading and activities there unless you pay some godawful bribe to the state, Poloniex sees the connect from a NY IP address and blocks your account.

Go log into the POLO account and correct your state and all will instantly be fine again.


28
I am seeing this error in the logs and the bot is failing on all coins.
My Gunbot is running in a VPS in Digital Ocean, San Fran.
Anyone know what this error means and how to get rid of it?


29
Beginners & Help / Re: GUNBOT - Linux Tutorial
« on: June 30, 2017, 02:20:26 PM »
What is the file name for the current 3.3.2 Poloniex bittrex patch version?

Pages: 1 [2]