PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@xxx> wrote:
>
> you could try to write to a custom log or noteget noteset whichever if
> conventient.
> --- In amibroker@xxxxxxxxxxxxxxx, "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!
> >
>
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|