Graham, I am not using AFL to write the notes, I'm just simply typing them in manually. When I change stock symbols the notes do not change.
Thanks, Tom --- In [email protected], Graham <[EMAIL PROTECTED]> wrote: > > can you provide the line of code you are using to insert the notes to > notepad > for example > this will only place text into QQQQ > NoteSet("QQQQ", "Jun 15, 2004: AMD will deliver its first multi- core > processors next year"); > this will place into all symbols > NoteSet("", "Jun 15, 2004: AMD will deliver its first multi-core processors > next year"); > > If you want different notes for different symbols you will need to write a > conditional statement for each symbol > eg (and these are just examples only) > NoteSet("", writeif(name()=="QQQQ","Jun 15, 2004: AMD will deliver its first > multi-core processors next year","")); > another would be > if(Name()=="QQQQ") NoteSet("", "Jun 15, 2004: AMD will deliver its first > multi-core processors next year"); > > > > -- > Cheers > Graham > AB-Write >< Professional AFL Writing Service > Yes, I write AFL code to your requirements > http://www.aflwriting.com > > On 08/12/06, trb0428 <[EMAIL PROTECTED]> wrote: > > > > --- In [email protected], "Ulag Thyagarajan" <ulagthy@> > > wrote: > > > > > > when I add some notes for a particular symbol it apears in other > > > symbols as well as if it is a global entry. I never used to face > > this > > > in earlier versions. Can some one please throw some light on how to > > > restrict my notes to the selected symbol and not others. > > > Thanks. > > > Ulag > > > > > > > Hi - I am experiencing the same thing. Is there a solution to this? > > > > Thanks, > > Tom > > > > > > > > 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 > > > > > > > > >
