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

Notification

Icon
Error

Options
Go to last post Go to first unread
GG  
#1 Posted : Monday, November 5, 2007 2:19:51 PM(UTC)
GG

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/6/2005(UTC)
Posts: 5

I want change the intermediate levels of Quadrant line. It's possible?

What is the formula for Quadrant Lines?

Thank in advance

GG  
#2 Posted : Friday, November 23, 2007 4:17:52 PM(UTC)
GG

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/6/2005(UTC)
Posts: 5

I don't believe that anyone know this kind of line study.

Please, help me....

henry1224  
#3 Posted : Saturday, November 24, 2007 11:16:23 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)

Quadrant lines take the highest and lowest range and plot it into 4 equal areas

this formula plots the range into eighths

A1:=Input("date A mmddyyyy",1011960,12312100,1062000);
B1:=Input("date B mmddyyyy",1011960,12312100,1072000);
PT:=Input("B=1trough or 2 Peak",1,2,1);
D:=Input("Decimal Point",.001,100.0,1.0);
Mult:=Input("Multiplier",.125,10,1);
PA:=If(PT=1,ValueWhen(1,A1=Month()*1000000 + DayOfMonth()*10000+ Year(),H),ValueWhen(1, A1=Month()*1000000 + DayOfMonth()*10000+ Year(),L));
PB:=If(PT=1,ValueWhen(1,B1=Month()*1000000 + DayOfMonth()*10000+ Year(),L),ValueWhen(1, B1=Month()*1000000 + DayOfMonth()*10000+ Year(),H));
V0:= If(PT=1,PA*D*Mult,PB*D*Mult);
V1:=If(PT=1,PA-((Abs(PA-PB)*.125)*D*Mult),PA+(( Abs(PA-PB)*.125)*D*Mult));
V2:=If(PT=1,V1-((Abs(PA-PB)*.125)*D*Mult),V1+(( Abs(PA-PB)*.125)*D*Mult));
V3:=If(PT=1,V2-((Abs(PA-PB)*.125)*D*Mult),V2+ ((Abs(PA-PB)*.125)*D*Mult));
V4:=If(PT=1,V3-((Abs(PA-PB)*.125)*D*Mult),V3+((Abs(PA-PB)*.125)*D*Mult));
V5:=If(PT=1,V4-((Abs(PA-PB)*.125)*D*Mult),V4+((Abs(PA-PB)*.125)*D*Mult));
V6:=If(PT=1,V5-((Abs(PA-PB)*.125)*D*Mult),V5+((Abs(PA-PB)*.125)*D*Mult));
V7:=If(PT=1,V6-((Abs(PA-PB)*.125)*D*Mult),V6+((Abs(PA-PB)*.125)*D*mult));
V8:=If(PT=1,V7-((Abs(PA-PB)*.125)*D*Mult),V7+((Abs(PA-PB)*.125)*D*Mult));
V9:=If(PT=1,V8-((Abs(PA-PB)*.125)*D*Mult),V8+((Abs(PA-PB)*.125)*D*Mult));
V10:=If(PT=1,V9-((Abs(PA-PB)*.125)*D*Mult),V9+((Abs(PA-PB)*.125)*D*Mult));
V0;V1;V2;V3;V4;V5;V6;V7;V8;{V9;V10;}

enter the date from point A and from point B

enter if point B is a peak or trough

D and multi can be adjusted for scale

GG  
#4 Posted : Tuesday, November 27, 2007 2:16:24 PM(UTC)
GG

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/6/2005(UTC)
Posts: 5

BIG!!!!

thank you!!!

Users browsing this topic
Guest (Hidden)
Similar Topics
Percentage Change over Quadrant Line Period (Formula Assistance)
by Derek Worswick 5/10/2011 1:01:56 PM(UTC)
Quadrant lines (Basic Coding Techniques)
by GG 11/2/2007 2:19:23 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.