Skip to content

Commit

Permalink
Update gh-pages to output generated at 26db548
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 18, 2024
1 parent 13db290 commit 2c49200
Show file tree
Hide file tree
Showing 35 changed files with 227 additions and 14 deletions.
Binary file modified nightly/.doctrees/api_reference/accounting.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/betfair.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/binance.doctree
Binary file not shown.
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/indicators.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/book.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/events.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/identifiers.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/instruments.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/objects.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/orders.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/position.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/tick_scheme.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/persistence.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/serialization.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion nightly/api_reference/adapters/interactive_brokers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12085,7 +12085,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7fca61283c10&gt;
0x7fa952ee9250&gt;
</span>
<span class="pre">
=
Expand Down
66 changes: 54 additions & 12 deletions nightly/api_reference/backtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -22353,6 +22353,26 @@ <h1 id="api-reference-backtest--page-root">
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
bool
</span>
<span class="pre">
charge_commission_once:
</span>
<span class="pre">
bool
</span>
<span class="pre">
=
</span>
<span class="pre">
True
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -22382,18 +22402,40 @@ <h1 id="api-reference-backtest--page-root">
</span>
</dt>
<dd class="field-odd">
<p>
<strong>
commission
</strong>
(
<a class="reference internal" href="model/objects.html#nautilus_trader.model.objects.Money" title="nautilus_trader.model.objects.Money">
<em>
Money
</em>
</a>
) – The fixed commission amount for trades.
</p>
<ul class="simple">
<li>
<p>
<strong>
commission
</strong>
(
<a class="reference internal" href="model/objects.html#nautilus_trader.model.objects.Money" title="nautilus_trader.model.objects.Money">
<em>
Money
</em>
</a>
) – The fixed commission amount for trades.
</p>
</li>
<li>
<p>
<strong>
charge_commission_once
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default True
</em>
) – Whether to charge the commission once per order or per fill.
</p>
</li>
</ul>
</dd>
<dt class="field-even">
Raises
Expand Down
166 changes: 166 additions & 0 deletions nightly/api_reference/cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,15 @@
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.cache.cache.Cache.bar_types">
<code class="docutils literal notranslate">
<span class="pre">
Cache.bar_types()
</span>
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.cache.cache.Cache.bars">
<code class="docutils literal notranslate">
Expand Down Expand Up @@ -5534,6 +5543,163 @@ <h1 id="api-reference-cache--page-root">
</dl>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.cache.cache.Cache.bar_types">
<span class="sig-name descname">
<span class="pre">
bar_types
</span>
</span>
<span class="sig-paren">
(
</span>
<em class="sig-param">
<span class="n">
<span class="pre">
self
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
InstrumentId
</span>
<span class="pre">
instrument_id=None
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
price_type=None
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
AggregationSource
</span>
<span class="pre">
aggregation_source=AggregationSource.EXTERNAL
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
<span class="sig-return">
<span class="sig-return-icon">
</span>
<span class="sig-return-typehint">
<span class="pre">
list
</span>
</span>
</span>
<a class="headerlink" href="#nautilus_trader.cache.cache.Cache.bar_types" title="Permalink to this definition">
</a>
</dt>
<dd>
<p>
Return a list of BarType for the given instrument ID and price type.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Parameters
<span class="colon">
:
</span>
</dt>
<dd class="field-odd">
<ul class="simple">
<li>
<p>
<strong>
instrument_id
</strong>
(
<a class="reference internal" href="model/identifiers.html#nautilus_trader.model.identifiers.InstrumentId" title="nautilus_trader.model.identifiers.InstrumentId">
<em>
InstrumentId
</em>
</a>
<em>
,
</em>
<em>
optional
</em>
) – The instrument ID to filter the BarType objects. If None, no filtering is done based on instrument ID.
</p>
</li>
<li>
<p>
<strong>
price_type
</strong>
(
<em>
PriceType
</em>
<em>
or
</em>
<em>
None
</em>
<em>
,
</em>
<em>
optional
</em>
) – The price type to filter the BarType objects. If None, no filtering is done based on price type.
</p>
</li>
<li>
<p>
<strong>
aggregation_source
</strong>
(
<em>
AggregationSource
</em>
<em>
,
</em>
<em>
default AggregationSource.EXTERNAL
</em>
) – The aggregation source to filter the BarType objects.
</p>
</li>
</ul>
</dd>
<dt class="field-even">
Returns
<span class="colon">
:
</span>
</dt>
<dd class="field-even">
<p>
<em>
list[BarType]
</em>
</p>
</dd>
</dl>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.cache.cache.Cache.bars">
<span class="sig-name descname">
Expand Down
5 changes: 5 additions & 0 deletions nightly/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,11 @@ <h2 id="B">
</li>
</ul>
</li>
<li>
<a href="api_reference/cache.html#nautilus_trader.cache.cache.Cache.bar_types">
bar_types() (Cache method)
</a>
</li>
<li>
<a href="api_reference/model/data.html#nautilus_trader.model.data.BarAggregation">
BarAggregation (class in nautilus_trader.model.data)
Expand Down
Binary file modified nightly/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion nightly/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2c49200

Please sign in to comment.