tagged #Strategy

2 posts · newest first

  1. №05 MAY 15

    Teaching StalkMarket to buy

    fintech

    StalkMarket already knows when to sell. Now I'm wiring up the harder half — entries. Here's the messy filter that turned 25 candidate buy signals into the five I'd actually trust on HDFC Bank.

    #trading #strategy #nse #stalkmarket #design

  2. №04 MAY 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