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
Check out the new article: Tables in the MVC Paradigm in MQL5: Symbol Correlation Table.
Today, we will not create abstract examples of arbitrary tables; instead, we will create a practical example of an indicator for building a symmetric correlation table for the symbols selected in the settings, where the vertical and horizontal headers will display the symbol names, and the table itself will display the correlation values between them. To do this, let’s add a vertical header to the table, which will generally contain row labels — such as their sequence numbers or other identifiers — and, in the selected example, the symbol names. Having two table headers will make it easier to navigate the data, especially when working with tables where rows carry important meaning.
Author: Artyom Trishkin