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 : Tuesday, April 19, 2005 2:15:50 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)
A1:=Sum((O+H+L+C),6)/24; A2:=Sum((O+H+L+C),30)/120; A3:=Sum((O+H+L+C),127)/508; Coef:=Input("Percent",.001,5,.01); UC10:=A2+(A2*(Coef*10)); LC10:=A2-(A2*(Coef*10)); Ref(A1,-1);A1;Ref(A2,-1);A2;Ref(A3,-2);A3;UC10; LC10; This indicator plots 8 lines,Change the color of the Ref lines to red, change thr color of the A lines to green and change the color of the UC and LC lines to purple What this indicator tries to do is to take the average of all of the prices of the past six days and plot them on a daily chart. Then it takes the average of all of the prices of the past six weeks and plot them on the Daily Chart.Then it takes the average of all of the prices of the past six months and plots it on the Daily Chart. It then uses the Weekly value and sets 10 % bands for extreme areas
henry1224  
#2 Posted : Tuesday, April 19, 2005 2:19:27 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 shows the sum of when the 3 MA's are above or below yesterdays value A1:=Sum((O+H+L+C),6)/24; A2:=Sum((O+H+L+C),30)/120; A3:=Sum((O+H+L+C),127)/508; B1:=If(Ref(A1,-1)<A1,1,-1); B2:=If(Ref(A2,-1)<A2,1.25,-1.25); B3:=If(Ref(A3,-1)<A3,1.5,-1.5); D:=B1+B2+B3; D
henry1224  
#3 Posted : Tuesday, April 19, 2005 2:47:31 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)
A1:=Sum((H+L+C),6)/18; A2:=Sum((H+L+C),30)/90; A3:=Sum((H+L+C),127)/381; Coef:=Input("Percent",.001,5,.01); UC10:=A2+(A2*(Coef*10)); LC10:=A2-(A2*(Coef*10)); Ref(A1,-1);A1;Ref(A2,-1);A2;Ref(A3,-1);A3;UC10;LC10; This plots just like OHLC 6 DWM,but you can use this on assets that do not have an Opening Price {Mutual Funds}
Users browsing this topic
Guest (Hidden)
Similar Topics
OHLC 6 DWM Binary Expert (Formula Assistance)
by henry1224 4/19/2005 1:09:01 PM(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.