Do-it-yourself alert builder kit -
1 2 3 4 ...

thread: Do-it-yourself alert builder kit

  1. #11
    Junior Member Moktalat's Avatar
    21
    91272 Thanks for all the help, I really appreciate it. But, there is some sort of bug in which the alert goes off even when the buy/sell lines have not been reached. I believe that it may have to do with the way the lines are originally plotted on the chart about 1pip over and below the price line, and even though I click and drag the buy/sell lines in their areas, whenever the price reaches the original place where the lines were plotted, the alert goes off.

    Apart from that, the one thing I would love to change is how the buy/sell line disappears when it's been reached. I would like it to keep on the chart, since it is used by me as a support/resistance line.

    I will create another thread and see if somebody can help me troubleshoot this. Thank you for the help. I've attached a text file, which was generated by MT4 - .
    https://www.cliqforex.com/attachment...1577120273.txt

  2. #12
    Senior Member Tataylo's Avatar
    435
    91272
    Thank you for all the help, I really appreciate it. However, there is some sort of bug where the alert goes away even when the buy/sell lines haven't been attained. I believe that it might have to do with the way the lines are originally plotted on the chart about 1pip over and below the price line, and even though I click on and drag the buy/sell lines into their places, whenever the price reaches the first place where the lines were plotted, the alert goes away.

    Besides that, the only thing I would like to change is the fact that the buy/sell line disappears when...
    Try the attached. Both should be repaired. Additionally, the alerts will activate only after, until you reset the alert from (1) editing the indy configurations (this will reset the alerts for both lines), or (2) move one or both lines (this will reset the alert for the transferred line(s) only).

    I have attached a text file, which was generated by MT4 - I think that it reveals some of the errors.
    Ignore any unreferenced functions errors; they're irrelevant.
    https://www.cliqforex.com/attachment...5372689383.ex4
    https://www.cliqforex.com/attachment...1645816803.mq4

  3. #13
    Junior Member Moktalat's Avatar
    21
    91272This is currently looking fantastic! When you change between timeframes, the principal bug is, it resets the lines - that causes the alarms to go off again and again. When the lines are initially plotted on the chart, they are about a pip from the price line and so the alert goes off occasionally before I even have a opportunity. Having the lines plotted about 10 pips from the price line could be a lot better.

    That I would also enjoy it if all of the superfluous code which causes the mistakes was eliminated. Is it possible to eliminate only and the features have the indior without the code? If you can accomplish this and fix the bugs over, I will send you a Paypal donation. Thanks for all the help!

  4. #14
    Senior Member Tataylo's Avatar
    435
    91272
    That is looking fantastic! When you change between timeframes, the bug is, it resets the lines - which causes the alarms to go off over and over. Additionally, once the lines are originally plotted on the chartthey are about a pip away from the price line before I have a opportunity to drag the lines into 41,, so the alert goes off. Having the lines plotted about 10 pips away from the price line would be a lot better.

    I would also like it if each of the superfluous code that causes the errors was eliminated. Might it be possible to remove...
    Switching between TFs is not a bug. At any time you change TFs, MT4 always resets ALL of the indys on your chart, so (in this case) it re-plots the lines and scattering the alert flags. (In techno-speak, a reset triggers all of the code from the init() module to be re-executed). I really don't know how to get around this, short of using a separate script that plots the lines. You'd want to drag the script onto the chart as a separate operation, which is awkward.

    The lines must now plot 10 pips away from the current price, at the attached variation.

    The messages caused by the superfluous functions don't affect the running of their indior. They are excluded by the compiler from the .ex4 file, and also the warning messages are telling you that it is doing so. The models that are attached are self explanatory; nevertheless, please don't ask me to change them further today, as I've eliminated the code in my function libraries all.

    No need for a PayPal donation, but thanks to the deal.
    https://www.cliqforex.com/attachment...1825144461.mq4
    https://www.cliqforex.com/attachment...4511805692.ex4

  5. #15
    Member Jttep's Avatar
    84
    91272 Hello Hanover,
    Please do you add attentive to this indior.
    I tried doing so from the example on article #1, but couldn't.
    Thank you in advance.
    https://www.cliqforex.com/attachment...6182067655.mq4

  6. #16
    Senior Member Tataylo's Avatar
    435
    91272
    Hello Hanover,
    Please can you add alert to this indior.
    I tried doing so from the case on article #1, however, couldn't.
    Thank you in advance.
    I'm sorry, but this indior does not match the paradigm outlined in article #1. There is a substantial quantity of work. Also, you have not specified the terms upon which you want alerts to occur.

    Maybe you may try posting in one of those I code your EAs/indiors for complimentary stickers, and a programmer with more spare time than I have may be kind enough to examine it for you. Fantastic luck.

  7. #17
    912721 Attachment(s) great afternoon

    asking for assistance for a fundamental email alert.
    That I would like the alert to come when the RSI draws a line on the first indior data (as shown in red in the image );
    Can you?
    Thanks for the aid
    https://www.cliqforex.com/general-fo...a-raschke.html

  8. #18
    Senior Member Tataylo's Avatar
    435
    91272
    good day

    asking for assistance for a fundamental email alert.
    That I would like the alert to come when the RSI draws a line on the very first indior information (as shown in red in the image );
    Might it be feasible?
    Thanks for the help
    I hope that it's possible, but you have not clarified the precise conditions upon which you want the alert to occur.

    Anyway, I am currently too busy with other projects to have any more programming work. I suggest that you start a new thread, or post in one of the I code your indior/EA for complimentary threads. This thread has low visibility, as well as developers possibly anticipate the thread originator to manage requests within their thread.

  9. #19
    91272thanks for the reply Hanover
    Great luck with your Programming

  10. #20
    Junior Member klacid135's Avatar
    27
    91272 Hello Hanover,

    I would love to get a pop box showing that the currency pair and a arrow on the chart to the MACD lines crossing a zero lag MACD. Is that?

    Thank you very much.


    https://www.cliqforex.com/attachment...1929216972.mq4

  •