The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether i...
Envelopes using the MA, with an indication of trend direction and display of the last values of channel borders.The indicator uses the SmoothAlgorithms.mqh library classes (copy it...
Envelopes using the MA, with an indication of trend direction and display of the last values of channel borders.The indicator uses the SmoothAlgorithms.mqh library classes (copy it...
The indicator draws the open level of a candlestick of a higher timeframe specified in the indicator input parameters:Fig. 1. The ColorBarOpen_HTF indicator...
The indicator draws a channel using the High and Low values of a candlestick of a higher timeframe specified in the indicator input parameters:Fig. 1. The ColorBarRange_HTF indicat...
The Expert Advisor uses two ZigZag indicators for analysis: a smaller zigzag with parameters (13.5,3) and a larger zigzag with parameters multiplied by eight: (13*8,5*8,3*8)To make...
The indicator marks all performed trades with short horizontal lines, if such trades have corresponding arrows.Fig. 1. The AutoTradeLevels indicator...
The indicator with the timeframe selection option available in the indicator input parameters:The indicator requires the Boa_ZigZag_Arrows.mq5 indicator file. Place it to <termi...
Trading strategy: the breakout of a High/Low in the selected time interval. To recover losing positions, the EA uses the "Nevalyashka" strategy and a martingale technique to increa...
The indicator implements a breakthrough system using the channel.When price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. Blu...
The indicator implements a breakthrough system using the channel.When price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. Aqu...
The trend is determined on the zero bar based on two Moving Averages (fast and slow). They also generate preliminary signals:if fast MA < slow MAi.e. it a signal to open a SELL ...
The indicator with the timeframe selection option available in the indicator input parameters:The indicator requires the Color_PEMA_Envelopes_Digit.mq5 indicator file. Place it to ...
The indicator with the timeframe selection option available in the indicator input parameters:The indicator requires the Color_QEMA_Envelopes_Digit.mq5 indicator file. Place it to ...
The Expert Advisor uses three indicators: MA(150), RSI(3) with levels 80 and 20, Stochastic(6, 3, 3) with levels 70 and 30. You can change these parameters and set your own values....
Automated calculation of Stop Loss levels based on the Average True Range indicator (ATR) indicator.Calculation method: The "Max" level: add to the Open price the ATR value multipl...
An assistant Expert Advisor. Only CLOSING positions:Positions are moved to Breakeven, Stop Loss is calculated based on the StopATR_auto indicator, positions are closed at the inter...
The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.Inputs:Start_hour_EU_session — the beginning of the European ses...
The Expert Advisor manages all open positions in the terminal (on all symbols and with all magic numbers). If the total profit has not reached "minimum_profit", the EA waits.If the...
Positions are only opened at the specified time (+ shift set in "Additional hour"). Bullish and bearish bars are counted on PERIOD_M1 (M1). The money management classes CMoneyFixed...
The GetProfitInPoints function is still available, but it is recommended to use the new GetProfit function:The GetProfit function returns the following information about a position...
The indicator calculates standard VWAP (Volume Weighted Average Price) line, with the advantage of user defined start point.The start point is movable and can be changed by moving ...
This utility program is designed for recording tick quotes in the text (CSV) and binary (BIN) format. Files are saved to the MQL5\Files folder. Quotes are recorded with a constant ...
The indicator with the timeframe selection option available in the indicator input parameters.The indicator requires Omni_Trend.mq5 indicator file. Save it to <terminal_data_fol...
The indicator implemented using the classes of libraries that were described in detail in the article , using current timeframe data. It provides the ratio between time elapsed sin...
The indicator implemented using the classes of libraries that were described in detail in the article , with the possibility to set a fixed timeframe, data from which the indicator...
Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.Basic position opening principle:If the profit of all BUY positions is less than ...
A breakout trading system based on the signals of the indicator. A signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
A breakout trading system based on the signals of the indicator. A signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
A trading system based on the indicator signals. A signal is formed at the close of a bar if a large colored indicator dot has appeared.The Expert Advisor uses the compiled indicat...
The Paramon indicator with a color filling of the channel.This indicator was first implemented in MQL4 and published in on 17.10.2007.Fig. 1. The ParTest indicator...
A further development of .Difference from 1.000:The EA is only launched on PERIOD_M1 (see the explanation below, parameter Time frame). The EA now trades two symbols simultaneousl...
If a trade is closed by Stop loss, the volume is doubled; if it's closed by Take profit the minimum volume is used. OnTradeTransaction is used to determine whether a trade was perf...
Oscillator using inverse Fisher Transform.This indicator was first implemented in MQL4 and published in on 25.03.2008.Fig. 1. The ColorFisher_m11 indicator....
Calculating Moving Average using Commodity Channel Index data:It is similar to launching in the terminal the Moving Average indicator in the Commodity Channel Index window with "Pr...
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...
The indicator with the timeframe selection option available in the indicator input parameters:The indicator requires ColorFisher_m11.mq5 indicator file. Add it to <terminal_data...
A trading system based on the signals of the indicator. A signal to open a position is generated at the close of a bar if the color of the histogram has changed to blue or pink, i....
It provides the ratio between time elapsed since bar beginning and the duration of the entire bar in percent. The indicator is performed in two variants: rising and falling.To corr...
It provides the ratio between time elapsed since bar beginning and the duration of the entire bar in percent. The indicator is performed in two variants: rising and falling. Also t...
A channel based on peaks and troughs of .To provide correct compilation of the indicator, add the AlexSTAL_OutsideBar.mqh library to <terminal_data_folder>\MQL5\Include.Fig. ...
Description The Expert Advisor was created at the request of one of the forum participants.A comment by vvx080: The idea is to create a grid of stop orders, e.g. we first set two o...
In both platforms (MetaTrader 4/5), you can run the following script to save a report (in the form of MetaTrader 4):and see a generated HTML report in the resulting file:It can be ...