This is a simple price action confirmations calculator built using the ImGui library for creating the user interface and GLFW and OpenGL for window management and graphics rendering.
The calculator allows the user to select various price action confirmations such as
- RSI, volume, support and resistance, trendlines, channels, double bottoms/tops, triangles, flags, and candles.
Based on the selected confirmations, the calculator calculates the total percentage of confirmations and displays it to the user.
- This was made for x64 with visual studio 2022 community edition
- Clone the repository or download the code.
- Install the necessary dependencies: ImGui, GLFW, and OpenGL. ( provided include and lib folder )
- Build the code using Visual studio
- Run the compiled binary
- When the calculator window is first opened, the user can select the desired price action confirmations by checking the corresponding checkboxes.
- The calculator will automatically calculate the total percentage of confirmations based on the selected options and display it to the user.
- The user can uncheck and select different confirmations to update the percentage calculation.
This calculator was created for HS trade family. Thanks to Hari bro.
Made with ❤️ by Akash and Naveen Balaji
This calculator is open-source software. Feel free to use and modify the code.