| 
 PureBytes Links 
Trading Reference Links 
 | 
Min() requires 2 values. Use Lowest() function to get lowest value of 
array
Ara
--- In amibroker@xxxx, "kaveman" <kavemanperth@xxxx> wrote:
> I have tried to use this in an AFL and get an error message
> The ATR works fine without the Min being used
> 
> first=Cum(1);
> Period=Min(260,first);
> x=ATR(period);
> 
> Graham
 
 |