This commit is contained in:
dceoy
2026-06-27 21:01:21 +00:00
parent 40ab7ee96f
commit d3b21df369
6 changed files with 2747 additions and 2674 deletions
+4 -4
View File
@@ -453,7 +453,7 @@ applications should prefer dedicated closing helpers or their own risk controls.
<tbody>
<tr>
<td><code>collect-history</code></td>
<td>Collect rates, ticks, history-orders, and history-deals for one or more symbols into a single SQLite database (optional cash-event/position views)</td>
<td>Collect rates, history-orders, and history-deals (ticks opt-in via <code>--dataset ticks</code>) for one or more symbols into a single SQLite database (optional cash-event/position views)</td>
</tr>
</tbody>
</table>
@@ -490,8 +490,8 @@ applications should prefer dedicated closing helpers or their own risk controls.
</tr>
<tr>
<td><code>--dataset</code></td>
<td>all four</td>
<td>Repeatable: <code>rates</code>, <code>ticks</code>, <code>history-orders</code>, <code>history-deals</code>.</td>
<td>rates, history-orders, history-deals</td>
<td>Repeatable: <code>rates</code>, <code>ticks</code>, <code>history-orders</code>, <code>history-deals</code>. Ticks are opt-in: pass <code>--dataset ticks</code> to include them.</td>
</tr>
<tr>
<td><code>--timeframe</code></td>
@@ -668,5 +668,5 @@ applications should prefer dedicated closing helpers or their own risk controls.
<!--
MkDocs version : 1.6.1
Build Date UTC : 2026-06-27 16:23:57.124608+00:00
Build Date UTC : 2026-06-27 21:01:19.368822+00:00
-->