PureBytes Links
Trading Reference Links
|
Hello List,
Has anyone found a workaround for the following coding problem:
aa:=(10 OR 12);
RSI(aa)>50
Such a custom indicator returns "period out of valid range... blah blah"
With canned indicators (like RSI) it's easy to just duplicate the RSI
entries( RSI(10>50 OR RSI(12)>50) but with custom (and long) indicators is
where a real pain comes in. The only thing I can think of in case of long
piece of code is to somehow modify it down the road so it can take numeric
variables, but even so it's not always easy.
I understand that Amibroker offers this simple amenity so why Metastock is
lacking this?
I have MS Pro 7.0. Please advise if this piece of code works in 8.0 (this
would be some real incentive to upgrade).
Thanks. Best regards,
Yarroll
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
---------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|