Forum

SendMail correction

Hello, I would add the value of my "smooth coefficient" in the mail I received usually. Could you please advise how I should process to get it ? I added the text highlighted in yellow but it doesn't work. smooth_coefficient = 2.0 / ( 1.0 + EMA_period); Alert ( Symbol (), " DSS UP ON " , Period ()

send email with .exe custom indicator

Hello, I have browsed the website and I see a lot of posts to explain how is it possible to send message when conditions of custom indicator (.mq4) are executed but my problem is a little bit more difficult : I can ' t modify the indicator because is crypted with format .exe I have found on option

icustom + while function need correction

Hello, Could you please help me to correct the following ea : double MHLong = iCustom(NULL,0,"Indicator",1000,1,0); double MHShort = iCustom(NULL,0,"Indicator",1000,0,0); check 4last candles to know if indicator is long or short : int i =0; while(i<=4) { Print(i); i++; } if MHLong = true ;

check arrow

Hello Guys, I need your help to modify a parameter of my strategy. My strategy is composed in 3 indicators which don't match in the same time. I would like to memorize the sense given by the arrow few candles ago : //---Arrows double MHLong = iCustom(NULL,0,"Arrows",1000,1,0); double MHShort =