Screener for when 8 EMA changes direction

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167462 quote
    RubberToeRubberToe
    Participant
    Average

    I’ve been trying ROC and Momentum, but I don’ think I understand them well enough, as my results aren’t what I thought they’d be.

    I want to scan (x) EMA for a change in direction.  Are these the tools for that…?

    #167469 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    There you go:

    MyEma  = average[8,1](close)
    Bear   = MyEma < MyEma[1]
    Bull   = MyEma > MyEma[1]
    Change = (Bear and Bull[1]) or (Bull and Bear[1])
    Screener[Change]
    RubberToe thanked this post
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

Screener for when 8 EMA changes direction


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
RubberToe @rubbertoe Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzirobertogozzi
5 years, 5 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/18/2021
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...