I'm not getting anywhere at the moment and I think the solution is quite simple. If I want to compare five MAs and I want to define which one is the highest. What must the afl look like? Could you help me?
Tomasz
September 13, 2023, 8:08pm
2
Put MAs into matrix and use mxSort
fxshrat
September 13, 2023, 9:54pm
3
Why have you mentioned numbers all the time if all you are after are arrays in the first place?
If you do not know the difference between number and array then read here . Even as physician you should know about existence of documented material and how to get there (-> search engines).
Why do you waste time of people who have given you working example (yes, for numbers as you did use them in the first place(!) but same concept will work the for arrays with few adjustments!).
Why do you removeā¦
Set. nth = 2;
to nth = 1;