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)
|
What is new in this version:
Works with 7.22 or above
Installation file
Updated date range function ( Thanks Wabbit )
Updated manual
Updated Source Code
Where:
http://forum.equis.com/d...?mode=drm_cat_view&cat=3
Forum Dll Functions List :
1) Latch Function
2) Date Range Function
3) Variable Reference Function
4) Variable HHV Function
5) Variable LLV Function
6) Variable SUM Function
7) Variable HHVBARS Function
8) Variable LLVBARS Function
9) Variable Moving Average Function
10) Variable RSI Function
11) Variable MOM Function ( Momentum )
12) Variable CMO Function
13) Custom Index Function
Patrick :mrgreen:
Ps : the old thread mysteriously disappeared ... I guess I will have to investigate that ... :(
|
|
|
|
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)
|
Many thanks for all your good work, Patrick. :)
Patrick wrote:10) Variable RSI Function
11) Variable MOM Function ( Momentum )
12) Variable CMO Function
13) Variable RSI Function
14) Custom Index Function
I take it that dll function #13 is the same as #10?
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, the dll self-install doesn't seem to work with Metastock Pro v8.01.
Unpacking the dll manually with WinZip and copying it to Metastock's dll folder, results in MS not recognizing the ForumDll.dll.
Perhaps the MSXInfo function
BOOL __stdcall MSXInfo (MSXDLLDef *a_psDLLDef)
should be placed before
BOOL WINAPI DllMain (HANDLE a_hModule,
DWORD a_fdwReason,
LPVOID a_lpReserved)
in the load/unload (initialization) section of the dll code?
jose '-)
http://www.metastocktools.com
|
|
|
|
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)
|
MDK's MSXTest reports the following error on my PC:
DLL Name: ForumDll.dll
!System error loading DLL:
One of the library files needed to run this application cannot be found.
jose '-)
|
|
|
|
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)
|
Quote:I take it that dll function #13 is the same as #10?
:D Thanks ;)
Quote:Patrick, the dll self-install doesn't seem to work with Metastock Pro v8.01.
Yep it does not seem to do its job :(
Quote:Perhaps the MSXInfo function
BOOL __stdcall MSXInfo (MSXDLLDef *a_psDLLDef)
should be placed before
BOOL WINAPI DllMain (HANDLE a_hModule,
DWORD a_fdwReason,
LPVOID a_lpReserved)
in the load/unload (initialization) section of the dll code?
I'm actually getting rid of this altogether, thanks for pointing it out ... Though I don't believe it is the source of the problem.
Quote: One of the library files needed to run this application cannot be found.
Well that's most likely because it is looking for msfl72.lib ...
Either way Thank you for letting me know o these problems :D
Patrick :mrgreen:
|
|
|
|
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.