| MACDSIGNALANY | |
|---|---|
| Syntax | MACDSIGNALANY[definedindicator;shortperiod;longperiod;signalperiod;daysbefore] |
| Description | In normal MACDSignal function the calculation is done using closing value but if instead of closing value you would like to go with any other value then use this indicator . |
| Example | Suppose you would like to get macdsignal value for period 12,26,9 using high value the formula will be Macdsignalany[high[0];12;26;9;0] |