Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ operations over HTTP. It is a FastAPI/HTTP adapter over
dataframe/trading primitives, and canonical MT5 constant parsing. mt5api adds
optional API-key auth and JSON/Parquet response formatting.

[`mt5cli`](https://github.com/dceoy/mt5cli) is a sibling CLI/batch adapter for
the same pdmt5 stack; it is not a dependency of mt5api.

The API server must run on Windows. pdmt5 connects through the MetaTrader 5
Comment thread
dceoy marked this conversation as resolved.
Comment thread
dceoy marked this conversation as resolved.
Python API, which is supported only on Windows, so you must host `mt5api` on a
Windows machine with a logged-in MetaTrader 5 terminal. HTTP clients can connect
Expand Down
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ mt5api is a FastAPI/HTTP adapter over
dataframe/trading primitives, and canonical MT5 constant parsing. mt5api adds
optional authentication, response formatting, and OpenAPI documentation.

[`mt5cli`](https://github.com/dceoy/mt5cli) is a sibling CLI/batch adapter for
the same pdmt5 stack; it is not a dependency of mt5api.

The API server must run on Windows because pdmt5 connects through the MetaTrader
Comment thread
dceoy marked this conversation as resolved.
5 Python API, which is Windows-only. Run `mt5api` on a Windows host with
MetaTrader 5 installed and logged in. API clients can connect from any operating
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license-files = ["LICENSE"]
readme = "README.md"
requires-python = ">= 3.11, < 3.14"
dependencies = [
"pdmt5 >= 0.3.0",
"pdmt5 >= 1.0.0",
Comment thread
dceoy marked this conversation as resolved.
"fastapi >= 0.115.0",
"uvicorn[standard] >= 0.32.0",
"pyarrow >= 18.0.0",
"python-multipart >= 0.0.9",
"python-multipart >= 0.0.31",
"httpx >= 0.27.0",
]
classifiers = [
Expand Down
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.