Green Line by Dr. Eric Wish
Forums › ProRealTime forum Italiano › Supporto ProBuilder › Green Line by Dr. Eric Wish
- This topic has 5 replies, 2 voices, and was last updated 2 years ago by Frank.
-
-
08/21/2022 at 9:45 AM #199322
Hi,
Is it possible to develop a stock screener based on Eric Wish’s Green line?
Conditions are quite simple
– Simple Moving average (10 days) > Simple Moving Averate (30 days)
– In monthly chart price crosses over the Green Line
– If no GLB found for a stock, then green line appears at 0.0I explain what the Green Line is below:
The Green Line Breakout ( GLB ) was popularized by Dr. Eric Wish through his Wishing Wealth Blog.
GLB indicator looks at a monthly chart for a stock that hit a new all time high recently and draw a green horizontal line at the highest price reached at any month, that has not been surpassed for at least 3 months.
In other words, this method finds stock that reached an all-time high and has then rested for at least three months. When a stock moves through the green line or is above its last green line, it is an indication of strong buying interest.
Read more about how to use the indicator in Wishing Wealth Blog: https://www.wishingwealthblog.com/glossary/
This is the Tradingview implementation, unfortunately, no code is available: https://www.tradingview.com/script/d6hg0wPr-Green-Line-Breakout-GLB/
08/21/2022 at 9:56 AM #19932408/21/2022 at 11:27 AM #199329Do you need an indicator or a screener?
08/21/2022 at 1:55 PM #19933608/21/2022 at 5:33 PM #199356Here is the indicator:
1234567891011121314DEFPARAM DrawOnLastBarOnly = True//Timeframe(Monthly,UpdateOnClose)ONCE Periods = 36 //36 monthsHH = highest[Periods](high[4])c1 = (summation[3](high[1] < HH) = 3)Timeframe(Daily,UpdateOnClose)Sma10 = average[10,0](close)Sma30 = average[30,0](close)//Timeframe(default)DrawHline(HH) coloured(0,128,0,155) style(line,4)RETURN Sma10 AS "Sma10",Sma30 AS "Sma30"and this is the screener, should you need it:
123456789101112Timeframe(Monthly)ONCE Periods = 36 //36 monthsHH = highest[Periods](high[4])c1 = (summation[3](high[1] < HH) = 3)//Timeframe(Daily)c2 = close CROSSES OVER HHc3 = average[10,0](close) > average[30,0](close)//Timeframe(default)x = c1 AND C2 AND C3SCREENER[x]1 user thanked author for this post.
08/21/2022 at 5:51 PM #199357 -
AuthorPosts
Find exclusive trading pro-tools on