-
Notifications
You must be signed in to change notification settings - Fork 2k
Slippage for maker buy order never catching the market #681
Comments
Have you tried changing 'c.order_adjust_time' and 'c.order_poll_time'? I lowered my order_adjust_time to 1000. Which is about 1 second between adjustments. Just keep in mind some exchanges might rate limit you. So you have to adjust accordingly. |
@typicalaimster thanks for the tip. I'm trading on GDAX, so can I set both values to 1000?. This is what I encountered with the defaults (5000):
|
I'm also on GDAX with my bot. SO far order_adjust_time has been fine at 1000. I'm actually trying 750 and possibly 500. I have order_poll_time set to 2000 for now.. See this as reference... |
@typicalaimster thanks for the additional info. What kind of slippage are you seeing on buy orders now? Has it improved significantly? |
I blame GDAX for a bunch of the slippage when thing are trading sideways. I've seen anywhere from 0% to 1% slippage. Making the changes helps when the ribbon is flying away in a flurry and you're trying to buy in. If the market is slowly trading sideways.. It's not going to help. I will say a few things...
|
Dear issue reporter, We have slightly changed our github issue policy and would now kindly request folks that have questions that they ask them in our zenbot subreddit. You can find it here: https://reddit.com/r/zenbot This issue will be closed, but if you disagree with your ticket being marked as a question feel free to leave a comment defending your case. Thanks for contributing time and effort! Greetings, |
I was wondering if there is a setting to help the bot catch a fast moving uptick in price. I have a case where it tried to place 44 Buy orders in a row, and never caught a purchase. I'm using a ta_ema strategy.
The text was updated successfully, but these errors were encountered: