PureBytes Links
Trading Reference Links
|
>I'm getting assignment to a function not allowed in this line of EL.
>
>Robert
>
>
>Mom = Mean - Mean[Len];
>Reactivity = AspectRatio * Mom;
>
This probably means you have another function in your library named
"Mom" so you can't use that as a variable name. Try renaming Mom to
something like Mom1 in the Reactivity function.
Dave
|