The script saves current chart settings to a template with the specified name.There is only one input parameterfor the template name Name template. The name should be specified wit...
The MetaTrader 5 provides an excellent function for profiling Expert Advisors on historical data. But it has some disadvantages: it is slow (in the visual mode), and the final resu...
The indicator displays trend power and direction based on four moving averages. Four value levels are used for the rising and falling trend. These value determine the trend strengt...
The indicator with the timeframe selection option available in input parameters:The indicator requires Mikahekin.mq5 indicator file. Save it to <terminal_data_folder>\MQL5\In...
A trading system based on the indicator signals. The trade signal is formed when a bar is closing if the color of the indicator bar has changed.The Expert Advisor uses the compiled...
The indicator with the timeframe selection option available in indicator the input parameters.The indicator requires ForceTrend.mq5 indicator file. Save it to <terminal_data_fol...
The indicator implements a breakout system using the Mikahekin indicator channel.When price exits the gray channel, the candlestick color changes to the color corresponding to tren...
A trading system using the Price Channel principle. Position open signals are formed on the second bar after the price moves above or below the channel borders. Trade should be per...
Description of generation of position open signals:Stoh_main_1 - the value of Stochastic Oscillator on bar #1. InpStochasticLevel - input for Stochastic level. AC_1 - the value of ...
We open a new position opposite to the previous one. Inputs only contain Stop loss, Take Profit and the minimum lot.The Stop loss and Take Profit parameters should be optimized.Exa...
The indicator shows a text block with the values of the user defined ATR period for each timeframe. The size of the text block is customizable. You can also change the text font ...
The library contains functionality that allows you to understand the basics of work with custom symbols, and offers some ready-made solutions that can be useful.Example When you ru...
The strategy is based on the ZigZag indicator and pending orders.The code idea first appeared in the forum topic (in Russian).The general principle of the "Last ZZ50" strategy:In t...
The indicator with the timeframe selection option available in input parameters:The indicator requires the Four_MA_Strength.mq5 indicator file. Save it to <terminal_data_folder&...
This assistant tool sets Stop Loss and Take Profit for all open orders. Symbol settings, position type, Stop Loss and Take Profit are specified in an external file.Requirement for ...
The indicator shows a text block with the values of the user defined period for each timeframe. The size of the text block is customizable. You can also change the text font and ...
The indicator implemented as a colored histogram with an additional averaging.The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\M...
Trading based on a random number generator or in one of the following sequences: BUY - SELL - BUY or SELL - BUY - SELL.At first glance it may seem that the sequences "BUY - SELL - ...
The Expert Advisor's trading is focused on the panic caused by the releases of important economic indicators in the FOREX market: we analyze the candlestick's High-Low and Open-Clo...
Opening a position opposite to the closed one, with the same volume. It works for any symbol and any magic number.For example, we have an open AUDUSD BUY 0.01 position. Once this p...
The script converts the news page downloaded from to a CSV text file.The source page should be located in C:\Users\<username>\AppData\Roaming\MetaQuotes\Terminal\Common\Files...
A classic oscillator imported from the FXAccuCharts platform. It uses the same algorithm used on the original platform.Fig. 1. The Psychological indicator...
The indicator with the timeframe selection option available in indicator the input parameters.The indicator requires the KoliErBands.mq5 indicator file. Save it to <terminal_dat...
The indicator with the timeframe selection option available in indicator the input parameters.The indicator requires the Psychological.mq5 indicator file. Save it to <terminal_d...
The indicator shows a text block with the values of the user defined RSI period for each timeframe. The size of the text block is customizable. You can also change the text font ...
When price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. Green for the growth of a financial asset, pink color for its fall. ...
A trading system based on the indicator signals. A signal is generated at the close of a bar if a colored indicator arrow has appeared.The Expert Advisor uses the compiled indicato...
This is an implementation of the market cycle indicator described by Raghee Horner.The indicator principle is simple:Green bars represent the presence of an uptrend, which appears ...
Breakout of the overbought zone Trend in the overbought zone Breakout of the indicator's midline - beginning of the Buy trend Continuation of the Buy trend outside the overbought ...
The library can be connected usingAll other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.Features Exam...
The 'History Deals and Orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.Data can be displayed in the Experts t...
The "Pending orders UP" script sets a grid of orders above the current price.Input Parameters Gap for pending orders UP from the current price (in pips)- the distance from the curr...
The "Pending orders DOWN" script sets a grid of orders below the current price.Input Parameters Gap for pending orders DOWN from the current price (in pips)- the distance from the ...
The Expert Advisor uses Burg's method for linear prediction. Linear prediction is based on finding future values as linear functions of previous values. Suppose we have the x[0]..x...
The Expert Advisor sets a grid of pending orders above and below the current price.The EA algorithm is as follows: if there are no pending orders and no positions, the EA sets five...
The indicator with an additional signal line and arrows displayed at the intersection of the main and the signal lines.The principle for determining the intersection of the main an...
The Expert Advisor works with pending orders: it sets Buy Stop and Sell Stop at the specified time. Pending orders are set with the Stop Loss. The EA uses virtual Take Profit, i.e....
The Expert Advisor opens positions at the specified time. You can set separate permissions for opening Buy and Sell positions. You can also configure the EA to close positions at a...
The EA trades using the signals of the following indicators: iStdDev (two indicators), iMACD, iCCI, iATR.Indicators parameters:As you can see, the timeframes of indicator are hard-...
Trading Strategy After a losing trade, the МТ45 EA opens the next trade with a higher lot.The first deal is always a Buy operation, after that positions alternate, i.e. buying-sell...
The Expert Advisor tracks the signals of the indicator on three timeframes M1, M5, H1.ATTENTION: by default it is assumed that the compiled indicator is available in [data folder]M...
The library can be connected usingAll other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.Features Exam...
The Expert Advisor allows trading based on the iStochastic (Stochastic Oscillator) indicator signals four financial symbols at a time. Symbol names, as well as Stop Loss and Take P...
The indicator was described in the article "The Vortex Indicator" published in the January issue of "Technical Analysis of Stocks & Commodities" (2010).A detailed description o...
This library provides every MQL program with a separate icon in the notification area of the Windows taskbar. The library enables you to display text messages by sending them from ...