--- name: Feature request (Detailed) about: Long-form proposal with API sketch, scope checkboxes, prior-art links, and contribution intent. title: "[Feat] " labels: ["enhancement", "triage"] assignees: [] --- ## Problem / motivation ## Proposed solution ```python import wickra as ta # proposed API ind = ta.SuperTrend(period=10, multiplier=3.0) ind.update(close, high, low) ``` ## Scope - [ ] New indicator - [ ] New method on an existing indicator - [ ] New binding / platform target - [ ] Performance improvement - [ ] Ergonomics / API cleanup - [ ] Other (Explain below) ## Reference / prior art ## Alternatives considered ## Willingness to contribute - [ ] I'd like to implement this myself with guidance - [ ] I can help review / test - [ ] Requesting only — no bandwidth to implement