Comment on Managing your Script
Hello,
Can anyone plz tell how to write a code for a 5 min bar moving 3% more?
I tried it like “HML()>LOW*0.03” but its not working.
(ref(high,1)-ref(low,1))/ref(low,1)>3% I tried this also.
Expecting for a fruitful reply.