From ed76a412a1463f9c54030659dab87455efc8910e Mon Sep 17 00:00:00 2001 From: dceoy Date: Mon, 29 Jun 2026 20:29:14 +0000 Subject: [PATCH] deploy: 513eb7617d5c278066ed60f8efd213194ab5caca --- api/public-contract/index.html | 9 +- api/trading/index.html | 4628 ++++++++++++++++++-------------- index.html | 2 +- objects.inv | Bin 3855 -> 3870 bytes search/search_index.json | 2 +- sitemap.xml | 24 +- sitemap.xml.gz | Bin 269 -> 269 bytes 7 files changed, 2594 insertions(+), 2071 deletions(-) diff --git a/api/public-contract/index.html b/api/public-contract/index.html index 57f3842..c334019 100644 --- a/api/public-contract/index.html +++ b/api/public-contract/index.html @@ -233,7 +233,7 @@ their owning modules (mt5cli.schemas, mt5cli.utils, create_trading_client, mt5_trading_session -Trading-capable MT5 client lifecycle; returns a client supporting order execution and account management +Trading-capable MT5 client lifecycle; returns a raw pdmt5.Mt5DataClient (not MT5Client) supporting order execution, account management, and history deal retrieval AccountSpec @@ -388,6 +388,10 @@ strategy entries, exits, Kelly sizing, or signal logic.

Select/verify Market Watch visibility +fetch_recent_history_deals_for_trading_client +Recent deal history from a connected trading client + + place_market_order, close_open_positions, update_sltp_for_open_positions, update_trailing_stop_loss_for_open_positions Order execution helpers (dry_run supported) @@ -682,6 +686,9 @@ The following belong in consuming applications, not in mt5cli:

  • Backtesting, walk-forward analysis, or parameter optimization
  • Strategy-specific risk policy, position sizing systems, or Kelly fractions
  • Entry/exit decision logic or YAML strategy semantics
  • +
  • Entry-deal classification, Kelly fractions, or betting-specific deal transformations + (use fetch_recent_history_deals_for_trading_client to retrieve raw deal data, then + apply downstream transformations in your own adapter layer)
  • Application-specific credential schema keys wired into mt5cli internals
  • mt5cli provides connection lifecycle, normalized data access, SQLite history diff --git a/api/trading/index.html b/api/trading/index.html index 1b414dc..b634dae 100644 --- a/api/trading/index.html +++ b/api/trading/index.html @@ -145,6 +145,10 @@

    +