Hi,
I’m looking for a screener that would return stocks for which the background color for the PRT bands just turned green over the last 3 days.
anyone would know how to code this one ?
thanks
This does the job and returns 144 results on Nasdaq.
Then I tried to add a filter on volumes to get rid of less liquid stocks by adding 2 conditions on average and lowest value:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
up=PRTBandsUp
dn=PRTBandsDown
ifclosecrosses overupandtrend<=0then//le prix casse la bande supérieure
trend=1//tendance haussière
elsifclosecrosses underdnandtrend>=0then//le prix casse la bande inférieure
Now the screener will only return 8 results. Apple will an average of 60.2M is excluded by this filter. Makes no sense to me. What did I do wrong/misundertand ?
thanks
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue