
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
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 start the strategy tester and select the EA.
What im i doing wrong here?
Thx in advance!
Regards Beekster