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

[EquisMetaStock Group] Vortex Indicator


  • Date: Wed, 30 Dec 2009 02:01:04 -0000
  • From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
  • Subject: [EquisMetaStock Group] Vortex Indicator

PureBytes Links

Trading Reference Links


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  



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    equismetastock-digest@xxxxxxxxxxxxxxx 
    equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/