3month high breakout?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176028 quote
    LOLO
    Participant
    Junior

    Hi,

    I bet this is super simple, but I can’t get it to work.

    I want to scan for assets that have closed today’s candle (close) on a 3month high (66 periods).

    And would like to sort them in order of 1 year variation (or close to 1year).

    #176073 quote
    NicolasNicolas
    Keymaster
    Legend

    The below screener code should find stocks that close higher than the previous 66 highest high and sort them by variation over 250 units.

    a = close>highest[66](high)[1]
    
    screener[a](variation[250])
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

3month high breakout?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
LO @lars-olof_moberg Participant
Summary

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

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