Especialistas: Two MA one RSI

 

Two MA one RSI:

Dois indicadores iMA (Média Móvel, MA) e um iRSI (Índice de Força Relativa, RSI). Muitas configurações e otimizações da fórmula de sinais de negociação.

Two MA one RSI

Autor: Vladimir Karputov

 

Ola Amigo,  não estou conseguindo configurar.

Poderia fazer estas mudanças p/mim p/ gentileza!

quero configurar ema 200 e 365,

quando a 200 cruza a 365 compra e vise-versa.

lote min. 0.01 e T/P 200.

Agradeço desde já.

 
paulopnk :

Ola Amigo,  não estou conseguindo configurar.

Poderia fazer estas mudanças p/mim p/ gentileza!

quero configurar ema 200 e 365,

quando a 200 cruza a 365 compra e vise-versa.

lote min. 0.01 e T/P 200.

Agradeço desde já.

O parâmetro para "SLOW" está definido como rígido :

 //--- input parameters 
 input int                   InpFast_ma_period       = 10 ;           // Fast: av. period  
 input int                   InpFast_ma_shift        = 3 ;           // Fast: horizontal shift  
 input ENUM_APPLIED_PRICE    InpFast_applied_price   = PRICE_CLOSE ; // Fast: type of price 
 int                   InpSlow_ma_period= 30 ;           // Slow: av. period  
 input int                   InpSlow_ma_shift        = 0 ;           // Slow: horizontal shift  
 input ENUM_APPLIED_PRICE    InpSlow_applied_price   = PRICE_CLOSE ; // Slow: type of price 
 input ENUM_MA_METHOD        InpFastSlow_ma_method   = MODE_SMA ;     // Fast and Slow: smoothing type  
 //--- 

Prescrever

 //--- input parameters 
 input int                   InpFast_ma_period       = 10 ;           // Fast: av. period  
 input int                   InpFast_ma_shift        = 3 ;           // Fast: horizontal shift  
 input ENUM_APPLIED_PRICE    InpFast_applied_price   = PRICE_CLOSE ; // Fast: type of price 
 input int                   InpSlow_ma_period       = 30 ;           // Slow: av. period  
 input int                   InpSlow_ma_shift        = 0 ;           // Slow: horizontal shift  
 input ENUM_APPLIED_PRICE    InpSlow_applied_price   = PRICE_CLOSE ; // Slow: type of price 
 input ENUM_MA_METHOD        InpFastSlow_ma_method   = MODE_SMA ;     // Fast and Slow: smoothing type  
 //--- 

e você estará disponível opção.

Razão: