Is this the correct format for exiting cover order at market price @sujith @rakeshr
kite.cancel_order(variety=kite.VARIETY_CO,order_id=stop_loss_id,parent_order_id=order_number_of_first_leg)
Also, what are different scenarios in which stop loss m…
Thanks for clarifying the doubt @rakeshr
Also, could you tell me what rounding parameters does Zerodha uses for vwap, moving avg and other indicators calculation.
Is it rounded down, rounded up or default round function.
Or maybe it's some…
@rakeshr Yes, I was using 1minute as the parameter . I have now tried with the minute parameter and it works now.
Thank you for the help.
Also, could you help me with one more thing. the strategy I have created is able to successfully place orde…