The visualization of stops is discussed in the ApplyStop() section of the Users Guide.
Bill ----- Original Message ----- From: longarm61 To: [email protected] Sent: Monday, December 08, 2008 3:09 PM Subject: [amibroker] Plot Uniquely-Colored Stops? I'm hoping this is an easy one. Couldn't search for the answer here as the "search server is busy"...again. How would I change or add to this code... shape = Buy * shapeUpArrow + Sell * shapeDownArrow; PlotShapes( shape, IIf( Buy, colorGreen, colorRed ),0, IIf( Buy, Low, High ) ); ...so that stop sells (say, n-bar stops) have a different shape/color than regular ol' buys & sells? Thanks in advance, Grant ------------------------------------ **** IMPORTANT **** This group is for the discussion between users only. This is *NOT* technical support channel. ********************* TO GET TECHNICAL 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 ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.176 / Virus Database: 270.9.15/1838 - Release Date: 12/8/2008 6:16 PM
