Join our fan page
Indicator Candle Code displays in a separate window the "code" of candlesticks as lines built on the ratio of each candle's parameters.
Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.
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 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.
This is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically Gaussian "random walk". This can help to construct a parametric transformation of price increments into evenly distributed, more stable and predictable time series, at least in terms of volatility.
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 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.