Gap up/down and EMA cross coding help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10378 quote
    wolf
    Participant
    Junior

    Hi, I’m trying to make a screener of the FTSE 100 and FTSE 250, that will search for stocks that have gapped up/gapped down at the start of the day and then the EMA 20 and 100 have crossed during that day.

    Thank you in advance

    w0lf

    #10744 quote
    Sam Macy
    Participant
    Junior

    I’m no expert but wouldn’t it be something like this for the EMA’s:

    timeframe(Daily)
    
    EMA20 = ExponentialAverage[20] (close)
    EMA100 = ExponentialAverage[100] (close)
    
    Condition = (EMA20 > EMA100)
    
    SCREENER[Condition] 

     

    I’ve no idea how to code a gap up / down.

    I would like to know however, how to code for an EMA crossover within the previous 3 days – if anyone out there knows.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Gap up/down and EMA cross coding help


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
wolf @wolf Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Sam Macy
9 years, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 07/10/2016
Status: Active
Attachments: No files
Logo Logo
Loading...