Green Line Breakout from WhishingWealth

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180416 quote
    Alex CAlex C
    Participant
    Junior

    I found a research psychologist: Sir SilentKnight (from Worden/TC2000). He teaches technical analysis at local university; 50+ yrs experience trading , with an intresting screener that seems to grasp momentum and continuation…

    His Green Line Breakout screener parameters are described on his website: https://wishingwealthblog.com/glossary/

    Would be interesting to create this screener in proreal-time and eventually backtest it…

     

    Is anyone interested to help with it?

    #180420 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    There you go:

    Timeframe(Yearly)
    AllTimeHI = highest[20](high)
    Timeframe(Monthly)
    MonthHI   = highest[3](high)
    c1        = MonthHI < AllTimeHI
    SCREENER[c1](close AS "Price")

    If you are with IG, then you should use it on a MONTHLY chart to overcome the current 254-bar limit.

    If you are using PRT’s Premium version, then you can also use it on a Weekly or Daily TFs, as their limit is 1024 bars.

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

Green Line Breakout from WhishingWealth


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Alex C @alex_c Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzirobertogozzi
4 years, 10 months ago.

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