ARIMA + SAX hybrid forecasting research harness
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-31 09:23:41 +07:00
configs Bootstrap ARIMA+SAX hybrid research harness: protocols, source, tests, config 2026-08-24 17:10:57 +07:00
experiments Bootstrap ARIMA+SAX hybrid research harness: protocols, source, tests, config 2026-08-24 17:10:57 +07:00
results docs: close distributional magnitude execution as invalid 2026-08-31 09:23:41 +07:00
scripts research: freeze R2-H horizon-boundary protocol 2026-08-26 13:55:53 +07:00
src Fix DEFECT-001: z-normalize SAX candidate windows; add regression tests; record defect impact 2026-08-24 19:50:21 +07:00
tests Fix DEFECT-001: z-normalize SAX candidate windows; add regression tests; record defect impact 2026-08-24 19:50:21 +07:00
.gitignore Bootstrap ARIMA+SAX hybrid research harness: protocols, source, tests, config 2026-08-24 17:10:57 +07:00
ARCHITECTURE.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
CHANGELOG.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
DEFECT_LOG.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
HANDOVER_R1F.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
HANDOVER_R1R.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
LICENSE Bootstrap ARIMA+SAX hybrid research harness: protocols, source, tests, config 2026-08-24 17:10:57 +07:00
MALE5_v3.2.0_CANONICAL_DEPENDENCY_FINALIZATION.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
README.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
requirements.txt Bootstrap ARIMA+SAX hybrid research harness: protocols, source, tests, config 2026-08-24 17:10:57 +07:00
RESEARCH_CHARTER.md docs: establish research governance layer 2026-08-28 09:17:30 +07:00
RESEARCH_PROTOCOL.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00
RESEARCH_RULES.md docs: establish research governance layer 2026-08-28 09:17:30 +07:00
RESEARCH_STATE.md docs: close distributional magnitude execution as invalid 2026-08-31 09:23:41 +07:00
VALIDATION_PROTOCOL.md docs: establish authoritative research evidence layer 2026-08-30 15:32:54 +07:00

ARIMA_SAX_Hybrid_Forecaster

CURRENT GOVERNANCE ENTRYPOINT

CURRENT AUTHORITY: RESEARCH_CHARTER.md · RESEARCH_RULES.md · RESEARCH_STATE.md · results/EVIDENCE_LEDGER.md

CURRENT FAMILY: MALE5-ML CURRENT GATE: MALE5-ML-EXECUTION (BLOCKED) SCIENTIFIC STATUS: UNKNOWN — computation blocked; no valid MALE5 real-data result NEXT GATE: MALE5-ML-EXECUTION-RETRY-ON-LARGER-ALLOCATION

HISTORICAL FOUNDATION — SUPERSEDED AS AUTHORITATIVE ENTRYPOINT. The text below documents the original ARIMA + SAX research framework and is preserved intact for the historical record. The current authority is the governance block above plus RESEARCH_CHARTER.md, RESEARCH_RULES.md, RESEARCH_STATE.md, and results/EVIDENCE_LEDGER.md.

ARIMA_SAX_Hybrid_Forecaster

This repository is a research framework for testing ARIMA and SAX hybrid forecasting. It does not claim profitable trading performance and must not be interpreted as a validated trading strategy unless explicitly demonstrated by reproducible out-of-sample evidence.

Owner: chiki2bum2 Platform: https://forge.mql5.io/chiki2bum2


Purpose

This is a research project first, not a trading-product project. It builds a reproducible research harness to answer one central scientific question:

Does a hybrid ARIMA + SAX forecasting architecture provide statistically and economically meaningful incremental predictive information compared with appropriate baselines and with each component individually?

The two conceptual references are:

Method Reference
ARIMA https://www.mql5.com/en/articles/18247
SAX https://www.mql5.com/en/code/75543

These are methodology and implementation references only. They are not evidence that either method (or their combination) has trading edge.

Research posture

  • No assumption that either model has predictive edge.
  • No assumption that combining two models improves performance.
  • No live trading / execution in this harness.
  • No lookahead is permitted. A failing no-lookahead test is a hard stop.
  • No Edge and insufficient analog conditions are legitimate outputs, not implementation failures.

Project structure

docs/       Design and research notes
configs/    Freezed experiment / model configurations
src/        Source code (python statistical/runtime engine)
tests/      Unit, integration and no-lookahead research tests
experiments/Experiment run definitions
results/    Reproducible output artifacts (git-ignored)
scripts/    Runner / report entry points

All user-visible research claims must separate OBSERVED vs INFERRED vs UNKNOWN vs DECISION.

See RESEARCH_PROTOCOL.md for the governance rules.

Status

This repository is in first-phase research bootstrap. See CHANGELOG.md.