tempestlight
New member
Hi, how do i get get the else function to not plot anything if it the "if" function does not hold true? Thanks!
plot scan = If(Open > 500000, Open, "do not plot");
plot scan = If(Open > 500000, Open, "do not plot");