Thank you very much Nicolas, I’ll work on that!
Nicolas, if it possible to calculate IBD RS percentile number and sort based on the percentile number instead of the RS number per the formula?
”
Sorry, my mistake, Close offset should be in brackets, not parenthesis 🙂
|
|
TrendStrength=(2*close/close[63])+(close/close[126])+(close/close[189])+(close/close[252])
screener(TrendStrength)
|
”
Here is link to show exact what I mean:
https://forum.amibroker.com/t/how-to-imitate-ibd-relative-strength-percentile-ranking-of-stocks/6068
Thanks in advance!