Changes

Jump to navigation Jump to search

Plot

24 bytes added, 13:35, 19 February 2012
m
== Examples ==
Plot the closing price using the [[Default|default ]] plot color and line width:
<syntaxhighlight>Plot1(Close);</syntaxhighlight>
Plot the closing price using the [[Default|default ]] plot color and line width, and name the plot "Close":
<syntaxhighlight>Plot1(Close,"Close",Default,Default,Default);</syntaxhighlight>

Navigation menu