PureBytes Links
Trading Reference Links
|
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxxx> wrote:
> Eugene,
> Given that the best estimate for tomorrow's price is today's price,
> solving
> ema1 =ema0 + a*(P1 - ema0) for P2 = P1 shows that the change in ema
> will be the same as yesterday's change.
> That is, the predicted ema is ema(P,len) + (ema(P,len) -
> ref(ema(P,len),-1)).
>
> Bob
>
>
> -----Original Message-----
> From: Eugene [mailto:eugenecpinto@x...]
> Sent: Wednesday, July 28, 2004 5:58 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] estimating tomorrows EMA
>
>
> Anyone have an idea how to do this....via a function?
>
>
> TIA
>
>
>
>
> 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/
|