indicator-dashboard
Installation
SKILL.md
Create a web dashboard for interactive technical analysis using Plotly Dash or Streamlit.
Arguments
Parse $ARGUMENTS as: type symbol
$0= dashboard type. Default: single- Dash types:
single,multi-symbol,multi-timeframe,scanner-dashboard - Streamlit types:
streamlit-single,streamlit-multi,streamlit-scanner
- Dash types:
$1= symbol (e.g., SBIN, RELIANCE). Default: SBIN
If no arguments, ask the user what kind of dashboard they want and whether they prefer Dash or Streamlit.
Framework choice: Plotly Dash is the default. Build a Streamlit app ONLY when the user explicitly asks for Streamlit (says "streamlit" or picks a streamlit-* type). Never silently switch frameworks.