Add byte-exact mt5-cli project backtests#5
Draft
sindlinger wants to merge 1 commit into
Draft
Conversation
Author
|
Preparação do E2E em 2026-07-20:
O E2E real requer uma VM mt5-httpapi já provisionada e um token instalado no ambiente protegido do broker. Ausência permanece explícita; nenhum servidor local falso ou backend alternativo foi usado. |
Author
|
Local validation update (2026-07-20):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
POST /backtestcontract formt5-cliValidation
python3 -m py_compile mt5api/config.py mt5api/server.py mt5api/backtest/handler.py mt5api/backtest/jobs.py mt5api/backtest/materialization.py tests/test_project_materialization.pypython -m pytest -q tests --ignore=tests/real: 161 passedStill required before merge
A configured Windows VM must run a real Strategy Tester job through the HTTP endpoint using an authorized URL/token. This PR remains draft until that current-run evidence is attached. No local or remote backend fallback is implemented.