Skip to content

Commit

Permalink
Update 03 Data Points.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Dec 21, 2024
1 parent 2f8ec80 commit cdb6740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="section-example-container">
<pre class="csharp">// Get the trailing 5 days of MyCustomDataType data.
var history = History&lt;MyCustomDataType&gt;(datasetSymbol, 5, Resolution.Daily);</pre>
<pre class="python"># Get the trailing 5 days of <?=$datasetClass?> data in DataFrame format.
<pre class="python"># Get the trailing 5 days of MyCustomDataType data in DataFrame format.
history = self.history(dataset_symbol, 5, Resolution.DAILY)</pre>
</div>

Expand Down

0 comments on commit cdb6740

Please sign in to comment.