I have a simple code that draws a line at the market daily closing price (5pm EST), but I don’t know how to hide the oblique line that connects 2 consecutive daily closing prices.
The code is:
if Hour=22 then
a=close
endif
return a
Does anyone know how to hide the oblique that connects each “a” (see chart for more clarity)?
Only v11 allows to change it (while RETURNed data can always be customized with properties, even in v10.3), if you are using it you can replace line 5 with:
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok