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

Notification

Icon
Error

Options
Go to last post Go to first unread
Patrick  
#1 Posted : Wednesday, November 30, 2005 8:14:50 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)
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
mstt  
#2 Posted : Wednesday, November 30, 2005 10:12:08 PM(UTC)
mstt

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
Patrick  
#3 Posted : Wednesday, November 30, 2005 10:21:08 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)
Thanks for the feedback :D
Jose  
#4 Posted : Wednesday, November 30, 2005 11:04:05 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)
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 '-)
RUAGOODP  
#5 Posted : Wednesday, November 30, 2005 11:36:46 PM(UTC)
RUAGOODP

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
Patrick  
#6 Posted : Wednesday, November 30, 2005 11:58:11 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)
Quote:
TD COMBO still not working on Metastock 8.0
What does that mean not working ... Can I get more details please ...
hayseed  
#7 Posted : Thursday, December 1, 2005 1:28:07 AM(UTC)
hayseed

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
RUAGOODP  
#8 Posted : Thursday, December 1, 2005 1:31:27 AM(UTC)
RUAGOODP

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
Patrick  
#9 Posted : Thursday, December 1, 2005 1:37:07 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)
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:
RUAGOODP  
#10 Posted : Thursday, December 1, 2005 1:43:54 AM(UTC)
RUAGOODP

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
hayseed  
#11 Posted : Thursday, December 1, 2005 1:57:21 AM(UTC)
hayseed

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
Patrick  
#12 Posted : Thursday, December 1, 2005 2:23:59 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)
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:
hayseed  
#13 Posted : Thursday, December 1, 2005 3:42:36 AM(UTC)
hayseed

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
Patrick  
#14 Posted : Thursday, December 1, 2005 3:46:22 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)
Thanks h you rock :rockin: :Worthy: Patrick :mrgreen:
Patrick  
#15 Posted : Monday, December 12, 2005 11:28:41 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)
I uploaded a new version of the ForumDll that fixes a speed issue with the MOV function. Patrick :mrgreen:
mstrader  
#16 Posted : Tuesday, January 3, 2006 2:17:47 PM(UTC)
mstrader

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
Patrick  
#17 Posted : Tuesday, January 3, 2006 4:10:16 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)
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:
mstrader  
#18 Posted : Tuesday, January 3, 2006 4:42:17 PM(UTC)
mstrader

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
mstrader  
#19 Posted : Tuesday, January 3, 2006 4:52:21 PM(UTC)
mstrader

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 ;-)
Patrick  
#20 Posted : Tuesday, January 3, 2006 5:11:54 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)
Great :lol:
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.