tagged#Algorithms

1 post·newest first

  1. №04MAY 09

    Designing a pluggable trailing stop-loss engine

    fintech

    How StalkMarket's strategy engine works: a pure-function Strategy interface, a discriminated StrategyResult, paise-precision math, and crash-safe deduplication for the trailing stop-loss.

    #trading#strategy#typescript#algorithms#sqlite#testing