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

Re: [amibroker] function needed



PureBytes Links

Trading Reference Links

Hi Steve,

Thanks, but why doesn't it work.
Please test it. In the formula below i should see a graph with the lowest
value: it's 10

L1 = 10; L2 = 20; L3 = 30; L4 = 40; L5 = 50; L6 = 60;

x = Min(L1,Min(L2,Min(L3,Min(L4,Min(L5,L6)))));
Graph1 = x;Graph1Style = 2;
Graph1Color = 10;

Thomas
----- Original Message -----
From: "Steve Wiser" <slwiserr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, November 26, 2001 12:59 AM
Subject: Re: [amibroker] function needed


> Thomas
>
> How about:
>
> Checking out the attached gif.
>
> Steve
>
> At 12:39 AM 11/26/2001 +0100, you wrote:
> >Sorry, it's not the function that i need, because i can only use two
> >arguments with this function.
> >Currently i've 6 arguments and want every day the lowest of this 6
arguments.
> >
> >Please help
> >
> >Thanks
> >Thomas
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>