PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <fimdot@xxx> wrote:
>
> How about:
>
> maclose = ref(ma(c, 3), -1);
> plot(maclose, ... , styledots|stylenoline);
> plot(c, ... );
>
> Bill
> ----- Original Message -----
> From: "tedd2pumpkin" <gregbean@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> 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
> >
> >
>
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|