PureBytes Links
Trading Reference Links
|
> While troubleshooting with a 3rd party ASCII import utility, I discovered
> that EL' s "Volume" is calculated as follows:
>
> UpVolume + DownVolume + Unchanged Volume.
>
There is no unchanged volume in TS. At the next downtick (or uptick) all
volume following at the same price is counted as down (or up).
V or volume in TS only counts upticks in tick and minute charts, not
downticks. Total volume = upticks + downticks.
Also, if the corrected code is applied to a 1 tick chart, where the
volume is listed at half its actual value (why does Omega do this?) the
volume must be multiplied by 2.
|