public method profile:parameters

Brief

Gets a set of the parameters.

Declaration
Lua
parameters profile:parameters ()

Returns

The parameters table. You must fill the table with proper values of the parameters and pass the table to the profile:createInstance() method.

You can use this parameter set to create one instance of the indicator. If you need to create another instance with the same parameters, use this method to create another parameters table.

Details

See profile.createInstance() method for example.

back