Skip to content

v1.1.0 Release

Latest
Compare
Choose a tag to compare
@KirillTregubov KirillTregubov released this 03 Jan 08:31

I am excited to announce the updated Trading Helper v1.1.0! This Chrome extension is designed to enhance your trading experience and empower your risk management.

v1.1.0 Changelog

  • Removed password autofill feature
  • Added dynamic contract sizes to update lot size based on security
  • Fixed inconsistent dragging behaviour
  • Miscellaneous small improvements

Features

  • Customizable Risk Management: Tailor your trading strategy by setting Stop Loss, Risk/Reward Ratio, and dollar Risk Amount.
  • Automated Calculations: Save time and reduce trading errors with automatic Lot Size and Take Profit calculations.
  • Long and Short Modes: Seamlessly switch between Long and Short modes, automatically adjusting Stop Loss and Take Profit levels based on the appropriate price and mode.
  • Movable Window: Use the top bar to drag the window anywhere on the screen for improved usability.
  • Effortless Integration: Seamlessly integrate Trading Helper into Chrome for a hassle-free trading experience.

Installation

To get started with Trading Helper, follow these steps:

  1. Install Node.js.

Note

The included lockfile is for pnpm, but you can use npm or yarn if you prefer.

  1. Clone the repository:

    git clone https://github.com/KirillTregubov/trading-helper.git
    cd trading-helper
  2. Create an .env.local file in the root directory with the following contents:

    VITE_NAME="" # Your Name
  3. Install dependencies:

    npm install
  4. Build the extension:

    npm run build
  5. Launch a special instance of Chrome with disabled security by running the following command in your terminal (on Windows):

    ./chrome.exe --disable-web-security --no-first-run --user-data-dir="C:\ProgramData\AAA Dev Session"
  6. Load the extension in Chrome:

    1. Open Chrome and navigate to chrome://extensions/.
    2. Enable "Developer mode" in the top-right corner.
    3. Click "Load unpacked" in the top-left corner, and select the generated dist directory.

Usage

Once the extension is installed, visit the FundedNext Trading Platform in Chrome. You can customize your risk parameters, switch between Long and Short modes, and enjoy precise trading calculations.

Feedback and Contributions

We welcome your feedback and contributions to make Trading Helper even better. Feel free to open issues, submit pull requests, or reach out to me with your ideas and suggestions.

License

This project is licensed under the GNU GPLv3 License - see the COPYING file for details.

Conclusion

Enjoy using Trading Helper for a more efficient and precise trading experience!