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

Notification

Icon
Error

Options
Go to last post Go to first unread
Packer  
#1 Posted : Tuesday, September 20, 2005 6:03:08 AM(UTC)
Packer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/2/2005(UTC)
Posts: 5

Dear All, This is the TD Sequential Indicators explained in Bloomberg. I hope this will give you a more detailed picture on TD Sequential Indicator. As for the current indciatiors, I think they are missing out the Recycling and the Cancellation which is also very important as one of the components in the TD indicators. I hope you will find it helpful and further enhanced the TD indciator which is available. Regards, Packer
Patrick  
#2 Posted : Wednesday, September 21, 2005 2:29:35 AM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
I will write this as a dll, check the dll function forum in a week or two. Patrick :mrgreen:
RUAGOODP  
#3 Posted : Wednesday, September 21, 2005 5:44:09 AM(UTC)
RUAGOODP

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2005(UTC)
Posts: 87
Location: perth australia

Hi, I have done some coding of my own to try to get the right set up for the countdown. My code below is rough but works. It includes Td intersection which states: if intersection occurs on bar 8 or 9 of a buy setup, then countdown commences on the 9th bar of the buy set up providing the countdown criteria c <=ref(l,-2) is met. However if intersection occurs AFTER completion of a buy set up countdown begins on the bar after the buy set up that intersection occurs AND the countdown criteria c <=ref(l,-2) is met of course. so my code goes:(this is only for buy countdown) a% X:=Sum(C < Ref(C,-4),9)=9 AND Ref(C,-9) >= Ref(C,-13) AND Sum(V > 0,10)=10; y:=H >= Ref(LLV(L,6),-3) AND H <= Ref(HHV(H,6),-3);{TD Intersection) z:=(Y AND x) OR (y AND Ref(x,-1) AND Ref(y,-1)<>1) OR (y AND Ref(x,-2) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1) OR (y AND Ref(x,-3) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1 AND Ref(y,-3)<>1) OR (y AND Ref(x,-4) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1 AND Ref(y,-3)<>1 AND Ref(y,-4)<>1) OR (y AND Ref(x,-5) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1 AND Ref(y,-3)<>1 AND Ref(y,-4)<>1 AND Ref(y,-5)<>1) OR (y AND Ref(x,-6) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1 AND Ref(y,-3)<>1 AND Ref(y,-4)<>1 AND Ref(y,-5)<>1 AND Ref(y,-6)<>1 ) OR (y AND Ref(x,-7) AND Ref(y,-1)<>1 AND Ref(y,-2)<>1 AND Ref(y,-3)<>1 AND Ref(y,-4)<>1 AND Ref(y,-5)<>1 AND Ref(y,-6)<>1 AND Ref(y,-7)<>1); XX:=Z OR X AND Ref(Y,-1) AND Y=0; signal:=xX AND Alert(x=0,2); If(Ref(BarsSince(signal=1),-1)>5,signal,0) *************************************** TD Buy 9 Fml("%a")=1 AND Ref(Fml("%a"),-1)=0 **************************************** TD - SetUp-Buy 1 Sum(C < Ref(C,-4),9)=9 AND Ref(C,-9) >= Ref(C,-13) AND Sum(V > 0,10)=10 ******************************************* TD SEQUENTIAL BUY2 C<L C <= Ref(L,-2) AND V > 0 ****************************************** TD Count Down Buy A(Seq) Cum(If(Fml("TD SEQUENTIAL BUY2 C<L"),1,0)) - ValueWhen(1,Ref(Fml("TD BUY 9" ), 1)=1, Cum(If(Fml("TD SEQUENTIAL BUY2 C<L"),1,0))) **************************************** Setup buy Ref( Fml( "TD - SetUp-Buy 1" ) ,8)=1 ************************************* Setup buy 2 Ref( Fml( "TD - SetUp-Buy 1" ) ,7)=1 ************************************* *3 *4 *5 *6 *7 *8 ************************************* Setup buy 9 Fml( "TD - SetUp-Buy 1" )=1 ************************************* Countdown buy 1 Fml( "TD Count Down Buy A(Seq)" ) =1 AND Ref( Fml( "TD Count Down Buy A(Seq)" ) ,-1)<>1 *************************************** *2 *3 *4 *5 *6 *7 *8 *9 *10 *11 *12 **************************************** Countdown buy 13 Fml( "TD Count Down Buy A(Seq)" ) =13 AND Ref( Fml( "TD Count Down Buy A(Seq)" ) ,-1)<>13 ************************************** And when we reach countdown 13 we have to make sure the close of this bar is less than the close of bar 8 of the countdown. I don,t know how to code this. If the close of bar 13 is not less than the close of bar 8 then we must wait for the first bar after bar 13 that is less than the close of bar 8.I do not know how to code this as well. Also my Setup Buy's uses forward references. The only way around this is with a dll. To date I have not been able to code TD COMBO. It needs a dll Hope this enlightens people and hopefully we can improve on these codes. Cheers Norman
Patrick  
#4 Posted : Wednesday, September 21, 2005 7:14:55 AM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
The Beta ForumDll 1.1.0 has the basic TD COMBO setup ... Try it out and give me your feedback so that we can improve the function ... Patrick :mrgreen:
Carbonmimeti  
#5 Posted : Monday, March 8, 2010 7:27:05 AM(UTC)
Carbonmimeti

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2010(UTC)
Posts: 24

Thanks: 1 times

Hi,where can I download it?

thank's in advance

Carbonmimeti  
#6 Posted : Monday, March 8, 2010 7:51:24 AM(UTC)
Carbonmimeti

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2010(UTC)
Posts: 24

Thanks: 1 times

.....because there are some dll.....and I don't know which is the right one....

Carbonmimeti  
#7 Posted : Wednesday, July 28, 2010 9:31:56 AM(UTC)
Carbonmimeti

Rank: Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2010(UTC)
Posts: 24

Thanks: 1 times
Well,now I have the dll...but what about the formula extfml("forum.tdcombo")?thank's
Severfam  
#8 Posted : Monday, May 16, 2011 2:34:45 AM(UTC)
Severfam

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/16/2011(UTC)
Posts: 1

I am sorry, dont understand...where can I download it?
Users browsing this topic
Guest (Hidden)
Similar Topics
Has anyone found a TD Sequential expert or addin that works sucessfully (Formula Assistance)
by SAILBEARS1 11/4/2009 8:37:27 AM(UTC)
TD Sequential & TD Combo (Product Wish List)
by Crusier 2/26/2009 8:28:00 PM(UTC)
TD Sequential on Metaststock 10 Pro? (MetaStock)
by the13th 10/14/2006 11:18:32 PM(UTC)
TD Sequential Indicator (Formula Assistance)
by bobhun 3/15/2005 1:38:57 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.