| MACD Line Value | |
|---|---|
| Syntax | MACDLINE[shortperiod;longperiod;signalperiod;daysbefore] |
| Description | This will return MACD value. |
| Example | Suppose you would like to get macd value where short period 12, long period 26, signal line is 9 days the formula would be Macdline[12;26;9;0] |