Iaorana, Bonjour à tous. J’utilise une forme d’adr dans mon screener ultime que Nico et JB m’ont conçus, merci à vous. Mais j’ai un doute, car quand je crois que c’est un ADR en variation de prix. Alors que ce que je recherche c’est un ADR en %.   Vous m’excuserez je ne sais pas aller le code correctement. Alors j’ai 2 écritures qu’on m’a proposé:   PROPOSITION 1: //ADR= 100*((High/low+high[1]/low[1]+high[2]/low[2]+high[3]/low[3]+high[4]/low[4]+high[5]/low[5]+high[6]/low[6]+high[7]/low[7]+high[8]/low[8]+high[9]/low[9]+high[10]/low[10]+high[11]/low[11]+high[12]/low[12]+high[13]/low[13]+high[14]/low[14]+high[15]/low[15]+high[16]/low[16]+high[17]/low[17]+high[18]/low[18]+high[19]/low[19])/20-1)   PROPOSITION 2: ratio=high/low ADR= 100*(summation[20](ratio)/20-1)   c4 = ADR > 4   Pourquoi ma question, car quand j’augmente l’air je fini avec les mega cap, cher, donc variation importantene en prix mais pas en pourcentage. Voilà. merci