Hi Keith,
Sorry for posting it here I didnt know.
Hi Issam,
Thanks for replying.
Can you please further elaborate what do you mean?
I had an idea to create a string input parameter in the indicator and then using iCustom function I put all my other input parameters that are exceeding the limit of the iCustom() functions parameter.
And then in the indicator set the value of the rest of the input parameters manually from the string.
Is this a feasible idea? Are there any better way of doing this?
Is this what you meant?
Thanks.
Hi Issam,
Thanks for replying.
Can you please further elaborate what do you mean?
I had an idea to create a string input parameter in the indicator and then using iCustom function I put all my other input parameters that are exceeding the limit of the iCustom() functions parameter.
And then in the indicator set the value of the rest of the input parameters manually from the string.
Is this a feasible idea? Are there any better way of doing this?
Is this what you meant?
Thanks.
You agree to website policy and terms of use
Hello everyone,
So I am running into a problem when developing an EA and I needed some suggestion on how to deal with this problem.
My problem is that I need to develop an EA for customer that uses an indicator with a lot of parameters, they are almost 100+. Now I know that I can use iCustom() function with default parameters, or I can have the parameters for it
upto the required parameters but there are 100+ input parameters and I know the iCustom indicators parameters limit is ~59-60.
The user needs to be able to edit these input values.
Can you guys suggest something.
Any solution would be fine, I have been searching around the forums and internet for a while and I could not find anything.
Thanks.
Zobad