Dhan-Tradehull 3.1.2 install problem

hi @Bittu_Das,

  1. Upgrade pip
    python -m pip install --upgrade pip

  2. Install Dhanhq 2.1.0
    pip install dhanhq==2.1.0

  3. Then install Dhan-Tradehull
    pip install Dhan-Tradehull==3.1.2

Let me know if your still facing issue.

Thank you for your support, sir. The installation is now complete and everything is working properly.

Sir, I do option buying and I have converted my regular trading logic into Python code. I have also created 2–3 additional strategies. Now I want to know how to do paper trading or backtesting on this system so that I can verify whether everything is working correctly and giving proper results.