Forum

Beginners Question.

Hi Guys, I'm trying to learn the basics in MQL5 coding, i'm trying to display the text "Hello" on the left side of my screen. This is the code i used: void OnTick() { // Say hello Comment ("Hello "); } When i load te EA, it doesn't display Hello on my screen. It only says hello when i