summaryrefslogtreecommitdiff
path: root/services/strategy-engine
AgeCommit message (Expand)Author
9 hoursfix: add session lock in StockSelector, remove unused HEALTH_PORT_OFFSET, lin...HEADmasterTheSiahxyz
9 hoursfix: remove SecretStr field overrides in service subclass configsTheSiahxyz
9 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
9 hoursrefactor: specialize exception handling across all servicesTheSiahxyz
9 hoursfix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selectorTheSiahxyz
9 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
9 hoursfeat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignoreTheSiahxyz
9 hourschore: pin all service dependencies with upper boundsTheSiahxyz
9 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
10 hoursrefactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c...TheSiahxyz
11 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
11 hoursfeat: integrate stock selector into strategy engine schedulerTheSiahxyz
11 hoursfeat: implement 3-stage stock selector (sentiment → technical → LLM)TheSiahxyz
15 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
15 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
15 hoursrefactor: migrate to US stocks with Alpaca APITheSiahxyz
15 hoursfeat(strategy): add Market on Close (MOC) strategy for US stocksTheSiahxyz
15 hoursrefactor: replace Binance/ccxt with Alpaca API client for US stocksTheSiahxyz
15 hoursfeat: wire sentiment into engine + add EMA/bullish candle entry filtersTheSiahxyz
15 hoursfeat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant)TheSiahxyz
15 hoursfeat(strategy): add Asian Session RSI strategy for SOL/USDT scalpingTheSiahxyz
16 hoursfeat(strategy): Phase 3 complete — individual strategy upgradesTheSiahxyz
16 hoursfeat(strategy): add RSI divergence detection and MACD signal-line crossoverTheSiahxyz
16 hoursfeat(strategy): add EMA pullback entry and VWAP daily reset with deviation bandsTheSiahxyz
16 hoursfeat(strategy): add Volume Profile HVN/LVN and Combined adaptive weightingTheSiahxyz
16 hoursfeat(strategy): add Grid trend guard and Bollinger squeeze detectionTheSiahxyz
30 hoursfeat(strategy): Phase 2 complete — strategy infrastructure upgradeTheSiahxyz
30 hoursfeat(strategy): apply filters, conviction scoring, and ATR stops to all strat...TheSiahxyz
30 hoursfeat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ...TheSiahxyz
30 hoursfeat(strategy): add technical indicators library (ATR, ADX, RSI, MACD, Bollin...TheSiahxyz
31 hoursfix: lint cleanup after critical and high priority fixesTheSiahxyz
31 hoursfix: WS factory, backtester config, CI docker builds, health port docsTheSiahxyz
31 hoursfix(strategy-engine): process multiple symbols concurrently with asyncio.gatherTheSiahxyz
32 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
32 hoursfeat(strategy): add combined strategy with weighted signal votingTheSiahxyz
32 hoursfeat(security): add bearer token auth for health/metrics endpointsTheSiahxyz
32 hoursfeat: medium priority improvementsTheSiahxyz
32 hourstest: add edge case tests for zero volume, empty data, extreme valuesTheSiahxyz
32 hoursfeat(strategy): add parameter validation to all strategiesTheSiahxyz
32 hoursfix: clean up backtester strategy loading and update DockerfilesTheSiahxyz
32 hoursfix: resolve critical deployment blockersTheSiahxyz
33 hoursfix: resolve lint issues and final integration fixesTheSiahxyz
33 hoursfeat(strategy): add Volume Profile strategyTheSiahxyz
33 hoursfeat(strategy): add Bollinger Bands strategyTheSiahxyz
33 hoursfeat(strategy): add VWAP strategyTheSiahxyz
33 hoursfeat(strategy): add MACD strategyTheSiahxyz
33 hoursfeat(strategy): add EMA Crossover strategyTheSiahxyz
33 hoursfeat(strategy): add warmup_period to BaseStrategy and YAML config loadingTheSiahxyz
33 hoursfeat(services): integrate structlog, healthcheck, metrics, and TelegramTheSiahxyz
33 hoursfeat: initial trading platform implementationTheSiahxyz