First indicator's data on a 2 buffer indicator

 

When I have an indicator like Stochastic or MACD with two buffers and include a Moving Average based on "First indicator's data",  what's the value used to calc this MA?

 thanks 

 
Claudio Sa:

When I have an indicator like Stochastic or MACD with two buffers and include a Moving Average based on "First indicator's data",  what's the value used to calc this MA?

 thanks 

Solved.

 

 Just called iMA function passing the first buffer on ENUM_APPLIED_PRICE parameter.

  Tks

 
Claudio Antonio Coelho E Sa #:

Solved.

 

 Just called iMA function passing the first bufferon ENUM_APPLIED_PRICE parameter.

  Tks

Hello Claudio

I'm trying to use this function but just passing first buffer in the ENUM option is not working.

Is that just the syntax? first buffer?


tks

 
Gordo Moraes #:

Hello Claudio

I'm trying to use this function but just passing first buffer in the ENUM option is not working.

Is that just the syntax? first buffer?


tks

No you have to pass the first handle name as the second handle's price.
 
Claudio Antonio Coelho E Sa #:

Solved.

 

 Just called iMA function passing the first buffer on ENUM_APPLIED_PRICE parameter.

  Tks

if I wanna affecting iMA on 2nd buffer of e.x. iMACD or iADX, 

how to do this

tnx