Hi everybody,
I wrote a script which utilises return(result) in main to draw a function on the chart. However, I don't want to see the function's value on the right axis. I used setShowCursorLabel(false) in preMain to avoid seeing it in the cursor window. Is there a way to remove it from the right axis also?
thanks in advance,
I wrote a script which utilises return(result) in main to draw a function on the chart. However, I don't want to see the function's value on the right axis. I used setShowCursorLabel(false) in preMain to avoid seeing it in the cursor window. Is there a way to remove it from the right axis also?
thanks in advance,
Comment