Skip to content

v0.6.1

Choose a tag to compare

@saidsurucu saidsurucu released this 24 Jan 19:27
· 38 commits to master since this release

Changes

Major

  • TradingView Screener Integration: bp.scan() now uses tradingview-screener package for native TradingView filtering
    • Removed local indicator calculation code
    • Added timeframe support: bp.scan("XU030", "rsi < 30", interval="1h")

Bug Fixes

  • Ziraat Eurobond API: Fixed date fallback - tries up to 7 days back for valid data
  • TEFAS Fund History: Fixed max period data retrieval

Improvements

  • Pine Facade Cache: Replaced @lru_cache with module-level dict cache
  • Ruff Linting: Fixed B904/B028/B019 warnings

Removed

  • condition.py module (replaced by tradingview-screener)