trying to find the highest high over a set look back period

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #49363 quote
    mac
    Participant
    New

    c1=roc[10](close)<highest[30](roc[10](close))

    screener[c1]

    i am trying to get the screener to show me stocks where the 10 period roc of today is higher than the last 30 days. pretty simple, but i can’t seem to get it to work..any ideas please

    #49368 quote
    Despair
    Blocked
    Master

    This should do it:

    c1=roc[10](close)>=highest[30](roc[10](close))
    
    screener[c1]
    #49376 quote
    mac
    Participant
    New

    Merci

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

trying to find the highest high over a set look back period


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
mac @bazmccaldinaol-com Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by mac
8 years, 5 months ago.

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