Install
openclaw skills install macdCalculate MACD from price data. Use when computing MACD/signal/histogram from a price series, spotting crossovers, reading momentum, or planning MACD-based entries.
openclaw skills install macdCalculate MACD from price data. Compute EMA, MACD line, signal line, and histogram from a CSV or inline price series.
Calculate MACD from a comma-separated price series.
bash scripts/script.sh calculate "170.5,171.2,172.8,171.0,173.5,174.2,175.0,174.8,176.1,175.5,177.2,178.0,176.5,177.8,179.0,178.5,180.2,179.8,181.0,180.5,182.3,181.8,183.0,182.5,184.0,183.5"
Calculate MACD from a CSV file (one price per line or column).
bash scripts/script.sh calculate-file prices.csv
Interpret MACD, signal, and histogram values with trading signals.
bash scripts/script.sh interpret 1.25 0.80
Explain crossover patterns and trading rules.
bash scripts/script.sh crossover
MACD histogram analysis and momentum reading guide.
bash scripts/script.sh histogram
MACD trading strategies with entry/exit rules.
bash scripts/script.sh strategies
Show all commands.
bash scripts/script.sh help
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com