Hiding parameters in mt4 EA - page 2

 
Don Calito:
Hello folks is there a way to hide all the parameters input in an EA ?


@ Don Calito

If you add this code to the bow of the input value name does not appear, appears only description you typed.

In the example BBandEntry=444; // Moving Average Entry

Moving Average Entry appears on the screen.


#property strict
input int  BBandGiris=444;  // Moving Average Entry