indicator of indicator

 

Hi, is posible to calculate the indicator of another indicator, for example an EMA of a STDDEV?

Using the iMA indicator only allows me to work with the close, high, etc, but not with any series I want.


may be there is some script for building my own custom indicator? I need to calculated the EMA of the STDDEV and the STDDEV of a STDDEV (I want to normalized the imdicator).

 

Put standeard deviation values for each bar into a series array

use iMAOnArray() to get the moving average of it