Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 877
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
OK. Then how to write this correctly?
MB_2=iBands(NULL,0,10,0,2.0,PRICE_CLOSE,2);
Delta_0=iBands(ExtUpperBuffer[0]-ExtLowerBuffer[0]);
How to extract values of ExtUpperBuffer[0] and ExtUpperBuffer[1], well and bottom respectively?
Here again the indicator call is written incorrectly.
I already wrote it correctly here. You don't have to make anything up from yourself, everything is in the reference.
Once again:
Here again, the indicator call is written down incorrectly.
I have already written the correct way here. You don't have to make anything up for yourself, everything is in the handbook.
One more time:
Well, I got it the third time. It seems.
So the mistake in MB_2 is that there's no callable line designation, right? But I haven't found how to call the Bollinger middle line yet. Or just as a moving average? MODE_SMA ?
Well, I got it on the third time. Seems to be.
So, the error in MV_2 is that there is no callable line designation, right? But I haven't found how to call the Bollinger mean line yet. Or just as a moving average? MODE_SMA ?
Mid=iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_MAIN,0); - to zero bar (last digit in brackets - offset to desired bar).
No need to rush, read the help carefully.
Mid=iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_MAIN,0); - to zero bar (last digit in brackets - offset to the required bar).
No need to rush, read the help carefully.
Thank you!
Only how to find it in the help when you don't know how to phrase the question - that's the question!
Thanks again. Off to do some more digging.
Thank you!
Only how to find it in the help when you don't know how to phrase the question - that's the question!
Thanks again. I'm off to do some more digging.
Here is an example where I showed how to measure a bar after crossing 2 muves.
tried your code
Question is bar number?
I explained its value it draws different numbers including zero on the hour hand
tried to run it through a tester, same thing.
If the value of one is the same as the other, it will try to draw numbers like I need
thanks
tried your code
Question is bar number?
I explained its value it draws different numbers including zero on the hour hand
tried to run it through a tester, same thing.
If the value of one is the same as the other, it will try to draw numbers like I need
Thanks
I'm just trying to give an example.
I see you did it.)
Here is the code:
I wrote it as an example.
I see you've made it :)
Here is the code:
Thank you very much.
I'll share when I'm rich.
Thank you very much.
I'll share when I'm rich.
SOS! Here's a snippet of the included global variables file. The rest of it is exactly the same.
I did everything I could: changed parameters, removed variables from the file individually and in groups to find the error - all the same:
"not all control paths return a value" warning. What is the reason then?
I'm going crazy: everything seems to be simple, but it doesn't work.