PureBytes Links
Trading Reference Links
|
Why not get really simple. Ticks is the same thing as Upticks +downticks.
Plot1(ticks,"Ticks");
At 01:18 PM 9/9/99 EDT, you wrote:
>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.
>
>- young trader -
>
>>From: lorenchapman@xxxxxxxxxxxxxx
>>To: <>
>>Subject: tick volume
>>Date: Thu, 9 Sep 1999 08:20:49 -0500
>>
>>Two recent members have suggested that instead of "upticks + downticks",
>>one
>>can simply type "volume" to access tick volume. That would be rational if
>>it were so. Unfortunately, in Trade Station, the term "volume" only gives
>>you number of upticks. The authors of Trade Station apparently take the
>>view, like Humpty-Dumpty, that "It means whatever I say that it means."
>>
>
>
William Brower
Publisher of TS Express
Email: 1000mileman@xxxxxxxxxxxxxx
Web: http://www.insideedgesystems.com
|