Experts: Two MA one RSI

 

Two MA one RSI:

Two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Many settings and optimization of trade signals formula.


Author: Vladimir Karputov

 

Hi mate, I can't configure it.

Could you please make these changes for me?

I want to configure ema 200 and 365,

when the 200 crosses the 365 buy and vise-versa.

batch min. 0.01 and T/P 200.

Thank you in advance.

 
paulopnk :

Hi mate, I can't configure it.

Could you please make these changes for me?

I want to configure ema 200 and 365,

when the 200 crosses the 365 buys and vice versa.

min. lot 0.01 and T/P 200.

Thank you in advance.

The parameter for "SLOW" is set to rigid:

 //--- 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  
 //--- 

Prescribe

 //--- 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  
 //--- 

and you will have the option.

 
very interesting. please create mql4 version, thanks.
 
Revo Trades :
very interesting. please create mql4 version, thanks.

It is excluded. I have thrown out the old terminal for more than seven years. Staying at the old terminal you are driving yourself into a time trap :)

 
Hello Vladimir, thanks for your expert, very interesting. Please can I get an indicator version of this? or 3MA on 1 RSI?
 
Amietron :
Hello Vladimir, thanks for your expert, very interesting. Please can I get an indicator version of this? or 3MA on 1 RSI?

This is an adviser, not an indicator. Please read the title carefully.

 
Vladimir Karputov:

This is an adviser, not an indicator. Please read the title carefully.

I understand perfectly. My question was; Is it possible for you to code an indicator version for me? when I give you the parameters? 3MA + 1 RSI ?

Thanks for your reply

 
Amietron :

I understand perfectly. My question was; Is it possible for you to code an indicator version for me? when I give you the parameters? 3MA + 1 RSI ?

Thanks for your reply

No. Contact Freelance service - they will help you there.

[Deleted]  

Hello,


I tried to compile this and ran into this error: 'INIT_FAILED' - expression not boolean Two MA one RSI.mq5 349 17


 
Firecard :

Hello,


I tried to compile this and ran into this error: 'INIT_FAILED' - expression not boolean Two MA one RSI.mq5 349 17


Please download version "1.002" from the Russian part of the forum:  Two MA one RSI:

Two MA one RSI
Two MA one RSI
  • www.mql5.com
Советник торгует по двум индикаторам iMA (Moving Average, MA) и одному iRSI (Relative Strength Index, RSI). Принятие решения по торговым сигналам осуществляется только в момент рождения нового бара, а трейлинг и закрытие позиций при достижении прибыли работают на каждом тике. Применено нестандартное решение: период усреднения индикатора Slow...