PureBytes Links
Trading Reference Links
|
use buyprice or other trade prices that you define in your code or settings
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com
On 30/06/07, Homar Simpson <x77777x@xxxxxxxxx> wrote:
> Ok , so in a scan or backtest you can't 'enhance' the chart feedback
> by plotting entry price or other details? I was pretty sure there were
> examples of doing that in quite a few places. Maybe you misunderstood
> my problem. I actually WANT to plot something as part of the backtest.
>
> Lets say I want to draw a line at the entry price, or plat the actual
> price in text form on the chart, can't that be done??
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxx> wrote:
> >
> > You are right, plotting shapes to a chart does not affect the backtest
> >
> > --
> > Cheers
> > Graham
> > AB-Write >< Professional AFL Writing Service
> > Yes, I write AFL code to your requirements
> > http://www.aflwriting.com
> >
> >
> > On 29/06/07, Homar Simpson <x77777x@xxx> wrote:
> > > This simple code works fine in a chart, but does nothing in a
> backtest
> > >
> > > PlotShapes(1*shapeUpTriangle,colorRed,0,ShortPrice);
> > >
> > >
> > > in the backtest, I want this :
> > >
> > > PlotShapes(short*shapeUpTriangle,colorRed,0,ShortPrice);
> > >
> > >
> > > Whats wrong here?
> > >
> > >
> > >
> > >
> > > Camu: With Great Power Comes Great Pain
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> >
>
>
>
>
> 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
>
>
>
>
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/
|