Hello... Could someone here help me.
How do I make the EA in MQL4 for multi currency. Or could someone show the link to make EA in mql4 for multi currency? Thank you.
Hi acday,
Use MarketInfo (https://docs.mql4.com/common/MarketInfo) is good for start.
:D
Hi acday,
Use MarketInfo (https://docs.mql4.com/common/MarketInfo) is good for start.
:D
Why do you need multicurrency. Put the EA on multiple charts.
Because it saves resource and more simple, so I don't need to open all of chart and attach EA one by one.
Because it saves resource and more simple, so I don't need to open all of chart and attach EA one by one.
Ah, ... if that the purpose, you may well use template and read this topics https://www.mql5.com/en/forum/139395
I can't find such template in that link. Where can I find it? Or please attach here. Thank you.
I can't find such template in that link. Where can I find it? Or please attach here. Thank you.
No, I was talking about MT4 template - not MQL4 template. Open a chart, set whatever you like with that chart (color, candle or bar, tf, indicators, etc, etc) and attach your EA and save it as MT template (MT > Chart menu > Template > Save As Template ...) and name it default. Every time you open a new chart, all those settings, indicators and that EA will be loaded, so you don't have to open a chart and load EA over and over, but just open a chart.
:D
I can't find such template in that link. Where can I find it? Or please attach here. Thank you.
To be clear, by "template" you mean code examples ?
Have you looked through the CodeBase EAs ?
To be clear, by "template" you mean code examples ?
Have you looked through the CodeBase EAs ?
Yes, I mean code example base on multi currency
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello... Could someone here help me.
How do I make the EA in MQL4 for multi currency. Or could someone show the link to make EA in mql4 for multi currency? Thank you.