Thanks.
This would write the text to the notepad?I guess that would suffice,
but I had hoped there was a function that could draw a sign on the
chart itself?
I guess AFL can get the computer's date and write it to the notepad if
the stock is found in an exploration. I would not have to write the
date myself I hope?
This is pseudocode, could I implement it like this:
For any stock that is filtered in exploration:
NoteSet("", "Stock was found in exploration on " date() "");
--- In [email protected], "murthysuresh" <[EMAIL PROTECTED]> wrote:
>
> you could try to write to a custom log or noteget noteset whichever if
> conventient.
> --- In [email protected], "carlacash26" <carlacash26@> wrote:
> >
> > Hi, I have an exploration which returns a number of stocks. These are
> > then automatically added to a watchlist.
> >
> > I would like to know if it would be possible to have the exploration
> > to somehow automatically mark the bar, with a dot or something, on
> > the day the stock was added to the watchlist, in order to later know
> > when it was added, as I go through my watchlist.
> >
> > Thanks!
> >
>