| / | Forum |
|
divisie
2006.04.14 12:27
Any function returned array of symbols available?
|
|
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. |
5198 |
stringo
2006.04.14 18:22
no such function
|
|
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? |
|
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 |