Version 6.43 2026.02.19
Optimize the processing flow for modifying stop-loss and take-profit using control keys and mouse clicks.
Version 6.4 2024.09.10
New feature added: Quickly modify the stop loss price and take profit price of all orders
1. Hold down the Shift key and click the mouse to quickly modify the stop loss price of all orders
2. Hold down the Ctrl key and click the mouse to quickly modify the take profit price of all orders

Example 1: Modify the stop loss price for long orders
Hold down the Shift key and click the mouse below the market price. EA will immediately modify the stop loss of all long orders to the price where the mouse clicked

Example 2: Modify the take profit price for long orders
Hold down the Ctrl key and click the mouse above the market price. EA immediately changes the take profit of all long orders to the price where the mouse clicked

Example 3: Modify the stop loss price of short orders
Hold down the Shift key and click the mouse over the market price. EA immediately changes the stop loss of all short orders to the price where the mouse clicked

Example 4: Modify the take profit price of short orders
Hold down the Ctrl key and click the mouse above the market price. EA immediately changes the take profit of all short orders to the price where the mouse clicked

Note:

1. The stop loss price for long orders must be below the market price, and the take profit price must be above the market price
2. The stop loss price for short orders must be above the market price, and the take profit price must be below the market price
3. It is to modify all orders (opened by EA), rather than individual order

GIF illustration :
https://c.mql5.com/31/1180/mt5-quickpanelpro-ms-sl-tp.gif

Version 6.3 2024.09.10
Added a panel to show the basic settings, the panel can be dragged
https://c.mql5.com/31/1180/show-basic-inputs-v6.3.png
Version 6.2 2024.09.02
1. Added switch for breakeven
2. Added switch for trailing stop.
Version 6.1 2024.04.11
fixed a minor bug in breakeven function
Version 6.0 2023.11.20
Log Optimization: the log in expert tab is more detailed.
Version 5.90 2023.11.16
fixed the bug of not setting takeprofit.
Version 5.70 2023.11.08
Code Optimization
Version 5.60 2023.11.04
Function improvement: Now you can click the button to open up to 3 orders at once. This requires setting three Reward Risk Ratio parameters.
If the corresponding parameter is 0, no position will be opened.
Reward Risk Ratio 1 = 2.0
Reward Risk Ratio 2 = 0.0
Reward Risk Ratio 3 = 0.0

Add two inputs for the average price panel
1. Font Size: adjust the size of font
2. Row Space: adjust the row space
Version 5.40 2023.07.26
Optimize the calculation of net price.
Version 5.30 2023.06.02
If the lots-mode of fixed lots is selected, the lots label shows the risk money which is calculated with the fixed lots * stoploss * tickvalue, here the stoploss is in tick size.
Version 5.20 2023.05.25
Optimization on calculation of tick value.
Version 5.10 2022.08.27
Optimized the calculation of tick value.Some brokers give a wrong tick value for symbols such as XAUSUD,SP500 etc.
Version 5.0 2022.08.26
Code optimization.
Version 4.40 2022.06.17
Code optimization
Version 4.30 2022.04.14
Create a folder for saving screenshots
Version 4.20 2021.11.23
Code optimization
Version 4.13 2021.11.11
Fixed a minor bug
Version 4.12 2021.11.11
Fixed a minor bug.
Version 4.11 2021.11.11
fixed a minor bug.
Version 4.1 2021.11.11
Now the EA added two features:
1.A yellow-background panel to show the average price of buy orders,the average price of sell orders,and the net price.
2.Draw the average price lines and the net price line
Version 4.0 2017.07.31
Added feature:
The EA can run on visual chart in the strategy tester, which provides an easy method to practice trading on history data.