Learn Algo Trading with Python | Codes | Youtube Series

Hi @balrajsingh

I have tested the pnl by below code, it seems to be working fine on my end.

Also we have updated the Dhan_Tradehull_V2 for pnl issse : download : Dhan_Tradehull_V2.py - Google Drive

while True:
	pnl =  tsl.get_live_pnl()
	print(pnl)