Version 2.911 2025.12.30
Fixed a bug in accounting of orders in the grid.
Version 2.91 2025.12.29
The "Magic number of managed orders" input parameter has been added.
If you want to create an order grid for orders opened by other Expert Advisors, enter the Magic Number of that Expert Advisor in this field.
If you want to create an order grid for orders opened manually (e.g., by phone), enter 0 in this field.
If you don't want to create an order grid for orders opened by another Expert Advisor, enter -1 (minus 1) in this field.
Version 2.90 2025.12.18
The "Maximum Price" feature for AutoTrade has been improved. Now, if the Max Price is 0, this filter will be ignored.
Version 2.89 2025.12.17
Code optimization.
Version 2.88 2025.12.03
Attention! This version changes the order and position accounting algorithm. Therefore, update GridManual to version 2.88 only if there are no open orders or positions in the market.
- Code optimization.
- The order and position accounting algorithm has been changed. You can now close any order or position in the grid without any consequences for the order grid itself. You can also partially close positions.
- The order and position opening algorithm has been changed. If the price reaches or passes a level, and there is no pending order or position at that level, GridManual will open a position for that level at the current price.
Version 2.87 2025.07.09
Added input parameter "macOS", enable this parameter if your panel does not display trading buttons.
Version 2.86 2025.03.06
Fixed a bug in the calculation of profit displayed on the CL tab
Version 2.85 2025.01.22
- added input parameters for the "Closing orders by profit and loss" function (for testing the function in the strategy tester)
- added fields on the "CL" tab displaying the current profit of the order grid.
- added a multiplier for the order grid step.
Version 2.84 2025.01.22
- added input parameters for the "Closing orders by profit and loss" function (for testing the function in the strategy tester)
- added fields on the "CL" tab displaying the current profit of the order grid.
- added a multiplier for the order grid step.
Version 2.83 2024.12.22
Added saving of the position of the "Auto Buy" and "Auto Sell" buttons when restarting the terminal.
Version 2.82 2024.12.20
- fixed errors in calculating the minimum step.
- added input parameters Start Buy (For the tester) and Start Sell (For the tester) allowing the application to automatically enable the autotrading function when testing in the strategy tester.
Version 2.81 2024.05.18
- Fixed an error in the Geometric method of lot calculation.
- The ability to open positions in the strategy tester has been returned.
Version 2.80 2024.05.16
- Added Auto lot calculation option for Master orders.
- Added the ability to set the lot size for the first order of the order grid.
- Added the ability to set the Arithmetic increase in the lot in the grid.
- Added the ability to specify the grid step number from which the lot will begin to increase.
- Added the ability to set the Maximum Lot in the order grid.
- Added Auto trading feature: Automatic opening of orders at a specified time, in a specified price range and a specified quantity.
- For more details, see the comments on the product page.
Version 2.76 2023.06.24
Code optimization.
Version 2.75 2023.03.09
Removed generation of erroneous alert "Failed to open...."
Version 2.74 2023.02.23
Fixed a bug in the function of setting take profit in the "Off" mode.
Version 2.73 2023.02.06
Optimization of the step calculation function using the ATR indicator.
Version 2.72 2023.01.31
Fixed a bug in the buttons to increase and decrease the value of the ATR coefficient.
Version 2.71 2023.01.31
Fixed an error that occurred when editing the parameters of an open order grid.
Version 2.70 2022.03.26
Improved stability of work with the order grid.
Version 2.60 2022.03.16
Improved stability of work with the order grid.
Version 2.53 2022.02.26
Added check for account type.
Version 2.52 2022.01.14
Code optimization for terminal build 3144 January 10, 2022
Version 2.51 2021.12.26
Added the ability to enlarge the panel.
Added a function to close orders when a specified profit and loss is reached.
Version 2.5 2021.10.06
Fixed a bug that occurred when setting take profit.
Version 2.4 2021.10.06
- Added TP type = Off parameter, in which the utility will not control take profit orders.
- Added a label with a line for rearranging the take profit of all orders to a user-selected level. This function only works when TP type = Off.
Version 2.3 2021.09.19
The function of moving the panel on the chart using the mouse has been improved.
Version 2.2 2021.09.09
Optimization of the code.