08-20-2018, 07:21 AM
[quote pid='60023' dateline='1534738059']
Very strange, never seen that before. Fixed it now here: https://github.com/askmike/gekko/commit/...f5106471eb
Hi Mike, thx for addressing this by adding it to the recoverable errors. It seems the "temporary lockout" is caused by private api calls/syncing. I found this:
https://support.kraken.com/hc/en-us/arti...rate-limit-
According kraken support it probably gets locked out for 15 minutes. How often is the balance checked during a sticky order? Maybe with many "moving orders" the api limit is hit? This would explain why kraken is executing the order sometimes and sometimes not...I remember from code that the sticky order is acting on 1.5sec intervals. Maybe put this param into config so we can increase it to 5 sec for kraken?
[/quote]
Quote:Error: General:Temporary lockout
at rawRequest (/var/www/nodejs/gekko06/exchange/node_modules/kraken-api/kraken.js:54:9)
at <anonymous>
Very strange, never seen that before. Fixed it now here: https://github.com/askmike/gekko/commit/...f5106471eb
Hi Mike, thx for addressing this by adding it to the recoverable errors. It seems the "temporary lockout" is caused by private api calls/syncing. I found this:
https://support.kraken.com/hc/en-us/arti...rate-limit-
According kraken support it probably gets locked out for 15 minutes. How often is the balance checked during a sticky order? Maybe with many "moving orders" the api limit is hit? This would explain why kraken is executing the order sometimes and sometimes not...I remember from code that the sticky order is acting on 1.5sec intervals. Maybe put this param into config so we can increase it to 5 sec for kraken?
[/quote]