Logic Composer
Make the product mechanism visible, not implied.
BacktestBuilder is being built as a strategy-expression and market-behaviour testing engine. The goal is not
just to switch signals on and off, but to help traders describe the setup they actually see on the chart.
Start with the logic of the setup
The Logic Composer is being built to help traders describe a setup as a chain of conditions: what forms
first, what confirms next, what window keeps it valid, what must hold, what context matters, and what
invalidates the idea.
That means giving structure to temporal logic sequences, semantic strategy construction, confirmation,
invalidation, and cross-market relationships so complex trading ideas can be tested as a chain of conditions
rather than a disconnected list of filters.
The strategy language is being shaped around structured connectors such as ENTER, THEN, WITHIN, and FOR —
so traders can express setup logic as a sequence rather than forcing it into one trigger.
Ordinary tools ask: did the signal fire? BacktestBuilder asks: did the full setup form?