1. Stock Trend Analysis
Day TraderBackground
A trader has a list of daily closing prices for a volatile tech stock and needs to identify the current trend.
Problem
Raw price data is too noisy to see the long-term direction.
How to use
Input the closing prices, select 'SMA' and 'EMA' with a 10-day period, and enable 'Include Trend Analysis'.
movingAverageTypes: SMA,EMA; period: 10; includeTrendAnalysis: trueOutcome
A clear comparison table showing how the 10-day SMA and EMA track against the daily price, highlighting the trend direction.