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 : Saturday, April 23, 2005 12:40:20 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)
This indicator plots on a Data Array that you choose by clicking on it and holding the ctrl button Periods:=Input("Periods?",1,63,5); a:=Input("Hot?",0,2,.7); e1:=Mov(P,Periods,E); e2:=Mov(e1,Periods,E); e3:=Mov(e2,Periods,E); e4:=Mov(e3,Periods,E); e5:=Mov(e4,Periods,E); e6:=Mov(e5,Periods,E); c1:=-a*a*a; c2:=3*a*a+3*a*a*a; c3:=-6*a*a-3*a-3*a*a*a; c4:=1+3*a+a*a*a+3*a*a; c1*e6+c2*e5+c3*e4+c4*e3;
henry1224  
#2 Posted : Saturday, April 23, 2005 12:42:15 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)
Periods:=Input("Periods?",1,63,3); a:=Input("Hot?",0,2,.7); e1:=Mov(P,Periods,E); e2:=Mov(e1,Periods,E); e3:=Mov(e2,Periods,E); e4:=Mov(e3,Periods,E); e5:=Mov(e4,Periods,E); e6:=Mov(e5,Periods,E); c1:=-a*a*a; c2:=3*a*a+3*a*a*a; c3:=-6*a*a-3*a-3*a*a*a; c4:=1+3*a+a*a*a+3*a*a; D:=c1*e6+c2*e5+c3*e4+c4*e3; Today:=D; Yes1:=Ref(D,-1); Yes2:=Ref(D,-2); Yes3:=Ref(D,-3); WT3:=4*Today+3*Yes1+2*Yes2+Yes3; FinalWT3:=WT3/10; FinalWT3;
henry1224  
#3 Posted : Saturday, April 23, 2005 12:47:07 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)
A:=Input("1=P 2=O 3=H 4=L 5=C 6=MP 7=TYP 8=OHLC",1,8,5); A1:=If(A=1,P,If(A=2,O,If(A=3,H,If(A=4,L,If(A=5,C,If(A=6,MP(),If(A=7,Typical(),(O+H+L+C)/4))))))); e1:=Mov(A1,3,E); e2:=Mov(e1,3,E); e3:=Mov(e2,3,E); e4:=Mov(e3,3,E); e5:=Mov(e4,3,E); e6:=Mov(e5,3,E); e1a:=Mov(A1,5,E); e2a:=Mov(e1a,5,E); e3a:=Mov(e2a,5,E); e4a:=Mov(e3a,5,E); e5a:=Mov(e4a,5,E); e6a:=Mov(e5a,5,E); c1:=-.618*.618*.618; c2:=3*.618*.618+3*.618*.618*.618; c3:=-6*.618*.618-3*.618-3*.618*.618*.618; c4:=1+3*.618+.618*.618*.618+3*.618*.618; T5:=c1*e6a+c2*e5a+c3*e4a+c4*e3a; T3:=c1*e6+c2*e5+c3*e4+c4*e3; T3;T5;
henry1224  
#4 Posted : Saturday, April 23, 2005 12:49:21 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)
Make sure you created the above indicator and called it T3 T5 A:= FmlVar("T3 T5","T3") - FmlVar("T3 T5","T5") ; A;Ref(A,-1);
Users browsing this topic
Guest (Hidden)
Similar Topics
Tillson's T3 MA-With A Twist :-) (Formula Assistance)
by theghost 10/31/2011 6:50:46 AM(UTC)
T3 T5 OHLC w 50 ma Expert (Formula Assistance)
by henry1224 3/26/2005 5:43:13 PM(UTC)
T3 Oscillator Help... (Formula Assistance)
by aaapittsburgh 3/11/2005 5:18:35 AM(UTC)
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.