The effect on the shape depends on the shape itself. Try putting a param for the offset values - you can see how it affects the plot distance dynamically.
Lal ----- Original Message ---- From: murthysuresh <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, 15 August, 2008 4:27:36 PM Subject: [amibroker] Re: plotshapes help --- In [EMAIL PROTECTED] ps.com, Lal <[EMAIL PROTECTED]> wrote: > > Murthy, > > The last parameter (5) in your plotshapes statement is the Offset value (in pixels)...increase it for ShapeUpArrow to get a bigger gap. > For ShapeDownArrow, you may have to try negative values... > Cheers, > Lal > > > ----- Original Message ---- > From: murthysuresh <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] ps.com > Sent: Friday, 15 August, 2008 2:23:41 PM > Subject: [amibroker] plotshapes help > > > the following plot shapes comamnds gives me results as seen in this > screenshot. > http://screencast. com/t/rGJVivwx8 > PlotShapes( IIf( (C>prevHourHigh) , shapeUpArrow +shapePositionAbove , > shapeNone ),IIf( Hourly9ema>= > Hourly20ema ,colorGreen, colorBrightGreen ),5 ); > > however i want to increase the gap between the bar high and the arrow. > how do i do it. > > > > Send instant messages to your online friends http://uk.messenger .yahoo.com > its kinda strange. if i put offset >0 on the shapeuparrow, the arrow disappears. additionally any values <0 for shapedown makes is move up. Send instant messages to your online friends http://uk.messenger.yahoo.com
