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

Re: [EquisMetaStock Group] Vortex Indicator


  • Date: Tue, 29 Dec 2009 18:32:02 -0800 (PST)
  • From: Bob Waits <bobwaits2@xxxxxxxxx>
  • Subject: Re: [EquisMetaStock Group] Vortex Indicator

PureBytes Links

Trading Reference Links



Thanks Preston. Haven't received my Jan Issue yet, but how does on use this indicator -- I am assuming when the fast moving line crosses the slower moving line from below.

Also, what are the backtest results for this indicator and how would one code this for the expert advisor?

Thanks.


From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Tue, December 29, 2009 9:01:04 PM
Subject: [EquisMetaStock Group] Vortex Indicator

 



Here's the Metastock code for the Vortex Indicator
discussed in the January 2010 issue of TASC

{Vortex Indicator}
{TAS&C Jan 2010}
{Written for Metastock by Preston Umrysh}
Period:= Input("Enter periods",1,100, 14);
VMP:=Sum(Abs( H-Ref(L,- 1)),period) ;
VMM:=Sum(Abs( L-Ref(H,- 1)),period) ;
STR:=Sum(ATR( 1),period) ;
VIP:=VMP/STR; VIP;
VIM:=VMM/STR; VIM;
{end}

enjoy,

Preston




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___