PureBytes Links
Trading Reference Links
|
Graham,
THe problem is I am not always there to start it up. I use alerts
generated by the scan to manage things such as trailings stops etc. -
i used to do this in the indicaor window, but found that it generates
so much CPU overhead that signals would not be generated at busy
times.
I can now start all the elements of the trading platform unnattended,
I just cant' get the analysis running without manual intervention.
MM
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> can't you just use the Scan every x minutes in the AA window
>
> On Apr 2, 2005 3:11 AM, 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
> >
> >
> > 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
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
------------------------ 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/
|