iCustom - only pass some of the input parameters

 

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?

 
toast:

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?

None, all, or the first x.
 

Great, so it is OK to pass only some of the parameters (provided they are the first parameters)

Thank you!

 

iCustom

[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.

Reason: