MACDSIGNALANY
SyntaxMACDSIGNALANY[definedindicator;shortperiod;longperiod;signalperiod;daysbefore]
DescriptionIn 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 .
ExampleSuppose 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]