Screener >70% distance from 52 week low

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

    Good morning,

    Id’ like to screen the market in order get the stocks that have an >70% distance from 52 week low.

    Could you please help me how to write this  code?

     

    Many Thanks,

    #143542 quote
    Nicolas
    Keymaster
    Master

    stocks that have value 170% higher than the 52 weeks low?

    timeframe(weekly)
    ll = lowest[52](low)
    
    timeframe(default)
    dist = close/ll>=1.7
    
    screener[dist](close/ll)

     

    #143547 quote
    FVtrading
    Participant
    New

    stocks that have value 170% higher than the 52 weeks low?

    First of all many thanks for your reply.  My idea is to focus on stocks that are 70% (not 170%) higher than their 52 week low

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

Screener >70% distance from 52 week low


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
FVtrading @fvtrading Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 09/07/2020
Status: Active
Attachments: No files
Logo Logo
Loading...