[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Calculating value of the moving average at a point in time



PureBytes Links

Trading Reference Links

Hello,

To display the most recent value of an indicator use title variable:

graph0 = me( close, 50 );
title = "MA(50) = " + WriteVal( graph0 );


Best regards,
Tomasz Janeczko
------------------------------------------------
AmiBroker - the comprehensive share manager
http://www.amibroker.com

----- Original Message -----
From: <dreamcircle60@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 15, 2001 6:35 PM
Subject: [amibroker] Calculating value of the moving average at a point in
time


>
> Hi everyone,
>
> Is there a way to calculate the value of a moving average in
> AmiBroker? For example, if I am plotting the 50-day simple moving
> average, I would like to know what the current value is.
>
> Presently, I just hold the pointer near the average and get a rough
> estimate, which is pretty good for most times. In fact, I usually do
> that for indicators as well.
>
> Thank you for any suggestions,
> jim
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>