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
i use the Free download of the 'CComment Class' library by 'avoitenko' for MetaTrader 5 in the MQL5 Code Base, 2015.10.12 to display in a easy way some infos.
I have two problems with it.
1) The Panel is not in the very first front of the chart, some lines lay above - why it is so and is there a way to change it in a way to have the comment panel everytime in front?
2) As you can see in my sample code, some text should have different colors, but the fontcolor is always the same and i dont know what i do wrong?
m_name=NULL; m_font_name="Lucida Console"; m_font_size=14; m_font_bold=false; m_font_interval=1.7; m_border_color=clrNONE; m_back_color=clrBlack; m_back_alpha=255; // look at this m_graph_mode=true; m_auto_colors=false; m_chart_back_color=(color)ChartGetInteger(0,CHART_COLOR_BACKGROUND); // look at this m_auto_back_color=clrBlack; m_auto_border_color=clrNONE; //--- ChartSetInteger(0,CHART_EVENT_MOUSE_MOVE,true);
Hi,
this is my part, seem ok?
The author dosn not support this class any longer, that the reason why i use the forum. May there is a kind a some class i can use, but i cannot find any one...?
Analyse the class functions like
If you post that issue in "Comment Class" codebase page then it would get author attention and you may get more better answers.
Hi,
this is my part, seem ok?
The author dosn not support this class any longer, that the reason why i use the forum. May there is a kind a some class i can use, but i cannot find any one...?
please read this article, its much better than CComment class.
https://www.mql5.com/en/articles/13179