PureBytes Links
Trading Reference Links
|
Over what period do ytou want to find the highest value?
SYNTAX highest( DATA ARRAY )
Calculates the highest value in the DATA ARRAY since the first day loaded in
the chart.
SYNTAX hhv( DATA ARRAY, PERIODS )
Calculates the highest value in the DATA ARRAY over the preceding PERIODS
(PERIODS includes the current day).
SYNTAX max( DATA ARRAY, DATA ARRAY ) Returns the greater of the two
parameters
>From: Paolo <italoarg76@xxxxxxxx>
>Reply-To: equismetastock@xxxxxxxxxxxxxxx
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: [EquisMetaStock Group] Max of data array
>Date: Tue, 18 Jul 2006 12:01:06 -0300
>
>Hi,
> How can I know the MAXIMUM value of a data array ?
>Array:=Fml("MyIndicator");
>Max (Array) ???
>
>Thank you in advance,
> Pablo
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|