ToMay:
Loop through the Array elements one by one, save the value of the first element to a variable, check if the next value in the array is lower than the one saved in the variable, if it is save this value to the variable, repeat . . .
How can I get the minimum of the second dimension of the array ?
This is my code and the error is " wrong dimension" in ventana[i-1]

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How can I get the minimum of the second dimension of the array ?
This is my code and the error is " wrong dimension" in ventana[i-1]
Thanks !