| 
 PureBytes Links 
Trading Reference Links 
 | 
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:
Description: "" 
 |