
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
I'm trying to get the 100 more transacted stocks of the last week (stocks only; no options; no indexes; no any other).
To do this, I created the function below, but I'm unable to run the MT5 with it because in some time the MT5 crashs with unknown runtime error.
When I call SymbolsTotal(false) the results is > 72k.
I notice that MT5 download the history data of the symbols automatically and I think that it's the cause of the problem. All symbols showed in the log (below) are options and I only got then to see the ISIN. I didn't need the history.
There is some way to disable the automatic history download OR a better way to do what I want?
LOGs: