Reply

Indicator Import appears to omit drop down menu’s

2 replies

mantadiver

Subscriber, bbp_participant, community, 33 replies.

Visit profile

7 years ago #115410

I have indicators that make use of “ENUM” to create drop down selection menu’s within indicator input parameters:-

 

For example

 

enum ENUM_TIMEFRAMES_MY
  {
   TF_MY_CURRENT = 0,   
   TF_MY_M1      = 1,         
   TF_MY_M5      = 5,     
   TF_MY_M15     = 15,   
   TF_MY_M30     = 30, 
   TF_MY_H1      = 60,   
   TF_MY_H4      = 240,  
   TF_MY_D1      = 1440, 
   TF_MY_W1      = 10080, 
   TF_MY_MN1     = 43200 
  };
 
 
extern ENUM_TIMEFRAMES_MY     TimeFrame        = 0; 
 
 
I note that when importing an indicator into EA Wizard, any such menus are simply omitted. My work around has been to simply revert the code to the old way of entering teh desired option. Am I missing a trick here ? Is there a way to import & preserve the menu ?
 
Many thanks,
 
 
MantaDiver.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #138636

Hello,

 

this is something which is currently not supported in EA Wizard. We will work on adding this to future versions

0

mantadiver

Subscriber, bbp_participant, community, 33 replies.

Visit profile

7 years ago #138639

OK many thanks, programmers seem to making more and more use of it.

0

Viewing 2 replies - 1 through 2 (of 2 total)