PureBytes Links
Trading Reference Links
|
Kevin,
Without knowing the custon formula and its output its really hard to
say what the best method would be.
That being said, you could optimize a moving average of the output.
You can optimize with values from 1 to whatever. Anything above 1
will introduce lag.
Also, remember that if the custom formula requires an input parameter
it will need to be set in the tester. If you do not set it, the
default will be used.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Kevin Barry <kevin_barry@xxx>
wrote:
>
> 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/
|