PureBytes Links
Trading Reference Links
|
Ara,
No, subscripts >=barcount will not be accepted [subscript out of
range error].
As I wrote in my previous message, you may import [theoretical]
future data.
An ASCII
20040927,CSCO,18,19,17,18,100000
may be imported to simulate this Monday CSCO data.
After Mondays session, the real data will be written over the
theoretical when you will download your EOD.
Dimitris
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx> wrote:
> DT,
>
> thanks ... I always wondered what use the right margin had ... now I
> understand the distinction.
>
> So in order to extend the code drawn studies some dummy data such as
> Close[Barcount]=Close[Barcount-1]; Close[Barcount+1]=Close
[Barcount-1];
> ....
> should allow code written projections.
>
> I also assume that when new data comes in, all of the dummy data
will be
> shifted to the right!
>
> QUESTIONS:
>
> 1. Is my above assumption correct?
> 2. Does this work only with AA code or a normal custom indicator as
well?
>
> My application is to project Pitchfork studies past last data
point... which
> does NOT involve AA window.
>
> Thanks
>
> ara
>
> ----- Original Message -----
> From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, September 26, 2004 2:44 AM
> Subject: [amibroker] Re: Time Projection
>
>
> >
> > Ara,
> > as we see in 4.60 Users Guide, in
> > Preferences window
> > Charting tab
> > "Blank bars in right margin - defines how many blank bars are
added
> > in the right margin (past the last available quote). This blank
> > margin allows you to project studies (trend lines for example)
into
> > the future"
> > We may project studies but custom indicators will not be
projected,
> > except if we import theoretical future data.
> > For a simple verification, draw a study, name it AA, select right
> > extension, select 5 blank bars in Preferences and then add an
> >
> > AA=Study("AA",GetChartID());Plot(AA,"AA",colorBlack,8);
> > statement.
> > The manually drawn AA will go up to the new right end, the code
drawn
> > AA will go up to the last available quote.
> > I hope it is clear.
> > Dimitris
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx>
wrote:
> > > I am working with some forcasting methods, primarily with
Pitchfork
> > for now ...
> > >
> > > The results look interesting to promising .... but Amibroker
> > creates limitations in projecting because it does not allow open
> > space beyond last data point to plot anything.
> > >
> > > Does anyone see a benefit to having the ability to plot beyond
the
> > last data point? .. I hope we have a strong response in order to
> > justify a request to Tomasz.
> > >
> > > Ara
> > >
> > > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> > 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 --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|