
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
Guys,
I'm trying to write one line in the init() function to tell me if EA is attached to wrong time period..
please can someone tell me what is wrong with thsi!
if(!MarketInfo(Symbol(),PERIOD_H1))MessageBox("Attach EA to 1 Hour chart","Wrong Time Period",0);
thanks