Function - MACDHIST
MACD Historigramme |
Indicators
|
| SYNTAX |
MacdHist( ARRAY close, ARRAY signalperiod) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
MACD Historigramme |
| ADDITIONAL INFO |
The MACD Histogram show the divergence between the MACD and its reference line (the 9-day Exponential Moving Average). |
| EXAMPLE |
MacdHist(close, 15) |
| |