[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tradestation volume



PureBytes Links

Trading Reference Links

I use NYSE volume to do an indicator plot.
The only way I found to do it,
  chart @TVOL [BMI symbol] as data2
in the indicator
plot1 (close of data2-close[1] of data2, "TVol");

This will give you the volume for the last 5 min if your chart is a 5min
chart.


-----Original Message-----
From: JeRRyWar <drwar@xxxxxxxxxxxx>
To: Omega-List (E-mail) <Omega-List@xxxxxxxxxx>
Date: Monday,June 05,2000 11:01 AM
Subject: Tradestation volume


>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.
>