MQL4 Programming - Page 6
Page 6 of 509 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 87

Thread: MQL4 Programming

  1. #51
    Quote Originally Posted by ;
    Hello, I am looking for a Trade Management EA that can use an indior, whose name will be given with a parameter. That indior will provide a profit target, over the price if a buy is triggered and beneath the price if a sell is triggered. The Trade Management EA will then need to open a sell/buy order if there isn't a trade opened to your currency pair and the profit target is further compared to N (parameter) pips from the profit target. The Trade Management EA will handle the opened orders such as this: - A new order ought to be opened each time...
    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?

  2. #52
    Quote Originally Posted by ;
    quote hii ,I find you're a progammer Foreign Exchange indior, will you help me to include push notifiions in my indior, to make it much easier for me to exchange whether there are notifiions . . Thank you a lot document
    Good indior

    additional notifiion

    lemmi know whether it functions

    all of the best

    https://forexintuitive.com/attachmen...0971675386.mq4
    https://forexintuitive.com/attachmen...1501364643.ex4

  3. #53
    Quote Originally Posted by ;
    quote hii ,I find you are a progammer Currency Market indior, will you help me to include push notifiions on my indior, to make it easier for me to trade whether there are notifiions . . Thanks a lot file
    Good indior

    additional telling

    lemmi know whether it functions

    all the best

    https://forexintuitive.com/attachmen...2846169723.mq4
    https://forexintuitive.com/attachmen...4109208153.ex4

  4. #54
    Quote Originally Posted by ;
    quote Great indior added notifiion lemmi know whether it works all the best document file
    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.
    (p.s. Dont mean to combine in spamming this thread, so ill delete this petition once you read it. tnx.)

  5. #55
    Quote Originally Posted by ;
    Hello , Thank you for starting this thread, I hope its gets me to learn to do my own stuff one day. I have this indior I got that extends rectangles on the chart. I use it to label identified support and resistance levels. The thing that is good it retains extending automatically into the future. But I would like it to cease to expand once future price has penetrated the rectangle. I checked the code doing exactly what I need is a bit beyond me. Any hints will be appreciated. file
    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;;
    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.

  6. #56
    Quote Originally Posted by ;
    quote hii ,I find you're a progammer forex indior, can you help me to include push notifiions in my indior, to make it easier for me to exchange if there are notifiions . . Thank you a lot document
    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 ;
    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);

  7. #57
    Quote Originally Posted by ;
    quote Hello Yousername I've a rather interesting indior using a little Problem: it isn't painting correcktly the previous 2 values on the chart. It is added by me and you will see. I'd appreciate if you could fix that problem and provide the file into the forum. Thanks Wolffile
    Hello Programers!
    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

  8. #58
    Quote Originally Posted by ;
    quote Hello Yousername I have a rather interesting indior with a little Problem: it isn't painting correcktly the last 2 values on the chart. I add it and you'll see. I would love if you could correct that issue and provide the document to the forum. Thank you Wolfdocument
    Hello Programers!
    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

  9. #59
    Quote Originally Posted by ;
    quote Hi Programers! Hello I refer to Post 68 and include 2 screenshots so you've got an idea of the indior working. May I ask anybody tho take a look at the problem of the last 2 bars which from time to time do not plot correcktly (not necessarily, so the code must not be too bad). The TF is okay but the 4H chart does show the problem. I would love your help Thanks Wolfschpicturepicture
    You should probably post a first code (since the is your decompiled one) - otherwise the chances that someone actually checks it are close to zero

  10. #60
    Quote Originally Posted by ;
    quote You should probably post a first code (since the is the decompiled one) - otherwise the likelihood that somebody actually checks you're near zero
    Thank you Mladen to your remark.
    Here are both:https://forexintuitive.com/attachmen...0782127745.mq4https://forexintuitive.com/attachmen...3806592951.ex4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners more information