Upon further investigation I have found a work arround. If you place a NormalizeDouble arround each iMA call and specify the digits then it works correctly. Hope this helps you guys when figuring how to fix this problem.
Pedro
Pedro

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 have found a massive problem today with the product that will need urgent attention. Below is some test code if run as a script you will see that the if statement is testing for current ma greater than previous ma. The problem is that if the values are equal then it is treated as greater than. Obviously this is a big problem.
Could I please have verification that this is an issue and either a possible work arround or when this will likely to be fixed please.
Pedro