logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Thursday, January 5, 2006 2:28:47 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
You can use this indicator on different time frames from a higher time frame on a lower time frame. It requires the forum dll and the PowerPivots Plus add-on {similar to the Jurik DMX- a lowlag DMI} {written by Preston Umrysh} {This indicator uses Dll software developed by MetaStock Forum Crew} {http://forum.equis.com} factor:=Input("TimeFactor", 0, 1000, 1); offset:=Input("Offset", 0, 1000, 0); CD:=ExtFml("PowerPivots.TDataCreate",3,factor); Vt:=(Stdev(CD,5)/Mov(Stdev(CD,5),10,E))*10; Vt:=Max(vt,.0000001); Period:= Input("ZeroLag Period",1,250,10); EMA1:= Mov(CD,Period,E); EMA2:= Mov(EMA1,Period,E); Difference:= EMA1 - EMA2; x:= EMA1 + Difference; T1:=ExtFml("Forum.RSI",x,vt); T1:=ExtFml("PowerPivots.TDataLocalize", T1, factor,offset); T1;
pumrysh  
#2 Posted : Friday, January 6, 2006 10:52:36 PM(UTC)
pumrysh

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/28/2004(UTC)
Posts: 110

Henry, Its a great little indicator and I'm tickled to see that you've come up with some more uses for it. Preston
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.