A trading system based on the indicator signals.Note In order to provide conditions for the EA operation, you should add the compiled indicator file to [data folder]\MQL5\\Indicato...
The script has three independent functions for determining the current (nearest) FORTS futures.The short name of the futures, such as br, is specified in the script parameters.The ...
Indicator lines show the accumulated sums of bulls and bears power for the user-defined period.Method of Calculation Bulls power is calculated by the following formula:BullsPower(i...
The Flat Channel EA trades breakouts of the flat channel. When a flat channel is found or when the market slows down, the EA places a pending order expecting the channel breakout. ...
The HarVesteR Expert Advisor closes a half of the profitable position when the following condition is fulfilled: the distance between the current position price and the position op...
A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.BUY Signal:SELL Signal:...
The Expert Advisor tries to take losing positions to profit. It locks positions.It is important to configure minimum profit (the "Profit percentage" parameter) appropriate to your ...
The EA executes trading operations at the opening of the bar, and does not work inside the bar (does not analyze ticks).The "e-Skoch pending orders" Expert Advisor places stop orde...
Input Parameters N-seconds ago- the number of seconds to record price movement.Step (in pips)- step value.Lots- position volume.Stop Loss (in pips)- Stop Loss value.Take Profit (in...
The Expert Advisor uses two indicators, including (Moving Average Convergence/Divergence, MACD) and (Stochastic Oscillator). No more than one position per bar can be opened. It use...
Resistance and support lines are drawn based on the indicator. The indicator takes into account the fact that the last value of Fractals can be redrawn, therefore +5 additional bar...
An implementation of the dictionary (associative array) data structure in MQL5, based on and .Hash Function FNV-1aUsage Primitives:It can also store pointers to objects (but not ob...
3 moving averages that give target and possible entries.Works in any time interval, but is most used in short timeframes like M1, M2, M5, M10.UPDATE: 26-11-2017Colored Moving Avera...
Script for checking the indicator, it is intended for sending quotes with a delay.How to check: run the script and indicator with a common communication channel on the same instrum...
This Expert Advisor uses three indicators, RSI (Relative Strength Index), fast Moving Average (5 period), slow Moving Average (200 period).The Idea of this strategy is to determine...
New Renko 2.0 (indicator) with a lot more information (time, volumes, and spread).Inspired by for MQL5 by Serhii Ivanenko and for MQL4 by Tim Welch.References the library for MetaT...
A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible!CDouble The CDoub...
eaBreakevenis an EA that moves the Stop Loss to breakeven and simultaneously plays the sound, when the Stop Loss is changed. EA manages the positions for the current chart currency...
When creating an automated trading system, developers often face the problem of choosing from a number of possible solutions. Patterns would be very useful in such cases. Almost ce...
The "MACD Crossing the zero level" indicator uses the style to draw areas, in which MACD is above or below the zero line.In the indicator settings, you can select the MACD line to ...
The "MACD Crossing the zero level" indicator uses the style to draw areas, in which MACD is above or below the zero line.In the indicator settings, you can select the MACD line to ...
Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The script uses the class.Input Parameter...
The indicator shows a text block with the values of the user defined oscillator period for each timeframe. The size of the text block is customizable. You can also change the tex...
The indicator shows a text block with the values of the user defined oscillator period for each timeframe. The size of the text block is customizable. You can also change the tex...
A modification of the script. Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The class i...
The indicator calculates bullish and bearish bars in the period from The number of the starting bar(the first bar on the right of the chart) till The number of the end bar(located ...
Two main iMA (Moving Average, MA) indicators with periods 85 and 75 are calculated using Low prices, the third iMA (Moving Average, MA) with the period 5 is calculated based on Clo...
Input Parameters: period of ma- Moving Average indicator averaging period;ma_shift- shift of the Moving Average indicator;ma_method- MA averaging method;applied_price- the price us...
The indicator marks the time period specified in the indicator settings using colored rectangles. The middle rectangle is drawn based on the open and close prices of the trading pe...
The indicator marks the current day's time period specified in the indicator settings using colored rectangles. The middle rectangle is drawn based on the open and close prices of ...
The trading strategy is based on the observation, which shows that if the price crosses the MA chart and moves a certain distance, the price is likely to continue its movement in t...
The Exp_NRTR_ATR_STOP_Tm Expert Advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.A signal is formed at the close of a ba...
Two identical trading systems based on the change in the moving direction for long and short trades, which can be configured in different ways in one Expert Advisor. For this purpo...
The indicator with the possibility to display the percentage value of time that has elapsed since the beginning of the trading session displayed in input parameters. The possibilit...
The indicator shows a text block with the values of the user defined oscillator period for each timeframe. The size of the text block is customizable. You can also change the tex...
The indicator with the possibility to change the indicator timeframe from input parameters:The indicator requires the XMA_Divergence.mq5 indicator file for operation. Add it to <...
The Expert Advisor closes positions according to one of the following conditions:close all positions close only profit positions close only loss positions ...
A trend indicator, which receives trade signals from the histogram.The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). T...
The Expert Advisor is based on Bill Williams' strategy.Bill Williams suggested an excellent market entry at fractal breakout.Stop Loss is set at the Alligator Lips levels (green li...
The library (Clock.mqh) allows creating analog clocks as .Features The use of the library is shown in the following source code:The following clock appears on the chart after refre...
The Expert Advisor tracks positions of all symbols with all magic numbers. If a position has been open for "Waiting for seconds" and its profit has reached "Take Profit" points, th...
The EA calculates the direction and lot of a position to open. The calculation is optimized so that the EA will either quickly accumulate positive spreads and close with a profit, ...
The EA uses fixed volume, take profit and stop loss levels.Parameters OsMA: period of fast ma- fast moving average period;OsMA: period of slow ma- slow moving average period;OsMA: ...
The Expert Advisor is based on the (Relative Strength Index, RSI) indicator signals. Inspired by the forum topic at (in Russian).Input Parameters RSI: averaging period Stop Loss Ri...
The indicator tracks a continuous sequence of bars in one direction and marks these bars.The indicator has the Alert function to notify the user of N candles in a row in one direct...
An important parameter in trading is the relevance of the current price. It depends on a lot of factors, one of the most popular being the network ping between the terminal and the...
The Exp_Stopreversal_Tm Expert Advisor is based on the signals of the indicator and is provided with the possibility to set a strict trading time interval.A signal is generated at ...
Semaphore signal indicator using . Signals emerge when ATR starts rising after the previous fall. The indicator color depends on the direction of the candlestick.Fig.1. The Daniell...