Clarification:
In martingail.mqh the line
if(GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);
should be corrected to
if(!GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);

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
ProMart.:
The Improved version of the MаrtGreg Expert Advisor.
An Expert Advisor opens position using two MACD indicators. It reverts the position in the case of loss. It uses a martingale with the limited number of doublings. The doublings can be disabled.
Author: Fox Rex