deploy: b8ce76c9d6
This commit is contained in:
+1441
-749
File diff suppressed because it is too large
Load Diff
+25
@@ -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">¶</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">¶</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
+3
-3
@@ -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>
|
||||
Binary file not shown.
Reference in New Issue
Block a user