PureBytes Links
Trading Reference Links
|
That's easy, although you can't extract data, you can use the same
data. You seem like a smart guy. Take the code portion out of each
stand alone indicator which also matches the code of the composite
indicator needs and place that pre-tested (Formula Editor) snippet of
each code in the Include folder. Then delete that portion of code in
each of the stand alone indicators and composite indicator and replace
with the #inlcude <filename.afl> of each appropriate code piece. That
way all the codes that generate what you need are solely within the
include file snippet. Both the stand alone and the composite will use
the values generated by the snippets and you can have separate plotting
with each indicator.
--- In amibroker@xxxxxxxxxxxxxxx, "gmorlosky" <gmorlosky@xxx> wrote:
>
> I would like to use a composite indicator that can extract from any
> stand alone indicator, any specified formula values the composite
> indicator needs, that the stand alone indicator may generate.
>
> These are the goals:
> 1) Have the composite indicator pull it's needed values, to combine,
> from the formula values generated by the stand alone indicators.
> 2) Have each stand alone indicator and the composite indicator
plotted
> in separate panes.
>
> Thanks
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|