PureBytes Links
Trading Reference Links
|
Timer ?
If you are asking for the capability to schedule batches of jobs per
se to run at some particular time ... This in essence already exists
in what you have ...
There are two pieces of code here if you will ...
1. The FORM ( HTA ) which is what you see when you double click the
icon or BatMan.HTA ... It's function is to allow users to input
batch & job names and correponding settings etc. for running an AA.
2. BatMan.VBE which runs indivdual batches of jobs if you will and
produces output web pages ( Log / Summary / Detail )
In normal on demand use the Form "runs" the .VBE when you click the
run button ... However the .VBS can be run by itself by passing it
the batch name that one wanted to run ... So for example if one had
two batches of jobs defined i.e. PROD & TEST then one could execute
BatMan.vbs and pass it an argument of PROD causing it to run all the
jobs defined in the PROD batch.
This facilitates automated execution of scheduled tasks that is
easily set up as a windows scheduled task that then becomes part of
the operating systems responsibility just as you might run periodic
scan disks or defrags etc. (See typically -> Start / Programs /
Accessories / System Tools / Scheduled Tasks)
--- In amibroker@xxxxxxxxxxxxxxx, "Greg" <gphanson2@xxxx> wrote:
> --- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxxx> wrote:
> Good Day Fred - great work. Thank you for your time and effort. I
> don't have the ability to do work like this and I am totally in
your
> debt. Tomasz has been reluctant to provide this function and I
know
> over the past that many requests have been made for this. I think
> Tomasz may have felt that all the different AA stuff a person has
> could be tied up in one big file and run. I've tried that and it
will
> not work because I need the AA to run in sequence - one element
has
> to be completed before the next can run. REQUEST - to make
everything
> work perfectly is it possible to add in the 'Timer'. Thank you.
>
> Greg
>
> > BatMan Beta Release ...
> >
> > A Batch Manager to define and run AFL's as a group or batch and
a
> > convenient ( Web ) methodology to see them as they run ( Log )
and
> view
> > the summarized and detailed results.
> >
> > Now with a GUI front end form ...
> >
> > Pretty much guaranteed only to work with an IE browser ...
> >
> > See the files section of the Yahoo AmiBroker BETA site.
> >
> > http://finance.groups.yahoo.com/group/amibroker-beta/files/
> >
> > I would have posted it here but there is no room.
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hag117g/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123535490/A=2894352/R=0/SIG=11fdoufgv/*http://www.globalgiving.com/cb/cidi/tsun.html">Help tsunami villages rebuild at GlobalGiving. The real work starts now</a>.</font>
--------------------------------------------------------------------~->
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/
|