Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 907

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
Good day!!! Guys, help me fix the indicator. When old builds worked fine, but I recompiled it with a new compiler and got a stack overflow error. How to fix it I'm not sure what to do now. I can't increase the stack in indicators :-(. I sure hope it will help. Thank you
Why don't you like the answer on the fifth forum?
You can, of course, loop through all the candles, but it's much easier that way. You copy all the volumes into an array and use the ArrayMaximum function to find the maximal value in the array.
Why don't you like the answer on the fifth forum?
You can, of course, loop through all the candles, but it's much easier that way. You copy all the volumes into an array and use a mathematical function to find the maximum value in the array.
I can't write such a code with an array.
I'm sorry, I don't mean to be rude. Then why do you bother with programming at all?
Although, there are many of those who write chunks of code instead of explaining what for. You have to give a shit.
And I prefer to explain but not to write pieces.
I'm sorry, I don't mean to be rude. Why would you want to do programming at all?
Although, there are a lot of people here who write pieces of code instead of explaining what's what for. You've got to give it to me.
I prefer to explain but not to write bits and pieces.
Got it! There you go. Thanks.
int bar1=iBarShift(Symbol(),PERIOD_M1,iTime(Symbol(),PERIOD_D1,0));//Print(bar1); //first bar