Explore a CV for
Oussama Anezha · Research & engineering

Curious mind.
Serious systems.

I turn mathematical ideas into working software. Trading research, learning machines, thoughtful algorithms—and the engineering that brings them to life.

QuantAI / MLAlgorithmsSoftwareQuantum research
01 / SELECTED WORK

Ideas, built and tested.

Explore the question, the implementation, and what the evidence taught me.

QR–01 / BTC PERPETUALSVALIDATED BACKTEST

Causal multi-timeframe trading research

A Freqtrade strategy tested with 15-minute signals, 1-minute execution detail, historical funding, and 0.07% costs per side—plus look-ahead and recursive-stability audits.

PythonC++FreqtradeDocker
31.06%CAGR1,323trades15min / month26.15%max DD
QR–02 / MACRO EVENTSRESEARCH / REJECTED EDGE

Ten-year event-driven tick study

A bid/ask-aware Nasdaq 100 and S&P 500 event engine built around US macro releases. The work mapped how attractive headline results collapsed under realistic cost and leverage constraints.

PythonTick dataOCO engineStress testing
5,894timestamps105k+configs0robust passes
QR–03 / CSI 300RESEARCH PIPELINE

Cross-sectional factors & earnings events

A walk-forward A-share framework with point-in-time announcements, Rank IC/ICIR, quantile portfolios, turnover costs, and explicit audits for survivorship and label leakage.

PythonPandasscikit-learnAKShare
2015–25coverage273 / 300stocks7factors
AI–01 / RL TRADINGEXPERIMENTAL

Regime-aware reinforcement learning

PPO trading research using dual LSTM encoders, supervised pretraining, real P&L tracking, state-aware action masking, and rolling validation across multiple model generations.

PyTorchSB3PPOLSTM
V5 → V9iterationsH4regime horizonPPOpolicy
AI–02 / MARKET INTELLIGENCEHONEST NEGATIVE RESULT

Financial news intelligence platform

React + FastAPI system for news aggregation, sentiment, event calendars, and market forecasting. Holdout tests showed the first forecasting models failed to beat naive baselines.

ReactFastAPINLPSQL
33.6%direction48.8%naive baselineFull stackdelivery
SE–01 / LLM AGENTSWORKING SOFTWARE

Architecture-to-code agent

An agent pipeline that reads architecture documents and diagrams, produces structured specifications, and generates a runnable educational game with traceable artifacts and tests.

LLM agentsNode.jsPlantUMLOpenAPI
11diagrams parsed6game questionsGitHubpublished
QR–04 / EARNINGSBASELINE STUDY

Single-stock earnings event engine

An MQL5 event strategy with session-aware entry/exit, gap-risk sizing, and a detailed execution audit. Profitable in available history, but constrained by incomplete broker data.

MQL5MT5Python auditEvent data
100executions2.20profit factor56%win rate
SYS–01 / ORDER FLOWREAL-TIME PROTOTYPE

Bookmap order-flow bridge

A read-only real-time collector that detects sub-second sweep activity and liquidity exhaustion, then exports normalized events into the strategy research pipeline.

PythonBookmapStreamingFreqtrade
800 mssweep window90th pctvolume gate0order access
QSE–01 / NEXT RESEARCHPROPOSED DIRECTION

Quantum compiler differential testing

A scoped research direction for detecting correctness and optimization regressions across quantum compilers using equivalent-circuit transformations and scalable testing oracles.

Quantum SDKsCompilersTestingAlgorithms
QiskitcandidateCirqcandidateBQSKitcandidate
AI–03 / ADAPTIVE PLANNINGPRODUCT CONCEPT

Context-aware personal scheduler

A privacy-first concept for inferring routines from permissioned device signals, estimating confidence, and dynamically replanning a day without reading private content.

On-device MLSchedulingPrivacy UX
On-deviceprincipleHumanconfirmationAdaptiveplanning
QR–05 / GOLDSTRATEGY RESEARCH

Gold ZigZag · RSI · EMA system

A causal XAUUSD research stack spanning signal construction, Dukascopy M1 execution data, spread and commission modeling, timeframe comparison, stop-loss recovery, and trailing-exit studies.

MQL5PythonDukascopyCost model
6 yearsdata948configurations5timeframes
QR–06 / US30EA ENGINEERING

US30 market-structure Smart EA

An MQL5 execution system combining liquidity sweeps, BOS/CHOCH, session logic, multi-timeframe structure, synchronized daily-loss controls, and ONNX model inference.

MQL5ONNXMarket structureRisk controls
Multi-TFstructureONNXsignal filterFTMOrisk rules
AI–04 / 8GB VRAMSYSTEM CONSTRAINT

Memory-aware financial AI pipeline

A hierarchical candlestick-model pipeline that loads and unloads 1H/4H CNN components on demand, integrating news sentiment before later migration toward reinforcement learning.

PyTorchCNNSB3Memory orchestration
8 GBVRAM budget1H / 4HhierarchyDynamicmodel loading
SE–02 / OOADTEAM SYSTEM DESIGN

AI economic-market simulation

A four-person university project where I led software modeling across use cases, domain models, system sequence diagrams, operation contracts, and iterative architecture delivery.

OOADUMLSystem modelingTeam delivery
4 peopleteamEnd-to-endOOADLeadmodeling
02 / SYSTEMATIC FINANCE

From data model to decision system.

Selected implementations connect causal inputs, stateful execution, transaction costs, and explicit rejection criteria. They support the finance profile; they do not define it.

MARKET / ENGINESYSTEMRESULTVERDICT
PIPELINE / 01

Point-in-time data layer

Market candles, bid/ask ticks, funding, earnings timestamps, financial announcements, and news are aligned to the information actually available at decision time.

03 / MODEL VALIDATION

Every number needs its risk beside it.

Inspect the validation design, cost assumptions, risk profile, and final conclusion behind selected systematic-finance experiments.

BTC–C / 2020—2026PASSED RESEARCH GATES
PERCENTAGE METRICS / EXACT VALUESSCALE ±35%
−35%0+35%

Passed the stated frequency and CAGR gates after modeled fees, slippage, funding, and bias checks. Still requires dry-run validation; profit factor was 1.129 and worst trade was −18.17%.

Charts use reported aggregate backtest metrics. No equity path is reconstructed or invented where time-series data is unavailable.

04 / HOW I WORK

Engineering discipline, research skepticism.

A / CAUSALITY

Protect the timeline

Signals, labels, earnings estimates, and announcements are frozen at the information actually available when a decision is made.

B / FRICTION

Model what hurts

Fees, spread, slippage, funding, quote gaps, non-atomic fills, and missing history belong in the experiment—not in a footnote.

C / REPRODUCTION

Make claims rerunnable

Backtest archives, exact commands, audit reports, and versioned implementations turn a result into an engineering artifact.

05 / TECHNICAL DEPTH

Languages are tools. Systems are the proof.

What I used, where I used it, and the engineering problem it solved.

Core languages

PythonBacktest engines, data pipelines, model training, event studies, APIs, audits, and automation.
C++High-throughput candidate screening and performance-sensitive strategy research components.
MQL5 / MQL4US30, XAUUSD, and earnings-event EAs with execution, session, and account-risk logic.
JavaSpring Boot APIs, authentication, service logic, database integration, and enterprise tooling.
JavaScriptReact interfaces, interactive dashboards, Node.js systems, and generated web applications.
SQLRelational data models, MySQL query work, research records, and forecast/event persistence.

ML / AI

PyTorch · SB3PPO policies, LSTM/CNN encoders, supervised pretraining, reward design, and action masking.
scikit-learn · TPOTFeature selection, ridge models, classification/regression, AutoML, and holdout evaluation.
Transformers · ONNXMarket-regime modeling, text sentiment, portable inference, and MQL5 signal filtering.

Quantitative finance

FreqtradePerpetual-futures research, 1-minute execution detail, funding, fee models, and bias audits.
Event-driven testingBid/ask tick replay, OCO orders, gap execution, non-atomic fills, and cost sensitivity.
Cross-sectional researchRank IC, ICIR, quantile portfolios, rolling validation, turnover, and point-in-time events.

Systems / data

FastAPI · ReactFull-stack market intelligence, data endpoints, forecast panels, filters, and visualizations.
Docker · LinuxReproducible research environments, service orchestration, validation, and deployment workflows.
MySQL · RedisApplication persistence, query optimization, caching, and backend performance.
06 / EXPERIENCE

One foundation. Several directions.

Software engineering, intelligent systems, mathematical research, and rigorous experimentation developed through professional work and independent projects.

AI Engineer Intern

AI-enabled quantitative-finance research: data pipelines, factor construction, AutoML, financial-text signals, model validation, risk analysis, and reporting.

PythonPandasscikit-learnTPOTFinancial NLP
Capgemini

Backend Development Intern

REST APIs, authentication, database query work, caching, logging, monitoring, and API documentation in a Java service environment.

JavaSpring BootMySQLRedisSwagger
Amazon

Software Development Intern

Software development, testing, and debugging across Python, JavaScript, C++, and Java in an agile team.

PythonJavaScriptC++Java
DEVOTECH

Bachelor of Software Engineering

Computer science foundations spanning algorithms, data structures, probability, statistics, linear algebra, software engineering, and computer architecture.

GPA 3.6 / 4.0HSK 4IELTS 6.0
Wuhan University
PAPERS / IN PROGRESS

Two focused research questions.

Two paper projects in progress. Proposed methods and next steps are separated from completed implementations and validated findings.

Paper in progress · AI / Software engineering

Reliable LLM agents for software engineering

How can agent-generated software be verified beyond a successful demo?

Explore the research concept
Starting point
My architecture-to-code pipeline generated a working educational game from eleven PlantUML views. The next stage is a research-oriented study, not a claim of proven agent reliability.
Questions under investigation
Reliable game-bug verification, version-aware knowledge and memory, and adaptive multi-agent coordination.
Planned approach
Compare existing systems, identify failure modes, and formulate testable research questions grounded in the implementation.
Next milestone
A literature-based report with proposed evaluation methods and open research problems.
Under construction · Quantum / Algorithms

Differential testing for quantum compilers

Can equivalent circuits expose semantic errors and optimization regressions across compiler toolchains?

Explore the research concept
Core idea
Generate equivalent circuit variants, compile them with different toolchains, and compare their behavior.
Proposed methods
Metamorphic transformations, exact checks for small circuits, and scalable correctness invariants for larger circuits.
Candidate tooling
Qiskit, Cirq, and BQSKit or Tket are proposed study targets, not claimed completed benchmarks.
Next milestone
Define a reproducible circuit corpus, testing oracles, and a baseline experiment.
Quant · AI/ML · Algorithms · Software systems · Quantum

Looking for someone who can move from mathematical idea to intelligent, tested software?

RESEARCH FILE

LET’S CONNECT

Start a conversation.

Opportunities, research, or an interesting engineering problem—choose where to reach me.

Emailoussama.anezha@gmail.comWrite an email ↗ WhatsApp+86 181 7127 5325Open chat ↗ LinkedInOussama AnezhaView profile ↗
TelegramDirect link not yet providedPlease use email or WhatsApp for now.

BEFORE YOU GO
Recruiter checkpoint

Would you move Oussama to the next stage?

Your answer helps me understand what is convincing—and what still needs to become stronger.

Nothing is submitted automatically. You review the email before sending.

CV / Resume · 简历

Download PDF / 下载

2 pages / 两页 · Open PDF in a new tab / 在新标签页查看