Bill,

Thanks for your response.

I should have said that I was able to get what I asked for with the
"Plot" command.

What I am after is a circle like what we get with the "Plotshapes"
command.

Plotshapes command allows for a shift in the y-axis (price), but
doesn't seem to permit a shift in the x-axis (time). If that was
allowed then it would be easy.

Maybe someone else has this figured out ? 

Greg


--- In [EMAIL PROTECTED], "wavemechanic" <[EMAIL PROTECTED]> wrote:
>
> How about:
> 
> maclose = ref(ma(c, 3), -1);
> plot(maclose, ... , styledots|stylenoline);
> plot(c, ... );
> 
> Bill
> ----- Original Message ----- 
> From: "tedd2pumpkin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 15, 2007 11:39 AM
> Subject: [amibroker] Plot shapes on future bar
> 
> 
> > Hi,
> > 
> > I was wondering if it is possible to plot a circle on a future bar.
> > 
> > For example:
> > 
> > How to plot the Average price of the last three bars as a circle on
> > the next (Future) bar.
> > 
> > Thanks,
> > 
> > Greg
> > 
> > 
> > 
> > 
> > 
> > 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.446 / Virus Database: 269.0.0/754 - Release Date:
4/9/2007 10:59 PM
> > 
> >
>


Reply via email to