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