Hi
I want to use an Indicator in my EA ,
the indicator does not draw any line and just makes Comments .
How can I take the information from the comments ?
Those are not comments
Those are objects
Those are not comments
Those are objects
Thanks Mladen Rakic
So if those are objects I know how to use them .
but just in case if I had information as comments what could I do ?
You are wrong, there is a function for it:
ChartGetString(chart_ID,CHART_COMMENT);
It works fine in both mql4 and mql5:
https://docs.mql4.com/constants/chartconstants/charts_samples#chart_comment
https://www.mql5.com/en/docs/constants/chartconstants/charts_samples#chart_comment
Regards.
- www.mql5.com
You are wrong, there is a function for it:
It works fine in both mql4 and mql5:
https://docs.mql4.com/constants/chartconstants/charts_samples#chart_comment
https://www.mql5.com/en/docs/constants/chartconstants/charts_samples#chart_comment
Regards.
Thank you very much whroeder1 and Jose Francisco Casado Fernandez
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi
I want to use an Indicator in my EA ,
the indicator does not draw any line and just makes Comments .
How can I take the information from the comments ?