MQL4 - automated forex trading   /  

Forum

List of available symbol

Back to topics list To post a new topic, please log in or register

avatar
4
divisie 2006.04.14 12:27 
Any function returned array of symbols available?


Working with Files. An Example of Important Market Events Visualization

Working with Files. An Example of Important Market Events Visualization

The article deals with the outlook of using MQL4 for more productive work at FOREX markets.


avatar
Moderator
5198
stringo 2006.04.14 18:22 
no such function

avatar
30
CockeyedCowboy 2006.04.15 03:39 
Theres no function however it would be nice to have. You can create your own list that an EA can referance by creating a script file of all available symbols were the EA just reads from the script file. You can create your script file using MetaEditor.

The CockeyedCowboy


divisie:
Any function returned array of symbols available?

avatar
4
divisie 2006.04.15 04:12 
Thanks CockeyedCowboy,

Its very good to have those function.
Yes i need to put my script into all symbols, and alert me if there's some oportunities to buy/ sell on each symbol
then i need to decide manually which symbol i need to trade.

It is very good to have function MarketInfo, that i can filter which symbol i could trade / not.

CockeyedCowboy:
Theres no function however it would be nice to have. You can create your own list that an EA can referance by creating a script file of all available symbols were the EA just reads from the script file. You can create your script file using MetaEditor.

The CockeyedCowboy
Back to topics list  

To add comments, please log in or register