Expert Advisors: ProMart.

 

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

ProMart

 

Clarification:

In martingail.mqh the line

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

should be corrected to

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

How is it used?

For example for EURUSD?


Greetings