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

Notification

Icon
Error

Options
Go to last post Go to first unread
Aljnoobi  
#1 Posted : Wednesday, January 10, 2007 2:21:44 PM(UTC)
Aljnoobi

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/14/2006(UTC)
Posts: 6

Hello every1

1st of all,hope u all doin' great..! plus, i wish u all enjoyed a very happy new year :-)

now, coming to my question;

i've read an article over the net.. it was about when to enter a trade and when to exit.. i dunno if u guyz read it.. anyway.. i'm going to put the link of that article here and i hope from all of my heart ..u pals help me build up a fourmla according to the data given in that article...i really hate to bother you referring to links and stuff on the net but believe me, i did that to make u understand my point.

i can't wait to see ur helpful reply...

(¯`·.¸¸.-> ®\ hanx In Advance//® <-.¸¸.·´¯)

Here is the link: http://www.tradertalk.com/tutorial/demark.html

Jose  
#2 Posted : Wednesday, January 10, 2007 11:59:11 PM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Excellent link, Aljnoob. :) DeMark's sequential trading system is one of the better ones. It avoids indicators and looks for specific chart patterns, and often finds tops & bottoms. I've done a lot of custom work for private clients on DeMark's sequential, and I believe that it shows a lot of promise. jose '-)
Aljnoobi  
#3 Posted : Thursday, January 11, 2007 7:17:50 AM(UTC)
Aljnoobi

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/14/2006(UTC)
Posts: 6

Thanx alot Jose for ur reply.. but it seems my help call has not been answered yet..u said:

"I've done a lot of custom work for private clients on DeMark's sequential, and I believe that it shows a lot of promise.".. will u explain that line of urs weither in here or in private message.. i really need help.. man !

(¯`'•.¸(¯`'•.¸ \ @thanx again@ / ¸.•'´¯)¸.•'´¯)

Jose  
#4 Posted : Thursday, January 11, 2007 7:49:29 AM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Not much to explain, Aljnoobi - it's one of the services I provide at MetaStockTools.com. MetaStock projects usually go along these lines: 1) Client contacts me specifying the methodology he/she wants programmed into MetaStock; 2) If I can do the work (meaning, that the methodology is well-defined), I return a quote for the work ahead (usually a mixture of custom signal indicators, explorations, experts, templates); 3) If the client agrees and pays, I go ahead and code/backtest the methodology in MetaStock (often with added improvements), and send the work as a self-install file. 4) Client reviews MetaStock project and sometimes asks for code adjustments or alterations; 5) Final project sent, sometimes at no added cost. My aim is to satisfy to my clients that the work I do is first-rate. The number of return clients (over 80%) indicates that my work is appreciated as such. Due to the confidential nature of the work I do, I cannot divulge any details about my clients nor their projects. However, it has been my experience that DeMark's sequential methodology shows a lot of promise, and is often adaptable to individual tastes. Anyway, for more specific details, please contact me at josesilva22 at yahoo.com jose '-)
Aljnoobi  
#5 Posted : Thursday, January 11, 2007 9:27:13 AM(UTC)
Aljnoobi

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/14/2006(UTC)
Posts: 6

I have added u Jose in my yahoo list... my yahoo ID is : yanitop

hope to see around soon...

well,time to go now ...but b4 i go.. plz accept my best regards

Thanx

vaughn  
#6 Posted : Thursday, January 11, 2007 7:26:20 PM(UTC)
vaughn

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/16/2005(UTC)
Posts: 93
Location: Maryland,US

I am not sure if you have looked around any, but there are a couple sites with code. Sometimes the code posted does not work so you might have to step through it and work it over before it is usable:

http://trader.online.pl/MSZ/e-se-DeMarks_Sequential.html
http://www.guppytraders.com/Metastock%20Formulas/metastock%20formula%2023.htm

I have not tried either of the formulas posted, they are quite big. Again with free code posted on the web, there might be typo's or it might not actually do what the author of your link had intended, but it is a place to start.
Aljnoobi  
#7 Posted : Friday, January 12, 2007 12:18:36 PM(UTC)
Aljnoobi

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/14/2006(UTC)
Posts: 6

vaughn... THANX ALOT...

am on my way to 2 check those links u posted..

*¯`°·.¸\Best Regards/¸.·°´¯*

uasish  
#8 Posted : Sunday, January 14, 2007 5:01:53 AM(UTC)
uasish

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 8/13/2005(UTC)
Posts: 170

Thanks: 7 times

Aljnoobi,

This is a collction for your consideration := Td-sequential by Tom Demark (Buy)

.................................................8..................................................

a:=Sum(C < Ref(C,-4),6)=6;
aa:= a AND Ref(C,-6) < Ref(C,-10) ;
aaa:= aa AND Ref(C,-7) < Ref(C,-11) ;
aaaa:= aaa AND Ref(C,-8) < Ref(C,-12) ;
b:=If((a=1) AND (aa<>1),1,0);
x:=ValueWhen(1,b,L);
bb:=If((aa=1) AND (aaa<>1),1,0);
xx:=ValueWhen(1,bb,L);
bbb:=If((aaa=1) AND (aaaa<>1),1,0);
[censored]:=ValueWhen(1,bbb,L);
bbbb:=If(aaaa,1,0);
[censored]x:=ValueWhen(1,bbbb AND (BarsSince(bbbb)<BarsSince(bbb)) AND (BarsSince(bbbb)<BarsSince(b)),L);
y:=([censored]x<x AND [censored]x<xx) OR ([censored]<xx AND [censored]<x);

bcon:=y;
scon:=C>Ref(C,-4);
bset:=BarsSince(bbbb)<BarsSince(bbb);
sset:=y;
setup:=If(bset,1, If(sset,-1,PREV));
Cross(If(setup=1 AND bcon,1,If(setup=-1 AND scon,-1,PREV)),0.5);

...........................................8.................................................

I do not recollct who has written this but the use of aa ,aaa, is Hayseed's trademark.

Asish

I

hayseed  
#9 Posted : Sunday, January 14, 2007 6:56:08 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey aljnoobi.... jose would likely be your best bet.... but until then here is something we worked on sometime back.... eventually coded most all the conditions but in a haphazard fashion.... jose would have cleaner code....

we later coded up to day 19 using wabbits much shorter code suggestion.... the explorations are easy enough, just place the desired number day codes in a column.... v10 helps in that area........h

as an example, this locates potential buys on day 9's or greater.....

a:=(C < Ref(C,-4) AND Ref(C,-1) < Ref(C,-5) AND
Ref(C,-2) < Ref(C,-6) AND Ref(C,-3)<Ref(C,-7)AND
Ref(C,-4) < Ref(C,-8) AND Ref(C,-5) < Ref(C,-9) AND Ref(C,-6) < Ref(C,-10) AND Ref(C,-7)<Ref(C,-11) AND Ref(C,-8) < Ref(C,-12) );

aa:=(C < Ref(C,-4) AND Ref(C,-1) < Ref(C,-5) AND
Ref(C,-2) < Ref(C,-6) AND Ref(C,-3)<Ref(C,-7)AND
Ref(C,-4) < Ref(C,-8) AND Ref(C,-5) < Ref(C,-9) AND Ref(C,-6) < Ref(C,-10) AND Ref(C,-7)<Ref(C,-11) AND a<>1 );

aaa:=(C < Ref(C,-4) AND Ref(C,-1) < Ref(C,-5) AND
Ref(C,-2) < Ref(C,-6) AND Ref(C,-3)<Ref(C,-7)AND
Ref(C,-4) < Ref(C,-8) AND Ref(C,-5) < Ref(C,-9) AND Ref(C,-6) < Ref(C,-10) AND aa<>1 );

aaaa:=(C < Ref(C,-4) AND Ref(C,-1) < Ref(C,-5) AND
Ref(C,-2) < Ref(C,-6) AND Ref(C,-3)<Ref(C,-7)AND
Ref(C,-4) < Ref(C,-8) AND Ref(C,-5) < Ref(C,-9) ) AND aaa<>1;


BarsSince(a)<BarsSince(aaaa) AND a<>0

Aljnoobi  
#10 Posted : Tuesday, January 16, 2007 5:52:34 PM(UTC)
Aljnoobi

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/14/2006(UTC)
Posts: 6

uasish is not online. Last active: 01/14/2007, 5:04 uasish &hayseed is not online. Last active: 01/15/2007, 18:18 hayseed....

first of all, i'd like to thank u from the deep of my heart for the help and 4 ur great assistance to all

members here...no wonder why ur forum one of the best best forums over the net it is because of

u , great friends.

now... after continous search and deep dig i found what i was looking 4 on the following link:

http://www.sgsch.com/CapitalX/plugin/tdi.rar

ready to import..

thanx again....

uasish  
#11 Posted : Thursday, January 18, 2007 5:08:18 AM(UTC)
uasish

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 8/13/2005(UTC)
Posts: 170

Thanks: 7 times

Aljnoobi,

Thks, good collection.

Asish

uasish  
#12 Posted : Thursday, January 18, 2007 5:19:17 AM(UTC)
uasish

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 8/13/2005(UTC)
Posts: 170

Thanks: 7 times

Aljnoobi,

Set up gives the signal same day as Hayseed's code,but the colourful Expert gives the counting.It is better to use the Hayseed's code for exploration because it is without fml & the commentry of expert is not in english (hence difficult for me).However thank you for the same.

Asish

Users browsing this topic
Guest (Hidden)
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.