This is a Python application built using the tkinter library that allows users to calculate position sizes and potential losses based on their account balance, risk percentage, entry points, and stop-loss levels. It also provides the option to toggle "Cornix Mode," which adjusts position sizes for users using Cornix.
- Input your account balance, risk percentage, leverage, and stop loss.
- Choose between two entry types: "Evenly Divided Entry" or "Separate Risk Per Entry."
- Add multiple entry points with corresponding prices.
- Calculate position sizes and potential losses.
- Optionally, enable "Cornix Mode" to adjust position sizes for Cornix users (takes leverage into consideration).
- Access source code and relevant links directly from the application.
- Input your account balance, risk percentage, leverage, and stop loss in the "Info" section.
- Choose your desired entry type in the "Settings" section.
- Enter your entry points and corresponding prices in the "Entry Points" section.
- Click the "Calculate" button to see the calculated position sizes and potential losses.
- Optionally, enable "Cornix Mode" to adjust position sizes for users using Cornix.
- Source Code: View the source code for this application on GitHub.
- Cornix: Access the Cornix trading platform.
- Releases: Downloadable application file
To run this application, make sure you have Python installed on your system. You can run the following command:
python position-calculator.py
Alternatively, you can download the executable file from the Releases page.
This project is licensed under the MIT License - see the LICENSE file for details.