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
I tried to understand why one trade that should have been placed didn't, and I found this error in my syslog:
ERROR - The number of contracts exceeds maximum limit allowed: too large (ErrCode: 130006)
Pretty self explanatory, but I wonder if the script could be adjusted to split the order into sub-orders taking into account the maximum contracts limit?
Or at least take the maximum contract limit for the number of contracts for the trade.
Thanks!
The text was updated successfully, but these errors were encountered:
I tried to understand why one trade that should have been placed didn't, and I found this error in my syslog:
ERROR - The number of contracts exceeds maximum limit allowed: too large (ErrCode: 130006)
Pretty self explanatory, but I wonder if the script could be adjusted to split the order into sub-orders taking into account the maximum contracts limit?
Or at least take the maximum contract limit for the number of contracts for the trade.
Thanks!
The text was updated successfully, but these errors were encountered: