Hi Nicolas,
please guide me how can I scan following conditions in pro real time
- Stock trading within the range 15% of 52 week high
- how to write code for finding high Relative strength(RS) stocks ( All UK Stocks) compare to FTSE100 index
I appreciate your response
1/ yes of course it’s possible.
2/ It will not be possible, because the index and the stocks must be in the same list, and this is not the case in ProScreener (IG). Maybe creating a customised/personal list would do the trick though, I’ll have a look and let you know.
I’m sorry but I can’t do anything for you .. Since UKX (FTSE index) is not in the same list as the UK stocks, it is not possible to compare these instruments and build a relative strength formula with them. Even with a personal list, created specifically for this purpose (with index and UK stocks), ProScreener tell me that they do not share the same list …
Now I remember having the same issue some time ago for someone else, because shares lists are populated by IG, PRT can’t handle this “problem”.
Thanks Nicolas,
I appreciate if you provide the code for first query ( stocks trading within the range 15% of 52 week high)
Thanks
Depends of the screened timeframe, but on a weekly basis, this is the code that should do what you request:
hh = highest[52](high)
c = Close>=0.85*hh
screener[c]
Hi Nicolas,
Please help me to scan these conditions in pro real time. I copying my other scanning software code for your reference
Weekly Pullback Setup- two Week( weekly chart)
List symbols where Vol > 2*AvgVol(52) in the last 2 weeks
and pattern is BlackCandle a bar ago
and Close is within 20% of HighestValue(High,52,W)
Add Column CHG%
Add Column CLOSE
Apply to LSE
Set periodicity to Weekly