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.
Compile a factor – Define a bar factor, generate a header, and wire it into a strategy.
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.