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

Re: Volume Weighted Bars



PureBytes Links

Trading Reference Links

Wayne, thanks for sharing this.

Any chance you could post the full code, along with
plot statement, to get the indicator like in your
chart gif.  thanks./

RNM



--- Wayne Mathews <wayne@xxxxxxxxx> wrote:
> 
> 
> On Sun, 1 Apr 2001 11:46:50 -0700 ztrader wrote
> 
> <Even some simple ideas, such as volume-weighted
> graphs where the bar
> <widths are varied from bar to bar, are not possible
> in TS. 
> 
> In a crude way it is possible to plot volume
> weighted bars using a
> variation of the code I posted on the list on Tue,
> 18 Jul 2000 11:08. 
> 
> Var: TL(0);
>   
> TL = TL_New(Date,time,L, Date,time,H );
>    TL_SetStyle(TL, 1);
>    TL_SetColor(TL, blue);
> 
> TL_SetStyle(TL, 0-6) has 7 thicknesses which can be
> selected at
> increasing volume sizes to give a chart like the gif
below.

> ATTACHMENT part 2 image/gif name=vol.gif