Pipeline
Compose indicators, arithmetic, comparison, transformation and Rhai custom steps into a declarative DAG that persists as a derived series.
The fluxo visual is a declarative DAG of steps. Each step applies an operation (indicator, arithmetic, comparison, transformation) over a source or over the output of a previous step. The final output is persisted as a derived series.
Available operations
All 40 classic + 15 microstructure indicators usable as steps.
add, subtract, multiply, divide between series or with a scalar.
greater, less, greater_equal, less_equal, crosses_above, crosses_below — generates signals.
if condition then series_A else series_B — logical branching.
abs, neg, log, sqrt, clamp, sign — unary operations per column.
Discretizes a series into N bins by rolling quantiles (adaptive ruler).
rma, smm, std_dev, linear_regression — rolling windows.
Inner-join of columns from multiple steps into a synthetic series.
Inline Rhai script with named inputs — total freedom.