Just completed building and packaging my PnL Calculator library. It's now modular and reusable, designed as a Python package that can be easily imported into other trading strategies. The package handles major challenges like re-entries, reversals, …
After a long journey, I cracked it!
Built a P&L calculator using Zerodha API with Kite WebSocket, solving major challenges like re-entries, reversals, partial exits, additions, transitions between long & short positions, and FIFO.
Ensures …