New highs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4780 quote
    appletapplet
    Participant
    New
    x=0
    TIMEFRAME (weekly)
    c1 = (close[x]) > highest[52](close)
    
    c2 = (close[x] > 10)
    
    SCREENER[c1 AND c2]

    I am trying to develop a code to screen for 52 week new highs and lows and stocks above $10. Below is the code for new highs. Unfortunately, it is not showing any stocks and I believe I am missing something here. Any feedback would be great on this.

    #4781 quote
    appletapplet
    Participant
    New

    I used the search function and I found the answer to my solution. Thanks. Please ignore 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

New highs


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
applet @applet Participant
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by appletapplet
10 years, 5 months ago.

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