Many thanks to the world class participants of this blog who help others
learn how to use Amibroker.  I have been reading many interesting posts
as I learn Amibroker, and I would greatly appreciate help on a difficult
problem - code to calculate the Rankr2 below . . .

Portfolio of 25 symbols

Objective: calculate, as a filter for later steps, the position of each
stocks ranked within an indicator.
For example:

R2 = rsi(2);
Rankr2 = percentrank of symbol X of the portfolio basket of all R2
values period [i]

if Rankr2 == top 10%, then
execute other rules . . .

finally
buy/sell rules


-------------

Thanks very much for your help!
Scott









Reply via email to