Max of 10bars

 

Hello!!

how to know the maximum value of 10 bars?

 

Thanks people! =) 

 
KeepMarcos: how to know the maximum value of 5 bars?
Use the iHighest() function! There are other ways too, but this one is the most commonly known!
 
FMIC:
Use the iHighest() function! There are other ways too, but this one is the most commonly known!

Thanks Brother Portugues.

I know this: valor1 = High[iHighest(NULL,0,MODE_HIGH,10,1)];

 

Good job! 

Reason: