copilot-swe-agent[bot]
fae899a1f6
feat: Create v11 indicator with all filter options functional
- Copy v9 indicator as base for v11
- Add master useQualityFilters toggle (line 10-11)
- Fix final signal logic to apply ALL filters (lines 261-272)
- Update metadata: title, shorttitle to "v11 All Filters"
- Update indicatorVer to "v11" (line 283)
- Update comments to reflect v11 behavior
Key fix: v9 calculated filters but never applied them. v11 applies all 10 filter variables:
- longOk/shortOk (MACD)
- adxOk (ADX minimum)
- longBufferOk/shortBufferOk (entry buffer)
- longPositionOk/shortPositionOk (price position)
- volumeOk (volume ratio)
- rsiLongOk/rsiShortOk (RSI momentum)
Master toggle allows A/B testing:
- useQualityFilters=false → behaves like v9 (timing only)
- useQualityFilters=true → all filters must pass
Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>