I truly hope that you're saying your goals for participating instead of spamming a master mql thread using a hail-mary request. You do mean it is your intention?Originally Posted by ;
![]() |
![]() |
I truly hope that you're saying your goals for participating instead of spamming a master mql thread using a hail-mary request. You do mean it is your intention?Originally Posted by ;
Good indiorOriginally Posted by ;
additional notifiion
lemmi know whether it functions
all of the best
https://forexintuitive.com/attachmen...0971675386.mq4
https://forexintuitive.com/attachmen...1501364643.ex4
Good indiorOriginally Posted by ;
additional telling
lemmi know whether it functions
all the best
https://forexintuitive.com/attachmen...2846169723.mq4
https://forexintuitive.com/attachmen...4109208153.ex4
Thank you Avibe. Would it be possible to create an choice to remove the sup/res lines and leave just the arrows in the chart.Originally Posted by ;
(p.s. Dont mean to combine in spamming this thread, so ill delete this petition once you read it. tnx.)
Inserted Code if(Time#91;0#93; gt; mBoxTime) for(int I = ObjectsTotal()-1; I gt;= 0; I--) if(ObjectType(ObjectName(Id)) == 16) ObjectSet(ObjectName(Id), OBJPROP_TIME2, Time#91;0#93; MoveBoxRight*500); mBoxTime = Time#91;0#93;;Originally Posted by ;
You Need to create the object first before you can call ObjectSet.
Https://docs.mql4.com/objects/objectcreate
ObjectCreate(bla bla bla)
follow with
ObjectSet(bla bla bla)
With your indi, I do not see any box because it doesn't make one.
Let me know if you've fixed it.
Inserted Code if(val1 gt; 0) v1#91;I#93; = High#91;I#93;; counter1 = 1; else v1#91;I#93; = v1#91;I 1#93;; counter1 ; val2 = iFractals(NULL, 0, MODE_LOWER, I); //-- if(val2 gt; 0) v2#91;I#93; = Low#91;I#93;; counter2 = 1; else v2#91;I#93; = v2#91;I 1#93;; counter2 ;Originally Posted by ;
In order to send email notifiion, inside the IF statement, you ought to put the SendEmail function
https://docs.mql4.com/common/sendmail
for example
Inserted Code string message=Buy Signal @ TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES); series header = Symbol() Buy Signal; SendMail(header, message);
Hello Programers!Originally Posted by ;
Hello I refer to Post 68 and include 2 screenshots so you have an notion of the indior functioning. May I ask anyone tho have a look at the problem of the previous 2 bars which from time to time don't plot correcktly (not necessarily, or so the code must not be too bad). The briefer TF is okay but the 4H chart does show the problem.
I'd appreciate your help
Thanks Wolfsch![]()
Hello Programers!Originally Posted by ;
Hello I refer to Post 68 and add 2 screenshots so you have an idea of this indior functioning. May I ask anybody tho take a look at the issue of the last 2 bars that from time to time don't plot correcktly (not always, so the code should not be too bad). The briefer TF is ok but the 4H chart does show the issue.
I would love your help
Thanks Wolfsch![]()
You should probably post a first code (since the is your decompiled one) - otherwise the chances that someone actually checks it are close to zeroOriginally Posted by ;
Thank you Mladen to your remark.Originally Posted by ;
Here are both:https://forexintuitive.com/attachmen...0782127745.mq4https://forexintuitive.com/attachmen...3806592951.ex4