https://github.com/mzilinassim/trading-calculator-react
Simple Trading Calculator By "React JS"
https://github.com/mzilinassim/trading-calculator-react
bootstrap bootstrap-icons netlify-deployment react react-bootstrap react-router-dom
Last synced: 9 months ago
JSON representation
Simple Trading Calculator By "React JS"
- Host: GitHub
- URL: https://github.com/mzilinassim/trading-calculator-react
- Owner: mziliNassim
- Created: 2024-10-26T23:04:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:08:51.000Z (about 1 year ago)
- Last Synced: 2025-03-27T00:11:56.935Z (10 months ago)
- Topics: bootstrap, bootstrap-icons, netlify-deployment, react, react-bootstrap, react-router-dom
- Language: JavaScript
- Homepage: https://nassimtradingcalculator.netlify.app/
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Trading Calculator `Web-Application`
[Website Preview](https://calculatortrading.nassim.online/)
A Simple Trading Calculator Web Application is a user-friendly tool for traders to efficiently calculate essential trading metrics, aiding in accurate trade planning and risk management.

## Features
- **Lot Size Calculator**:
>This feature helps users determine the optimal lot size for each trade based on their risk tolerance and account size, ensuring a balanced approach to risk management.
- **Pips Calculator**:
>Users can quickly calculate the number of pips between two specified prices, simplifying the assessment of potential price movements and trade targets.
- **Profit Calculator**:
>Allows traders to estimate potential profits based on entry and exit prices, trade size, and pip values, enabling clear profit expectations before entering a trade.
## Technologies Used
- **React JS**: JavaScript library created by Facebook for building user interfaces, specifically for single-page applications.
## How to Use
1 - Final Rusult from web :
``` git
https://nassimtradingcalculator.netlify.app/
```
2 - Clone this repository to your local machine:
``` bash
git clone https://github.com/mziliNassim/trading-calculator-react.git
```
3 - Open dirictory and install dependecise
``` bash
cd trading-calculator-react
git install
```
4 - Start the project
``` bash
npm run start
```
5 - the app in the development mode
``` bash
http://localhost:3000
```
> The page will reload when you make changes
>
> You may also see any lint errors in the console.