Pro screener programming glitch
Forums › ProRealTime English forum › ProScreener support › Pro screener programming glitch
- This topic has 8 replies, 3 voices, and was last updated 3 years ago by Malibu1.
-
-
02/23/2021 at 5:57 AM #162396
Hi
I am having an issue with the screener.
I have 3 conditions for a bull screen.
Average[38}(close)<Average[38](close)[10] (daily)
Average[38](close)>Average[38](close)[1](daily)
Average[5](close)>Average[5](close)[1](daily)
So the idea is to have the 38moving average lower than it was 10 days ago. Also to have the 38moving average higher than the previous day. And to have the 5 moving average as higher than the previous day. I have set it that all conditions have to be met.
When I program and test this against a list of shares that I have I get ASX:AZJ coming up in the scan. But it is actually lower on the 38moving average than the day before. Admittedly it measures to 4 decimal places on the moving average and it is only the last 2 that show it lower. 3.8655 is lower than 3.8665, which means the 38moving average is still going down.
Can someone explain why this is happening? I am new to using the proscreener so it is most likely the way I have programmed it.
Thanks,
Shane
02/23/2021 at 7:10 AM #162399If you post the code (using the ‘Insert PRT Code’ button) we can try to replicate your results.
On which TF?
On which list?
02/23/2021 at 10:50 AM #162412123456789Average[38](close)< Average[38](close)[10]Average[38](close)> Average[38](close)[1]Average[5](close)> Average[5](close)[1]It looks like after it updated for a day that it is reading correctly. I had trying to restart but it still was throwing up the false reading.
I was looking at the daily, which i wrote in the original post.
02/23/2021 at 11:39 AM #16242302/23/2021 at 11:48 AM #16242502/23/2021 at 11:52 AM #16242602/23/2021 at 11:53 AM #162427I use both that code as a screener and as an indicator (to spot previous days), but I was never reported ASX:AZJ:
1234x = Average[38](close) < Average[38](close)[10]y = Average[38](close) > Average[38](close)[1]z = Average[5](close) > Average[5](close)[1]RETURN x AND y AND z AS "xyz"it’s performing correctly.
02/23/2021 at 11:57 AM #16242903/29/2021 at 11:44 AM #165617Hi again,
I have been thinking about adding a daily % change indicator to the above indicator, to show when the trend starts to kick, mainly to isolate small cap shares that are about to rise significantly. How do I program it to look for a positive increase of between 3 and 10%? The simplified creation tool doesn’t allow for this. I am not really sure what the indicator for this would even look like.
Thanks,
Shane
-
AuthorPosts
Find exclusive trading pro-tools on