Not clear which folders to unzip to?
rusa:
I don't understand in which folders to unpack?
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
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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