PureBytes Links
Trading Reference Links
|
Hello,
Automatic arrows appear ONLY on built-in price chart (Insert->Standard chart->Price).
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "k_binder_" <k_binder_@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, August 08, 2004 11:54 PM
Subject: [amibroker] Re: plotshapes problem
> Bert, I'm using a price overlay chart over keltner channels, not the
> built-in price chart. Maybe this is the problem.
> I still havent been able to get this to work.
>
> any help is appreciated.
>
> ken
>
> --- In amibroker@xxxxxxxxxxxxxxx, Bert Steele <bistrader@xxxx> wrote:
> > Just checking. Do you have a built-in price chart in view prior to
> doing the scan? If so, right clicking on the scan (or explore, or
> backtest) table and select raw or actual signals as needed.
> >
> > k_binder_ <k_binder_@xxxx> wrote:Tomasz, thanks for answering my
> question.
> >
> > I tried to enable "show arrows for signals" but still dont see them.
> > What else could be wrong?
> >
> > thanks,
> > ken
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
> <amibroker@xxxx>
> > wrote:
> > > Hello,
> > >
> > > You should apply the formula in INDICATOR BUILDER instead.
> > > http://www.amibroker.net/video/addcustomindicator.html
> > >
> > > OR ....
> > >
> > > click with right mouse button over AA result list and choose Show
> > arrows for raw signals.
> > > (then you don't need to code PlotShapes at all !)
> > >
> > >
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > > amibroker.com
> > > ----- Original Message -----
> > > From: "k_binder_" <k_binder_@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Saturday, August 07, 2004 4:00 AM
> > > Subject: [amibroker] plotshapes problem
> > >
> > >
> > > > I'm trying to get plotshapes to work but cannot.
> > > > Any help from the experts here is appreciated.
> > > >
> > > > I'm using the example code in the help file:
> > > >
> > > > Graph0=MACD();
> > > > Graph1=Signal();
> > > > Buy=Cross(Graph0, Graph1);
> > > > Sell=Cross(Graph1, Graph0);
> > > > PlotShapes( ( Buy OR Sell ) * ( 1 + Cum( Buy OR Sell ) % 52 ),
> IIf
> > (
> > > > Buy, colorGreen, colorRed ), 5 );
> > > > GraphXSpace = 5;
> > > >
> > > > I use the analysis->automaticAnalysis->scan sequence on just 1
> > > > security. I can see the scan results with buy/sell signals but
> no
> > > > arrows on the chart pane.
> > > > I have a pane with keltner channels overlayed on price using
> the
> > Plot
> > > > statement.
> > > > What's the correct way of doing this?
> > > >
> > > > thanks,
> > > > ken
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Check AmiBroker web page at:
> > > > http://www.amibroker.com/
> > > >
> > > > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> >
> > Yahoo! Groups SponsorADVERTISEMENT
> >
> >
> > ---------------------------------
> > Yahoo! Groups Links
> >
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/amibroker/
> >
> > To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
> >
> >
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> > Express yourself with Y! Messenger! Free. Download now.
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|