Algostream_strategymodule Action : sig ... endWhat a strategy emits.
module Context : sig ... endRead-only view of the world, handed to the strategy on every event.
module Event : sig ... endWhat a strategy observes.
module Pairs_mean_reversion : sig ... endReference Strategy.S: market-neutral pairs mean reversion.
module Side : sig ... endThe one place trade direction gets converted.
module Strategy : sig ... endThe strategy contract.