Request for proscreener help: breakout high of previous week

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

    Hi, this screener finds assets whose price closes above the highest of the previous week.
    Is it possible to change the code for month please ?
    Thanks in advance.

    if DayOfWeek < DayOfWeek[1] then
    whi = Highest[BarIndex - lastWeekBarIndex](DHigh(1))
    lastWeekBarIndex = BarIndex
    endif
    
    c = close > whi
    
    screener [c]
    #38579 quote
    Nicolas
    Keymaster
    Master

    I think you can do something with the code I made for you in this topic: Monthy High Low Close indicator

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

Request for proscreener help: breakout high of previous week


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
kinyo @kinyo Participant
Summary

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

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