Thank you.
This will give error. Supposed to include brackets like this:
WindowExpertName();
tonny:
It's a link . . . click it.
This will give error. Supposed to include brackets like this:
It doesn´t work on MQL5. Just on MQL4.
did anyo one knows how to do on MQL5?
- Perhaps you should read the manual.
MQL5 Reference - How to use algorithmic/automated trading language for MetaTrader 5
Chart Operations - Reference on algorithmic/automated trading language for MetaTrader 5
Chart Operations / ChartGetString - Reference on algorithmic/automated trading language for MetaTrader 5
Standard Constants, Enumerations and Structures / Chart Constants / Chart Properties - Reference on algorithmic/automated trading language for MetaTrader 5CHART_EXPERT_NAME The name of the Expert Advisor running on the chart with the specified chart_id string - If you had used this you would have found this and:
Checkup / MQLInfoString - Reference on algorithmic/automated trading language for MetaTrader 5
And input parameters
#include <..\Scripts\fxsaber\Expert\ExpertsAction.mqh> // https://www.mql5.com/en/code/19003 void OnStart() { MessageBox(GetExpertsData()); }
Result
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
Is it possible, by code, to retrieve the EA name?