public method strategy:name

Brief

Sets the name.

Declaration
Lua
strategy:name (name)

Parameters
name

The name of the strategy or signal.

Details

Example [hide]

   function Init()
       strategy:name("My Cool Strategy");
       ...
   end

back