yatin_soni
yatin_soni
Friends

Add friends via their profile or user search and you will be able to see if they are online

yatin_soni
Registered at MQL5.community
yatin_soni
Added topic 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"
yatin_soni
Added topic 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
yatin_soni
Added topic 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