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
Here I have attached the indicator.
In theory yes, but here he is only read 1 value so that doesn't make a difference.
I don't understand your problem, I can try to help you if you can provide the indicator's code.OK, good point, do the arrays being used have a size of 0 elements ? they would in mql4
What's that ? This is indicator doesn't compile.
Check this indicator. This is the original one I'm using. Just renamed it for avoiding lengthy name.
Check this indicator. This is the original one I'm using. Just renamed it for avoiding lengthy name.
This one is ok, but it's absolutely not same as the first you have posted (bfs_stoc.mq5). I have checked and don't have any problem with this indicator.
Me too have no problem with that indicator. While passing the values to an EA I'm getting very first value as an unknown value. Which should be zero most of the time or some Proper value. I tried so many conditions. But no use. Please help me out of it.
Have you tried declaring your arrays correctly ?
1. Empty array - Same error (double arr[])
2. arr[1] - Same error
3. arr[0] - compiling error
4. arr[] = {0} - Same error
2013.07.04 18:22:30 2013.01.02 04:07:00 Sell = 9.881312916824931e-324
1. Empty array - Same error (double arr[])
2. arr[1] - Same error
3. arr[0] - compiling error
4. arr[] = {0} - Same error
2013.07.04 18:22:30 2013.01.02 04:07:00 Sell = 9.881312916824931e-324
Please provide us the exact codes you are using, otherwise it's impossible to help you.
And you have the indicator with you.
Output is
2013.07.04 18:55:54 2013.01.02 04:07:00 Sell = 9.881312916824931e-324
2013.07.04 18:55:54 2013.01.02 04:07:00 Buy = 0.0
But there is no Signal in the chart by this time of output. This is only happening at the first time. And if there is a signal it works fine.
And you have the indicator with you.
Output is
2013.07.04 18:55:54 2013.01.02 04:07:00 Sell = 9.881312916824931e-324
2013.07.04 18:55:54 2013.01.02 04:07:00 Buy = 0.0
But there is no Signal in the chart by this time of output. This is only happening at the first time. And if there is a signal it works fine.