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

Pages: [1]
1
+1 receiving this error for Binance,
Bittrex is running just fine...

2
Beginners & Help / Re: GUNBOT + Bittrex + USDT Trading
« on: March 09, 2018, 03:24:26 PM »
I only trade against USDT, way safer in my current situation.

make at least 1 manual buy/sell of the coin in question.
can be small, 1$. You can buy / sell at market price, you will just loose a few cents.

It will create trade history, remove the NAN / invalid value in the bot's calculations,
 and the bot should start trading the pair.

3
Technical Support & Development / Re: USDT-BTC Not Working on Bittrex
« on: March 09, 2018, 03:19:49 PM »
buy some manually and sell it. It should create a trade history and replace the NAN with a valid number.
The bot should start trading normally after.

4
Hi,

With the introduction of TUSD, it raises an issue when wanting to trade with it as primary coin.

I currently trade agasint USDT and would like to trade against TUSD too.

But currently, only the pair BTC-TUSD is available. which will interfere with my USDT-BTC.

It would be a great feature to be able to tell the bot which currency I want to be primary, to accumulate it.

I would like to purchase a bag of TUSD and tell the bot to buy /sell BTC to pile up TUSD.

5
FYI,
there is a workaround,
just buy some of the currency manually to create an history.
The NAN will be replaced by a valid value and it seems to fix the problem.

6
-----------------------------------------------------------------------------------------------
 ɢƱҊƁ۝Ŧ XT Edition  Scanning binance for trading opportunities 2018/03/07 20:12:16
------------------------------------------------------------------------------------------------
2018/03/07 20:12:16: USDT-LTC Last Bid/Ask 179.76000000/179.96000000
------------------------------------------------------------------------------------------------
EMA1: 183.20612258480762 === EMA2: 180.91447392969988
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
HIGH BB: 199.30465071 == SMA: 189.04580000 == LOW BB: 178.78694929
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
BTC/USD Money Flow Index is: 43.24383237185457
------------------------------------------------------------------------------------------------
2018/03/07 20:12:17: Got Trading History
2018/03/07 20:12:17: Checking Open Orders
Last trade P/L for USDT-LTC was: 0.000 %
2018/03/07 20:12:17: Price to buy: 180.73355553000002
2018/03/07 20:12:17: Last Bid/Strategy Exit Point: 179.76000000/NaN
2018/03/07 20:12:17: Last Ask/Strategy Entry Point: 179.96000000/180.73355553000002
2018/03/07 20:12:17: XTrend for USDT-LTC:    UP!!!   
┌───────────────────┬────────────────┬────────────┬─────────────┬────────────┬─────────────┐
│ ɢՍҊßøŦ XT Edition │ Stop limit hit │ Can we buy │ Can we sell │ Panic sell │ Can average │
├───────────────────┼────────────────┼────────────┼─────────────┼────────────┼─────────────┤
│ Core checks       │       NO       │     YES    │      NO     │     NO     │      NO     │
└───────────────────┴────────────────┴────────────┴─────────────┴────────────┴─────────────┘
2018/03/07 20:12:17: Last Bid price USDT-LTC: 179.76 | Last Ask: 179.96
2018/03/07 20:12:17: Balance USDT: 543.58494081
2018/03/07 20:12:17: Balance LTC: 0
2018/03/07 20:12:17: On Orders LTC: 0
Processing strategy bbstepgain for USDT-LTC on binance
BUY CYCLE
2018/03/07 20:12:17: Entering buy cycle
product info: { minPrice: '0.01000000',
  maxPrice: '10000000.00000000',
  minQty: '0.00001000',
  maxQty: '10000000.00000000',
  stepSize: '0.00001000',
  minNotional: '10.00000000' }
Original price: 179.96
Original volume: 0.0000055567903978661925
Rounded price: 179.96
Rounded volume: 0
Order value: 0
Error: {"message":"Minimum volume must be: 0.00001000. You tried 0"}
    at errorHandler (/snapshot/Gunbot-master/ctx-wrapper.js:0:0)
    at
    at process._tickCallback (internal/process/next_tick.js:188:7)

7
Hi

I need help with https for remotely controling my gunbot with Gunthy GUI.
I have a domain for my VPS and an ssl certificate.
It works fine with http.
but wont work with https.
I get ERR_CONNECTION_CLOSED

how can I fix this so that I can securely control my bot?

thank you for any help or pointer.

8
General Discussion / Re: Minimum BTC to run Gunbot to make profit?
« on: January 06, 2018, 01:45:57 AM »
There is not minimum to make a profit. Actually you should start low until you figure it out.

I could not get Amazon AWS to run properly. Very slow.
Vulture was very easy to set up, but very slow.

Right now I am running 1&1 windows 4GB/ 2 proc, which is very fast, reliable and not cheap at $40 a month.

Looking for something like it but at $20.

Contabo.com
VPS M SSD

4 cores
12 GB RAM
300GB SSD
8.00eur + 6.99eur for win server / month (20$ usd)

9
General Discussion / Re: Minimum BTC to run Gunbot to make profit?
« on: January 05, 2018, 03:44:12 PM »
I dislike Amazon VPS due to no clear fees, "ok" specs. and not so easy interface.
I prefer Contabo VPS, I know the fee is a flat 20$ monthly for a kick ass Windows server machine on steroids.

10
Sorry I wasn't clear,

I meant something like
 DOUBLE_UP_TRADING_LIMIT = 0.05BTC

I corrected my post to clarify.

11
+1

Sorry I just noticed your post after making one suggesting a solution to the problem.

May I invite you guys to discuss about my proposed solution?
https://gunthy.org/index.php/topic,1532.0.html

12
DOUBLE_UP=true is a great feature,

until shit hits the fan... since it will disregard buy limit.
It is very bad on a tanking market...


To have more control and limit how many double up the bot make.
It would require either a property:

DOUBLE_UP_TRADING_LIMIT = 0.05  (ie btc value)
or
DOUBLE_UP_POSITIONS = 3


I currently have most of my assets stuck in bags due to the bot that kept making 0.005btc purchases non stop on multiple tanking coins.
At first it is negligible, so you let the feature run, but quickly and over a few hours in a tanking market, the bot will trade all your BTC if you are running many coins, completely blocking you from trading and get you stuck in bags.

I hope my suggestion is considered,
Thank you for your good work.

(In the mean time I will work on a python program to manage my double_up property to do exactly what I described.)


13
Technical Support & Development / Re: HELP! Error 500
« on: September 04, 2017, 06:05:19 AM »
+1 with polo + proxy + error 500

running in contabo.com VPS server Win server 2016

14
welcome to the club of Poloniex license owners...

IExplorer config
https://thecryptobot.com/2017/06/26/fixing-internet-explorer-gunbot/

Proxy config
https://thecryptobot.com/2017/07/05/gunbot-proxy-community-edition-install/

Links taken from
https://thecryptobot.com/2017/06/22/gunbotthe-way-i-run-it/

FYI, you might end up with Error 500 after doing all this.
like i just did.
Cant use my bot anymore. yeay...

good luck

15
Technical Support & Development / Re: Feature request: Multiple API keys
« on: September 04, 2017, 05:58:13 AM »
+1 on the feature request
since it would also mean implementing the Polo proxy patch within the bot avoiding the polo 422 errors

16
+1 confirming issues on Contabo.com vps

17
Technical Support & Development / Re: Feature request: Keep BTC-Balance
« on: September 04, 2017, 05:52:50 AM »
+1 for the feature

18
Technical Support & Development / Re: error 500
« on: September 04, 2017, 05:50:20 AM »
bump... +1

Guntabo.com VPS 4cpu 12G ram
Win server 2016
Gunbot 3.3.2
Poloniex

many crash.

bot fails to sell, get rejected.

IExplorer fix and Proxy fix tried.
was getting er 422
now getting er 500

 :'(

19
I have many problems,

I am running
Contabo 4cpu 12G ram
Win server 2016
Gunbot 3.3.2
Poloniex

I have many crashed, the ui is laggy.

got many 422

I did the IExplorer config
https://thecryptobot.com/2017/06/26/fixing-internet-explorer-gunbot/

I did the Proxy config
https://thecryptobot.com/2017/07/05/gunbot-proxy-community-edition-install/

now i have error 500


Pages: [1]