Mya is an autonomous trading intelligence platform that makes daily stock market predictions using fresh, real-time data. The system automatically discovers high-probability options trades and volatile stocks by analyzing news sentiment, economic data, and technical indicators—no user input required, just intelligent daily recommendations.
- Double Capital: AI automatically scans market news and identifies options with 200%+ profit potential using advanced technical analysis
- Analyze: AI predicts which stocks may become volatile soon based on real-time news sentiment analysis and market indicators
- Earnings: Identifies stocks with upcoming earnings this week using comprehensive news analysis and historical patterns
- Announcements: Tracks important economic data and Federal Reserve announcements affecting markets
- Benchmark: Tracks and learns from recommendation performance to improve future predictions
All functions are 100% automated—no stock symbols or parameters required. Just run the command and get intelligent recommendations.
MYA always uses the most current market data available:
- Real-time News: Continuous scanning of market-moving announcements
- Live Prices: Current market prices and volatility measurements
- Daily Updates: Earnings calendars and economic data refreshed daily
- Intraday Analysis: Market conditions reassessed throughout trading hours
- Historical Context: Fresh data combined with proven pattern recognition
The system automatically determines when data has changed and updates predictions accordingly—ensuring you always get recommendations based on the latest market conditions.
# Install from npm
npm i mya-cli
# Authenticate with your email
mya login
# Check your authentication status
mya status
# Find options with 200%+ profit potential (automatic analysis)
mya double
# Find stocks that may become volatile soon (AI prediction)
mya analyze
# Find stocks with upcoming earnings this week (news-based)
mya earnings
# Get important economic announcements for traders
mya announcements
# View performance tracking and AI learning insights
mya benchmark
# View most recent analysis results
mya results
# Run comprehensive analysis (all commands in sequence)
mya quick # or: mya all
# Quick aliases for faster typing
mya d # double
mya a # analyze
mya e # earnings
mya n # announcements
mya b # benchmark
mya s # status
mya r # resultsA: Mya automatically scans thousands of news articles daily using Alpha Vantage, extracts relevant stock symbols using AI, then fetches detailed market data from Polygon.io. The entire process is automated—you just run the command and get intelligent recommendations.
A: Mya uses two premium data sources:
- Alpha Vantage: Real-time news, earnings announcements, economic indicators, and market sentiment
- Polygon.io: Live stock prices, options data, historical patterns, and market microstructure data
A: Mya aims for 85%+ probability recommendations by combining multiple data sources and AI analysis. However, market conditions can change rapidly, and past performance doesn't guarantee future results.
A: No! Mya handles all API integrations transparently. You don't need to sign up for any external services or manage API keys.
A: News and market data are updated continuously throughout trading hours. The AI models analyze this data in real-time to provide the most current recommendations.
A: Mya is designed to be fully automated for optimal ease of use. The AI automatically selects the best parameters based on current market conditions and historical performance.
MIT License - see LICENSE file for details.
We welcome contributions to improve Mya CLI! Here's how you can help:
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/mya.git - Install dependencies:
npm install - Build the project:
npm run build - Create a feature branch:
git checkout -b feature/amazing-feature
- Make your changes with clear commit messages
- Add tests for new functionality:
npm test - Ensure all tests pass and linting is clean
- Submit a pull request with detailed description