PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxxx> wrote:
Good Day Fred - I don't want to be a pest but I need some help.I
understand and appreciate info on scheduling tasks with operating
system. Thank you. Demonstrating ttl. ignorance, how does one pass to
BatMan.vbs arument of 'Prod"? Do you have an example? Also, I find
the BatMan.hta will not accept my filter inputs - ie. in filter
settings 'Include' I need to have below 'Market' accept an
alfa 'NYSE' (I've renamed these) and in 'Exclude' for under 'Market'
accept an alfa 'Indices' and as well the ticked 'Indexes' at the
bottom of ABs filter settings. The 'Include' and 'Exclude' boxes will
only accept numeric inputs.
Your program offers the opportunity for me to get away from my
computer and do the things I should be doing around the farm. The
computer is set up to call me back whenever something promising pops
up. Your help is greatly appreciated.
Greg
> 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=12hsdgoc2/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123607061/A=2894354/R=0/SIG=11qvf79s7/*http://http://www.globalgiving.com/cb/cidi/c_darfur.html">Help Sudanese refugees rebuild their lives through GlobalGiving</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/
|