From 3a126ced301dc4c9bc23f13e1ff2b0a9bfcc15b7 Mon Sep 17 00:00:00 2001 From: dceoy <1938249+dceoy@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:08:21 +0900 Subject: [PATCH] BUmp version to 1.0.2 --- README.md | 54 +++++++++++++++++++++++++------------------------- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 4dbeb0e..3cce189 100644 --- a/README.md +++ b/README.md @@ -157,33 +157,33 @@ python -m mt5cli -o account.csv account-info ## Commands -| Command | Description | -| ---------------------- | ------------------------------------------------------------------------------------------------------------ | -| `rates-from` | Export rates from a start date | -| `rates-from-pos` | Export rates from a start position | -| `latest-rates` | Export latest rates from a start position | -| `rates-range` | Export rates for a date range | -| `ticks-from` | Export ticks from a start date | -| `ticks-range` | Export ticks for a date range | -| `ticks-recent` | Export ticks from a recent trailing window | -| `account-info` | Export account information | -| `terminal-info` | Export terminal information | -| `version` | Export MetaTrader 5 version information | -| `last-error` | Export the last error information | -| `symbols` | Export symbol list | -| `symbol-info` | Export symbol details | -| `symbol-info-tick` | Export the last tick for a symbol | -| `minimum-margins` | Export minimum-volume buy and sell margin requirements | -| `market-book` | Export market depth (order book) | -| `orders` | Export active orders | -| `positions` | Export open positions | -| `history-orders` | Export historical orders | -| `history-deals` | Export historical deals | -| `recent-history-deals` | Export historical deals from a recent trailing window | -| `mt5-summary` | Export terminal/account status summary | -| `order-check` | Check funds sufficiency for a trade request | -| `order-send` | Send a raw trade request to the trade server (`--yes` required; expert path) | -| `close-positions` | Close open positions by `--symbol` or `--ticket` (`--yes` required for live; `--dry-run` available) | +| Command | Description | +| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +| `rates-from` | Export rates from a start date | +| `rates-from-pos` | Export rates from a start position | +| `latest-rates` | Export latest rates from a start position | +| `rates-range` | Export rates for a date range | +| `ticks-from` | Export ticks from a start date | +| `ticks-range` | Export ticks for a date range | +| `ticks-recent` | Export ticks from a recent trailing window | +| `account-info` | Export account information | +| `terminal-info` | Export terminal information | +| `version` | Export MetaTrader 5 version information | +| `last-error` | Export the last error information | +| `symbols` | Export symbol list | +| `symbol-info` | Export symbol details | +| `symbol-info-tick` | Export the last tick for a symbol | +| `minimum-margins` | Export minimum-volume buy and sell margin requirements | +| `market-book` | Export market depth (order book) | +| `orders` | Export active orders | +| `positions` | Export open positions | +| `history-orders` | Export historical orders | +| `history-deals` | Export historical deals | +| `recent-history-deals` | Export historical deals from a recent trailing window | +| `mt5-summary` | Export terminal/account status summary | +| `order-check` | Check funds sufficiency for a trade request | +| `order-send` | Send a raw trade request to the trade server (`--yes` required; expert path) | +| `close-positions` | Close open positions by `--symbol` or `--ticket` (`--yes` required for live; `--dry-run` available) | | `collect-history` | Collect rates, history-orders, and history-deals for one or more symbols into a single SQLite database (ticks opt-in via `--dataset ticks`) | Use `order-check` to validate a request payload before running `order-send --yes`. diff --git a/pyproject.toml b/pyproject.toml index 7f0a2b6..2532463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mt5cli" -version = "1.0.1" +version = "1.0.2" description = "Generic MT5 data and execution infrastructure for Python applications" authors = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}] maintainers = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}] diff --git a/uv.lock b/uv.lock index bff611d..0bc514d 100644 --- a/uv.lock +++ b/uv.lock @@ -358,7 +358,7 @@ name = "metatrader5" version = "5.0.5640" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy", marker = "sys_platform == 'win32'" }, + { name = "numpy" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/ef/a0/3b764c6743ef601ff12f7d8d62ca5768eb25e90d3758ac7e1d08e667af85/metatrader5-5.0.5640-cp311-cp311-win_amd64.whl", hash = "sha256:4057255f2d63138a3ea1a5d492715038a71d3177cad793fca97a5c58771b4eb1", size = 48091, upload-time = "2026-02-20T23:31:12.289Z" }, @@ -487,7 +487,7 @@ wheels = [ [[package]] name = "mt5cli" -version = "1.0.1" +version = "1.0.2" source = { editable = "." } dependencies = [ { name = "click" },