| 
 PureBytes Links 
Trading Reference Links 
 | 
--- In Metastockusers@xxxxxxxxxxxxxxx, darren_wood@xxxx wrote:
> Does anyone know how to generate Gann Swing Charts in Metastock, or 
know of
> the formula (Can be plotted as an Indicator, just like Darvas 
boxes)? Are
> Kagi charts just as good ?
> 
> Currently doing some research into these charts, at present, they 
seem to
> be alot clearer, therefore more tradeable.Does anyone have any 
experience
> with these types of charts, or point and figure for that matter.
> 
> PS (Not using Metastock for the swing chart)
This is the one I use
OD:=H>Ref(H,-1) AND L<Ref(L,-1);
highsOD:=OD AND C>MP();
lowsOD:=OD AND C<MP();
If((H>Ref(H,-1) AND L>=Ref(L,-1)) OR highsOD, H,
If((H<=Ref(H,-1) AND L<Ref(L,-1)) OR lowsOD, L, PREV))
> 
> 
> 
> 
> 
**********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please 
notify
> postmaster@xxxx
> 
> This footnote also confirms that this email message has been checked
> for all known viruses.
> 
> 
**********************************************************************
>  SCEE 2002
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |