PureBytes Links
Trading Reference Links
|
Alan
> When I tried to paste my first indicator into the system tester (MS
> 8), I got the message "Unable to paste clipboard contents because
> there is not enough space in the formula."
>
> My indicator is based on Roy's "Weekly MACD - close", so it contains
> about 40 lines. Is that too many? Should I break it up into smaller
> formulas then reference them?
>
> Regards,
> Alan
You have room for 2499 characters (including end-of-line) in each indicator. It's best if you can
squeeze everything into the available space. Remove comments first then try and compact everything
else.
I usually create indicators in the Indicator Builder rather than in a word processor. MS spots the
errors quicker than I do. One way to find how much remaining room is available is to fill the space
with an asterisk "*" or some such, and count the lines before no more can be entered. There are 48
characters per line so 2 lines is just under 100 character etc.
Fml() and FmlVar() are not as bad as PREV but they still create processing overheads that are best
avoided.
Roy
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/
|