Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreie91/tradingtracker
A personal project with the aim of creating a tool for assisting traders in backtesting their strategies, mainly focusing on the money management aspect of trading.
https://github.com/andreie91/tradingtracker
Last synced: about 16 hours ago
JSON representation
A personal project with the aim of creating a tool for assisting traders in backtesting their strategies, mainly focusing on the money management aspect of trading.
- Host: GitHub
- URL: https://github.com/andreie91/tradingtracker
- Owner: AndreiE91
- Created: 2023-06-30T23:19:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T19:17:02.000Z (9 months ago)
- Last Synced: 2024-02-05T20:36:04.082Z (9 months ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trading Simulation Calculator
This trading simulation calculator is a tool designed to help traders analyze their potential profit and loss, risk, and leverage in simulated trading scenarios. It allows users to input their entry and exit points in the market and provides calculations for potential profit or loss based on those parameters.
## Features
- **Risk Calculation**: Calculate the risk associated with a trade based on the entry and stop-loss levels.
- **Leverage Analysis**: Determine the leverage ratio used in a trade to assess the potential impact on profits or losses.
- **Profit and Loss Calculation**: Calculate the potential profit or loss for a given trade based on the entry and exit points.
- **Iterative Simulation**: Conduct iterative simulations by adjusting entry and exit points to explore various trading scenarios.
- **Fees and Balance Adjustment**: Customize trading fees and set an account balance to better grasp the capital management aspects without putting real money at risk.![Trading Simulator](images/tradingsim1.jpg)
![Trading Simulator](images/tradingsim2.jpg)
![Trading Simulator](images/tradingsim3.jpg)## How to Use
1. **Installation**: Clone the repository to your local machine.
```
git clone https://github.com/AndreiE91/TradingTracker.git
```2. **Setup**: Set up a new IntelliJ or build the Java project in any other way.
3.
4. **Usage**: Run the application and follow the on-screen prompts to input your trading parameters.5. **Simulation**: After inputting the necessary parameters, the application will calculate the potential profit or loss, risk, and leverage for your trade.
## Contributing
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.