PureBytes Links
Trading Reference Links
|
Hello,
Backtest video tutorial may help you (try following it step by step):
http://www.amibroker.net/video/backtest.html
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "k_binder_" <k_binder_@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, August 08, 2004 4:43 AM
Subject: [amibroker] Re: plotshapes problem
> 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 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/
|