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

thread: Do-it-yourself alert builder kit

  1. #21
    Senior Member Tataylo's Avatar
    435
    912724 Structure (s)
    Hi Hanover,

    I would like to have a pop box revealing that the currency pair and an arrow on the chart for the MACD lines crossing on a zero lag MACD. Is that something you can do?

    Thank you very much.

    Jicssbr
    Try the attached:
    -- Download the .mq4 and .ex4 files into your.../experts/indiors folder.
    -- Get the .mqh files into your.../experts/include folder.

    To flip the arrows off, set ArrowSize=0. The alert parameters have been explained in the'OPERATIONAL NOTES' section in post.
    https://www.cliqforex.com/attachment...4729269329.mq4
    https://www.cliqforex.com/attachment...9161993701.ex4
    https://www.cliqforex.com/trading-sy...r-ea-free.html
    https://www.cliqforex.com/trading-sy...g-journal.html

  2. #22
    Junior Member klacid135's Avatar
    27
    91272Wow, you quickly, Hanover. It seems like you fixed everything. I will see whether the indior shows a dialogue box showing that the FX pair I have put it on. Thank you so much. I had attempted to spend the programming that you reveal about the first page of this forum, but I couldn't get the 3 pieces of code to function for me. Could not find the Extern segment for starters. I told my wife how quickly you had replied and she said to find out where you live so we can provide you with a loaf of her home made cinnamon or bread rolls. =-RRB-

    Thanks again. Really appreciate the help.

  3. #23
    Junior Member klacid135's Avatar
    27
    91272 Hanover, would it be possible to get you add exactly the same alerts to a regular MACD?

    Thanks again.


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

  4. #24
    Senior Member Tataylo's Avatar
    435
    91272
    Hanover, would it be possible to get you add the exact same alerts to a routine MACD?

    Thank you again.

    jicssbr
    Attached. Same directions as for article #100. Same .mqh files.

    Additionally attached: MACD trad colored. Plots MACD line, signal line, and multicolor histogram, using appropriate calculations (MT4's are wrong ). Establish CrossoverType as follows:
    1 = Histogram changes management
    2 = MACD line changes management
    3 = MACD line crosses signify line (always coincides with histogram crossing zero line)
    4 = MACD line crosses zero line (horizontal axis)
    More info here.

    I have to get on with some work that pays my bills now.

    David
    https://www.cliqforex.com/attachment...6733892368.ex4
    https://www.cliqforex.com/attachment...1616576213.mq4
    https://www.cliqforex.com/attachment...0242793395.ex4
    https://www.cliqforex.com/attachment...2384539871.mq4

  5. #25
    Junior Member klacid135's Avatar
    27
    91272Ok, thanks a lot, Hanover. Greatly appreciated!

  6. #26
    Junior Member klacid135's Avatar
    27
    91272Hello Hanover,

    I've been on the lookout for an indior which will display a popup alert and audio sound to get a CCI and Moving Average cross. I found some coding which may help with this type of cross platform and was wondering if that is. Thank you Hanover.



    Code:
    CCI Moving Average Crossover System Test
    Enter Long:
    When( CCI( opt1 ),lt;,Mov( CCI( opt1 ),opt2,E ) ) AND
    When( Ref( CCI(opt1),-1),gt;=,Ref( Mov( CCI( opt1 ),opt2,E ),-1 ) )
    Enter Short:
    When( CCI( opt1 ),gt;,Mov( CCI( opt1 ),opt2,E ) ) AND
    When( Ref( CCI(opt1),-1),lt;=,Ref( Mov( CCI( opt1 ),opt2,E ),-1 ) )

    Optimization Factors:
    Opt1:
    Min = 5 Max = 40 Measure = 1
    Opt2:
    Min = 5 Max = 40 Measure = 1

  7. #27
    Senior Member Tataylo's Avatar
    435
    91272
    Hi Hanover,

    I have been looking for an indior that will display a popup alert and audio noise for a CCI and Moving Average cross. I discovered some coding that may assist with this type of cross platform and was wondering if this is. Thank you Hanover.

    Jicssbr

    Code:
    CCI Moving Average Crossover System Test
    Enter Long:
    When( CCI( opt1 ),lt;,Mov( CCI( opt1 ),opt2,E ) ) AND
    When( Ref( CCI(opt1),-1),gt;=,Ref( Mov( CCI( opt1 ),opt2,E ),-1 ) )
    Enter Short:
    When( CCI( opt1 ),gt;,Mov( CCI( opt1 ),opt2,E ) ) AND
    When( Ref( CCI(opt1),-1)...
    Hello,

    So I guess the MACD crosses that I coded did not work profitably for you personally?

    I am sorry, but I do not currently have enough time to handle more requests within this thread.

    You might have the ability to discover the indy you're seeking, or something similar, in one of the links here. Or you may try posting your indys for free threads.

  8. #28
    Junior Member klacid135's Avatar
    27
    91272The MACD indiors for me are fantastic, you created up. The CCI/EMA crossover is something I've been working on for a little while today. Thank you for all your help, Hanover, and I will try one of those avenues you recommended. Take care.

  9. #29
    Senior Member Tataylo's Avatar
    435
    91272
    Hello Hanover,

    I've been looking for an indior that can display a popup alert and audio sound for a CCI and Moving Average cross. I found some coding that may help with this form of cross and was wondering if this is. Thank you Hanover.

    Jicssbr
    Located some spare time during the weekend. Please try the attached.
    -- Get the .mq4 and .ex4 files to your.../experts/indiors folder.
    -- Download the .mqh files (from post #100) to a.../experts/include folder, even if you haven't already done so.

    To turn the arrows off, place ArrowSize=0. The alert parameters have been explained in the'NOTES' part in place.

    Market is currently closed, and hence I can't test the alarms. Nonetheless, it's the exact same code I've used many times before, so they should work.
    https://www.cliqforex.com/attachment...1208682616.ex4
    https://www.cliqforex.com/attachment...1829364673.mq4

  10. #30
    91272 Hi Hanover

    How are you?Thank you so much for the thread..But unfortunately I know nothing about coding...I attempt to put in an alert to that indior with after your constructions but I am failed. . I only can observe alert choice when I drag indior to the chart but it doesnt awake...I know indior got any difficulty about recalculating while the candle still in development progress but that's the reason why I pick that indior..With this difficulty it's more faster like I want..Also with that problem I could see potential reversal bar whenever it's developing...I don t use it in an EA or somethingelse I use it manual so when I notice it failed it's oke I don t take it serious...I just need an alert when the arrows just shown up I suggest in the exact same time. . .Sorry about my english..Hope I'm clear enough...





    Thanks in Advance
    https://www.cliqforex.com/attachment...1475902770.mq4
    https://www.cliqforex.com/attachment...1192465296.mq4

  •