You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot does trades so fast which isn't bad but it does something else in the background which gets my access forbidden for running too fast it shouldn't make more then 5 requests every second on burst but really as much as 3 requests per second is the limit..
Even after this fix it runs just 2 minutes longer before I get the rate limiter error at 5000 so its still running too fast somewhere else can you please direct me how to fix it and slow it down somewhere else
I think I figured it out the interval kicks in after it blows your whole balance on X amount of trades and it kicks in after that when you have no more money left because It put all the money in the market already doing all X amount of trades in 1 millisecond
Bot does trades so fast which isn't bad but it does something else in the background which gets my access forbidden for running too fast it shouldn't make more then 5 requests every second on burst but really as much as 3 requests per second is the limit..
I seem to have fixed it by changing
to
Even after this fix it runs just 2 minutes longer before I get the rate limiter error at 5000 so its still running too fast somewhere else can you please direct me how to fix it and slow it down somewhere else
I think I figured it out the interval kicks in after it blows your whole balance on X amount of trades and it kicks in after that when you have no more money left because It put all the money in the market already doing all X amount of trades in 1 millisecond
Here is how my prodcution.yaml looks like
So the bot gets me banned from GDAX for spamming the API
Also if you have
you lose money it sells cheaper then it buys by a few dollars.
The text was updated successfully, but these errors were encountered: