Best Stocks & ETF Screener
Forums › ProRealTime English forum › ProScreener support › Best Stocks & ETF Screener
- This topic has 6 replies, 3 voices, and was last updated 1 year ago by robertogozzi.
-
-
03/14/2023 at 11:14 AM #211534
Hi there fellow Traders.
Can someone help me with coding these parameter for my scanner:
Maybe you can help me and send me to code:– Markt cap larger than $2bln– price above SMA 20– price above SMA 50– price over 10$– price over SMA 200– average volume 2million– change up 3% (on that day)– relative volume over 1– current volume over 1 million– institutional owners 10% (if possible)Would help me so much. Thanks and Best wishes.Ole03/14/2023 at 11:54 AM #211537Only 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 🙂
I moved it from the German forum.
A couple of questions:
- what do you mean by relative volume?
- what do you mean by institutional owners 10%?
03/14/2023 at 12:00 PM #211539The relative volume means:
https://school.stockcharts.com/doku.php?id=technical_indicators:rvol
see enclosed text.
And 10% of institutional owners means, are there any big players like hedge funds involved … at finviz you can screen that too.
Thanks
03/15/2023 at 6:41 PM #211607There you go:
1234567891011LB = 20 //LookBack periodsMarktCap = (volume * close) > 2000000Sma20 = close > average[20,0](close)Sma50 = close > average[50,0](close)curPrice = close > 10Sma200 = close > average[20,0](close)VolAvg = average[LB,0](volume) > 2000000DayChng = (((close * 100 / Dopen(0)) - 1) * 100) > 3RelVOL = (volume / average[LB,0](volume)) > 1Cond = MarktCap AND Sma20 AND Sma50 AND curPrice AND Sma200 AND VolAvg AND DayChng AND RelVOLSCREENER[Cond](close AS "Current Price")– institutional owners are not known
– MarktCap is not known, so I simply multiplied the current price by the current volume
– to test iit I had to change some figures, mainly volume and volume averages and price.
As it is above I fear no signal can be returned.
1 user thanked author for this post.
03/15/2023 at 6:57 PM #211609Wow what a genius are you then … absolut amazed – Thank you Sir _ appreciate it so much !!! Your are the Best … Thankyou. wow.
1 user thanked author for this post.
03/16/2023 at 10:33 PM #211678Typo in Line 6, should read …
1Sma200 = close > average[200,0](close)1 user thanked author for this post.
03/17/2023 at 6:50 PM #211698 -
AuthorPosts
Find exclusive trading pro-tools on