How to sort a list of Variables in order " from High to Low value" ?
-
I have a list of Variables to show the currency strength.
Ideas from :https://forums.babypips.com/t/trading-the-trend-with-strong-weak-analysis/77959
So I have Variables : 1,2,3
How to sort these value in order from High to Low and display the list on chartAny suggestion ?
-
@migen The only way I can imagine now is by using a loop in which all of them will be compared to each other one by one. Certainly a complex structure to implement. That can be very computing consumig depending on the amount of variables to order.