Join our fan page
CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
XCCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten.
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
NELODI Trading Terminal is a collection of Indicators and an Expert Advisor, which work together to provide a complete solution for manual Trading, primarily designed for Scalping.
The VR Sync Chart Lite indicator is written for demonstration purposes and shows how it is possible to synchronize the object
Calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods.
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++.
Donchian Channel for traders or young developers by William210
This EA will scan all the closed trades and then print the nth trade from the end
Sample code to count consecutive no. of bull or bear bars.
The goal is to make the function readily available for any Telegram integration task in MQL5 development. By adding this file to your CodeBase, you can simply include it in your Expert Advisors and call the function directly from the included module. This eliminates the need to redevelop the code from scratch repeatedly, ensuring reusability across multiple projects.
This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
A non-invasive candle time that can be positioned next to price or near a corner.
The Binary Wave returns a positive or a negative value depending on how the indicator readings are interpreted.
The Heiken-Ashi indicator is looks like the candlestick chart, but it has some difference.The advantage of the Heiken-Ashi charts is a simple trend determination, the upward trend candles are blue,the downward trend candles are red.
The Price Rate of Change (ROC) reflects this ondulatory movement like an oscillator, measuring the difference in prices in a certain period. ROC grows if prices grow and drops along with them. The more the price change is, the more ROC changes.
Premier Stochastic Oscillator - Double EMA smoothing of stochastic, based on article in TASC by Lee Leibfarth (August 2008)
Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.
Trading signals module for MQL5 Wizard. SuperTrend indicator's color dot serves as a market entry signal.
The class allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.