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
Brokerage Warning: Order failed, Order Id: 18 timestamp: 1/20/2025 3:59:59 PM quantity: -0.013 content: {"code":-5028,"msg":"Timestamp for this request is outside of the ME recvWindow."}
The msg (in this case, "Timestamp for this request is outside of the ME recvWindow.") should be saved as an order ticket tag, the orders simply receive "Binance Order Event"
When placing an order, ExecuteRestRequest has a rate limit, which will make the timestamp potentially be off, we could get passed the rate limit before
Expected Behavior
Orders are not invalid due to recvWindow.
Actual Behavior
Brokerage Warning: Order failed, Order Id: 18 timestamp: 1/20/2025 3:59:59 PM quantity: -0.013 content: {"code":-5028,"msg":"Timestamp for this request is outside of the ME recvWindow."}
Potential Solution
Set the recvWindow up to 5000, since Binance doesn't recommend higher. Example:
https://developers.binance.com/docs/derivatives/option/general-info#example-1-as-a-query-string
Checklist
master
branchThe text was updated successfully, but these errors were encountered: