price-action — Knowledge Bundle
Bundle OKF 0.2 · 14 conceitos · Feralfantasies/price-action
# price-action — Knowledge Bundle Open Knowledge Format ([OKF v0.2](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md)) bundle documenting the `price-action` repository: a Rust trading engine whose strategies are driven by raw price movement (OHLCV bars) rather than derived indicators, with a replay mode for validating settings against historic data. **Any agent working in this repository MUST read this bundle before making any change and MUST keep it current when behaviour changes** — see [AGENTS.md](../AGENTS.md), which governs every change to this repo. # Start Here * [Overview](overview.md) — What the project is, its architecture pipeline, its scope (and explicit non-goals: no live trading, no market-data adapters yet). * [Replay Workflow](replay-workflow.md) — The sanctioned workflow for verifying settings against historic bars. Replay is read-only by design. # Architecture Concepts * [Trading Engine](engine.md) — The bar → signal → position loop