Hello ALi,
I had the same problem, but I think this solve it:
# symbols of Market watch for items in mt.symbols_get(""): if items.visible: print(items.name, "visible") I hope this help you. Best regards, Stefano
Sorry!
# symbols of Market watch for items in mt.symbols_get(""): if items.visible: print(items.name, "visible")
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 All
As a new user, I'm using MQL5 module in Python!
All things are good, But a problem i have.
I couldn't find any way to go through symbols at Market watch!
The module's methods just list all instruments in the Metatrader and therefor just going through all instruments is possible! Something about 9000 instrument! So slowly!
Is there any way to just identifying active instruments in the Market Watch and going through them?
this is my code.
If you can, Please help me.
Sorry for my bad englishThanks in advanced