Skip to content

Releases: suresh-n/RichDotinScalperApp1

Turning the lot size into a customizable variable.

28 Apr 04:13
785bf62
Compare
Choose a tag to compare

Since April 26th, the NIFTY lot size has changed. Previously, we used a fixed value in the code for lot calculations. Now, we've moved those lot size variables into the Git repository, allowing us to update them on the fly whenever there's a change.

https://raw.githubusercontent.com/suresh-n/MyAppdata/main/AppVar.txt

Elevating User Experience with New Features and Critical Bug Fixes

07 Mar 15:49
eb10062
Compare
Choose a tag to compare

Feature Addition:
Introducing a new capability that empowers users to define a maximum stop loss. Once this predefined loss threshold is breached, the tool will automatically square off all positions. It's crucial to exercise caution when using this feature, as it may encounter issues in the presence of network fluctuations or API issues, despite successful testing.

Bug Fix:
In the previous release, our attempt to incorporate expiry day updates from a gist faced challenges, particularly when altering the expiry dates resulted in an absence of updates. To address this, we have implemented a more effective solution by establishing a separate Git repository, ensuring reliable and efficient maintenance.

Enhancements and Bug Fixes Release

28 Feb 13:45
eb10062
Compare
Choose a tag to compare

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.

Bug Fix & Changes scrip master api

10 Nov 10:03
0e2bf84
Compare
Choose a tag to compare

Changes Made for Shoonya & Flattrade Scalper App

Shoonya Scalper App:

Bug Fix: Resolved an issue where the VWAP status was not displaying in the Shoonya Scalper App.

Flattrade Scalper App:

Code Enhancement: Previously, Flattrade Scalper App was utilizing the Shoonya API master script. This issue has been addressed, and the code has been updated to use the correct Flattrade master script.

Bug fix

06 Nov 05:20
0e2bf84
Compare
Choose a tag to compare

Found the Shoonya changed the url for script master file , replaced the new URL in the code.

Flattrade api support & Bug fix and UI change

03 Oct 03:07
0166a17
Compare
Choose a tag to compare

Bug Fixes:

We've added separate executable for Flat trade API.

We've resolved various bugs to enhance the overall performance and stability of the platform.

New Feature: Predefined Stop Loss, Target, and Trail Stop Points

We are excited to introduce a new feature that allows you to streamline your trading experience. You can now set predefined stop loss, target, and trail stop points in the settings. With these settings, we have also implemented keyboard shortcuts to swiftly execute your orders.

Shortcut Key Changes:

Left Arrow: Initiates a Buy Call order.
Right Arrow: Initiates a Buy Put order.
Key C: Quickly Squares Off all or closes open positions.
Key T: Places a target order with predefined target points set in your settings.
Key S: Places a stop loss order with predefined stop loss points set in your settings.
Key 1: Initiates a trailing stop loss order with predefined trail stop points set in your settings.

These new shortcuts will empower you to execute your trading strategies more efficiently and effectively. We hope you enjoy this enhanced trading experience with our latest update.

Bug Fix and Feature Update

24 Sep 14:01
b0e5a21
Compare
Choose a tag to compare

New Features:

1. Keyboard Shortcuts for Trading Actions:

You can now perform essential trading actions with ease using keyboard shortcuts. Press specific keys to initiate "Buy," "Put Buy," and "Square Off Positions" without relying solely on buttons. A quicker, more responsive trading experience awaits you.

Right Arrow key - Buy Put
Left Arrow key - Buy Call
key "C" - Squre off all positions
Key "T" - Trail 2 points on SL order when price move up.

2. Manual Trail with 2-Point Option:

Say goodbye to manually entering price details for trailing stops. We've added a menu option that allows you to set a 2-point trail effortlessly. Simplify your trading strategy with this time-saving feature.

Bug Fix:
We've addressed and resolved various minor bugs to enhance the overall stability and reliability of the application. Your trading experience is now smoother than ever.

User Interface Enhancement:

Improved Layout and Branding:
To provide a more intuitive experience, we've moved the index price update label to the right-hand side of the app screen. Additionally, we've added our logo, giving the application a more polished and branded look.

RichDotinScalperApp v0.1.2

06 Sep 15:29
b0e5a21
Compare
Choose a tag to compare

Following changes done to the App.

  1. Custom qty addition.
  2. Place order by clicking vwap price with vwap price.
  3. Bank nifty expiry dates are modified in DB.

v0.1.1: Merge pull request #1 from suresh-n/suresh-n-patch-1

21 Jul 12:06
b0e5a21
Compare
Choose a tag to compare

v0.1

05 May 13:21
e801db9
Compare
Choose a tag to compare

Finnifty index added + bug fixes done