An offset is not needed if an absolute level is used instead of L, etc.

Bill

----- Original Message ----- 
From: "gp_sydney" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, June 25, 2007 9:42 AM
Subject: [amibroker] Re: Plot shapes at bottom of the chart


> Try using zero instead of Low as the yposition parameter, with an
> offset of something like 10.
> 
> GP
> 
> 
> --- In [email protected], "dralexchambers"
> <[EMAIL PROTECTED]> wrote:
>>
>> I'd like to plot a square at the bottom of my chart according to an 
>> array I have which could either be 1 or 0.
>> 
>> I have tried:
>> 
>> PlotShapes(shapeSquare,IIf(myVar==1,colorGreen,colorRed),0,L,0);
>> 
>> However, this plots at the Low of each bar.
>> 
>> Please see this screenshot for the effect I am trying to achieve:
>> 
>> http://www.chambers-media.com/01.jpg
>> 
>> Thanks!
>>
> 
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get 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 Free Edition. 
> Version: 7.5.472 / Virus Database: 269.9.6/865 - Release Date: 6/24/2007 8:33 
> AM
> 
>

Reply via email to