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

Notification

Icon
Error

Options
Go to last post Go to first unread
btconnolly  
#1 Posted : Monday, March 31, 2008 2:51:23 PM(UTC)
btconnolly

Rank: Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/25/2005(UTC)
Posts: 12

My formula has several conditions that would trigger a Buy or a Sell in a System Test. Signals for some stocks take a long time after the first day of data, which is not simple time dependency as when Mov(C,60,S) is undefined for 59 days. My Declining-Stock-Buy-Condition, for example, may rarely appear in a bullish stock and it seems that no Buy signals generate until Metastock 'sees' ALL potential Buy and Sell conditions as True once in a stock before it will 'initialize' the formula and generate its very first Buy or Sell.

In Roy's post on 'Metastock Formula Limitations', he mentioned that, " ...Equis came up with a fix for the deficient IsDefined() function and just forgot to tell anybody about it":

ExtFml("BBS.IfNotDefined",Mov(C,60,S),0);

Roy described that this generates a '0' or False in the 59 bars when this formula is undefined. Therefore other True elements of a formula are not held up from becoming initialized. Is this .dll available from Equis and usable in MSV10.0? If so, how do I load and use it? How does this differ from the 'Extend' .dll that Jose is offering?

For example, would I have to use this ExtFml for each of the multiple elements within the 3 conditions for a Buy and 3 conditions for a Sell? Many thanks for your help.

pumrysh  
#2 Posted : Monday, March 31, 2008 8:51:43 PM(UTC)
pumrysh

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/28/2004(UTC)
Posts: 110

bt,

The BBS is part of the Bollinger Band Add-on.

I am not aware of an Extend DLL that Roy is offering. I believe you can find it at traders consortium.

Preston

btconnolly  
#3 Posted : Tuesday, April 1, 2008 7:50:54 AM(UTC)
btconnolly

Rank: Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/25/2005(UTC)
Posts: 12

Thanks Preston - Looks like i will have to explore the Extend.dll option
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.