Alert(Buy, "EMAIL", "Buy alert on " + Name() + "(" + FullName() + ")" +
LastValue(Close), 1);On Wed, Sep 23, 2009 at 1:25 PM, Vinay Gakkhar. <[email protected]>wrote: > Dear learned senior members, > > In Alertif, I don't know how to modify the following to get the 'symbol & > full name' instead of full name at present, and how to also get the current > price. > > AlertIf(Buy , "EMAIL", "Buy alert on "+FullName(), 1 ); > > I mean the alert should read, for example, as 'Buy alert on BEL.NS (Bharat > Electronics Limited) at 1423.57'Can someone please help me in solving it? > > My sincere thanks for helping me. > > Vinay Gakkhar > > > >
