Tsl.place_super_order is not recognized in my algo code

I have installed the latest API and tried to implement the Super order, but it is not recognising the “tsl.place_super_order) and its parameters. Please help

Hi @Ramamohan_Parini ,

Confirm us that you are using Dhan_Tradehull codebase version 3.2.0. if not please update using the below link to use super order functionalities.
Dhan_Tradehull Library Update: Python 3.12 & Authentication Improvements - APIs, Automation, Algos & Code - MadeForTrade

Dear Imran ji,

Thank you for quick response.

I am using Dhan Tradehull codebase version 3.2.0 updated version only. While coding tsl.place_super_order showing it as function without any arguments. Whereas tsl.order_placement coming as method and required arguments and is working fine.

Hi @Ramamohan_Parini ,

Do run the below commands in cmd terminal and share screenshot-

where python
pip show dhanhq
pip show Dhan-Tradehull