Join our fan page
The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
This indicator allows you to define a checklist for you to manually check and confirm your strategy before entering into a trade.
a Simple Visual Strategy Tester / Manual Trade Training using Martingale.
The MT5 custom indicator, named "wd.Multi_LineMA.mq5," is designed to offer traders valuable insights into Moving Average values from a higher timeframe (MTF Multi TimeFrame). It encompasses additional visual features for in-depth analysis, such as the ability to view trails for a specified number of bars and a dynamic MA horizontal price line.
Click on candlestick to see its body range, high low range, upper wick range and lower wick range value.
This is a simple program to compare asynchronous and synchronous all close. It is a sample program, so feel free to modify it for your own testing purposes, such as adding conditions.
This Expert Advisor does not trade. A simple panel, implemented using the standard Canvas library, allows you to draw digits with the mouse. The trained mnist.onnx model is used to recognize the digits.
Checks if either upper or lower Wick range of a candlestick is greater than Body range of a candlestick and plot a wingding
This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'.
This indicator helps user estimate the potential price movement for the current day, based on 20 days historical data and market trends.
Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.
This indicator uses two moving averages to calculate the market trend and changes color depending on the trend direction.
This is an indicator with a rainbow-like display, both for trend or pullback prediction.
Donchian Channel for traders or young developers by William210
Keltner Channel for traders or young developers by William210
The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.
Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries
This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.
This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.
This Include File checks for Market Open Hours. An EA to test it is also included.
ATR - Average True Range - beginner tutorial to learn how to code in MQL5