function is not defined

 

Hi all,

I have created a new formula (ex: VNFC), then copy to terminal_directory \ experts \ indicators directory. But when I call "iVNFC" in my EA is the message: "function is not defined". When I checked the list: "List name" there is no "iVNFC" (name of the new formula). You please explain to me, TKS (The new formula has been tested and run normally)

double CloseSell1_1 = iVNFC(NULL,0,5,1);
 

please help me...

and how to add news name of formula to "list name"

 
ruatienpro:

please help me...

and how to add news name of formula to "list name"

It is impossible to call custom indicators by their names. Use iCustom function instead.
 
tks hasayama