Skip to content

Enhancements and Bug Fixes Release

Compare
Choose a tag to compare
@suresh-n suresh-n released this 28 Feb 13:45
· 1 commit to main since this release
eb10062

Fixed Stop Loss Calculation Issue:

Addressed an issue with stop loss calculation, where the algorithm was using the average price. The calculation has been updated to use the Last Traded Price (LTP) for improved accuracy.

Enhanced Settings Set Button Handling:

Resolved an application crash that occurred when clicking the settings set button without providing a value. Added exception handling to prevent the application from crashing.

Improved Expiry Date Handling:

In the previous release, expiry dates were fetched from a custom database. We've enhanced the code to now retrieve expiry dates from a Gist file, simplifying the process of adding new dates without requiring a formal release.