Forum

Call 3_Level_ZZ_Semafor indicator using iCustom function

Hi, Does anyone know how to call the 3_Level_ZZ_Semafor indicator using the iCustom function with all the default parameters? Its giving me the error message that it has the wrong parameter count. iCustom(NULL,0,"3_Level_ZZ_Semafor" ,true,false,false,false,false,false

iCustom for "!SM_ADR Marker"

Hi, I cant seem to get the iCustom function for the "!SM_ADR Marker" indicator working. Settings are as follows: iCustom(NULL,0,"!SM_ADR Marker",0,0,30,false,0,2,1,Orange,1,Red,-10,false,{0-7},0); This give me 0 for all buffers that I try. -- Sorry guys, I just thought there was a simple solution

800EMA calculating incorrectly in EA

Hi, I am experiencing a very weird 800 EMA miscalculation in my EA. I make use of the following EMA's: 10,30,50,100,200 and 800.. and use the following code to calculate them: iMA(NULL,0,xxx,0,MODE_EMA,PRICE_CLOSE,1) where xxx = 10,30,50,100,200 or 800. Using the Comment function in a custom