Back to Home
jonathanjacka icon

agent-trading-platform

Verified Safe

by jonathanjacka

Overview

An autonomous AI-powered stock trading platform featuring multiple AI agents with distinct trading strategies for researching markets, making trading decisions, and learning from experiences.

Installation

Run Command
npm run build && npm start

Environment Variables

  • OPENAI_API_KEY
  • POLY_API_KEY
  • BRAVE_API_KEY
  • API_SECRET
  • PUSHOVER_USER
  • PUSHOVER_TOKEN
  • LANGFUSE_PUBLIC_KEY
  • LANGFUSE_SECRET_KEY
  • DEFAULT_MODEL
  • NODE_ENV
  • CLIENT_URL
  • ENABLE_SCHEDULER
  • TRADING_SCHEDULE
  • INTRADAY_SCHEDULE
  • SCHEDULER_TIMEZONE
  • ENABLE_INTRADAY
  • ENABLE_STREAMING

Security Notes

The application uses environment variables for all API keys and secrets, which is good practice. API key authentication is implemented for protected endpoints, and rate limiting is in place for expensive operations like AI trades. Global error handling suppresses detailed stack traces in production. A critical security note is that API_SECRET authentication is disabled if the environment variable is not configured, which could lead to unprotected endpoints in a production environment if overlooked.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2025-12-24

Tags

AITradingStock MarketMulti-AgentFinancial Analytics