I am trying to round a level calculated to 2 decimal places I have tried the following but does not work. Is it possible ?
thanks in advance
Jamie
val1 = round(2,(High_1+Low_1+Close_1)/3);
thanks in advance
Jamie
val1 = round(2,(High_1+Low_1+Close_1)/3);
Comment