Settings

Configure your Market Assistant

Manual Analysis

Run the daily analysis manually to generate new signals. This will analyze all Nifty 50 stocks and send notifications.

API Configuration

Configure your API keys in the .env.local file.

OpenAI APINot Configured
Telegram BotNot Configured
Resend EmailNot Configured

Notifications

Notifications are sent via Telegram and Email when new signals are generated.

• Daily signals sent after market close (4:00 PM IST)

• Pre-market alerts sent at 8:30 AM IST

• Trade execution confirmations

Database

Using SQLite database stored at data/market.db

Quick Commands

npm run devStart development server
npm run db:initInitialize database
npm run db:seedSeed Nifty 50 stocks
npm run analyzeRun daily analysis
npm run premarketRun pre-market check
npm run buildBuild for production