Scanning for 100% moves in less than 8 weeks.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66291 quote
    AduroeAduroe
    Participant
    New

    Hi Everyone

    Was wondering if anyone would be able to help me construct a scan in PRT, that scans for stocks that have moved up 100% in less than 8 weeks.

    Kind Regards

    Aduroe

    #66322 quote
    NicolasNicolas
    Keymaster
    Legend

    With something like this? (only in Weekly timeframe)

    val = close/close[8]
    test = val>=1.1
    
    screener [test] sort by val
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

Scanning for 100% moves in less than 8 weeks.


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Aduroe @aduroe Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/25/2018
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...