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
This Lib has some problems.
Would it be possible to fix them?
Here is a working version.
Here is a working version.
I do not commit any violations in the work of the code and in its compilation at all. It's completely incomprehensible what is it about?
Hi, Nikolay.
I got erros with the class, like you can see in below picture.
Can you solve it for us?
I have 4 indicators using this class, but, it doesn't work.
Hi, Nikolay.
I got erros with the class, like you can see in below picture.
Can you solve it for us?
I have 4 indicators using this class, but, it doesn't work.
Move this enum:
out of the class CXMA scope (just cut and paste in front of it).
I can not ever use an indicator that needs smoothalgorithms. I add that file to include folder and put the indicator in example files but they never work. I must be doing something wrong. On that article it is not explained how to use it.
Is there a place that explains how to implement it?
What I did was place the enum outside the class and deleted the enum inside. quick fix but I believe it should be addressed.
worked for me, thanks! compilation of depended indicators work too.
got same errors like..
'Smooth_Method' - declaration without type mql5
and etc.
fixed file is attached to this comment.