input ( name)

 

Good morning

I tried the new possibility for inputs
It works. That's already good news.

 input ( name = "Other symbol than the current one" ) string                gu_symbol   = "" ;
 input ( name = "Timeframe to apply the MA" )         ENUM_TIMEFRAMES       gu_TF      = PERIOD_CURRENT ;
 input ( name = "Averaging period for the MA" )       uchar                 gu_Period  = 20 ;
 input ( name = "Horizontal shift of the MA" )         uchar                 gu_Shift   = 0 ;
 input ( name = "Smoothing method for the MA" )       ENUM_MA_METHOD        gu_Method  = MODE_EMA ;
 input ( name = "Price type used for the MA" )         ENUM_APPLIED_PRICE    gu_Applied = PRICE_CLOSE ;

On the other hand, F1 on name gives nothing....
it's a shame
Are there other "tags"?