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

Re: [amibroker] function needed



PureBytes Links

Trading Reference Links

Hello,
my last problem, the function shows me only the lowest of the 6 arguments,
if all arguments are there.
As for my arguments i use trendlines and if one of this 6 lines are not
drawn or defined, i see no value.

L1 = Study ("SU"); L2 = Study ("RE"); L3 = Study ("DN");L4 = Study ("UP");
L5 = Study ("RI"); L6 = Study ("ST");

x = Min(L1,Min(L2,Min(L3,Min(L4,Min(L5,L6)))));
Graph8 = x;Graph8Style = 5;
Graph8Color = 10;
Title = WriteVal(Graph8,1.2);

Is there any way

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/
>
>