Group the extern Parameters

 

Hey there,


is there a way to group the extern parameters,

so that i have say

Indicator1:

- Parameter1

- Parameter 2

- Parameter 3

Indicator2:

-Parameter1

-Parameter2

.....

With a pulldownmenu or something like that, because i will need many extern parameters, so i want to make it more clearer.


Best regards,

Marko

 

nearest I can think of is to put some string comments between them, as

extern string comm1="Following are for Ind 2 ...";

 

It seems silly to me that the mql4 developers never implemented drop down menus in the properties dialogue. The only way I found that makes anything like a drop down is when extern bool creates a drop down to choose between true and false.

Reason: