PureBytes Links
Trading Reference Links
|
Hello,
Is it possible to optimise a value from a custom indicator in the System
Tester?
For a standard Metastock formula, it is not a problem:
C > Mov(C,opt1,S)
However, suppose we have a custom indicator CUST1 that looks like this:
ABC:=5;
Mov(C,ABC,S);
What I would like to test is the equivalent of:
C > (FmlVar("CUST1","ABC") = opt1)
where opt1 would be, say, 3 to 7.
I know that, in this particular case, I could put the whole formula into
the System Tester but it gets a lot more complicated when the custom
indicator has several variables and conditions.
Any suggestions appreciated.
Regards,
Kevin
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|