invert Screener code

Forums ProRealTime English forum ProScreener support invert Screener code

Viewing 15 posts - 16 through 30 (of 36 total)
  • #227886

    When creating an alert on the MACD, i think it’s “Horizontal line” 🙂

    #227887
    JS

    I think it is the “horizontal zero line” 🙂

    1 user thanked author for this post.
    #227888
    JS

    When those two averages, above the horizontal line, cross each other, at that moment the zero line is also crossed…

    1 user thanked author for this post.
    #227889

    Is it not possible to add as a condition : When the Horizontal line is crossed ?

    Or when that happens close to the Horizontal line ?

    #227890
    JS

    In my train of thought I put this condition in, namely:

    c5=MACD[12,26,9](Close) Crosses Over 0 //The MACD baseline is touched, and broken to the upside.

    What value is your horizontal line?

    1 user thanked author for this post.
    #227891

    Not sure, logically the baseline value should be 0,00 no ?

    #227892
    JS

    0,00 = 0

    1 user thanked author for this post.
    #227893

    Do i need to replace  0 by 0,00 in the code ?

    #227894
    JS

    It’s not necessary, but in principle it doesn’t matter…
    When you try it, use: 0.00

    1 user thanked author for this post.
    #227895

    still not.

    How to replace the MACD[12,26,9] by the MACD horizontal line in the code ?

    c5=MACD[12,26,9](Close) Crosses Over 0 //The MACD

    i tried this but didn’t work

    c5=MACD[Horizontal line](Close) Crosses Over 0 //The MACD

     

    #227896
    JS

    If the horizontal line has no value, it cannot be used…
    I think the conditions are good.
    I’m going to sleep on it…

    1 user thanked author for this post.
    #227897

    Thanks a lot for your patience and time.

    Very appreciated.

    1 user thanked author for this post.
    avatar JS
    #227898

    I think i found it :

    c5=MACDLine[12,26,9](Close) Crosses Over 0 //The MACD baseline is touched, and broken to the upside.

    🙂 Just added “Line” in MACD

    #227909
    JS

    Hi Sam,

    Normally a buy signal is when the “MACD” crosses over the “Signal line”…

    (During this crossing, the value of the histogram is equal to zero and rising…)

     

    1 user thanked author for this post.
    #227912
    JS

    In any case, a nice combination of conditions in this screener…

    1 user thanked author for this post.
Viewing 15 posts - 16 through 30 (of 36 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login