Documentation/AlgoCode/Function reference

strategy

Names the script in the editor and on deploy. name is the same word.

Reference/Language/Language

strategy "Name"

Optional first line. If you skip it, the compiled script is still named Dovee. Quotes are required. Alias: name "EMA Cross".

Return value

Also accepted: name.

Example

strategy "EMA Cross"
when ema(9) crosses above ema(21)
  buy

See also