Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

Grid, MartinGale include File - library for MetaTrader 5

Views:
5598
Rating:
(4)
Published:
2023.07.27 12:03
Updated:
2023.08.15 20:41
Grid.mq5 (2.72 KB) view
MartinGale.mq5 (2.83 KB) view
Strategies.mqh (37.19 KB) view
Trade.mqh (67.84 KB) view
Functions.mqh (22.78 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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 unique characteristics, they still share these fundamental attributes.

The Strategy class features an onTick function, which should be called within the OnTick() function of an Expert Advisor. This function handles all aspects of the strategy, including generating buy and sell signals, opening trades based on these signals, and closing trades when the Take Profit or Stop Loss levels are reached. The buy and sell signals are virtual functions within the Strategy class, which are specifically implemented and customized in the Grid and Martin Gale Strategy classes.

Creating and initializing a strategy is a straightforward process. Once a strategy object is created using the new keyword, an initialization step is required. Once initialized, simply calling the onTick function is all that remains, making the creation of these strategies remarkably simple and user-friendly.

With the utilization of this include file, programmers can harness the power of Martin Gale strategies in their trading systems with ease. The streamlined approach and comprehensive functionality of the Strategy class allow for efficient development and implementation of grid and Martin Gale trading strategies.

If you want, you can start strategies based on various signals, for example if you see high/low volatility you can start a Martin Gale/ Grid strategy, so that it only runs until it is closed out for profits. 

Check out the Youtube Video I've made about it:

Grid results

Martin Gale results



    PNG PNG

    Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.

    Dynamic Support and Resistance Dynamic Support and Resistance

    The "Dynamic Support and Resistance" Indicator is a versatile tool that combines support and resistance levels with real-time market dynamics. By incorporating previous daily highs and lows, it provides valuable insights into market psychology and identifies potential areas of price reversals or breakouts. With its ability to adapt to changing market conditions and customizable options, traders can stay ahead of trends and make informed decisions. This indicator is suitable for various trading styles and timeframes, empowering both experienced and novice traders with a competitive edge.

    Support and Resistance indicator for MQL5 Support and Resistance indicator for MQL5

    This is a custom support and resistance indicator, signaling bouncebacks and key market levels.

    RectangleTest RectangleTest

    The EA trades using the Rectangle, EMA and SMA indicators.