See searche's results - 2147483647
Understand your answer ok and know it is an empty value, BUT why does my code return an empty value every tick. Is there something wrong with what I am doing to get the info from the indicator which is working/drawing the lines and displaying the values correctly. Should the following code work or is there a bug
Pivot = iCustom(NULL, PERIOD_D1, "TestPivots", 1, 0);
Pivot = iCustom(NULL, PERIOD_D1, "TestPivots", 1, 0);

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 do not seem to be able to transfer the values correctly to the EA.
In the EA the EA calculation of the pivot value matches the displayed indicator pivot value (say 2.0560) BUT the value I am trying to get from the EA is totally wrong (21477483647 a few million too many)