Changes

Jump to navigation Jump to search

Plot

38 bytes added, 13:41, 19 February 2012
m
<syntaxhighlight>PlotN("String");</syntaxhighlight>
Parameters inside the angled brackets are optional - if these aren't set, the [[Default|default]] value is used.
== Parameters ==
== 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