Need helps with this script :
declare upper;
plot Data = high("/ES");
plot Data1 = low("/ES");
how to make this script to plot the high just above a little bit the comparing stock's high? how to make this script to plot the low just below a little bit the comparing stock's low? Thank you!
declare upper;
plot Data = high("/ES");
plot Data1 = low("/ES");
how to make this script to plot the high just above a little bit the comparing stock's high? how to make this script to plot the low just below a little bit the comparing stock's low? Thank you!