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

Notification

Icon
Error

Options
Go to last post Go to first unread
Mike012321  
#1 Posted : Wednesday, November 16, 2005 10:59:56 AM(UTC)
Mike012321

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/16/2005(UTC)
Posts: 10

Are there Metastock plug-ins or add-ons for Tom Demark's trading systems and indicators (eg TD Sequential,TD Combo etc) ? Failing that, are there any charting packages other than the "professional" ones like Bloomberg and Reuters that have these? Thanks for any help Mike
Patrick  
#2 Posted : Friday, November 18, 2005 10:04:25 PM(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)
Hi Mike, There are no Demark Plug Ins for Metastock ... I did Write the TD Combo in a Dll Function if you are interrested. Look in the download section and in the Beta files download the Dll, also in the Stable Release download the manual. Hope this helps Patrick :mrgreen:
Mike012321  
#3 Posted : Saturday, November 19, 2005 7:35:12 AM(UTC)
Mike012321

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/16/2005(UTC)
Posts: 10

Patrick, Thanks for that. I'll be checking out TD Combo. The functions in the Forum DLL that allow the use of variables instead of constants are going to be really useful. =D> regards Mike. [Unfortunately I couldn't get my Metastock 9.0 to recognize Forum90.Dll - I see others have had difficulties with this - but Forum80.Dll was installed with no problem. (my OS is Win XP with SP2 installed) ]
Patrick  
#4 Posted : Saturday, November 19, 2005 5:22:28 PM(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)
So version 8.0 worked for you? :eek: Could you test the Custom index function and let me know if works? Thansk :mrgreen:
Jose  
#5 Posted : Sunday, November 20, 2005 12:20:54 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)
Patrick, whilst we are on the subject, the Forum.dll's (for MS v8.0) SAR function is not accepting variable inputs (i.e. changing var inputs makes no difference to the plot): [code:1:123d01147a]{ExtFml("Forum.CSAR",Data Array,Step,Maximum)} step:=Input("Step",.001,100,.02); mx:=Input("Maximum",.001,100,.2); ExtFml("Forum.CSAR",C,step,mx) [/code:1:123d01147a] jose '-)
Mike012321  
#6 Posted : Sunday, November 20, 2005 7:25:58 AM(UTC)
Mike012321

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/16/2005(UTC)
Posts: 10

Patrick, I set up 2 indicators using Custom Index (see below). They both display. Perhaps this in itself answers your question? I've asked a couple of questions about the function as I'm not sure I understand it properly. 1. ExtFml( "Forum80.CustomIndex","c:/Shares/LSE_INDEXES", c, sum); Does this give the sum of the closes of each security in the folder (i.e. date by date)? 2. ExtFml( "Forum80.CustomIndex", "c:/Shares/LSE_DOM/D", c, index); Does this show number of securities in folder that have data (the close) for each date? Hope this helps Mike
Patrick  
#7 Posted : Sunday, November 20, 2005 7:36:02 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 answer to question 1 is yes the answer to question 2 is no :D
Quote:
Does this show no of securities in folder having data (the close) for each date?
Not it sums the data and then divides it by the number of securities in the folder. Patrick :mrgreen:
Mike012321  
#8 Posted : Sunday, November 20, 2005 8:26:49 AM(UTC)
Mike012321

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 11/16/2005(UTC)
Posts: 10

Thanks Patrick. I thought my answer to no 2 was a bit weird! #-o
Users browsing this topic
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.