Version 4.8 2026.02.19
Optimize the processing flow for modifying stop-loss and take-profit using control keys and mouse clicks.
Version 4.7 2024.09.09

v4.7 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/mt4-quickpanel-ms-sl-tp.gif

Version 4.6 2024.09.07
Optimized the part of showing basic settings,now users can set the font size and row space
Version 4.5 2024.09.06
Code Optimization
Version 4.4 2024.09.06
Show the basic parameters on the left_upper of chart
Version 4.3 2024.09.02
1. Added switch for breakeven
2. Added switch for trailing stop
Version 4.2 2023.11.04
Code Optimization
Version 4.1 2023.11.04
Add two inputs for the average price panel
1. Font Size: adjust the size of font
2. Row Space: adjust the row space
Version 4.0 2023.11.02
added two setting parameters:
1. Button Font Size - Set the font size of button text
2. The Overall Scale Ratio : Scale the overall size of the panel.
Version 3.90 2023.07.26
Optimize the calculation of the net price.
Version 3.80 2023.05.26
Add input "Is the Panel movable with mouse" for average price panel
Version 3.70 2023.02.22
Add an input (Button Size) for setting the heigth of the button, and the width will three times of the height.
Version 3.60 2021.11.23
Code optimization
Version 3.50 2021.11.11
Fixed a minor bug
Version 3.40 2021.11.10
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 3.30 2020.01.10
fixed bugs in breakeven function
Version 3.20 2019.03.30
v3.2
1. Add the breakeven function
2. Add the trailing stop function
Version 3.10 2017.08.18
The version 3.0 does not convert point to pips, now the new version 3.1 fixed this bug.