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
I've copied your code and tried to reproduce your situation.
I'm getting a valid handle to indicator without any errors.
My OnInit function in EA
Indicator was saved (tmp.mq5) and compiled (tmp.ex5). All files (mq5 and ex5) placed in MQL5\Indicators\
Please, write to service desk.
Hello alexvd,
thanks for your great help and time.
Looks like my mistake was I put space in indicator name but
in call there was no space.
What is 'service desk'?
What is 'service desk'?
Under the Profile, in the left side u find a button...
This is the section for bug tracking of products by MetaQuotes Software Corp., which is implemented based on the TeamWox groupware system.
Create a request to report bugs found in MQL5 or MetaTrader 5 directly to developers or send your suggestions on product improvement.
:D
Under the Profile, in the left side u find a button...
This is the section for bug tracking of products by MetaQuotes Software Corp., which is implemented based on the TeamWox groupware system.
Create a request to report bugs found in MQL5 or MetaTrader 5 directly to developers or send your suggestions on product improvement.
:D
I had the same problem and only managed to use it when I put the indicator code in MQL5 \ Indicators and compiled it. When I just copied the indicator already compiled, I had problems.
what do you mean copying the indicator code