A function to found the highest value of a variables serie

Questions about MultiCharts and user contributed studies.
arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

A function to found the highest value of a variables serie

Postby arjfca » 22 Dec 2010

Hello

Is there a function to return the highest value over variables

Highest function is refering to the high of a bar series. I'm looking for the greteast value over a collection of variables

Martin

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: A function to found the highest value of a variables ser

Postby TJ » 22 Dec 2010

Hello

Is there a function to return the highest value over variables

Highest function is refering to the high of a bar series. I'm looking for the greteast value over a collection of variables

Martin
a collection of variables is different from a variables series.

for a collection of variables:
maxlist

for a variable series,
the reference is still tied to the bar, therefore you can use
highest( myvariable, lookback.periods);

arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

Re: A function to found the highest value of a variables ser

Postby arjfca » 22 Dec 2010

Your faster than MC staff..... hehe! I was suppose to receive an answer toomorow

Best wish for this Christmass time and the new year

Martin

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: A function to found the highest value of a variables ser

Postby TJ » 22 Dec 2010

Your faster than MC staff..... hehe! I was suppose to receive an answer toomorow

Best wish for this Christmass time and the new year

Martin
Thank you and you are welcome.

please note my edited answer above.


Return to “MultiCharts”