Request for proscreener help: breakout high of previous week

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38514 quote
    kinyokinyo
    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
    NicolasNicolas
    Keymaster
    Legend

    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.
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

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 NicolasNicolas
9 years, 3 months ago.

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