Max value  [SOLVED]

Questions about MultiCharts and user contributed studies.
tradingest
Posts: 283
Joined: 05 Dec 2014
Location: Italy
Has thanked: 53 times
Been thanked: 3 times

Max value

Postby tradingest » 17 Feb 2018

Hi all,

How I make to identify the max of three values?

Ex.: max(L,H,O)

How can I make it?

User avatar
Smoky
Posts: 507
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 97 times
Been thanked: 115 times

Re: Max value  [SOLVED]

Postby Smoky » 19 Feb 2018

Hi, take a look :

Code: Select all

MaxList(var1,var2, ...);
find in EL help


Return to “MultiCharts”