Arranging input parameters in an EA
-
Hello, everyone.
Is it possible to implement in FXDreema the "group" keyword for arranging input parameters in folders?
From MQL reference book:"For the convenience of working with MQL5 programs, the input parameters can be divided into named blocks using the group keyword. This allows for visual separation of some parameters from others based on the logic embedded in them.
input group "Group name"
"
I do it manually every time and have to recompile by the Metaeditor compilator. There would be no problem with that (except for the extra efforts), but I noticed that when I recompile the .ex5 through MetaEditor it becomes twice as large than the .mql5 file, whilst when FXdreema compiles it both the ex5 and mql5 files are close in sizes. -
This is a question for real programmers. Anyone here?

-
This is a question or rather a request to the admin.

Perhaps it is possible the input variables screen to accept the keyword "group" as a data type and a string value in the value field without needing a variable in the variable field and then transfer it to the code as is.
I.e.:
input group "General settings" -
I don't suppose there was any movement to this request? Would allow the ability to tidy up bulk parameters into sections ...