PureBytes Links
Trading Reference Links
|
Hi Bill,
thank you,
the code is like this:
SetChartOptions( 0, chartShowDates|chartWrapTitle );
GraphXSpace=10;
_N(Title = "{{NAME}} - {{INTERVAL}} {{DATE}} "+_DEFAULT_NAME()+" :
{{OHLCX}} {{VALUES}} " );
Plot( C, "", colorgrey50, ParamStyle( "Price Style", styleBar,
maskPrice ) );
PlotShapes(shapeDownArrow*(XY AND ZW), colorRed,0,H,-35);
Walter
--- In amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <timesarrow@xxx> wrote:
>
> What is your code?
>
> Bill
>
> ----- Original Message -----
> From: "rewuio" <traders@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, March 11, 2008 2:17 PM
> Subject: [amibroker] plotshapes function
>
>
> > Hello, I have a problem with the plotshapes function. Shapes in my
> > indicators were displayed well but suddenly they are not displayed
> > anymore. I must have changed something by accident but I dont know
what.
> > The afl formula of the indicator is unchanged.
> > Has anyone an idea? Thank you.
> >
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/
|