PureBytes Links
Trading Reference Links
|
Hello Murthy,
Thanks for your response.
So looks like there is no direct mechanism to achieve that end. Your
work around also seems interesting. I am thinking of processing the AFL
code on the fly and then pass it to the Analysis object.
Thanks again!
--- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@xxx> wrote:
>
> --- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" money@ wrote:
> >
> > oh. i just have a work around. i launch another afl that would thro
> the
> > commentary window and use my ole launced afl to use the parameters.
> not
> > the most efficient, but works well.
> >
> > basically, the the pseudocode would be like this
> >
> >
> > setStaticVariables using the commentary object
> > run my afl using ole
> > clearStaticVariables using the commentary object
> >
> application.Commentary.LoadFormula(some afl to load params)
> application.Commentary.Apply()
> application.Commentary.close
> analysis=application.analysis()
> analysis.loadFormula(some formula to scan)
> analysis.scan
> application.Commentary.LoadFormula(some afl to clear params)
> application.Commentary.Apply()
> application.Commentary.close
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|