PureBytes Links
Trading Reference Links
|
I
think you need a definition for "aa" and an if
statement
From: Yarroll [mailto:yarroll999@xxxxxxxxxxxxxx]
Sent: Thursday, May 06, 2004 6:46 AMTo:
equismetastock@xxxxxxxxxxxxxxxSubject: [EquisMetaStock Group]
Multiple numeric variables
Hello List,Has anyone found a workaround for the
following coding problem:aa:=(10 OR 12);RSI(aa)>50Such a
custom indicator returns "period out of valid range... blah blah"With
canned indicators (like RSI) it's easy to just duplicate the RSIentries(
RSI(10>50 OR RSI(12)>50) but with custom (and long) indicators iswhere
a real pain comes in. The only thing I can think of in case of longpiece of
code is to somehow modify it down the road so it can take numericvariables,
but even so it's not always easy.I understand that Amibroker offers this
simple amenity so why Metastock islacking this?I have MS Pro 7.0.
Please advise if this piece of code works in 8.0 (thiswould be some real
incentive to upgrade).Thanks. Best regards,Yarroll
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|