-
Notifications
You must be signed in to change notification settings - Fork 2k
GDAX - Good Till Time - expire_time required #628
Comments
Please add this option to your |
I've still got the issue. And I've pulled the the latest merge as well. |
Okay, I have no clue. GDAX API (https://docs.gdax.com/) has no mention of |
OK, I agree with you that there is no expire_time variable. It must just be the error message that is thrown by GDAX. It looks like the cancel_after just isn't being put into the order request. All I have is:
|
On a side note; doesn't cancel_after also need to be added at: https://github.com/carlos8f/zenbot/blob/master/lib/engine.js#L614 ? |
I think that |
@nedievas Added that, but it still doesn't make it to gdax/exchange.js |
@nedievas I added after https://github.com/carlos8f/zenbot/blob/master/lib/engine.js#L204 |
Disregard that would be the fix. Needs to be added after line 204. I have verified an order placed on GDAX. |
@sniper7kills thanks for the investigative and testing work on this one. Can you verify it's fixed now? |
@DeviaVir no worries; and yes, testing now. |
Buy and Sell orders are working as expected. |
#596 appears to not include an expire_time variable in the request.
The text was updated successfully, but these errors were encountered: