Skip to content

Commit

Permalink
Update 05 Plot Series.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Oct 2, 2023
1 parent eea56a8 commit 13f0f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03 Writing Algorithms/36 Charting/05 Plot Series.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<pre class="python">self.Plot("&lt;chartName&gt;", "&lt;seriesName&gt", value)</pre>
</div>

<p>The <code>value</code> argument can be an integer for decimal number. If the chart is a time series, the value is added to the chart using the algorithm time as the x-coordinate.</p>
<p>The <code>value</code> argument can be an integer or decimal number. If the chart is a time series, the value is added to the chart using the algorithm time as the x-coordinate.</p>

<?php echo file_get_contents(DOCS_RESOURCES."/plotting/plot-current-indicator-values.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/plotting/plot-all-indicator-values.html"); ?>

0 comments on commit 13f0f91

Please sign in to comment.