toast:
None, all, or the first x.
Just a quick one - with iCustom must you pass every input parameter (or none at all)?
Example: the indicator has 10 input parameters.
Can you pass just the first 4, and iCustom will use the defaults for the remaining 6?
Great, so it is OK to pass only some of the parameters (provided they are the first parameters)
Thank you!
[in] Custom indicator input-parameters, separated by commas.
The passed parameters and their order must correspond with the declaration order and the type of extern variables of the custom indicator. If the values of input parameters is not specified, the default values will be used.

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
Just a quick one - with iCustom must you pass every input parameter (or none at all)?
Example: the indicator has 10 input parameters.
Can you pass just the first 4, and iCustom will use the defaults for the remaining 6?