PureBytes Links
Trading Reference Links
|
I tried changing the values 3 and 10 to OPT1 and OPT2 - however, I
get the following errors:
Optimization variables are not allowed in this type of formula.
Basically, I was trying to create an expert for moving average
crossover with optimization.
--- In equismetastock@xxxxxxxxxxxxxxx, "rvalue1" <rvalue1@xxxx> wrote:
> Open Expert and New. Give the New Expert a name such as Moving
> average crossover. Then paste the following formula into Highlights
> and Symbols tabs for an Up signal.
> Mov(C,3,E)>Mov(C,10,E)
>
> Do the same with this formula for the Down signal
> Mov(C,3,E)<Mov(C,10,E)
>
> You can change the values of the exponential moving avergae if you
> wish. You can also do the same into Enhanced System tester and
build
> a back test model. Or replace the values with OPT1 and OPT2 and
> optimize within ranges that you select.
>
> Rvalue1
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/
|