Home/Dovee/Function reference

note

Write a timestamped debug line without changing orders.

Reference/Language/Language

note "fast=" + fast + " slow=" + slow

Use inside when to see values on bars where the rule ran, or at the top of the script to print every bar. Does not buy, sell, or exit. Alias: debug. Notes show in the strategy results panel and in the Chart Script console.

Return value

Also accepted: debug.

Example

when fast crosses above slow
  note "fast=" + fast + " slow=" + slow
  buy

See also