easy Screener with close[1] crosses EMa34

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #69656 quote
    micha2012
    Participant
    Average

    Hello Nicola, hello all,

    I just tried to create an easy screener, showing when “close[1]” crosses “EMa34”.

    indicator1 = ExponentialAverage[34](typicalPrice)
    c1 = (close >= indicator1)
    indicator4 = Volume
    c2 = (indicator4 >= 200000)
    z = 1.05
    IF close>=close[1]) then close<=(z*close[1]
    endif
    SCREENER[c1 and c2] (Variation AS "% Letzten Balken")

    BUT only result, if “close[1]” is NOT higher then 5,00% (1% to max. 5%) over cross with EMA.

    Would you please help me in coding?

    Merci beaucoup.

    Best Regards,

    Micha

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

easy Screener with close[1] crosses EMa34


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
micha2012 @micha2012 Participant
Summary

This topic contains 1 voice and has 0 replies.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/02/2018
Status: Active
Attachments: No files
Logo Logo
Loading...