Forum

Coding

Please code this for me in Metatrader4: R1,R2,R3 & PP, S1,S2,S3. permanent on cht. Arrow outputs prefared? // -- CALCULATION FOR PIVOTS --- PP[i] = (Highpoint[i]+Lowpoint[i]+Closepoint[i])/3; R1[i] = (2*PP[i]) - Lowpoint[i]; S1[i] = (2*PP[i]) - Highpoint[i]; R2[i] = PP[i] +