A very simple Parabolic Sar Screener
Forums › ProRealTime English forum › ProScreener support › A very simple Parabolic Sar Screener
- This topic has 7 replies, 4 voices, and was last updated 1 year ago by JS.
-
-
09/25/2017 at 8:50 PM #47306
Hallo to all,
I just wrote some code lines to build a very simple screener, which find Parabolic SAR inversion points.
The screener output is a list of Tickers with one additional column that gives the direcion of starting trend. The column is named “Go”: (go) Long = 1; (go) Short = -1.
The code:
123456789101112131415161718//////////////////////////////////////////////////////////////////////////////////////MySar = SAR[0.02,0.02,0.2]LongCondition = MySar < Min(Open,Close) And MySar[1] > Max(Open[1], Close[1])ShortCondition = MySar > Max(Open,Close) And MySar[1] < Min(Open[1], Close[1])If LongCondition thenResult = 1endifIf ShortCondition thenResult = -1endifSCREENER[LongCondition Or ShortCondition] (Result as "Go")//////////////////////////////////////////////////////////////////Ciao
2 users thanked author for this post.
03/23/2021 at 9:35 PM #165101Merci je cherchais ce screener
Thank you I was looking for this screener03/23/2021 at 10:00 PM #165110Only post in the language of the forum that you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.
Thank you 🙂
11/19/2022 at 11:03 AM #20445411/19/2022 at 11:30 AM #20445511/20/2022 at 1:41 PM #204504Hi JS
Thanks for answering … In some cases it works and in some cases no.
Pls find attached some files were despite the stock being listed as one stock with a change in the Parabolic from red to green the stock did not changed
Thanks !
Mariano
11/20/2022 at 1:43 PM #20450611/20/2022 at 6:12 PM #204519 -
AuthorPosts
Find exclusive trading pro-tools on