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
Hello,
I am wondering if anyone can help with an indicator that I am trying to build. The general idea is to have a vertical list made up of 14 rows and 3 columns. The first column would contain currency pair symbol names, the second column would contain the amount of pips from that pair's daily open price, and the third column would contain the pip spread for that pair. I know how to get the currency pair symbol on the chart and how to get the spread on the chart as well. My problem is that I need to be able to create a sorted list, that is in descending order, that auto sorts as pip spreads change.
For example, when big news comes out, the pip spreads go crazy and I would like the list to stay in order of spread size so that i can tell, by a simple glance, what pair has the smallest spread or the largest spread at any one time.
Here is the beginning code that I am working with. If anyone can help, I would greatly appreciate it.