I would like my calculated slope to display in the "Cursor Window" as I scroll over price bars without plotting the data on to the chart. Currently the only way I have found is to create a series in the "function Main()" return value but that creates a plot in the indicator pane.
i.e.,
return new Array( myVar1, myVar2,FinalDegrees1,Slope1 ); }
Is this possible some other way?
Thanks
i.e.,
return new Array( myVar1, myVar2,FinalDegrees1,Slope1 ); }
Is this possible some other way?
Thanks
Comment