Package com.quantfinlib.dsl
package com.quantfinlib.dsl
Strategy Builder DSL: compose
Rules (built via
Rules factories over indicator arrays, with
and/or/not combinators) into a backtestable strategy through
StrategyBuilder — entry/exit rules, stop loss
and take profit in a fluent chain. All rules are NaN-safe during indicator
warm-up.-
ClassDescriptionA boolean condition over a bar index, typically closing over precomputed indicator arrays.Factory of common
Rules over indicator arrays.Strategy Builder DSL: compose entry/exit rules, stop loss and take profit into a backtestable strategy with a fluent API.A rule-based strategy produced by the builder.