A non-executable annotation in code meant for human readers. In MQL4/MQL5 and C#, comments (started with //
or /*...*/
) help explain code or disable lines without running them. Comments are ignored by the compiler and have no effect on the EA’s logic.