PureBytes Links
Trading Reference Links
|
Stockwell and
Ajay,
Try this:
This code is not mine.
peri:=Input("High line periods",2,500,3);{by
FREDCOM, 26Mai2003 --> V1.13}n:=Input("Low line
periods",2,500,3);hic:= H>Ref(HHV(H,peri),-1) AND
H>=Ref(HHV(H,peri),peri);y1t:=LastValue(ValueWhen( 2, hic=1, H
));y2t:=LastValue(ValueWhen( 1, hic=1, H ));x1t:=LastValue(ValueWhen( 2,
hic=1 , Cum(1) ));x2t:=LastValue(ValueWhen( 1, hic=1 , Cum(1)
));{at:=(y1t-y2t)/(x1t-x2t);bt:=y1t-at*x1t;}yt:=(y1t-y2t)/(x1t-x2t)*Cum(1)+y1t-(y1t-y2t)/(x1t-x2t)*x1t;
{yt:=at*cum(1)+bt;}e1:=H-yt;ret1:=LastValue(Cum(1)-(x1t+Int((x2t-x1t)/2)-1));seg1:=LastValue(Int((x2t-x1t)/2+Int(2*peri/5)){+peri-1});x1:=LastValue(Cum(1)-HHVBars(Ref(e1,-ret1),seg1)-ret1);y1:=LastValue(ValueWhen(1,x1=Cum(1),H));ret2:=LastValue(Cum(1)-(x2t+Int(4*peri/5)));seg2:=LastValue(Int((x2t-x1t)/2)+Int(4*peri/5));x2:=LastValue(Cum(1)-HHVBars(Ref(e1,-ret2),seg2)-ret2);y2:=LastValue(ValueWhen(1,x2=Cum(1),H));a:=(y1-y2)/(x1-x2);HiTL:=If(Cum(1)>x1t-5,(y1-y2)/(x1-x2)*Cum(1)+y1-(y1-y2)/(x1-x2)*x1,BarsSince(Cum(1)>x1t-5));loc:=
L<Ref(LLV(L,n),-1) AND L<=Ref(LLV(L,n),n);y1t:=LastValue(ValueWhen( 2,
loc=1, L ));y2t:=LastValue(ValueWhen( 1, loc=1, L
));x1t:=LastValue(ValueWhen( 2, loc=1, Cum(1)
));x2t:=LastValue(ValueWhen( 1, loc=1, Cum(1)
));yt:=(y1t-y2t)/(x1t-x2t)*Cum(1)+y1t-(y1t-y2t)/(x1t-x2t)*x1t;
{yt:=at*cum(1)+bt;}e1:=L-yt;ret1:=LastValue(Cum(1)-(x1t+Int((x2t-x1t)/2)-1));seg1:=LastValue(Int((x2t-x1t)/2+Int(2*n/5)){+n-1});x1:=LastValue(Cum(1)-LLVBars(Ref(e1,-ret1),seg1)-ret1);y1:=LastValue(ValueWhen(1,x1=Cum(1),L));ret2:=LastValue(Cum(1)-(x2t+Int(5*n/5)));seg2:=LastValue(Int((x2t-x1t)/2)+Int(4*n/5));x2:=LastValue(Cum(1)-LLVBars(Ref(e1,-ret2),seg2)-ret2);y2:=LastValue(ValueWhen(1,x2=Cum(1),L));{a:=(y1-y2)/(x1-x2);b:=y1-a*x1;}a:=(y1-y2)/(x1-x2);If(Cum(1)>x1t-5,(y1-y2)/(x1-x2)*Cum(1)+y1-(y1-y2)/(x1-x2)*x1,BarsSince(Cum(1)>x1t-5));HiTL<FONT
face=Verdana size=2>
DusantChief Architect<A
href="">http://www.candlestrength.com/
----- Original Message -----
From: "Ajay Joglekar" <<A
href=""><FONT face=Verdana
size=2>ajay.joglekar@xxxxxxxxx<FONT face=Verdana
size=2>>
To: <<A
href=""><FONT face=Verdana
size=2>equismetastock@xxxxxxxxxxxxxxx<FONT face=Verdana
size=2>>
Sent: Tuesday, July 27, 2004 10:43
PM
Subject: Re: [EquisMetaStock Group] How to use my
own trendline
<FONT face=Verdana
size=2>> Try using the slope value i.e the value of the trendline end value
-> start value divided by end tick - start tick.This is the slope
and> then you can use this slope to build an indicator which is
something> like this:> TrendLine:=Prev+Slope;>
TrendLine> > Ofcourse this needs modification to be placed exactly
where u want to place it.> > - Ajay> > >
> > ----- Original Message -----> From: stockwellspb
<<FONT face=Verdana
size=2>no_reply@xxxxxxxxxxxxxxx>>
Date: Tue, 27 Jul 2004 14:11:13 -0000> Subject: [EquisMetaStock Group]
How to use my own trendline> To: <A
href=""><FONT face=Verdana
size=2>equismetastock@xxxxxxxxxxxxxxx<FONT face=Verdana
size=2>> > If I draw my trendline manually Can I use it in my
Indicator?> Can I get value of my trendline in my
indicator?
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|