http://www.amibroker.com/guide/afl/afl_view.php?id=206
Use this syntax: PlotShapes( shape, color, layer = 0, yposition = graph0, offset = -12 ); or PlotShapes( IIf( Strategy6_Sell, shapeDigit6 , shapeNone ), colorYellow, 0, Low, -15); Bill ----- Original Message ----- From: Padhu To: [email protected] Sent: Sunday, October 14, 2007 7:26 PM Subject: [amibroker] need help aligning plotshapes Hello, I have the following potshapes. They work fine untill the same bar has both signals TRUE, then the plotshapes overwrite on top of the other.(which is not a bug just behaviour). Is there a way I can specifiy co-ordinates such that Strategy6_Sell, is x levels below the signal candle or above the signal candle like that?. PlotShapes( IIf( Strategy6_Sell, shapeDigit6 , shapeNone ), colorYellow ); PlotShapes( IIf( Strategy3_Buyl, shapeDigit6 , shapeNone ), colorBlue); Thanks,Padhu ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.14.10/1070 - Release Date: 10/14/2007 9:22 AM
