Kelly, embed literals into your "..." string. See https://docs.mql4.com/basis/types/literal
and https://docs.mql4.com/basis/types/string
viz: "Line.1\nLine.2\nLine.3"
btw, your MetaEditor has the MQL4 language help built in. You can also use Control-D followed by 'search' tab to search editors help...
Kelly, embed literals into your "..." string. See https://docs.mql4.com/basis/types/literal
and https://docs.mql4.com/basis/types/string
viz: "Line.1\nLine.2\nLine.3"
btw, your MetaEditor has the MQL4 language help built in. You can also use Control-D followed by 'search' tab to search editors help...
it helps me
thanks for fbj
Check out CommentXY in this post:
Add "\n" for each new line break that you want to insert
Ie:
Comment("first line\n"+ "second line\n"+ "third line\n"+ "...\n"+ "nth line");

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use