Skip to content

Commit

Permalink
Update 09 Plot Data.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Oct 15, 2024
1 parent cdf3ca2 commit a177b38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p>You need to <a href="/docs/v2/research-environment/datasets/futures-options#04-Get-Historical-Data">get some historical Future Options data</a> to plot it. You can use many of the <a href="/docs/v2/research-environment/charting">supported plotting libraries</a> to visualize data in various formats. For example, you can plot candlestick and line charts.</p>
<p>You need to <a href="/docs/v2/research-environment/datasets/futures-options#03-Get-Historical-Data">get some historical Future Options data</a> to plot it. You can use many of the <a href="/docs/v2/research-environment/charting">supported plotting libraries</a> to visualize data in various formats. For example, you can plot candlestick and line charts.</p>

<h4>Candlestick Chart</h4>
<p>Follow these steps to plot candlestick charts:</p>
<ol>
<li>Get some <a href="/docs/v2/research-environment/datasets/futures-options#04-Get-Historical-Data">historical data</a>.</li>
<li>Get some <a href="/docs/v2/research-environment/datasets/futures-options#03-Get-Historical-Data">historical data</a>.</li>
<div class="section-example-container">
<pre class="python">history = qb.history(fop_contract_symbol, datetime(2021, 12, 2), datetime(2021, 12, 3))</pre>
<pre class="csharp">var history = qb.History&lt;QuoteBar&gt;(fopContractSymbol, new DateTime(2021, 12, 2), new DateTime(2021, 12, 3));</pre>
Expand Down

0 comments on commit a177b38

Please sign in to comment.