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

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 call the same indicator via iCustom from the indicator, it works fine without parameters
But the terminal hangs completely with parameters,
And in general, is it possible to call from the indicator itself?
I call the same indicator via iCustom from the indicator, it works fine without parameters
But the terminal hangs completely with parameters,
And in general, is it possible to call the indicator itself?
You can, if it is planned in the indicator. Otherwise, an infinite loop will occur.
I have seen such indicators.
Yes, but with the parameters the terminal hangs up...
I call the same indicator via iCustom from the indicator, it works fine without parameters
But the terminal hangs completely with parameters,
And in general, is it possible to call from the indicator itself?
Of course it will. It is necessary to control the depth of calls. For example, at the first call one parameter is 5, at the call from the indicator it needs 4. And so on. When the indicator is called at 0, the indicator will not be called.
What for?
Of course it will. It is necessary to control the depth of calls. For example, at the first call one parameter is 5, at the call from the indicator it needs 4. And so on. When the indicator is called at 0, the indicator will not be called.
What for?
Parameters do not change, I just wonder why it happens)
Do a simple factorial calculation with recursion and see what the maximum value you can get.
It's easier with the indicator. It requires much more resources.
Good afternoon.
Can you please tell me what to change in the indicator code from 5 digits to 4?
Thank you in advance
Good afternoon.
Could you please tell me what to change in the indicator code from 5 digits to 4?
Thank you in advance
Good afternoon.
Can you please tell me what to change in the indicator code from 5 digits to 4?
Thank you in advance