deploy: c4232bf44d
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
<a href="/dceoy/mt5cli/api/sdk/" class="dropdown-item">SDK</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/dceoy/mt5cli/api/sqlite_history/" class="dropdown-item">SQLite History</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/dceoy/mt5cli/api/utils/" class="dropdown-item">Utils</a>
|
||||
</li>
|
||||
|
||||
@@ -54,6 +54,10 @@
|
||||
<a href="../sdk/" class="dropdown-item">SDK</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="../sqlite_history/" class="dropdown-item">SQLite History</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="../utils/" class="dropdown-item">Utils</a>
|
||||
</li>
|
||||
|
||||
@@ -54,6 +54,10 @@
|
||||
<a href="sdk/" class="dropdown-item">SDK</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="sqlite_history/" class="dropdown-item">SQLite History</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="utils/" class="dropdown-item">Utils</a>
|
||||
</li>
|
||||
|
||||
+1007
-471
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -54,6 +54,10 @@
|
||||
<a href="../sdk/" class="dropdown-item">SDK</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="../sqlite_history/" class="dropdown-item">SQLite History</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="./" class="dropdown-item active" aria-current="page">Utils</a>
|
||||
</li>
|
||||
@@ -68,7 +72,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a rel="prev" href="../sdk/" class="nav-link">
|
||||
<a rel="prev" href="../sqlite_history/" class="nav-link">
|
||||
<i class="fa fa-arrow-left"></i> Previous
|
||||
</a>
|
||||
</li>
|
||||
|
||||
+6
-1
@@ -54,6 +54,10 @@
|
||||
<a href="api/sdk/" class="dropdown-item">SDK</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="api/sqlite_history/" class="dropdown-item">SQLite History</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="api/utils/" class="dropdown-item">Utils</a>
|
||||
</li>
|
||||
@@ -415,6 +419,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<p>History orders and deals are fetched per symbol and concatenated, so the symbol filter is applied consistently across all datasets. The <code>cash_events</code> view is derived from symbol-filtered <code>history_deals</code>, so account-level cash events with empty or non-matching symbols may be excluded. The <code>positions_reconstructed</code> view excludes positions with no closing deal, uses volume-weighted open/close prices, and reports reversal deals (<code>DEAL_ENTRY_INOUT</code>) via <code>volume_reversal</code> / <code>reversal_count</code>.</p>
|
||||
<p>See the <a href="api/sqlite_history/#entity-relationship-diagram">SQLite History schema diagram</a> for a sample ER layout of the resulting database.</p>
|
||||
<h2 id="global-options">Global Options<a class="headerlink" href="#global-options" title="Permanent link">¶</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -566,5 +571,5 @@
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.6.1
|
||||
Build Date UTC : 2026-06-08 13:55:17.371936+00:00
|
||||
Build Date UTC : 2026-06-08 16:28:45.286768+00:00
|
||||
-->
|
||||
|
||||
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -16,6 +16,10 @@
|
||||
<loc>https://github.com/dceoy/mt5cli/api/sdk/</loc>
|
||||
<lastmod>2026-06-08</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://github.com/dceoy/mt5cli/api/sqlite_history/</loc>
|
||||
<lastmod>2026-06-08</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://github.com/dceoy/mt5cli/api/utils/</loc>
|
||||
<lastmod>2026-06-08</lastmod>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user