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

Pages: [1] 2
1
Technical Support & Development / Re: Error: statusCode 403 on Poloniex
« on: January 07, 2018, 01:24:42 PM »
I'm having the same problem:

Code: [Select]
(node:3228) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: statusCode 403
(node:3228) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Fresh 7.0.2 install, tried rebooting.

Win10 on Contabo, running GB successfully since may/2016.

2
Technical Support & Development / Re: kraken bot makes only troubles
« on: August 12, 2017, 06:57:44 PM »
EOS is supposed to work on v4.0.1 but mine doesn't. I've already reported the bug in the Bug Tracker topic.

A list of pairs would also be very helpful.

3
Technical Support & Development / Re: Bugs/Issues tracker v4.0.1
« on: August 12, 2017, 06:56:15 PM »
JSON validated with https://jsonlint.com/

BTC pairs running fine on Polo and Bittrex.

But no game on Kraken. Getting only errors.

I'm using the following pairs:

Code: [Select]
"kraken": {
"EOSXBT": {
"strategy": "bb",
"override": {}
},
"DASHXBT": {
"strategy": "bb",
"override": {}
},
"GNOXBT": {
"strategy": "bb",
"override": {}
},
"BCHXBT": {
"strategy": "bb",
"override": {}
},
"XREPXXBT": {
"strategy": "bb",
"override": {}
},
"XETHXXBT": {
"strategy": "bb",
"override": {}
},
"XETCXXBT": {
"strategy": "bb",
"override": {}
},
"XICNXXBT": {
"strategy": "bb",
"override": {}
},
"XLTCXXBT": {
"strategy": "bb",
"override": {}
},
"XMLNXXBT": {
"strategy": "bb",
"override": {}
},
"XDGXXBT": {
"strategy": "bb",
"override": {}
},
"XXDGXXBT": {
"strategy": "bb",
"override": {}
},
"XXLMXXBT": {
"strategy": "bb",
"override": {}
},
"XXMRXXBT": {
"strategy": "bb",
"override": {}
},
"XXRPXXBT": {
"strategy": "bb",
"override": {}
},
"XZECXXBT": {
"strategy": "bb",
"override": {}
}
},

4
Hi beer-k0in,

one problem:

Since a few days I also have ETH_xxx pairs running also. GMON seems to interpret the ETH values as BTC values and writes them in the column 'in BTC' and sums them up with the values of BTC_xxx pairs without difference.

Therefore my total amount is about double as in reality. ;-)

I am not sure whether GMON has any chance to convert the ETH values to BTC values because it would need to get current currency exchange rates, wouldn't it?

Handling as seperated columns breaks the layout. (Perhaps someone uses XMR_xxx and USDT_xxx pairs, too?)

So I currently have no idea how to solve this problem ...

Kind regards, PeWi

If you are running headless, maybe you can simply separate BTC_XXX, ETH_XXX and so on on different folders. At least that's the way I'm running it.

5
I've been running GunBot since the beggining of May. This has also happened to me on a few occasions, unfortunately.

The new release should fix those issues, it has to do with 422 and a buy/sell callback that the bot didn't received, so it thinks it hasn't bought yet. I see you are using the proxy, so this is definately a bug and nothing to do with 422 problems.

Anyway, in 5000+ trades so far it has happened 10-15 times (a 99,75% sucess rate ain't bad, is it?)

6
That is an excellent suggestion!  ;D

Btw somehow the P price and -E are connected somehow, i now get the error field when tying to get back the Profit field ( know it isn't accurate but it's motivation none the less  ;D  when i use say -c -s P -r 10 -H 3 theres no price field but do get a free error field ;)

let's see if it behaves better when i link these folders.
Will let you know what worked.

Mmmm im getting frustrated your idea looked perfect but no it gives: https://www.dropbox.com/s/02lzokiv2hfji5r/Screenshot%202017-07-02%2007.29.51.png?dl=0

with: @echo off

cd C:\Users\Administrator\Documents

gmon -p \PoloniexGUNBOT\gunbotProxy1.4\gunbotProxySettings1.2\gunbot:BittrexGUNBOT -c -sP -r 20 -H 3 -E

will try a single folder first perhaps... :-\

You have to use the backslash (\) for the cd command but the slash (/) to specify the paths on the "gmon -p" line, the way beer-k0in showed us on the release notes.

So your code would become

Quote
@echo off

cd C:\Users\Administrator\Documents

gmon -p /PoloniexGUNBOT/gunbotProxy1.4/gunbotProxySettings1.2/gunbot:/BittrexGUNBOT -c -sP -r 20 -H 3 -E

7
Hi, I'm trying to write a script to watch two folders (on Windows Server 2016) separating the folders like this, results in an error because of the colons:

@echo off

gmon -p C:\Users\Administrator\Documents\Bittrex GUNBOT_v3.3.2:C:\Users\Administrator\Documents\Bittrex GUNBOT_v3.3.2

What is the correct way to enter file path in a windows environment?

Try

Code: [Select]
@echo off

cd C:\Users\Administrator\Documents

gmon -p /insert_first_file_path_here:/insert_second_file_path_here

8
General Discussion / Re: search for an "balance" overview tool
« on: June 30, 2017, 01:10:03 PM »
Yes, cointracking.info is really amazing, but I want something simple.
It getīs simplier soon. I was writing with support about this last weekend and they are working on some solutions, to put simple profit charts per day in the Dashboard :)

If they manage to charge less for that, I'm in!

9
General Discussion / Re: search for an "balance" overview tool
« on: June 28, 2017, 01:31:38 PM »
I am also on the search of an excel sheet or a simple analysis toll that can deal with Poloniex, Bittrex and Kraken.

Yes, cointracking.info is really amazing, but I want something simple.

10
Really enjoying this new version.

I would really like to see support for ETH and USDT pairs!

Also, when there is 0 available BTC, I noticed that there is simply no message ("Available BTC: --blank--") instead of a more meaningful "Available BTC: 0.0".


11
Waiting on Gunthar to get back to me with my license information.
I just downloaded "Gunbot 3.3.2 - Poloniex/Bittrex Patch" from the https://github.com/GuntharDeNiro/BTCT/releases

It looks like it's a full release...(?)

Is this just a patch or do the "patch" update releases contain the full release?

Every new release contains the main program and the patches already applied to it.

So no worries, you will be perfectly able to run Gunbot from the file you've downloaded.

12
Technical Support & Development / Re: How much pairs per API?
« on: June 23, 2017, 01:44:35 PM »
I did runs from 10 to 50 pairs with the same API, no problems whatsover. I am now using 30 pairs with it.

Actually, I'm using the same API generated 45+ days ago. Never got banned, just the same 422 and very very few 429.

I don't think this 17 pairs/API is a hard limit. Maybe a recommendation.

But bear in mind that the next release of GB should address this problems.

13
Yes, in the future I also plan on having multiple exchanges and therefore one GUI, to rule them all.

But I think the WEB GUI by zurk (https://gunthy.org/index.php?topic=408.15) could make your life easier.

My budget is kinda low at the moment so unfortunately I can't buy it now, but I plan on doing so in the future.

14
If you are planing on using the GUI, you can run more than one Gunbot.exe instance, i.e. 3 or 4 Gunbots running in parallel.

Just rename the directory you have extracted the files to BTC-Poloniex (as an example), another one as BTC-Bittrex and so on. Of course, each directory is a whole new instance so you would need the correct API and bot settings.

15
Volume Analysis and auto off/on on trading that pair feature for pairs under 300 volume (poloniex)

Would be helpful to have a way to keep the bot running on all the pairs, but turn off the trading capabilities if the volume falls under a threshold set. In the event that you have an open trade, it would still keep the pair running until a sell point is reached.

Nice idea. Simple and effective! Would be a nice addition.

16
Hi All,
Just wanted to float an idea suggestion: Bag handling

In some of the trades the GB makes a buy at pricelevel A, but then the price drops.
From that moment that pair is basically locked, whilst there might be profitable trade opportunities below pricelevel A.

So what if  GB introduces levels of bag handling, to be set at your discretion.
Say level 0 is current behaviour
level 1 : if 1 pair locked, cache that, keep an eye on pricelevel A, but continue trading with a fresh pair 1,
             perhaps with an option to set higher buy level preventing buying too much in a dump.
             If the prices raises above A, sell first pair 0.
             
level 2: if  pair 1 is locked as well, continue with pair 2.
..

Obviously you  risk more losses in a dump, so not for the lighthearted or without enough room to manuevre.

The reward is potential more profit on the way up.
What do you think?

Kudos to that idea. Would be really nice to be implemented in the future.

17
Either way, the cmd window stays there so with 2 commands I can set up the monitor again so it really isn't that big of an issue.

Why 2 commands? What are those 2? The 2nd would be 'gmon', but whats the first one?  :)

BK

CTRL+C to close the frozen monitor is the first one.

I also like to use cls just to keep things fresh :D

18
Is it a bug, a limitation of mine or something else? I'm running it through cmd with WinServ2016.

Maybe you lost connection to your server?

BK

I don't think so, I'm using a Contabo VPS and never experienced a lost connection before. But I will check it.

Could this be a Windows cmd issue?

Either way, the cmd window stays there so with 2 commands I can set up the monitor again so it really isn't that big of an issue.

19
Really nice work, and the constant updates keep adding more and more useful features!

One question I have is that my monitor stops working after a while. Sometimes only after a couple minutes, sometimes it keeps on updating from 4-5 hours. But it will eventually stop, and the way I check it is by looking at the server time on the upper left of the monitor.

 Is it a bug, a limitation of mine or something else? I'm running it through cmd with WinServ2016.

20
Really nice work! Especially the PROFIT tab, does the job much easier than Polo and other spreadsheets.

Does it work with BTC-XXX pairs only?

I'm trying to make it work with an AWS VPS running USDT pairs, but it shows only the GUNBOT title and no coins.

Pages: [1] 2