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

Pages: 1 [2]
21
https://gunthy.org/index.php?topic=74.0

Skip the part about installing nodejs. You don't need it. You do need pm2. And it sounds like you have unzipped the bot so you can skip those instructions too.

22
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: July 15, 2017, 03:38:27 AM »
https://gunthy.org/index.php?topic=632.0

Another bug. There are multiple displays "price to buy" with different values. Pick one.

Also, for the love of god, please standardize the formatting of decimal numbers. Sometimes 0.0001234 is represented as 12.34, sometimes as 1.234, etc

23
Consider this excerpt from the running bot.

Code: [Select]
###[ --2017/07/15 02:00:07--poloniex--BTC_AMP  --  Gunbot v3.3 cycle #22149 --------------- ]
::::: collecting market data...
***************************************************
Low BB:0.00007436 - High BB:0.00007619
***************************************************
***************************************************
EMA1:0.00007555 - EMA2:0.00007555
***************************************************
BB price to buy 0.00007509200394562912 -- GAIN price to buy 0.00007301632966666657
++++
LP 0.00007438  Bal.BTC 0.51366307  Bal.AMP 0(0)
No open orders
boughtPrice 0.00007436
price  falls (-3)
PriceToBuy 0.7302 priceToSell 0.7585
LP 0.7438000 > prBuy 0.7301633  secMargin 0.000029744000000000002  grows no
no altcoins: 0
price to buy: 0.00007301632966666657
last price is too high

The settings are:

Code: [Select]
LOW_BB: 40,
HIGH_BB: 40,
SELL_STRATEGY: 'STEPGAIN',
BUY_STRATEGY: 'BB',
BUY_LEVEL: 3,
BUYLVL1: 3,
BUYLVL2: 5,
BUYLVL3: 10,
SELLLVL1: 2,
SELLLVL2: 2,
SELLLVL3: 2,
BUYLVL: 1,
SELLLVL: 2,
GAIN: 2,

There are two problems here.
  • There are two lines that say 'priceToBuy' and they both have different values. Why are there 2 of this line?
  • Notice that prBuy and 'price to buy' match that of GAIN price to buy. The question here is WHY? GAIN is not my buy strategy; BB is. So why is the bot doing this?

24
Technical Support & Development / Re: Getting double buys on bittrex
« on: July 15, 2017, 03:01:21 AM »
Getting double buys on Poloniex as well. Can see in polo trade logs "BUY" followed another "BUY"

25
Are errors not being parsed? Turns out I've had many errors in various pairs but gmon not showing anything in that last column.

26
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: July 13, 2017, 10:38:30 PM »
https://github.com/GuntharDeNiro/BTCT/issues/8

Bot doesn't always detect config file changes. Need a manual way of force reloading on linux. kill -HUP is pretty standard across linux software.

27
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: July 11, 2017, 04:15:22 AM »
Code: [Select]
###[ --2017/07/11 03:13:20--poloniex--BTC_AMP  --  Gunbot v3.3 cycle #225 --------------- ]
::::: collecting market data...
***************************************************
Low BB:0.00007603 - High BB:0.00008334
***************************************************
***************************************************
EMA1:0.00008397 - EMA2:0.00008191
***************************************************
BB price to buy 0.00007895402845578782 -- GAIN price to buy 0.00007729432008928582
++++
LP 0.00007615  Bal.BTC 0.98862861  Bal.AMP 0(0)
We have open orders
boughtPrice 0
price  falls (-1)
PriceToBuy 0.7729 priceToSell 0.7615
we have altcoins: 0
LP 0.7615 >= prSell 0.7615  secMargin 0.00003187394642857147  falls yes
price to sell:  0.00007615
price is sweet
price fall -> sell
WARNING: we already bought!!! Switching to sell mode...
2017/07/11 03:13:21 Error: sell: options rate are required
!!! Cycle 226 failed. Will repeat in 49.0612213472998s
WARNING: we bought!!!!

###[ --2017/07/11 03:14:10--poloniex--BTC_AMP  --  Gunbot v3.3 cycle #226 --------------- ]
::::: collecting market data...
***************************************************
Low BB:0.00007599 - High BB:0.00008335
***************************************************
***************************************************
EMA1:0.00008397 - EMA2:0.00008191
***************************************************
BB price to buy 0.00007893388372071424 -- GAIN price to buy 0.00007727908088888901
++++
LP 0.00007665  Bal.BTC 0.98862861  Bal.AMP 0(0)
We have open orders
boughtPrice 0
price  steady (0)
PriceToBuy 0.7728 priceToSell 0.7615
we have altcoins: 0
LP 0.7665000000000001 >= prSell 0.7615  secMargin 0.000031867662222222274  falls yes
price to sell:  0.00007615
price is sweet
price fall -> sell
WARNING: we already bought!!! Switching to sell mode...
2017/07/11 03:14:11 Error: sell: options rate are required
!!! Cycle 227 failed. Will repeat in 49.0612213472998s
WARNING: we bought!!!!

28
General Discussion / Placing manual orders with the bot
« on: July 08, 2017, 10:48:42 PM »
Does it royally screw up the bot if I place a manual order for a pair the bot is currently "managing"?

29
General Discussion / Re: Upgrading to 3.3.2 - Instructions Needed
« on: July 07, 2017, 03:31:12 PM »
Rock on. Thanks!

30
This is what the security group should look like people. Please be smart. Once you choose "My IP" it will auto populate your current IP address into the box that I've blacked out. It should be XX.XX.XX.XX/32

31
At the very least, please obscure the IP address of your VPS.
Also, show the people here how to restrict the Security Group to their own IP address and not make it wide open to the world.
Finally, if you must do the VNC (completely unnecessary) instead of allowing all ports, just allow 22 (SSH) and 5900-5905 (VNC) and it will still work fine and you won't have painted a target on your back.

32
Why in the world are you using XWindows? That overcomplicates things 1,000%. Just use normal SSH and do everything you just did on command line. You don't have to mess with realVnc, you don't have to open your server to everyone on the internet. (All ports, all IP addresses, wide open to anyone with a computer. You're practically asking to be hacked. And the fact that you're ignoring encrypted VNC makes this even worse.)

You are already doing everything on commandline anyway, you're just adding the additional, completely unnecessary, step of doing terminal commands through a GUI.

This is by no means an efficient process. There are several other tutorials on this forum for starting up multiple bots within screen or tmux sessions, and only using SSH.

This should not be a pinned article.

33

2017/07/06 19:16:20 Error: sell: options rate are required
!!! Cycle 1042 failed. Will repeat in 60s

Getting this as well.

34
Technical Support & Development / Re: How much pairs per API?
« on: July 06, 2017, 05:06:13 PM »
I'm only running 8 pairs on 1 API key and I'm getting 422 out the ying-yang. I've implemented the ALLPAIRS-params suggestions and restarted all my bots, also upgrading to the latest 3.3.2, and I'm still getting 422 every 5-8 cycles.

35
General Discussion / Upgrading to 3.3.2 - Instructions Needed
« on: July 06, 2017, 04:20:41 PM »
Gunthar's instructions are unclear: "just replace executables"

I understand that part, extract the zip and copy/replace the binaries.

Do I then stop all my bots and re-start them? Is that safe? How do I know the best time to restart my bots? What's the proper, step-by-step, upgrade procedure if you have running bots already?

36
Would be great if this didn't require all this /root/ access. Could you possibly update this so it can work in $HOME?

37
Please provide an option to turn off the color. Or to invert the major colors. I run a white-background terminal and I cannot read the monitor with all that yellow and blue. Thanks!

Pages: 1 [2]