This commit is contained in:
dceoy
2026-04-26 12:50:38 +00:00
parent c1bfabacb2
commit a67a2c732e
6 changed files with 1470 additions and 753 deletions
+1441 -749
View File
File diff suppressed because it is too large Load Diff
+25
View File
@@ -864,6 +864,14 @@
<td>Export terminal information</td>
</tr>
<tr>
<td><code>version</code></td>
<td>Export MetaTrader 5 version information</td>
</tr>
<tr>
<td><code>last-error</code></td>
<td>Export the last error information</td>
</tr>
<tr>
<td><code>symbols</code></td>
<td>Export symbol list</td>
</tr>
@@ -871,6 +879,14 @@
<td><code>symbol-info</code></td>
<td>Export symbol details</td>
</tr>
<tr>
<td><code>symbol-info-tick</code></td>
<td>Export the last tick for a symbol</td>
</tr>
<tr>
<td><code>market-book</code></td>
<td>Export market depth (order book)</td>
</tr>
</tbody>
</table>
<h3 id="trading">Trading<a class="headerlink" href="#trading" title="Permanent link">&para;</a></h3>
@@ -898,8 +914,17 @@
<td><code>history-deals</code></td>
<td>Export historical deals</td>
</tr>
<tr>
<td><code>order-check</code></td>
<td>Check funds sufficiency for a trade request</td>
</tr>
<tr>
<td><code>order-send</code></td>
<td>Send a trade request to the trade server (<code>--yes</code> required)</td>
</tr>
</tbody>
</table>
<p>Use <code>order-check</code> to validate a request payload before running <code>order-send --yes</code>.</p>
<h2 id="global-options">Global Options<a class="headerlink" href="#global-options" title="Permanent link">&para;</a></h2>
<table>
<thead>
BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -2,14 +2,14 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/dceoy/mt5cli/</loc>
<lastmod>2026-04-25</lastmod>
<lastmod>2026-04-26</lastmod>
</url>
<url>
<loc>https://github.com/dceoy/mt5cli/api/</loc>
<lastmod>2026-04-25</lastmod>
<lastmod>2026-04-26</lastmod>
</url>
<url>
<loc>https://github.com/dceoy/mt5cli/api/cli/</loc>
<lastmod>2026-04-25</lastmod>
<lastmod>2026-04-26</lastmod>
</url>
</urlset>
BIN
View File
Binary file not shown.