Screener for when 8 EMA changes direction

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167462 quote
    RubberToe
    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
    robertogozzi
    Moderator
    Master

    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.

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 robertogozzi
4 years, 11 months ago.

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