Expert Advisors: 2MA_RSI

 

2MA_RSI:

This Expert Advisor uses two Moving Averages and RSI indicator.

It has two money management systems - fixed lot and martingale. The martingale can be disabled.

Author: Fox Rex

 
Not clear which folders to unzip to?
 
rusa:
I don't understand in which folders to unpack?

.mqh -> MQL5/Include

.mq5 -> MQL5/Experts

Enjoy ;)

 

Clarification:

In martingail.mqh the line

if(GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);

should be corrected to

if(!GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);
 
I just adjusted your martingale code to use in my Experts! Thank you guys so much, you have helped me a lot!!!  :D
 
For some reason it does not test. Or rather does not perform any operations during the test. in the parameters when you tick the checkbox against DMA before the test gives the error "wrong value of step or stop for the variable DMA. Can you tell me how to make it work?
Files:
DMA.png  17 kb
 
Icarus #:
I just adjusted your martingale code to use in my Experts! Thank you guys so much, you have helped me a lot!!!  :D
Errors on compilation