Dear Prashanth, Yes, this is what I was looking for.
Thank you very much. vgakkhar On Tue, 30 Mar 2010 09:46:53 +0530, Prashanth K <[email protected]> wrote: > Is this what you are looking for, > > shape = Buy * shapeUpArrow + Sell * shapeDownArrow; > PlotShapes( shape, IIf( Buy, colorGreen, colorRed ), 0, IIf( Buy, Low, High > ) ); > > shape1 = Cover * shapeHollowUpTriangle + Short * shapeHollowDownTriangle; > PlotShapes( shape1, IIf( Cover, colorBrightGreen, colorOrange ), 0, IIf( > Cover, Low, High ) ); > > > Cheers > > Prashanth > > On Tue, Mar 30, 2010 at 9:25 AM, Vinay Gakkhar. <[email protected]>wrote: > >> Dear knowledgeable members of the forum, >> >> Using PlotShapes, I want to show through up & down arrows of different >> colors the point when a buy or sell candlestick starts or ends forming. >> >> Someone please help me and provide me the lines of the code to be added to >> my present code. >> >> Thank you very much for this help. >> >> vgakkhar >> >> >> ------------------------------------ >> >> **** IMPORTANT PLEASE READ **** >> This group is for the discussion between users only. >> This is *NOT* technical support channel. >> >> TO GET TECHNICAL SUPPORT send an e-mail directly to >> SUPPORT {at} amibroker.com >> >> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at >> http://www.amibroker.com/feedback/ >> (submissions sent via other channels won't be considered) >> >> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> http://www.amibroker.com/devlog/ >> >> Yahoo! Groups Links >> >> >> >> ------------------------------------ **** IMPORTANT PLEASE READ **** This group is for the discussion between users only. This is *NOT* technical support channel. TO GET TECHNICAL SUPPORT send an e-mail directly to SUPPORT {at} amibroker.com TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at http://www.amibroker.com/feedback/ (submissions sent via other channels won't be considered) For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ 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: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
