Commit Graph

5 Commits

Author SHA1 Message Date
Achmad b410868386 Remove uv.lock from gitignore 2026-05-19 15:17:44 +00:00
Achmad 2e8047fefe Add db to gitignore 2026-05-19 14:31:25 +00:00
Achmad 79d1e0e538 Add date/time range support to get_historical_candles
- _fetch_candles now accepts explicit from_ts/to_ts timestamps; falls
  back to count-based window when omitted
- get_historical_candles accepts from_date/to_date in YYYY-MM-DD,
  YYYY-MM-DD HH:MM, or YYYY-MM-DD HH:MM:SS formats (all UTC)
- Yahoo Finance fallback switched from range= to period1/period2 so
  it respects the exact window in both modes
- Added 11 tests covering date range, datetime, end-of-day bump,
  invalid format, count cap, and pattern detection toggle
- gitignore uv.lock (Dockerfile uses pip, not uv sync)
2026-05-17 08:10:03 +00:00
achmad f34f77dc54 Add opencode config to gitignore 2026-05-17 13:12:49 +07:00
achmad 38f9b980ec Initial commit: MCP server wrapping tradingview-screener as MCP tools
- 11 MCP tools: get_stock_quotes, screen_market, find_top_gainers,
  find_top_losers, find_most_active, technical_scan, fundamental_scan,
  list_markets, list_fields, set_session, clear_session
- Structured filter conditions with nested And/Or groups
- Session cookie resolution: per-call > in-memory > env var
- auto-load .env via python-dotenv
- 69 unit tests covering helpers, conditions, filters, and all tools
2026-05-17 11:09:26 +07:00