đ Data Source: This app uses EOD Historical Data API for real-time and historical stock data.
đ Setup: Replace 'yourapikey' in the JavaScript code with your actual EOD API key from eodhistoricaldata.com
đ¯ Current Recommendations
đ Backtesting Results
âšī¸ How It Works
đ¯ Random Decision Logic:
Each stock gets a random LONG/SHORT recommendation (coin toss)
Simulated buy at opening price, sell at closing price
Eliminates emotional bias and overanalysis paralysis
Tests market efficiency hypothesis
Provides baseline for strategy comparison
đ Backtesting Logic:
Generates random trades over historical data
Calculates win rate, returns, volatility, Sharpe ratio
Analyzes performance distribution
Compares to buy-and-hold strategy
â ī¸ Disclaimer: This is a random trading strategy for educational and bias-prevention purposes only. Past performance does not guarantee future results. Always do your own research and consider your risk tolerance.