perfect trendline2 scanner for signals
- This topic has 6 replies, 2 voices, and was last updated 3 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
Similar topics:
Forums › ProRealTime English forum › ProScreener support › perfect trendline2 scanner for signals
There you go:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
SlowLength = 7 // Slow length FastLength = 3 // Fast length fasthigh = Highest[SlowLength](high)//[1] fastlow = Lowest[SlowLength](low)//[1] slowhigh = Highest[FastLength](high)//[1] slowlow = Lowest[FastLength](low)//[1] ONCE Trend = 0 if high<slowhigh then thighs=slowhigh else thighs=high endif if low>slowlow then tlows=slowlow else tlows=low endif if high<fasthigh then thighf=fasthigh else thighf=high endif if low>fastlow then tlowf=fastlow else tlowf=low endif if close>slowln[1] then slowln=tlows else slowln=thighs endif if close>fastln[1] then fastln=tlowf else fastln=thighf endif if close<slowln and close<fastln then trend=2 endif if close>slowln and close>fastln then trend=1 endif x = 0 IF Trend <> Trend[1] THEN x = Trend endif SCREENER[x](x AS "1=↑, 2=↓") |
Hi Robert, thanks,
This screen is not taking conditions
1) Throw the stocks that gets drawtext(“●”,barindex,fastln,Dialog,Bold,10) coloured(r,g,b)
Please see the screenshot, it is late after 4 candles and 13 candles respectively
Also how to find Red signal or blue signal
It works perfectly on my Platform.
Make sure the scfreener and the indicator share the same settings.
The screener return “1=↑, 2=↓”.
Thanks,
Please see in screenshot “1=↑, 2=↓” colums returns the Price. How to sort out BUYs and Sells
Can you please send and indicator with the same setting you are using, I will import and try that in case that resolves my issue
I am attaching a picture + ITF file.
Find exclusive trading pro-tools on