No description
Find a file
Ririeh 1b7afea2c1 Implement initial Position Size Tool framework
* Add support for Buy Market, Sell Market, Buy Limit, Sell Limit, Buy Stop, and Sell Stop setups
* Create adjustable Entry, Stop Loss, and Take Profit chart lines
* Implement trade direction detection and setup validation
* Add stop-loss distance calculation
* Add risk amount calculation based on account balance percentage
* Implement broker-aware position sizing and volume normalization
* Add reward, risk-to-reward, and estimated profit calculations
* Create real-time dashboard displaying position metrics
* Add chart event handling for interactive line updates
* Add market price synchronization for market order entry levels
* Implement chart object lifecycle management and cleanup
* Add ATR-based default line initialization
* Add custom chart appearance and dashboard framework

This commit establishes the core architecture of the Position Size Tool and lays the foundation for future enhancements and trade execution capabilities.
2026-06-18 00:50:10 +03:00
PositionSizeTool.mq5 Implement initial Position Size Tool framework 2026-06-18 00:50:10 +03:00
PositionSizeTool.mqproj Generated by MQL5 Wizard 2026-06-17 00:10:19 +03:00
README.md Initial commit 2026-06-16 21:10:10 +00:00

PositionSizeTool