Initial (v1.0.0) Release
I am excited to announce the release of Trading Helper v1.0.0! This Chrome extension is designed to enhance your trading experience and empower your risk management.
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:
- Install Node.js.
Note
The included lockfile is for pnpm, but you can use npm or yarn if you prefer.
-
Clone the repository:
git clone https://github.com/KirillTregubov/trading-helper.git cd trading-helper
-
Create an
.env.local
file in the root directory with the following contents:VITE_LOGIN="" # Your FundedNext Log In VITE_PASSWORD="" # Your FundedNext Master Password VITE_NAME="" # Your Name
-
Install dependencies:
npm install
-
Build the extension:
npm run build
-
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"
-
Load the extension in Chrome:
- Open Chrome and navigate to chrome://extensions/.
- Enable "Developer mode" in the top-right corner.
- 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!