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

Re: [amibroker] Var period



PureBytes Links

Trading Reference Links

Hi Steph,

Variable moving averages are possible currently with a new AFL function
called AMA (Adaptive Moving Average).

See the following message for the details:
http://groups.yahoo.com/group/amibroker/message/1263

Best regards,
Tomasz Janeczko

----- Original Message -----
From: "Stephane Carrasset" <nenapacwanfr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, April 13, 2001 12:05 AM
Subject: [amibroker] Var period


> Tom,
>
> I see that Ami doen't accept variable period like in this simple code
> period1 = cross(rsi(5),50);
> period2 = barssince(period1) ;
> graph1=ema(c,period2);
>
> it can be " easily " to solve it ( for a programmer ) with a dll, or
> just to implement this possibility in further version .
>
> steph
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>