The engine takes 159 named controls and a strategy archetype. From the archetype it
reads a baseline win probability, a tail multiple, a preferred volatility band and the ATR
coefficient the logic was designed around. From the controls it derives a working stop in pips, a
friction charge expressed against that stop, an outcome ladder, a trade frequency, an effective
concurrency after correlation, and a drawdown envelope.
Those feed a seeded path simulator. Trades are grouped into concurrency blocks; inside a block,
correlation pulls outcomes toward a shared sign, which is how “four positions” quietly
becomes one position held four times. Capital authority — if the governance layer is enabled — is
reviewed at block boundaries rather than after every trade, and risk is compressed as the decline
from the equity peak deepens.
There is no market data anywhere in that chain. The engine encodes directional
relationships that are argued for in the research records: that friction scales against the stop
rather than against the trade, that partials trade tail participation for capture efficiency, that
correlation converts concurrency into concentration. It shows you what moves when you change
something. It does not show you what happened.
The same function is used everywhere. The figure below runs it twelve times — once for each
archetype, each at its own design coefficient and otherwise at the default configuration — so the
comparison is between strategy shapes rather than between tunings.