Skip to content

RadinAnsari/MACD-Signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MACD-Signal

Screenshot 2025-09-20 163315

MACD is a popular momentum indicator in technical analysis. It consists of:

  • MACD Line: Difference between fast EMA (default 12) and slow EMA (default 26).
  • Signal Line: EMA of the MACD line (default 9).

Trading Signals:

  • MACD crosses above Signal → BUY
  • MACD crosses below Signal → SELL
  • Otherwise → HOLD

Releases

No releases published

Packages

No packages published