Is it possible to apply a study on the output of another study or is the input to studies always the price data?
Example:
Suppose I want to calculate and plot the moving average of CCI. At the moment I would use the built in CCI and "hand code" a moving average operation on the result of CCI, but it would be nice if I could do something like MA(CCI(cci_period,price_data),ma_period).
Example:
Suppose I want to calculate and plot the moving average of CCI. At the moment I would use the built in CCI and "hand code" a moving average operation on the result of CCI, but it would be nice if I could do something like MA(CCI(cci_period,price_data),ma_period).
Comment