2026-03-28 14:00:48 +00:00
|
|
|
site_name: mt5cli API Documentation
|
2026-06-13 01:32:03 +09:00
|
|
|
site_description: Generic MT5 data and execution infrastructure for Python
|
2026-03-28 14:00:48 +00:00
|
|
|
site_author: dceoy
|
|
|
|
|
site_url: https://github.com/dceoy/mt5cli
|
|
|
|
|
|
|
|
|
|
repo_name: dceoy/mt5cli
|
|
|
|
|
repo_url: https://github.com/dceoy/mt5cli
|
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
|
name: material
|
|
|
|
|
palette:
|
|
|
|
|
- scheme: default
|
|
|
|
|
primary: blue
|
|
|
|
|
accent: blue
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-7
|
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
- scheme: slate
|
|
|
|
|
primary: blue
|
|
|
|
|
accent: blue
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-4
|
|
|
|
|
name: Switch to light mode
|
|
|
|
|
features:
|
|
|
|
|
- content.code.annotate
|
|
|
|
|
- content.code.copy
|
2026-06-09 01:28:22 +09:00
|
|
|
- content.code.mermaid
|
2026-03-28 14:00:48 +00:00
|
|
|
- navigation.indexes
|
|
|
|
|
- navigation.sections
|
|
|
|
|
- navigation.tabs
|
|
|
|
|
- navigation.top
|
|
|
|
|
- search.highlight
|
|
|
|
|
- search.share
|
|
|
|
|
- search.suggest
|
|
|
|
|
- toc.follow
|
|
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
|
- search
|
|
|
|
|
- mkdocstrings:
|
|
|
|
|
handlers:
|
|
|
|
|
python:
|
|
|
|
|
paths: [.]
|
|
|
|
|
options:
|
|
|
|
|
show_source: true
|
|
|
|
|
show_root_heading: true
|
|
|
|
|
show_root_toc_entry: true
|
|
|
|
|
docstring_style: google
|
|
|
|
|
docstring_section_style: table
|
|
|
|
|
separate_signature: true
|
|
|
|
|
show_signature_annotations: true
|
|
|
|
|
signature_crossrefs: true
|
|
|
|
|
merge_init_into_class: true
|
|
|
|
|
show_if_no_docstring: true
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
- Home: index.md
|
|
|
|
|
- API Reference:
|
|
|
|
|
- Overview: api/index.md
|
2026-06-18 19:12:11 +09:00
|
|
|
- Public API Contract: api/public-contract.md
|
2026-06-13 01:32:03 +09:00
|
|
|
- Client: api/client.md
|
|
|
|
|
- Schemas: api/schemas.md
|
|
|
|
|
- Converters: api/converters.md
|
|
|
|
|
- Exceptions: api/exceptions.md
|
2026-03-28 14:00:48 +00:00
|
|
|
- CLI: api/cli.md
|
2026-06-08 22:54:53 +09:00
|
|
|
- SDK: api/sdk.md
|
2026-06-11 19:32:52 +09:00
|
|
|
- Trading: api/trading.md
|
2026-06-09 02:40:25 +09:00
|
|
|
- History Collection (SQLite): api/history.md
|
2026-07-04 01:03:40 +09:00
|
|
|
- Telemetry: api/telemetry.md
|
|
|
|
|
- Grafana: api/grafana.md
|
2026-06-08 22:54:53 +09:00
|
|
|
- Utils: api/utils.md
|
2026-03-28 14:00:48 +00:00
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- admonition
|
|
|
|
|
- pymdownx.details
|
|
|
|
|
- pymdownx.superfences
|
|
|
|
|
- pymdownx.highlight:
|
|
|
|
|
anchor_linenums: true
|
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
|
- pymdownx.snippets
|
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
|
alternate_style: true
|
|
|
|
|
- toc:
|
|
|
|
|
permalink: true
|