Percentrank() for Amibroker
Some readers have asked me to share the Percentrank() function for Amibroker. As I have found it somewhere in the blogosphere (can’t remember where though), I have no problems sharing it. Kudo’s to the original creator! – QD function PercentRank( Data, Periods ) { Count = 0; for ( i = 1; i < Periods … Read more