Does anyone know how to read the Nyse Total volume into and Easy language
indicator. I have tried the following as
a test.
Inputs: Pvolume(volume of data1);
Plot1(Pvolume, "Volume");
It does not plot the total volume but the up and down tick values. I also
tried close but that doesn't seem to work either.
|