Gap up/down and EMA cross coding help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10378 quote
    wolfwolf
    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 MacySam 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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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 MacySam Macy
10 years, 2 months ago.

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