Beginner Programming: Moving Average Crossover with and without Martingale functionality – EA MetaTrader 5

Beginner Programming: Moving Average Crossover with and without Martingale functionality - expert for MetaTrader 5
All of the functions used in the Expert Advisor are found in the ImportantFunctions.mqh include file. There are 2 Expert Advisors, both using the price crossing the moving average as their entry signal, with a simple difference: one uses Martingale when losses occur, and the other does not. I don’t recommend using any of the … Read more

Martingale VI Hybrid – EA MetaTrader 4

p1
This EA has 5 versions,enters trades according to the conditions of two “Moving Averages”. If the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. The process repeats itself until profit is taken. By opening a trade only with … Read more

Fractals Martingale – EA MetaTrader 4

Fractals Martingale - expert for MetaTrader 4
The “Fractals Martingale” EA   trades according to “Fractals” and “Iccimoku” indicators. If we lose a trade then the EA will take a new trade with a multiplied lot size,has Trailing Stop Loss &Take Profit,works with all time frames major forex pairs and stocks NASDAQ. USEMOVETOBREAKEVEN  system functions like a stop loss But a one-time function with … Read more