PureBytes Links
Trading Reference Links
|
1. Alter and further test your pre-set values/conditions in the filter.
2. You can use Ref() in a column.
However, you should avoid referencing a column directly. This since "the Explorer
will only calculate values (the column's indicator formula) for the calculation date. The
Ref() function returns this value for this date only".
If ColA contains a valid Formula, then only column A Formula's current value will be
calculated. Any history, eg previous values, can be calculated within that Formula,
with using Ref(...,-1) workarounds or using the PREV function, but a Ref(colA,-1)
is never calculated(and will return a current value only).
3. See my homepage. You will have to write the script(s), tho. But basicaly, they are
then a written version of what you would normaly do anyway, eg Send the Key strokes
or {alternatively} the Mouse Clicks.
4. NT4.x uses the AT vdos-prompt command.
Win2k (like Win9.x) uses the TaskManager program.
You will have to write some commands in a batch-file(NT4.x) to do the same as
simply clicking and setting up the TaskManager program, which is all very basic.
Regards,
Ton Maas
ms-irb@xxxxxxxxxxxxxxxx
Dismiss the ".nospam" bit (including the dot) when replying.
Homepage http://home.planet.nl/~anthmaas
----- Oorspronkelijk bericht -----
Van: "Bodo Brochterbeck" <Minotaurus007@xxxxxxx>
Aan: <metastock@xxxxxxxxxxxxx>
Verzonden: zondag 24 september 2000 19:19
Onderwerp: Re: System-Testing of a full index - how?
> Hi Ton,
>
> thx for your time! I appreciate it very much.
>
> 1) I tried to simply run your filter, but it doesn't work. No securities will show up at all.
>
> 2) Obviously the ref() works in FILTER, whereas it is not allowed in COLUMN (p.384), I thought it was forbidden there, too. This
is good news, I'll play with that.
>
> 3) Do you have a ScriptIT-Link? That could indeed automate everything (I hope).
>
> 4) What does the TaskManager do? I have NT 4.0 and suppose that the "at" command will do the same.
>
> Regards, Bodo
>
>
>
>
> > > What am I missing?
> >
> > A simple example:
> > -The will to read the manual.
> > -The will to start developping your own custom indicators.
> > -The will to understand and experiment with the program and its rich features.
> >
> [sNIP]
>
>
|