failed:Maximum allowed order modifications exceeded

trade_with_nitin
while modifying sl order i got this error. Is there any limitation for modifying SL order
the code i use

Dictionary response = _kite.ModifyOrder(
Variety: Constants.VARIETY_REGULAR,
OrderId: "787878787878787",
OrderType: Constants.ORDER_TYPE_SL,
Quantity: Quantity,
Price: Price, // stop loss
TriggerPrice: TriggerPrice
);
  • sujith
    You can refer to this thread.
  • Bhausaheb
    Error:
    raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
    urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url: /session/token (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))

    During handling of the above exception, another exception occurred:

    please help me
  • rakeshr
    '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
    Go through this thread.
Sign In or Register to comment.