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

Pages: 1 [2] 3 4 5
21
Technical Support & Development / Re: Linux proxy for 422 errors.
« on: June 27, 2017, 05:31:05 PM »
Encouter this error:
Code: [Select]
Traceback (most recent call last):
  File "polproxy.py", line 5, in <module>
    from urllib.parse import urlencode
ImportError: No module named parse

Ok, I made:
Code: [Select]
sudo python3 polproxy.pythat solve this error.

But now GB fired me:
Code: [Select]
Creating market client for BTC_BCN pair
Activating hot reconfig...
###[ --2017/06/27 18:34:28--poloniex--BTC_BCN  --  Gunbot v3.3 cycle #1 --------------- ]
::::: collecting market data...
Server running at http://127.0.0.1:39873
(node:5606) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188
      self._callback.apply(self, arguments)
                     ^

TypeError: Cannot read property 'statusCode' of undefined
    at Request._callback (evalmachine.<anonymous>:0:0)
    at self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:189:7)
    at Request.onRequestError (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:884:8)
    at emitOne (events.js:96:13)
    at ClientRequest.emit (events.js:189:7)
    at TLSSocket.socketErrorListener (_http_client.js:358:9)
    at emitOne (events.js:96:13)
    at TLSSocket.emit (events.js:189:7)
    at connectErrorNT (net.js:1025:8)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)

$

22
Technical Support & Development / Re: Linux proxy for 422 errors.
« on: June 27, 2017, 05:14:20 PM »
Wow, great job Kevin  :)
I will test it as soon as possible.

Just a question, in the README you say:
Quote
Create a new poloniex api key: https://poloniex.com/apiKeys

Why? Can't use an existing API Key? I'm not sure.

23
Beginners & Help / [LINUX] Stop after sell script
« on: June 27, 2017, 02:01:33 PM »
Hello all.

I made a little script to stop pairs I don't want to run anymore.

Code: [Select]
#!/bin/env bash
# usage stop_after_sell.sh pair market &

pair="$1"
market="$2"

pid_of=$(pgrep -a gunthy | grep "$pair $market" | cut -d' ' -f1)

while :; do
    if tail -n1  "${market}-${pair}-trades.txt" | grep sell; then
        kill -s SIGKILL "$pid_of"
        break
    else
        sleep 120
    fi
done

[ ! -f stop_after_sell.txt ] && touch stop_after_sell.txt
echo "$(date) $pair $market" >> stop_after_sell.txt

How to:
- save this script in GB folder, name it eg stop_after_sell.sh
- make it executable
Code: [Select]
chmod u+x stop_after_sell.sh
- launch it eg for BTC_ETH on poloniex
Code: [Select]
./stop_after_sell.sh BTC_ETC poloniex &
Note that ampersand is important.
When a sell happens this script kill GB running pair and track its work in stop_after_sell.txt. So you can watch what it will kill.

Beware of that this script isn't bullet proof it's made with "LA R.A.C.H.E : Rapid Application Conception and Heuristic Extreme-programming" ;).
Be warn and enjoy.

25
Finally, I'm a noob in network concern, what is the purpose of that? I know load balancing and so on, but in this case I have difficulties to understand.

Thanks.

26
Port 443 is not open, do :

Code: [Select]
sudo iptables -A INPUT -p tcp -m tcp --dport 7777 -j ACCEPT
See https://help.ubuntu.com/community/IptablesHowTo

27
Cool job ;)
I didn't know haproxy, I will give it a try and dig though its configuration.
How do you find Polo IP?

Keep in touch.

28
I don't really understand, if you search for ZIZAG analysis try http://tradingview.com/

30
General Discussion / Re: search for an "balance" overview tool
« on: June 21, 2017, 11:56:00 PM »

31
Please wait the next version of GB. Gunthar works hard to solve this issue.
Else, you can you proxy https://gunthy.org/index.php?topic=491.msg2525#msg2525

32
General Discussion / Re: Error 442
« on: June 20, 2017, 11:27:17 AM »
It's not on your side, it' fuckin Poloniex side !
GB can't do anything. Sorry.

33
Please report any bug/issue to the tracker: https://gunthy.org/index.php?topic=353.msg1725#msg1725
Thanks.

Quote
Reason: Failed to load config!!!
Is there a config file?

And to launch GB:
Code: [Select]
./gunthy-linuxx64 BTC_AMP bittrexor gunthy-linuxx32

34
Please report any bug/issue to the tracker: https://gunthy.org/index.php?topic=353.msg1725#msg1725
Thanks.

35
Technical Support & Development / Re: proxy issue?
« on: June 18, 2017, 09:00:28 AM »
Please report any bug/issue to the tracker : https://gunthy.org/index.php?topic=353.msg1725
Thanks.

36
Technical Support & Development / Re: Getting double buys on bittrex
« on: June 18, 2017, 08:58:36 AM »
For me it's not a big problem. I'm patient, sells will happen next days.

37
General Discussion / Re: Bittrex Bollinger Band and EMA Settings?
« on: June 17, 2017, 06:24:34 PM »

38
Beginners & Help / Re: Help In Understanding Bittrex Graphs.
« on: June 17, 2017, 06:22:36 PM »
1) BB, leave default.
2) two EMA: one at 8, one at 16
3) select 15min

Why? GB works with 15min candlesticks. EMA is set to 2 and 4 hours, so 2*4=8 and 4*4min=16 (because there are 4*15min in 1 hour).
We all (all traders on all markets, not only for crytpos) use BB with this default settings. So, no needs to change this.

39
Technical Support & Development / Re: License Issue
« on: June 16, 2017, 08:43:16 PM »
So, solved?

40
Technical Support & Development / Re: License Issue
« on: June 16, 2017, 05:11:19 PM »
Is Gunthar answered you your new API is enable? If not wait for it.

Pages: 1 [2] 3 4 5