Athanor¶
Athanor compiles declarative .at factor definitions into typed C++
plugins. Generated factors attach to Aurum market topics and publish scalar
factor:// resources for strategy code and Terminal inspection.
Read this first: Athanor Quickstart — define a factor, compile it, and wire it into a strategy.
Compile a factor — Define a bar factor, generate a header, and wire it into a strategy.
Factors in strategies — Readiness, window ownership, resource identity, and optimization.
Language reference — Fields, expressions, windows, lag operators, and conditionals.
Athanor is a build-time product interface. Generated C++ runs inside the same strategy runtime as handwritten plugins; no Athanor service is required in production.