This commit is contained in:
dceoy
2026-06-23 07:31:36 +00:00
parent 57a53f9c8c
commit 206f5fd771
5 changed files with 1992 additions and 1570 deletions
+8
View File
@@ -382,6 +382,14 @@ strategy entries, exits, Kelly sizing, or signal logic.</p>
<td>Broker volume normalization and margin totals</td>
</tr>
<tr>
<td><code>calculate_positions_margin_by_symbol</code></td>
<td>Per-symbol margin map (resilient, first-seen order)</td>
</tr>
<tr>
<td><code>calculate_positions_margin_safe</code></td>
<td>Summed total margin across symbols (failed symbols skipped)</td>
</tr>
<tr>
<td><code>determine_order_limits</code></td>
<td>SL/TP price levels from ratios</td>
</tr>
+1982 -1568
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -653,5 +653,5 @@
<!--
MkDocs version : 1.6.1
Build Date UTC : 2026-06-23 05:02:30.346641+00:00
Build Date UTC : 2026-06-23 07:31:33.945117+00:00
-->
BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long