PureBytes Links
Trading Reference Links
|
Thanks for the suggestion Fred,
I thought of this but was leery to try it, My experinece is that
using OLE automation with Amibroker when it is already under load
(e.g. processing a real time data feed)can be a bit flaky. I don't
think its AB's problem more the way Microsoft manages COM
components.
Thanks
PS Tomasz,
It would be a sweet thingto add next time you are revamping the AB
OLE interface if you have the time!
--- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxxx> wrote:
>
> While there MAY not be a way to set this field in automation, one
> thing you could certainly do is execute a time spaced scan i.e.
>
> For i = 1 To n
> Scan()
> WScript.Sleep(60000)
> Next
>
> --- In amibroker@xxxxxxxxxxxxxxx, "micmus2002" <micmus2002@xxxx>
wrote:
> >
> > Is there a way (using OLE) or whatever to set the analysis screen
> > value - Scan every (min):
> >
> > I can start up AB to schedule, as well as IB, but I have to be
there
> to
> > set the scanning going. Anybody know a way round this,
> >
> > Thanks
> >
> >
> > MicMus
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|