askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

Bot constantly moves orders and Sticky Order not matching best order #2791

Closed all3kcis closed 5 years ago

all3kcis commented 5 years ago

Running Gekko v0.6.8 (stable branch) with PM2 on Debian

First issue : Bot constantly moves orders but keeps the same price. (Seen on Binance UI) Second issue: Order are always moved to 0,00003529 when the best offer is 0,00003530. Occurs in a low-volume market (ETH/XVG on Binance)

I think is same issue as #2514 PM2 logs says is not a binance UI bug...

[...]
2019-06-12 21:54:33 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:34 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:36 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:37 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:39 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:40 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:42 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:43 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:45 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:46 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:48 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:49 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:51 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:52 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:54 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:55 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:54:58 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:54:58 (DEBUG):    [ORDER] statusChange: OPEN
2019-06-12 21:55:01 (DEBUG):    [ORDER] statusChange: MOVING
2019-06-12 21:55:01 (DEBUG):    [ORDER] statusChange: OPEN
[...]

Does it possible to get more debug logs to help understand the problem ?

PS: I don't receive the email confirmation for my account creation on the forum, is there a problem? I want to use pushover but it doesn't work.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me.