New Martin – EA MetaTrader 5

New Martin algorithm
The Expert Advisor only works on accounts with hedging! (Read here about the hedging option: MetaTrader 5 now features hedging option) Inspired by “Martin damped” (in Russian). The New Martin Expert Advisor opens two opposite positions upon start. OnTradeTransaction handling. When Take Profit triggers, it opens a position (one position) in the same direction. The intersection … Read more

Martin – EA MetaTrader 5

Martin - expert for MetaTrader 5
Author of the idea: Dmitriy Epshteyn, author of the mq5 code: barabashkakvn. Warning! High risks! A trading system based on the Martingale technique. Opening of new positions can be limited in time, but the EA always controls position closing based on the total profit, without limitations on working hours. Input Parameters Use time – enable/disable … Read more

Precipice MartIn – EA MetaTrader 5

Precipice MartIn USDJPY M10 Only BUY Martin 1.6
The author of the idea: Gladiator, the mq5 code author: barabashkakvn. Martingale is used. The EA trades either only BUY or only SELL direction. The best results are obtained during separate trading (either Buy or Sell). Only Buy trades are allowed in the below example: Fig. 1. Precipice MartIn USDJPY M10 Only BUY Martin 1.6.png … Read more

Martin for small deposits – EA MetaTrader 5

Martin for small deposits
The author of the idea: udrya, the mq5 code author: barabashkakvn. Martingale based Expert Advisor specially designed for small deposits. This feature is enabled through the configurable parameter “Number of bars to be skipped”, which means skipping the specified number of bars after the last entry. How it works: suppose we have the first open … Read more

Grid and Martin Gale include file – library MetaTrader 4

Grid and Martin Gale include file - library for MetaTrader 4
This include file provides programmers with a seamless solution for creating Martin Gale trading strategies effortlessly. The classes GridStrategy and MartinGaleStrategy are derived from the Strategy class, which encompasses various attributes such as Startprice, Lots(Volume available for the strategy), TakeProfit, Stoploss (in monetary terms), and more. While Grid and Martin Gale strategies possess their own … Read more

Breakout Martin Gale Expert Advisor for mql4 – EA MetaTrader 4

Inputs
The “Martin Gale Breakout” strategy is an Expert Advisor (EA) designed for trading in the Forex market. This EA combines a breakout trading approach with elements of the Martin Gale money management system to optimize trading performance. Input Parameters: TakeProfPoints: This parameter allows you to set the Take Profit level in points for each trade. BalancePercentageAvailable: Specify … Read more