WavePredict - AI Trading AssistantPremium

An AI assistant that ingests market data, news & sentiment to issue probability-weighted up/flat/down forecasts.

0 StarsMIT LicenseSetup Time 5 Minutes
AIAnalyticsOperationsFinance

Overview & Instructions


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.

Features:

  • WavepredictContext – validates input symbols and stamps run metadata.
  • StockPriceFetcher – pulls 60-day OHLCV data via yFinance.
  • SocialSentimentAnalyzer – scores Reddit & Twitter chatter per ticker.
  • TechnicalIndicatorsProcessor – computes RSI, SMA crossovers, ATR, and more.
  • TradingForecastGenerator – GPT-4 ensemble produces probability-weighted forecast + bullets.
  • WavepredictNotifyArchive – emails daily brief and archives results for accuracy tracking.

How to Use:

  1. Click the Deploy on WaveAssist button below.
  2. Configure required variables:
    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).
  3. Run the nodes in order:
    wavepredict_context (WavepredictContext) →
    stock_price_fetcher (StockPriceFetcher) →
    social_sentiment_analyzer (SocialSentimentAnalyzer) →
    technical_indicators_processor (TechnicalIndicatorsProcessor) →
    trading_forecast_generator (TradingForecastGenerator) →
    wavepredict_notify_archive (WavepredictNotifyArchive).
  4. Confirm the workflow executes successfully and check your inbox for the morning brief.

Repo URL: Coming Soon Loom Demo: Coming soon

AIAnalyticsOperationsFinance
WavePredict - AI Trading Assistant

WavePredict - AI Trading Assistant

An AI assistant that ingests market data, news & sentiment to issue probability-weighted up/flat/down forecasts.

AIAnalyticsOperationsFinance