Add account-wide projected margin ratio helper (#60)

* feat: add account projected margin ratio helper

* Bump version to v0.9.4

* fix: address account margin ratio review feedback

* fix: simplify account margin ratio errors
This commit is contained in:
Daichi Narushima
2026-06-24 03:43:52 +09:00
committed by GitHub
parent 292fac899a
commit 96c75f7852
8 changed files with 217 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "mt5cli"
version = "0.9.3"
version = "0.9.4"
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"}]