PureBytes Links
Trading Reference Links
|
Thank you very much for the prompt reply. I will try what you sent me!
Best,
Luc
--- In amibroker@xxxxxxxxxxxxxxx, Fred Tonetti <ftonetti@xxx> wrote:
>
> Here's one way .
>
>
>
> X = Ref(C, 20);
>
>
>
> Plot(X, "X", colorWhite, styleLine, Null, Null, 20);
>
>
>
> X is purposely shifted left by 20 bars .
>
>
>
> This would allow room for calculation of the extrapolation of
whatever
> indicator .
>
>
>
> Then the Plot is purposely shifted right by the same amount .
>
>
>
>
>
>
>
> _____
>
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On Behalf
> Of luchetta
> Sent: Wednesday, August 29, 2007 1:27 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Lookign ahead chart...
>
>
>
> Hi,
>
> I am new to Amibroker, and I have just coded a non-linear
regression
> code for forecasting prices some number of bars ahead. I am trying
to
> display the resulting array to show the forecasted values toghether
> with the actual prices prices. Has anyone already solved this
problem
> and, if so, could send me a link where the corresponding Amibroker
> settings for displaying such a graph are described?
>
> Thank you!
> Luc
>
>
>
>
> _____
>
> I am using the free version of SPAMfighter for private users.
> It has removed 49 spam emails to date.
> Paying users do not have this message in their emails.
> Try SPAMfighter <http://www.spamfighter.com/len> for free now!
>
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/
|