public method strategy:setTag

Brief

Sets the tag value.

Declaration
Lua
strategy:setTag (name, value)

Parameters
name

The name of the tag (string).

value

The value of the tag (string).

Details

A tag is a named string value which is available to the host application. The strategy or signal may use tags to provide any host-specific information about the strategy or signal to the host application.

back