An AI assistant that ingests market data, news & sentiment to issue probability-weighted up/flat/down forecasts.
WavePredict ingests OHLCV data, real-time headlines, and social-media sentiment for any set of tickers, then leverages GPT-4 to email you a concise “up / flat / down” call with rationale and confidence.
OPENAI_API_KEY
, PERPLEXITY_API_KEY
, REDDIT_CLIENT_ID
, REDDIT_CLIENT_SECRET
, TWITTER_BEARER_TOKEN
, TRADINGVIEW_API_KEY
(optional), plus any others from the variable list (wavepredict_*
objects are auto-generated).wavepredict_context
(WavepredictContext) →stock_price_fetcher
(StockPriceFetcher) →social_sentiment_analyzer
(SocialSentimentAnalyzer) →technical_indicators_processor
(TechnicalIndicatorsProcessor) →trading_forecast_generator
(TradingForecastGenerator) →wavepredict_notify_archive
(WavepredictNotifyArchive).Repo URL: Coming Soon Loom Demo: Coming soon
An AI assistant that ingests market data, news & sentiment to issue probability-weighted up/flat/down forecasts.