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)
|
This is the newest version of the Dll and is available here: http://forum.equis.com/drm_main.php?mode=drm_cat_view&cat=8
The file is compatible with MetaStock 7.0 and above
Changes include:
MOV function bugs reported by MSTT
Simple Moving Average fix
Weighted Moving Average fix
Exponential Moving Average fix
CSAR function bug reported by Jose
CSAR function fix
Compatibility issues reported by many :D
Fixed by removing the custom indicator function.
(Removed MSFL Library)
Patrick :mrgreen:
PS: Please help test it if you can :D
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Patrick
All four versions of MS I tried version 1.1.2 of the Forum dll on registered it OK (7.03, 7.20, 8.01 and 9.1), and the variable length EMA function now works correctly with my test indicator. WMA and SMA also work as expected. Thankyou and well done.
Regards
Roy
|
|
|
|
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)
|
Thanks for the feedback :D
|
|
|
|
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 CSAR function is still not accepting any variable inputs (plot remains the same regardless of input values):
[code:1:28201fe00d]
step:=Input("Step",.0001,100,.02);
maximum:=Input("Maximum",.0001,100,.2);
{SAR(step,maximum);}
ExtFml("Forum.CSAR",H,step,maximum)
[/code:1:28201fe00d]
jose '-)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 1/13/2005(UTC) Posts: 87 Location: perth australia
|
Hi Patrick,
TD COMBO still not working on Metastock 8.0
Norman
|
|
|
|
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:TD COMBO still not working on Metastock 8.0
What does that mean not working ... Can I get more details please ...
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey patrick... everything i have written up worked.... did try jose's codes above and using 9.1 they plot the same as he mentioned ....h
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 1/13/2005(UTC) Posts: 87 Location: perth australia
|
Hi Patrick,
Same problem as when the dll was first created with this function. A box with a custom indicator error pops up with the message:
"An Msx dll is reporting a floating point invalid operation error"
Norman
|
|
|
|
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)
|
It's possible that you get this message because:
a) Not enough data on the chart ...
b) It never had a signal created ...
open a chart of IBM from December 2000 to Today and apply the indicator ... Let me know if you get an error ... I guess I could throw in something to avoid this. I will work on it.
Patrick :mrgreen:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 1/13/2005(UTC) Posts: 87 Location: perth australia
|
Hi Patrick,
Problem still occurs :( even with enough data and valid signals
Norman
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey patrick... just noticed the new dll rsi is giving me the divide by 0 error on the appl chart.... i still have every version you have made and the rsi still works on them....
ExtFml("5ForumDll.VarRSI",C,10) this is from a prior version and works....
ExtFml("Forum.RSI",C,10) this is the newest version, returns the floating 0 error....
my codes seem okay... rewrote it several times just in case.....h
|
|
|
|
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)
|
Hayseed & others
Try the new beta dll ( In the Downloads / beta section ) with 30 Functions and the rsi fixed.
It is called Forum2
One more precision is some that functions have been renamed. For example Forum.VarRef is now Forum.Ref.
I will update the manual tonight.
Jose and RUAGOODP I'm still researching the CSAR and TDCOMBO issues.
Patrick :mrgreen:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey patrick.... that did it ... the 184kb beta version rsi works fine..... will check some of those other extra functions..... h
|
|
|
|
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)
|
Thanks h you rock :rockin: :Worthy:
Patrick :mrgreen:
|
|
|
|
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 uploaded a new version of the ForumDll that fixes a speed issue with the MOV function.
Patrick :mrgreen:
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/2/2006(UTC) Posts: 3
|
Which folder exactly should forum and asi dlls be copied into?
I tried using folder "Equis/Metatsock/Externla Function DLL" but get message from Inidcator Builder "This DLL does not exist in the MSX DLL folder" with both forum and asi dll usage.
testing with MS 7.03 eod.
John
|
|
|
|
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)
|
This is the right folder ... Have you restarted metastock after copying the file ... Did you make sure to grab the latest version from the downloads section ...
Sorry not sure what the problem could be.
Patrick :mrgreen:
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/2/2006(UTC) Posts: 3
|
I downloaded both dlls just yesterday.
Forum dll = 192,512
ASi.dll = 86,016
Restarted MS and rebooted m/c several times.
Should it work OK with 7.03 ver?
Is there a configurable path to the MS dlls folder? The folder did not pre-exist on my test system.
John
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/2/2006(UTC) Posts: 3
|
Err... forget it Patrick. I found the problem.
Missed "s" off the end of the external dll folder name
i.e. used "Equis/Metastock/Externla Function DLL" instead of "Equis/Metastock/Externla Function DLLs"
John - crawling shee[censored]hly away to hide face in corner ;-)
|
|
|
|
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)
|
|
|
|
|
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.