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
|
|
|
|
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:
|
|
|
|
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) ]
|
|
|
|
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:
|
|
|
|
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 '-)
|
|
|
|
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
|
|
|
|
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:
|
|
|
|
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 |
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.