| 
 PureBytes Links 
Trading Reference Links 
 | 
In a message dated 9/9/99 10:18:54 AM Pacific Daylight Time, 
youngtrader@xxxxxxxxxxx writes:
> This may seem too simple, but it works!
>  
>  Here is the code:
>  
>  If true then
>  Plot1(upticks + downticks)
>  
>  Once verifued, you can plot this on your chart in a second subgraph, in 
>  histogram form, and you will be able to see the total ticks in a neat 
>  indicator.
My message was to show the Omega canned version exists, which like much of 
their stuff is 90% show and 10% go. You want simple? TS4 version code (and 
this one will work as is):
Plot1 (upticks + downticks,"TickVOL");
Bill Wynne
SmartTrades.com
 
 |