Martingale Gaps
- Experts
- Ciprian Ghebanoaei
- Version: 1.0
Martingale Gaps is a fully automatic, professional trading robot, designed specifically for the foreign exchange market EURUSD M30. It is specially designed for those who want to start with little money in automatic trading. Of course with minimum lot. For others, increasing the risk is enough.
This EA does not need to configure parameters. Ready to work on EURUSD M30.
Input and output orders are based on are based on two indicators: Moving Average, Balance of Power.
If account equity drops below this value, the expert will close out all positions and stop automatic trade.
The value must be set in account currency. Example:
Protection_Min_Account = 700 will close positions if the equity drops below 700 USD (EUR if you account is in EUR).
Static input int Protection_Min_Account = 0; // Stop trading at min account.
The expert checks the open positions at every tick and if found no SL or SL lower (higher for short) than selected. It sets SL to the defined value. The value is in points. Example:
Protection_Max_StopLoss = 200 means 200 pips for 4 digit broker and 20 pips for 5 digit broker.
static input int Protection_Max_StopLoss = 0; // Ensure maximum Stop Loss [point]
The Expert was tested from January 2020 to the present on EURUSD historical data. Please download it and test it yourself before you use it for real money.
Minimum Deposit:1000 - 2000 $
Max Spread: 20 point
I recommend to use a VPS or a computer.