마켓의 베스트셀러:
5 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
7 새 제품 는 마켓에서 새로 이용가능합니다:
가장 많이 다운로드된 무료 제품:
12 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
9 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
가장 많이 다운로드된 무료 제품:
마켓의 베스트셀러:
29706 새 제품 는 마켓에서 새로 이용가능합니다:
코드베이스의 새로운 게재물
- Rsi without Irsi() code for beginners by William210 Rsi without Irsi() beginner tutorial to learn how to code in MQL5
- Fractals - adjustable period and prices Fractals - adjustable period and prices for MT5
- Implementation of my Hull Moving Average Here is my colored Hull Moving Average.
- Wick Ratio Candlesticks Wick Ratio Candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.
- Advisor Based on RSI and Martingale "This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers flexible trading time settings: you can set a working time range and disable trading during specific hours to filter out news events."
- Automatic Chart Refresher A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart.
- Stochastic code for beginners by William210 Stochastic beginner tutorial to learn how to code in MQL5
- Plot the previous candlestick OHLC of the selected period It will automatically plot a colored horizontal line on the previous open/highs/lows/close of the selected period, and it will make the lines consistent on this price when switching timeframes.
- Translating mouse click on chart into price value (Helper function) This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
- Drag and Drop Move TakeProfit Set TakeProfit by just dragging and dropping script on the desired price level.
- Drag and Drop Move StopLoss Set StopLoss by just dragging and dropping script on the desired price level.
- Momentum code for beginners by William210 Momentum beginner tutorial to learn how to code in MQL5
- Signals and Probability class With these classes you can create and test your signals runtime.
- Ichimoku code for beginners by William210 Ichimoku beginner tutorial to learn how to code in MQL5
- MACD code for beginners by William210 MACD beginner tutorial to learn how to code in MQL5
- Bands Bollinger code for beginners by William210 Bands Bollinger beginner tutorial to learn how to code in MQL5
- Rsi code for beginners by William210 Rsi beginner tutorial to learn how to code in MQL5
- Moving average code for beginners by William210 Moving average beginner tutorial to learn how to code in MQL5
- AllAverages v4.9 MT5 One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications.
- Reporting Memory Leaks in Strategy Tester Monitoring of memory leaks in the strategy tester
- Trend Dashboard Indicator Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
- Moving Average with alerts on price crossovers I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is designed for slow length moving averages (default is 200-day MA). EDIT: I now added a second version of the indicator which uses Arrow buffers instead of ObjectCreate.
- RectangleTest The EA trades using the Rectangle, EMA and SMA indicators.
- Support and Resistance indicator for MQL5 This is a custom support and resistance indicator, signaling bouncebacks and key market levels.
- Grid, MartinGale include File Enables Programmers to create Martin Gale and Grid Trading strategies with ease.
- PNG Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.
- Dynamic Support and Resistance The "Dynamic Support and Resistance" Indicator is a versatile tool that combines support and resistance levels with real-time market dynamics. By incorporating previous daily highs and lows, it provides valuable insights into market psychology and identifies potential areas of price reversals or breakouts. With its ability to adapt to changing market conditions and customizable options, traders can stay ahead of trends and make informed decisions. This indicator is suitable for various trading styles and timeframes, empowering both experienced and novice traders with a competitive edge.
- New Concept: Trailing Take Profit On contrast with Trailing Stop which a stop loss trails price until the price hits the stop loss and the position gets closed in profit, introducing Trailing Take Profit which take profit trails price when a position is in loss and ultimately the position gets closed with loss.
- Dealing with time (2) functions Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker automatically from the 70's until 2030 - even in the Strategy Tester of MQ.
- Strength Index Signal provides clear arrows which clearly show the direction of the currency pair.
- Indicator PriceScale.mq5 - price scale for the visually impaired. Tortured small print in the terminal? This indicator makes price numbers visible!
- AK-47 Scalper EA The AK-47 Scalper EA is fully automated. It employs a strategy of continuously entering Sell Stop orders and will modify them when the price moves against the pending orders.
- Check if there are any new bar The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use
- Equity-based Position Closure Explore the implementation of equity-based position closure in your trading bot, where positions are closed automatically when the equity reaches a certain percentage threshold.
- Moving Average-RMA RMA Relative Moving Average is a variant of EMA
- Martingale Levels For Money Management To use martingale money management when a position is in loss and price hits any of specific distances.
- Equity and Balance as an indicator for MT5 This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code.
- Dynamic Trailing Stop Loss and Profit Target Management This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The strategy helps manage risk and enhance profitability in a streamlined manner.
- Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input This MT5 Expert Advisor opens multiple buy and sell orders based on user input, featuring a simple interface with Buy and Sell buttons. The EA calculates lot size, checks the spread against slippage, and places orders accordingly. It is essential to test this EA in a demo account before using it in live trading.
- VPS Trailing Stop Service VPS Trailing Stop Service
- CheckTrades This code initializes the necessary objects and input parameters, and defines a CheckTrades() function that calculates the risk and profit amounts based on the account balance and user input. It then iterates through open orders and checks if the current profit or loss meets the user-defined thresholds, and closes the position if necessary
- Risk Calculator Calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods.
- Multi SellLimitOrders & Multi SellStopOrders Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price, with stop-loss and take-profit levels. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. Moreover, the multi Selllimit and Sellstop orders offer traders the flexibility to customize their trading strategies. Traders can set the stop-loss level to zero if they do not use stop-loss, and can choose between a target price or a pip-based entry. This level of flexibility allows traders to tailor their trading strategies to their specific needs, which can result in better trading outcomes.
- Multi_BuyLimitOrders & Multi_BuyStopOrders Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. This setup includes stop-loss and take-profit levels, which can be adjusted based on the trader's preferences. Notably, these orders come with a level of flexibility that enables traders to fine-tune their trading strategies. For instance, a trader can opt to set the stop-loss level to zero if they do not use stop-loss.
- Multi SellOrders To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading
- Multi BuyOrders To assist traders who wish to open multiple buy orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Buy is the number trades the trader wish to open instantly. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple buy orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
- ChartButton Class MT5 This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.
- Volume Average Groups For Comparison Learn how to split the volume data into different groups so that you can compare them and create a strategy based on volume average.
- Benchmark A set of macros to benchmark small code snippets for their execution speeds.
- Money Management Close trades when the percentage profit or risk of the account is reached
- Tick Speed Indicator This example was created to see how long it takes to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow.
- Subtract Time You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.
- Exponential Commodity Channel Index Commodity Channel Index using exponential moving averages.
- Display trade history on charts (MT5) to display trade history files(.csv) on charts.
- MoveStoploss MoveStoploss moves the stoploss as the trade move in your direction at a specific distance. Version 1.1 has automatic trail error fixed.
- Password Manager Generates, creates and stores passwords for your account.
- Pending Order count-BUY STOPS This script counts the number of pending buy stop orders for each symbol and returns the value.
- Asian Range Highlighter Highlights the Asian trading session
- Fractal Prices-High Returns the price for the most recent fractal high
- send a trade position to telegram channel hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel.
- Time Left To New Bar Watch Time Left To New Bar Watch
- Information about the ONNX model's inputs and outputs The script obtains information about the number, types and sizes of input and output tensors in an ONNX model
- Get info about inputs and outputs of onnx-model Script gets information about input and output tensors of onnx-model, their types and shapes
- EA Frame Official example involve complex wrapper classes, Here is a simple one
- Refresh All Open Charts This Script will Refresh All Open Charts in MT5, Usually custom symbols in MT5 needs to be Refresh sometime so this script will help to refresh all open chart at once. We can also use this Script anywhere where we need to refresh all open charts.
- Pivot Pivots based on Bar Prediction.
- Aussie Surfer This expert advisor is based on the alligator indicator and bollinger bands indicator. Currency pair: GBPAUD Time frame: 15min
- Reversal Strategy Reversal strategy using Moving Average, Standard Deviation and RSI
- Painel simples e objetivo US: This is a very simple code regarding an information panel. It doesn't use external files or anything like that! simply copy and paste it into your code the way the code was written. The dashboard displays; Active asset price Your position(Bought or sold) Maximum and minimum price of the asset Username open profit Balance PT-Br:Esse é um codigo bem simples a respeito de um painel de informações. Não utiliza arquivos externos ou algo do tipo! simplesmente, copie e cole no seu codigo da forma que o codigo foi escrito. O painel exibe; Ativo Preço do ativos Sua posição(Comprada ou vendida) Preço max e minimo do ativo Nome do usuario Lucro em aberto Saldo
- Divergence ema rsi Rsi close/ mtf use
- Macd Divergence Stochastic & BB MTF divergence settings
- Weighted deviation bands Weighted deviation bands
- Weighted deviation Weighted deviation
- Get Position commission OrderCommission (mt4 term) of an active position in MT5 Get commission of an active position in mt5 , its easy to use function.
- Current Relative Drawdown The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance. The result is rounded to two decimal places and displayed in the chart comment. The Current_LossOrProfit() function loops through all open positions in the account and adds the commission, swap, and current profit or loss for each position. The result is rounded to two decimal places and returned as the current profit or loss of all open positions.
- Hurst Exponent - optimized version Hurst Exponent - optimized version
- Check the time periods used The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPeriods" is an array containing all the time periods allowed by the system, while "periodsToCheck" is an array containing the time periods used by the user in the indicator. The function iterates through the elements of the "periodsToCheck" array and checks if each of them is present in the "allowedPeriods" array. If it finds any time period that is not allowed, the function returns "false". If all time periods are allowed, the function returns "true". In short, this function is used to make sure that the time periods used in an indicator are valid and allowed by the system.
- CLS (ClearScreen) CLS (ClearScreen) delets all object drawn on the chart with key press "C"
- Advanced Line Chart Advanced Line Chart based on Japanese candlesticks.
- Highest High fetch The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.
- MultiCurrency Template MT5 a Template for Multicurrency system for Metatrader 5
- Wilder's Relative Strength Index An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
- Wilder's Average True Range (ATR) An implementation of the original Average True Range indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
- CCI + MACD Scalper Strategy that uses the CCI indicator 0-line cross to spot trades and the MACD indicator to confirm them.
- Price Line 3 Shows moving Last Price on Bid Line, LAst 24 hours percentage change, switch chart from arrow keys and more..
- XP Forex Trade Manager MT5 Forex Trade Manager MT5 simplifies managing open orders in MetaTrader 5.
- XP Forex Trade Manager Grid MT5 Forex Trade Manager Grid MT5 helps you to managing orders and achieve the goal.
- xoshiro256 Random Number Generator The 64-bit xoshiro256** Random Number Generator.
- RSI Bot MT5 RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80
- Time Segmented Volume (TSV) Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
- Samy Thuillier Trader Options Dérivées Parmis les 5% des traders les plus performant du desk ''Options Dérivées'' de la Société Générale. PnL 22MEUR entre 01/01/2022 au 27/12/2022
- TrendLinearReg - indicator for MetaTrader 5 The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)
- Volumes Spread mod Volumes Spread mod
- Smooth Algorithms - Corrected/Modified Smooth Algorithms - Corrected/Modified
- Introsort (Introspective sort) Sort the input array in-place using comparison function less.
- Volume Average percent spread mod Volume Average percent spread mod
- Lazy Bot MT5 (Daily Breakout EA) - This Bot use stratery Breakout of Daily Bar, I tested for 3 Pair currency : GBPUSD, EURUSD, XAUUSD - Default setting is not sure the best, you can test for your parameter. - This is version for MT5 that convert from MT4 - this EA is best for broker low spread
- Fear And Greed Function It is known that the market is mainly driven by two emotions: fear and greed. This should be seen as an attempt to implement these emotions in the form of a mathematical model.
- GRat Order Exchange for export/import of orders and trades between EAs and terminals
- The Roofing Filter The Roofing Filter Indicator was created by John Ehlers ("Cycle Analytics for Traders" pg. 80 - 82).
- BSI Trend and Channel This indicator shows trend line and channels using the BSI Indicator. Original work of https://www.mql5.com/en/code/13615
- Daily Profit Function A simple and easy to understand function that calculates todays profit, written to the Expert Journal.
- daily drawdown Example of daily loss calculation tool You can update it as you want.
- HLC Trend confirmation indicator Confirmation (trend) indicator used for lower timeframes
- ATR Stop Loss bands Money-managing stop loss baseline indicator for MT5.
- Nadaraya Watson Envelope This tool outlines extremes made by the prices within the selected window size. This is achieved by estimating the underlying trend in the price using kernel smoothing, calculating the mean absolute deviations from it, and adding/subtracting it from the estimated underlying trend. Originally Made By LuxAlgo. Coded in MT5 format.
- Chart Window MACD The indicator is an equivalent \"Chart Window\" version of MACD.
- CSV Exporter Automatically export csv file
- The Restoring Pull Indicator The Restoring Pull Indicator was created by John Ehlers (Stocks & Commodities V.11:10 (395-400))
- News Detector for both Mt4 and Mt5 One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on chart for all Upcoming events -Code can be easily modified to place trade at certain time before or after an event or to just stop trading during events.
- Price Horizontal Line Notifications Get notifications when hit price level
- Equity Trailing EA MT5 This EA started off as a job to trail equity. I then added the function of managing individual trades. Thereafter I added the facility of manually putting the price of when it can send a grid of pending order's. This EA does not have condition set in it to open trades. You have to determine that if market moves to an area you believe you would open a grid of orders if you were by your computer watching the market. No what this EA helps is you wake up in the morning you see the area you a grid to open. PUT THE PRICE FOR THE EA TO OPEN A GRID OF PENDING ORDERS. If the market reaches the area price you have set. The EA will send the grid and will manage those trades putting Stop Loss (if you set it) trailing(if you set it). Today 13 Sep 2022 the EA generates has NO ERROR when compiled
- TradePlotter Show trade history
- Bar Prediction he script estimates the bar's High-Low-Close, based on the stream similarity.
- All Pivot Points MT5 An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement".
- Simple Order Panel Source code of simple order panel
- The Predictive Moving Average The Predictive Moving Average was created by John Ehlers (“Rocket Science For Traders”, pg.212″).
- Symbol Trade Made Simple With Functions This library shows useful informations and do a lot of functions to a symbol.
- Trailing Stop by Fixed Parabolic SAR Modify to allow direct specification of the starting point of the Parabolic SAR.
- New Bar Event Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor
- Two pending orders 2 Two pending orders at the beginning of the day
- At random Full The Expert Advisor is a joke: the position is opened randomly. Now there is a Stop Loss, Take Profit and much more
- At random Expert is a joke! The position is opened at random!
- MACD Four Colors Arrow A series of indicators 'Four Colors'. Signals are now 'Arrow' in the main window
- Exponential Range Average & Deviation Offset An exponential moving average of the true range and the offset of its average deviation
- Super trend - simple Alert Added alerts to custom indicator
- Candles without shadows Candlestick chart without shadows
- WPR Custom Cloud Simple A simple trading system using the custom indicator "WPR Custom Cloud"
- RSI adaptive EMA Alert Added alerts to custom indicator
- SAR Color Alert Colored SAR indicator. Alerts on color change
- Three daily rectangles The indicator draws three daily rectangles
- iVIDyA Simple Simple EA on 'iVIDyA' indicator
- MA AO Arrow Indicator based on iAO (signal 'saucer') and filter based on iMA
- Economic Calendar Data Aggregator Service Script for aggregating Economic Calendar data to a .txt file
- OsMA Four Colors Arrow EA Trading strategy for the custom indicator 'OsMA Four Colors Arrow EA'
- Three Candles Other TimeFrame Three candles from another timeframe are drawn using graphical objects
- MA on RMI Smoothing the custom indicator 'Relative Momentum Index' using iMA
- Two MA Color N Bars Square Two indicator series ('Two MA Color N Bars' and 'Square') in one code
- Directional volatility & volume oscillator Displays direction of volatility and volume
- VIDYA N Bars Borders Martingale Martingale based on custom indicator 'VIDYA N Bars Borders'
- Triangle Day The indicator plots (using OBJ_TRIANGLE) the area between 'Open', 'High', 'Low' and 'Close' of the day
- Chicken Knife A simple indicator that tries to assess autocorrelation in price series.
- MACD Stochastic Square A series of indicators 'Square' - shows the state of the indicators in the form of lines of squares. Displays two indicators: MACD and Stochactic
- DeMarker Pending 2_5 Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions
- AMA Trader 2 Trading strategy based on the iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicator. Doubling the position at a loss (not Martingale!)
- OrderExecution Just a very simple expert that execute orders from a text file.
- VIDYA N Bars Borders iVIDYA (Variable Index Dynamic Average) indicator with levels for N bars
- Group transfer Stop loss The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price
- Candles Ask The indicator displays the 'Ask' line -> a spread is added to the 'Close' price
- Two Stochastic Custom Filling Alert Two 'Main' lines from two iStochastic (Stochastic Oscillator, STO) indicators with filled areas between the lines. Line crossing notifications (Sound, Alert, mail, push)
- RSI Dual Cloud EA Strategy based on custom indicator 'RSI Dual Cloud'. Four types of signals
- RSI Dual Cloud Two RSI (Relative Strength Index, RSI) lines - 'Fast' and 'Slow'. Filling areas from the window borders to these lines
- AutoRisk Shows your position size through a comment from any symbol chart based on a risk percent on daily ATR, you can use either balance or equity.
- Cumulative candle subwindow Cumulative candle, taking into account High and Low
- Channel N Bars Channel of 'N' bars at 'Low' and 'High' prices
- Half Trend New Alert Trend indicator. Added alerts (Sound, Alert, email, push)
- DeMarker Pending 2 Development of the first version. Added parameters 'Maximum number of positions' and 'Minimum step of positions'
- High Low Сluster The indicator shows the zones between the price crossing and the "MA" indicator
- MA or Price Histogram Histogram between price and indicator or between two indicators
- DeMarker Pending Strategy based on the 'DeMarker' indicator, working with pending orders
- Equal garden Arrow The indicator shows the position of two indicators (iMA and iStochastic)
- DeMarker gaining position volume 2 Version 2: extended functionality (added a few extra options)
- Constant Range Channel A simple indicator plotting a channel with a constant range
- Trailing Activate Close All Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters. Sets the initial Stop Loss and Take Profit. Closes all positions when target profit is reached
- Trailing Activate Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters
- Rectangle in interval In a given time interval, a rectangle is constructed.
- Simple Profit By Periods Panel 2 Extended Советник-утилита. Показывает суммарную прибыль за несколько периодов (сумму и в %), количество сделок за несколько периодов. Расчёт по заданному символу и magic number
- Fractals On OBV Fractals based on the iOBV indicator (On Balance Volume, OBV)
- MACD Four Colors 2 Martingale Martingale strategy based on custom indicator 'MACD Four Colors 2'
- MA On Stochastic Color N Bars Colored Stochastic smoothed with iMA (Moving Average, MA)
- Simple bar spread indicator as reported by the OnCalculate data Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
- Percentage of CLose and iMA prices The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
- Crossover on the current bar The color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar
- MA on Momentum Min Profit Trading strategy based on the custom indicator 'MA on Momentum'
- MA on Momentum 'Momentum' indicator and 'Momentum' indicator smoothed with 'Moving Average
- MA on DeMarker Arrow iDeMarker (DeMarker, DeM) indicator smoothed with iMA (Moving Average, MA).
- SmoothStep (generalized) SmoothStep (generalized)
- SmoothStep SmoothStep
- Custom Fractals Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.
- ZigZagExtremaOnArray The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.
- Trading Volume Line The indicator compares OHLC prices
- Detecting the start of a new bar or candle Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
- Trend Two Lines The indicator in the subwindow shows a comparison of High and Low prices
- Listing all MT5 Signals' properties to a CSV file This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL5 Trade Signals functionality.
- DeMarker gaining position volume One of the strategies for the 'DeMarker' indicator is a permanent set of positions
- Engulfing Pattern Plus One Engulfing Pattern Plus One
- CHO Smoothed Arrow 2 Version 2. Indicator based on 'Chaikin Oscillator, CHO'. Line intersection of 'CHO' and 'smoothed CHO'
- ADXm (experiment) ADXm (experiment)
- PriceChannel_Signal_v2 EA The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )
- CCI Color iCCI (Commodity Channel Index, CCI) indicator as a colored line
- Real Trade Copy MT5 Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.
- CHO Smoothed EA Trading strategy for the custom indicator 'CHO Smoothed EA'
- Two iMA Formula Study of the dependencies of two iMA (Moving Average, MA)
- CHO Smoothed Arrow Signals (Arrow objects) of iCHO indicator (Chaikin Oscillator, CHO) and smoothed iCHO intersections
- Extending the Rectangle An indicator to monitor the appearance (or change) of a rectangle whose name starts with ...
- Expert History Export Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
- Account History Export Export the history of transactions on the trading account.
- MA plus Standard MA + Hull MA + DEMA + TEMA
- Two MA Other TimeFrame Correct Intersection Very simplified code: intersection of two custom indicators 'MA Other TimeFrame Correct'. There is no Stop Loss, Take Profit or Trailing.
- Bollinger and Envelope candle extremes Candle close above/below BB & Envelopes
- RSI_MAonRSI_Dual_EA Strategy based on the signals of the custom indicator 'RSI_MAonRSI_Dual'
- Multiple dynamic logistic regression first unsuccessful attempt from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression
- RSI_MAonRSI_Dual Two indicators iRSI (Relative Strength Index, RSI) smoothed using iMA (Moving Average, MA)
- SAR Color Filling Right zone iSAR indicator (Parabolic SAR, SAR) with filled areas between the indicator and the price. On the right side, a rectangle is drawn equal in size to the fill area
- Daily Change Text Alert The indicator shows 'Daily Change' on the daily timeframe. When the specified limit is reached, plays sounds
- MACD AO Colors 'MACD' indicator with the same color scheme as the 'Awesome Oscillator' indicator
- RSI_MAonRSI_Filling Step EA Strategy based on the custom indicator 'RSI_MAonRSI_Filling'. The minimum step is set between positions
- RSI_MAonRSI_Filling 'RSI' line, 'RSI' line smoothed with 'MA'. Fill areas between these two lines.
- Alert Crossing Three MAs The indicator shows signals ('Arrow' objects) of the 'Moving Average' indicator crossings. The peculiarity of the indicator: if there was an intersection of 'MAs' (on bar #0), and then the intersection disappeared, the signal remains on the chart
- Radix sort (The fastest numeric sort) Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.
- Percentage of price movement per candle - Simple and Crucial This indicator displays the percentage of price movement per candle, as an average of the latest candles.
- Currency Strength Meter MT5 Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version
- Trend Rider Alert Trend Rider is a combination of several indicators eg super trend, rsi, and macd to assist in spotting and riding trends by showing direction inform of color candles and also showing trailing stop levels, It can be used independently or with additional filters.
- Trend Direction And Force Index Alert Trend Direction And Force Index with Alert derived from Mladen Rakic's version https://www.mql5.com/en/code/21869
- AO Rsi Ao changes direction Engulfing candle
- Rsi alert plus Rsi oversold bought , Moving average
- The Leading Indicator The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)
- Recursive Moving Average Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
- BullBear candle row Reverse candle patterns
- VPS Monitor - Metatrader 5 Use this simple Indicator to monitor your VPS.
- MA Grid Trade Around the moving average index to set grid.
- Long and Short Stepped Grid Trade Proportional grid distance, open long and short orders at the same time, skip two grids to take profit; When the equity recaches the take profit of setting, close all positions and restart.
- Toggleable Moving Average I search Moving Average that can be hide and shown with button, just like in Trading View, but I cannot found it. Then I try to modify example of Moving Average code from MQL5 Metaeditor Help, and do some add for button and logic for toggleable the button to show or hide Moving Average. Just like in Trading View. For those who need this, please feel free to use or modify for your own requirement.
- Simple Average Volumes Calculates the average volume for EA
- Close All and Support Multi Curencies EA Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to detect the Orders to close or delete for multi currencies EA in case the input EAComment is empty It will close according to type of close. It supports prefix or suffix of EA Comment. Many options can be added if you are interested on developping it more you can leave your suggestion on comment section.
- Price Line 2 Shows Last Price, Daily % Change, Symbol name, Countdown or Time left on closing and Time on chat
- Trailing Star Set Trailing Stop only when profit
- SMA(no loop) Fast way to calculate Simple moving average.
- RatesCompressor Rates Version of a script https://www.mql5.com/en/code/30791
- High Low Lines Add High and Low lines based on number of previous bars defined in input field
- Trailing with Close Button This EA help you to auto set the TP, SL & TRAILING by default, easy to close all orders with button "Close All" *Update April 2022. Channge ushor to ulong to support giant spread like Boom/Crash Synthetic Symbols
- Support Resistance Line Alert Add Popup or Push Alert notification on manually placed horizontal lines, The lines are deleted and reset itself as soon as price touches these lines
- The Laguerre Filter Indicator The Laguerre Filter was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", pg 216)
- Level Indicator The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications
- Hotkeys_CycleTimeFrames_v1.0 cycle timeframes using hotkeys 'N','M' prev,next timeframe
- Elegant oscillator Elegant oscillator
- Didi Index (Cleaned/Reversed) Slow Line of the original Didi Index
- Deviation Ratio Volatility/volume indicator based on price deviations anomaly.
- On chart stochastic (like) On chart stochastic (like)
- Sma with NET Sma (Simple Moving Average) with NET (Noise Elimination Technology)
- ZigZag NK Sound Alerts on Bar Change ZigZag NK Sound Alerts notifies you with Sound alert, Push Notification or Popup Notification on terminal when Zigzag changes its bar.
- Hotkeys_CycleMarketWatchSymbols_v1.0 cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list
- Hotkeys_TimeFrames_v1.0 hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn
- Rsi with Hann windowing Rsi with Hann windowing
- ZigZag Color for Line Chart ZigZag Color Indicator for Line Charts which works on Close prices rather than High low This indicator has only one input parameter which is ExtDepth and its optimized for performance
- Momentum deviation bands Momentum deviation bands
- Momentum deviation Momentum deviation
- Bobokus Fibonacci Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want
- Consolidation Detector Draws an equidistant channel to detect rectangular consolidation pattern on chart
- Price period SMA The indicator calculates the average price for the specified period.
- Convert iExposure.mq4 From MetaQuotes iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The iExposure indicator is a technical tool that is easy to use and very helpful, especially if a trader opens several trades at once with several different instruments. Traders can add the iExposure indicator to any price chart if they wish to use it. By adding the iExposure indicator, traders can also still see tabs of other trading positions for other currencies. Also note that iExposure can also monitor all trading positions, besides being able to make details by displaying one position for one window.
- Pair Or Symbol And Time Frame With Watermark Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.
- Clean up all drawings ( Delete All Object Comment etc ) The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs.
- Dynamic pivots - any time frame Dynamic pivots - any time frame
- Limit channels - with states Limit channels - with states
- The Hurst Coefficient Indicator The Hurst Coefficient Indicator was created John Ehlers in “Cycle Analytics For Traders”, pg.67-68.
- Limit channels ATR based limit channels
- OBV (extended) Short description.
- Hann filter Hann filter
- Fir filters Fir filters
- DMH Directional Movement using Hann windowing
- CCI (mimic) CCI (mimic)
- Position Size Calculator MT5 Indicator for Position Size Calculation
- Rex (extended) Rex indicator extended version
- MyRsi with NET MyRsi with Noise Elimination Technology - by John Ehlers
- MyRsi MyRsi - by John Ehlers
- The Hilbert Oscillator Indicator The Hilbert Oscillator Indicator was created John Ehlers in "Rocket Science For Traders", pg.90-91
- Moving Average Bands Width Moving Average Bands Width
- Moving Average Bands - extended Moving average bands - extended version
- Moving Average Bands Moving Average Bands
- Nadaraya-Watson estimator Nadaraya-Watson estimator
- SpeeD Oscillator v2.3 This indicator provides handles for 2 properties, MA Speed (scaled) & Price-to-MA Distance (%)
- Open Pending order After Position Get StopLoss Open Pending order After Position Get StopLoss
- SymbolInfo example script Enhancement with margin and leverage data SymbolInfo example script lacks margin and leverage data wich are nowhere to be found explicitely in Metatrader, the trader must search thoroughly into the broker site in order to find them. The aim of this script is to provide a remedy to it from a standard tool.
- Close all profit at end of week This code use close all profit at end of week for currency pair
- Sample detect economic calendar This code use detect economic calendar and put pending order before released news time
- CloseAll FIFO CloseAll script complying FIFO rules.
- Shved Supply and Demand - indicator for MetaTrader 5 - Multi Timeframe Version This is MQL5 version of Shved Supply and Demand indicator written by Shved and upgraded by eevviill7 from this link. Subsequently Mr. Behzad Movaghar added other functionalities to this link. This version of the Indicator contains the Code with an option to select the time frame of the Indicator other than that of the chart. For example if the chart is in 5M and the user want to see the support and Resistance levels of a particular chart pair at 15 M, is possible with this.
- Sample check pending order Check exists pending order prevent duplicate create pending order
- Trailing stop MT5 Use protect profit after open position
- Kajan trade expert You can identify buy trend and sell trend with this indicator
- Making and Saving Graphic Charts from the MT5 Strategy Tester This EA demonstrates creating and saving a graphic chart using data from the MT5 Strategy Tester.
- MACD Candles Alert MACD zero line cross color candles with alerts for Metatrader 5
- The HighPass - LowPass Roofing Filter The HighPass - LowPass Roofing Filter was created by John Ehlers (Cycle Analytics For Traders pg.78)
- Doulble MA Cross Draw Histogram Use the intersection of two moving average lines to draw a vertical line.Then You can simply read the current market pattern
- Tri MA Cross Draw Histogram After the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. After the pattern is destroyed, the hatching is no longer drawn Under the condition of no hatching, it is regarded as an indeterminate period
- IND - RiskPerTrade - MT5 Building good trading habits by seeing things in terms of percentage not in terms of money.
- EVZ Reader Script to download EVZ data for Euro FX Vix indicator
- Quartile Trend Channel Fibonacci Channel with Quartile Trendline Levels
- The Fisher Transform Indicator The Fisher Transform Indicator was created John Ehlers "Cybernetic Analysis For Stocks And Futures".
- SCT - RiskPerTrade- MT5 Building good trading habits by seeing things in terms of percentage not in terms of money.
- Close All Orders and Positions This is a simple script that Closes all Orders and Positions available
- Price Line Shows Last Price, Daily percentage change and Time based on Input selection to the Price Line
- The Fisher Stochastic Center Of Gravity "The Fisher Stochastic Center Of Gravity" was created by John Ehlers (УCybernetic Analysis For Stocks And FuturesФ , pg.95)
- Time in microseconds (µs) since 01/01/1970 Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970
- Heikin Ashi Engulfing & moving average , two rsi filters.
- AO n Stochastic awesome oscillator, stochastic filter. expert
- Bar or Volume Colored Candlesticks Volume Colored Candlestick with Bollinger Bands as the Standard Deviation
- williams percent direction index Expert
- Fibonacci Retracement 3 fibo levels.
- Cercós Chaos vs Movement Volatility indicator
- ATR adaptive smoothed Laguerre RSI (no built in functions) A version of ATR adaptive smoothed Laguerre RSI that does not use any built in function
- ATR adaptive smoothed Laguerre RSI 2 (extended) ATR adaptive smoothed Laguerre RSI 2 (extended)
- ATR adaptive Laguerre RSI 2 Optimized ATR adaptive Laguerre RSI
- Moving average breakout trending breakout
- time bomb pips in time
- The Enhanced Signal To Noise Ratio "The Enhanced Signal To Noise Ratio" was created by John Ehlers and published in the book "Rocket Science for Traders", pg.87-88.
- OnTester Commission Calculator Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester
- Momentum-based Adaptive Channel The Momentum-based Adaptive Channel is a version of the adaptive channel based on the Euclidean distance. It is designed to adapt according to the dynamic market as needed.
- String Manipulation Functions A collection of useful string manipulation functions.
- Buy Sell on your Price Buy Sell on your price, Choose Market order, Pending Limit order or Pending Stop Order
- rsi & divergence macd divergence and rsi filter
- Barebone Gradient Candles Colored Candlestick exemplifying a gradient. It was somewhat hard to find a good working example of DRAW_COLOR_CANDLES that was understandable, most of the comments were useless, and the documentation lacks to even specify the plot limitations (PLOT_COLOR_INDEXES being limited to 64 in length, [0; 63]) or which order the functions should be called.
- closing partially script and Stop loss to Break Even point closing partially script and Stop loss to Break Even point
- Risk Reward Tool Risk Reward Tool calculates Risk reward like 1:2 1:3 1:4 and 1:5
- Speed Oscillator This oscillator can be used as a handle to judge a Moving Average's trend speed, based on this specific product's past trend history.
- Fibonacci Expansion with Custom Values This script draws Fibonacci Expansion OBJ_EXPANSION with options to add your own custom values
- Fibonacci Fan with Custom Values This script draws Fibonacci Fan OBJ_FIBOFAN with options to add your own custom values
- Speed Indicator This indicator is used to have a sense of and distinguish a product's statistical property: Moving Average Speed
- Fibonacci Retracement with Custom Values This script draws Fibonacci Retracement OBJ_FIBO with options to add your own custom values
- Candle Closing Time Notify Alarm Notifies you at your specified Chart Time Indicator can be used to set alarm at a specified time on the chart.
- Symbol Percentage Change & Time Shows Symbol name, percentage change of price from last day, and Time Time has input options, You can select GMT, LocalTime or TradeServerTime
- Aquarium Canvas Background Aquarium Canvas Background for Chart This script adds cool live canvas background on the chart like aquarium
- Custom Angle Trendline Sometime we have to work with Custom Angles based trendline for price action analysis e.g. 45 degree angle is considered more important for up or down trend. This indicator will help you by drawing a trendline which will match your custom angle on last input number of bars
- IsConnected Checks if Metatrader5 Terminal is connected to Internet or not. The expert will Print a message for the connectivity status
- Amplitude (Minimum Maximum) Indicator This Indicator will show the Amplitude [Minimum; Maximum] of a given period and can act as a substitute of the ATR indicator. The indicator can be used to observe volatility and the force of past swings, useful to determine excesses that will possibly be reversed or repeated, given that the user has knowledge to complement with volume or standard-deviation strategies. It is suggested a period of 55200 at M1 or 2400 at H1 (meaning 40 sessions of 23hs each), or any period that complements your strategy.
- SCT - The Overall Percent Risk - MT5 Building good trading habits by seeing things in terms of percentage not in terms of money.
- CFileSet Extend of CFile class to work with the .set extension file which terminal will produce when the Input/Optimisation is saved.
- Volume Calculator Based on Risk To Reward This EA can Calculate each trade volume base on received TP and SL Prices and Risk percent of account in each trade.
- Pips Volatility Alarm Catching the extreme change on candle.
- SpaceX_Delete_StopLoss_TakeProfit_button For MT5, When Press the Button, it will delete all STOP LOSS and TAKE PROFIT applied to Current Open Market positions. For All Symbols. The panel is based on the CDialog class, works for all symbols
- Dslu RSI of average Non-anchored discontinued signal line RSI of average
- Dsl RSI of average Discontinued signal line version RSI of averages
- Dsl CCI of averages Discontinued signal line CCI using average of price for filtering signals
- Dsl MACD 2 Discontinued signal line MACD
- Solar Wind Indicator for MQ5 This is a re-write of the old Solar Winds indicator for MQ5. There has recently been some 'excitement' about using this with other indicators for entry signals, and after a request to develop an indicator using it, I found that it was a classic re-painter - so I am contributing this code with an easy switch to allow seeing the indicator in re-paint versus non-repaint mode.
- Simple label indicator that shows Amplitude, Spread and Clock (time) This simple indicator is just a statistical label showing Last and Current Candle Amplitude (MinMax), Last and Current Day Amplitude, Current Tick Amplitude and Time Remaining for next Candle. It also shows Server Time (Market Watch) and Local PC Time so you can focus more on the graph and adapt to market hours.
- IND - The Overall Percent Risk - MT5 Building good trading habits by seeing things in terms of percentage not in terms of money.
- The Decycler Oscillator The Decycler: John Ehlers, "Cycle Analytics For Traders" by John Ehlers, pp. 43 - 44.
- multi-scale volatility This indicator summarizes the volatility of multiple periods.
- Ehlers Quotient Transform Ehler´s Quotient Transform
- T3 floating levels (2) Updated T3 floating levels
- Extended Heikin Ashi Indicator Extended version of the original Heikin Ashi indicator.
- Average Intraday Range Calculates the average range of prices (in points) for intraday periods.
- SubScaler This is a helper indicator which allows you to adjust vertical scale of a subwindow manually, which is useful for zooming in and zooming out graphs of your favourite indicator placed in the same subwindow.
- The Decycler II The Decycler II: John Ehlers, "Stocks & Commodities V. 33:09", стр.12-15
- Ichimoku Alerting , Tenkan-sen Kijun-sen Cross Alert Ichimoku is one of the excellent indicator which can work lonely or with other indicators. With Alerting indicator which send notification to your cell phone whenever Tenkan-sen Cross Kijun-sen you can have an opportunity to enter or exit market at right time .
- JMA - Jurik Moving Average JMA is an indicator which is the transformation of the accumulated background data is the essence of this technical indicator. JMA offers an opportunity to recognize several peculiarities and patterns that are invisible to the naked eye in price dynamics. Based on this information, traders may expect more market changes and change their strategy accordingly.
- Ronz AutoSLTP for MT5 Converted Ronz AutoSLTP MT4 version into MT5 version. Original Link: https://www.mql5.com/en/code/11649 Original Descriptions: EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.
- EA - The Simple Trading Panel - MT5 The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips.
- Function to get Next Open Time and Closing Time for the market. This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.
- Pivot_Points_Lines_v1.3 MT5 Draws Pivot Points formulas
- Licensing class and script with 64bit Encryption (more Reliable) This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a Filename, a Master Key (m_hkey -> can be a secret key of your choice) and whether the file needs to be saved in the common folders or not.
- The Decycler The Decycler: John Ehlers, "Cycle Analytics For Traders" by John Ehlers, pp. 40 - 41.
- Display open positions total stoploss and takeprofit value MT5 This is a MT5 expert advisor which displays the total stoploss and takeprofit value for open positions.
- DR Caco Maia Double breakage of MA8 and MA20 means with stochastic and trix filters, as described by Caco Maia.
- ChartBrowser This is an utility which allows you to list all open charts, indicators, expert advisers, and scripts in alphabetic order, and switch between them.
- Licensing class and script with 256bit Encryption This is a Script and Class for creating, evaluating and adding accounts to an encrypted license file for licensing an MQL EA or Indicator.
- Stable Damiani Volatmeter Volume/Volatility Indicator
- Multi currency library An easy-to-use multi-currency library, usable in indicators and EA.
- Vinci EA It is Diffrent complex Range BreakOut system. Using to Range Breakout system is defined by min number of bars and max width in pips. This robot is can use to volatility instrument.
- INDICATOR Currency Strength Meter - MT5 The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.
- The Cyber Cycle The Cyber Cycle: John Ehlers, "Cybernetic Analysis For Stocks And Futures", pg.34
- Currency Strenght Meter - MT5 The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.
- introsort - array sorting algorithm hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance
- gnome sort - array sorting algorithm gnome sort is based on the technique used by the dutch garden gnome
- INDICATOR Breakout Strength Meter - MT5 The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout
- Spread data collector This EA collects information about the spreads and Shows the number of spreads in the specified range based on the ticks that occur each year.
- Database Wrapper This is a wrap for using databasexxx
- Sell using amount instead of lots I find the lot calculation tedious so I just use this script and tell it the dollar amount to use. It then does the rest. This works for any currency.
- Buy using amount instead of lots I find the lot calculation tedious so I just use this script and tell it the dollar amount to use. It then does the rest. This works for any currency.
- insertion sort - array sorting algorithm a simple sorting algorithm that people use to manually sort cards in a bridge hand
- Breakout Strength Meter - MT5 The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout
- Log4mql(mini) MT5 A light header-only version of Log4mql that provides standardized logging.
- Spread Informer This EA collects information about the spread and shows the statistics on the chart. When the EA ends its working, it prints all statistics to the Journal, which can be useful for the Strategy Tester.
- selection sort - array sorting algorithm an in-place comparison sorting algorithm
- NoiseEliminationTechnology Published by John Ehlers in "Stocks & Commodities Dec. 2020" (16-18).
- MQLUnit - Tiny Unit Tests Framework For Complex Expert Advisors This unit test frameworks eases the development of unit tests for more complex expert advisor programs. The MQL5 developer can test single components. The test framework starts the strategy tester so that there is test data available if required. I am using the framework to do test driven development (TDD) on my MQL5 programs.
- shell sort - array sorting algorithm an in-place comparison sort
- Candle Pattern EA /test This is a simple EA test code I made for adapting Candlepatterns.mqh
- Kral Kral is an example of an expert advisor, where you can see how and in what way, buy/sell signal can be generated based on an indicator color change. Of course, in order to be able to use this example, and apply them in your code, the NN indicator must have these options (buffer) available first.
- heap sort - array sorting algorithm a much more efficient version of selection sort
- merge sort - a merging method comparison-based sorting algorithm an efficient, general-purpose sorting algorithm
- Simple EA using Bollinger, RSI and MA Ea working well on EURUSD1 H1 with initial parameters, using a simple strategy based on Bollinger bands and RSI.
- MultiSort - sorting algorithm A sorter class to sort an array based on other arrays.
- EA Fibonacci Potential Entry - MT5 The 8 effective steps to build a robust day trading plan using Fibonacci retracement
- Free mt5 Copier Copy trading has become such a critical feature of forex trading. Some people see this as a potential business opportunity, while for opensource die-hards like me, we believe in giving back to the community rather than putting a price tag on everything 'nice'. So here it comes. A free opensource trade copier, which you are freely allowed to modify and distribute according to MIT license terms. It still has limited features, but the essentials like lot normalization are there. Please note that this copier only works for trading terminals installed on the same machine. Please share back any upgrades, enhancements or bug fixes to the discussion. Enjoy!
- quick sort - sorting algorithm a highly efficient sorting algorithm, based on partitioning of array of data into smaller arrays
- Classic Moving Averages with colors The indicator displays a colored moving average.
- Basic Martingale EA v2 A Sample of Averaging Up/Down Martingale EA.
- visitor - behavioral design pattern represent an operation to be performed on the elements of an object structure. visitor lets you define a new operation without changing the classes of the elements on which it operates
- template method - behavioral design pattern define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure
- Print Closed Position Print info about a closed position by its position ticket or identifier.
- Deviation Rate BIAS MT5 Stock trading indicators. BIAS.
- AverageRangeLines_v1.6 ADR,AWR,AMR,Draws Average Range Lines
- strategy - behavioral design pattern define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it
- Reflex and Trendflex Reflex and Trendflex was created by John Ehlers ("Stocks & Commodities Feb. 2020 (6-8)").
- Swing trading 3 EMA Crossover MQL5 Hassane Zibara
- PivotPointsLines _v1.1 Draws Pivot Points Level Lines for formula's Floor,Fibonacci,Camarilla,Woodie
- Stoch RSI MT5 The Stochastic RSI indicator (Stoch RSI) is essentially an indicator of an indicator. It is used in technical analysis to provide a stochastic calculation to the RSI indicator. This means that it is a measure of RSI relative to its own high/low range over a user defined period of time. The Stochastic RSI is an oscillator that calculates a value between 0 and 1 which is then plotted as a line. This indicator is primarily used for identifying overbought and oversold conditions.
- Fibonacci Potential Entry - MT5 The 8 effective steps to build a robust day trading plan using Fibonacci retracement
- Universal Signals & Universal Trailing Modules This is a module for MQL5 Wizard and Standard Library, which allows you to generate expert adviser based on arbitrary set of indicators and conditions.
- state - behavioral design pattern allow an object to alter its behavior when its internal state changes. the object will appear to change its class
- Doulble MA Cross Draw Histogram MT5 Doulble MA Cross Draw Histogram MT5
- MQL Plus Enhanced Error Handler Support An (optional) include file to enhance error code handling experience.
- Camarilla Points Indicator Camarilla Points "Stocks & Commodities V. 31:3 (pg. 10-15)"
- MQL Plus Enhanced Debugging Support An (optional) include file to enhance debugging experience.
- observer (pull model) - behavioral design pattern define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically
- The 2 Pole Butterworth Filter Indicator "The 2 Pole Butterworth Filter". was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", p. 192)
- observer (push) - behavioral design pattern define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically
- Keltner channel Keltner channel with standard averaging and averaged over the ATR indicator.
- Strategy - Set And Forget (with Alerting system) - MT5 This strategy is the well known set & forget with the ALERTING system. It is very useful on different trading scenarios. I urge you guys to always use trading tools that will make your live easier. So instead of watching the charts and the time and all day long, you can use this indicator that will watch the charts for you.
- SSL Channel Chart Trend indicator
- Memento - behavioral design pattern without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later
- McGinley dynamic (official) McGinley dynamic (official version - as described by John R. McGinley)
- Minimum / maximum support resistance zones Minimum / maximum support resistance zones
- The best TIMES & DAYS our Strategy Works the best (Improve your Strategy) - MT5 For day traders. 2 highly important indicators to turn strategies into extreme winning ones. The Win/Loss ratio and the Reward/Risk ratio will allow us to identify the best times and days our strategy works the best
- Mediator - behavioral design pattern Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently
- Identify the potential best TIME To Trade (Improve your Strategy) - MT5 For day traders, this is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best TIME during the day to trade when the market moves the most as well
- Iterator - behavioral design pattern Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation
- DayPivotPoint MT5 Indicator DayPivotPoint System with Signal and Alert for MetaTrader 5
- Interpreter - behavioral design pattern Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language
- Identify the Potential Best Days To Trade (Improve your Strategy) - MT5 This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
- Log4mql (MT5) A logging library similar to Log4j but for MQL.
- Gann high/low activator (oscillator) Gann high/low activator (oscillator)
- Gann high/low activator (simple) The Gann High Low Activator Indicator was described by Robert Krausz in a 1998 issue of Stocks & Commodities Magazine. It is a simple moving average SMA of the previous n period's highs or lows.
- Command - behavioral design pattern Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations
- Pro Traders see RISK as Percentage Most traders keep losing money because they focus on money rather than planning their trades based on Percentage risk.
- Chain of responsibility - behavioral design pattern Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it
- Attractive Market Watch List for Potential Entries Are you tired and lost when it comes to creating an attractive market watch list ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well we will guide you step by step to create your own attractive market watch list for potential entries.
- Periodic Range Breakout 2.0 Slightly improved version of the previous one.
- Get Last Deal History This script is to get the last deal history data, for example : profit, deal type, etc, and put the Comment on the chart.
- Proxy - structural design pattern Provide a surrogate or placeholder for another object to control access to it
- Flyweight - structural design pattern Use sharing to support large numbers of fine-grained objects efficiently
- Facade - structural design pattern Provide a unified interface to a set of interfaces in a subsystem; facade defines a higher-level interface that makes the subsystem easier to use
- Volatility vs Range This indicator shows the amount of price movement within a certain time, compared to the actual price movement range. Good to detect consolidation areas, as well as new trends being formed
- Bulk Information 1.0 This script displays useful information.
- Strategy - Set And Forget (with Martingale system) This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.
- Decorator - structural design pattern Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality
- Peter Panel 1.0 Trading panel that allows user to define levels of trade by simply dragging lines.
- Strategy - Set And Forget (with anti-Martingale system) This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.
- Composite - structural design pattern Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.
- ATR Stop Loss ATR Stop Loss indicator
- ATR adaptive SMA ATR adaptive SMA (simple moving average)
- Easy Neural Network A native implementation of neural networks in pure MQL, bundled with an easy to use interface, with easy support of saving and loading of the network configurations after training.
- Bridge - structural design pattern Decouple an abstraction from its implementation so that the two can vary independently
- TickCompressor Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files.
- Galender 1.0 This program lists and shows information about calendar events between specified date range.
- KOB Requisites Script This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.
- SimSim (Simple Simulator v1.0) Simple Simulator is designed to practice manual trading on historical data.
- Kamikaze Trading This script opens order with maximal amount of volume available.
- Check Margin required margin and maximum volume calculator.
- Adapter - structural design pattern Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together
- VR Watch List and Linker Lite MT5 Synchronous change of a trading instrument in all charts
- All creational design patterns A collection of classic creational GoF design patterns
- Singleton - creational design pattern Ensure one instance of a class with a global point of access
- Periodic Range Breakout (Martingale) Trend Follower Range Breakout System with Martingale.
- Price momentum oscillator Price momentum oscillator
- Correlation trend indicator Correlation trend indicator
- EA potential entries I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the price is moving fast. However, scalping for a long period of time is exhausting to me especially in a volatile market; volatile market requires fast analysis, actions and reactions; that is why I always reach a point that I loss concentration, focus and I start making those really stupid mistakes. That is why I created this EA, that is based on the indicator Identify potential entries, that helped me to automatically identify these potential entries (based on the formation of candlesticks) instead of doing all the work myself and it will trade these potential entries for me. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share this EA with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
- Account Watch - Control entries If you can't watch your statistics and your game plan at all time, your emotions will take control and you will start taking ENTRIES such as revenge trade especially when you lose it.
- Design patterns - Prototype (creational) Create objects by copying a prototype
- Design patterns - Factory Method An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.
- Ocean theory - natural market slope Ocean theory - natural market slope
- Identify potential Trends/Range (Pivot Points) + Entry points The story behind this indicator is really interesting. I've published last week a script called "Identify potential Trends/Range (Pivot Points)" and a huge number of MQL5(ers) contacted me to ask if it is possible to have it as an indicator. So I was glad that lot of people actually like my scripts and indicators so that is why I've decided to convert the script to this indicator.
- Random walk index Random walk index (optimized version)
- Range Follower this expert opens trade in the direction of the trend when specific rate of average daily range has been passed.
- Design patterns - Builder For a complex object separate its construction from representation. Same construction process can create different representations
- Step chart Step chart (upgraded version)
- Identify potential Trends/Range (Pivot Points) When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.
- Open Random Charts This script opens randomly selected charts and applies user-defined template.
- Design patterns - Abstract Factory Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
- Identify potential entries I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the price is moving fast. However, scalping for a long period of time is exhausting to me especially in a volatile market; volatile market requires fast analysis, actions and reactions; that is why I always reach a point that I loss concentration, focus and I start making those really stupid mistakes. That is why I created this indicator that helped me to automatically identify these potential entries (based on the formation of candlesticks) instead of doing all the work myself. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share this indicator with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
- Design patterns - Twin Modeling multiple inheritance with the Twin pattern.
- ComeBacker Trading short-term forex strategy for beginners.
- Modify SL and/or TP I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending trades. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share these scripts with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
- Programming patterns - Facade Provide a unified interface to a set of interfaces in a subsystem.
- Profit and Losses represented in Pips Simple script to see your current Profit Losses in Pips.
- Programming patterns - Composite Compose objects into tree structures to represent part-whole hierarchies.
- Forex market sessions identification This script highlights Forex sessions for Sydney, Tokyo, London and New York with colored rectangles, according to the user time definitions.
- Pan PrizMA CD Phase Sin leverage 72 Calculates the phase and amplitude of the expected wave
- custom trail-stop by MA - update 4 this is my first try at creating an EA from ground up - update 4
- Basic List A basic container for storing an ordered list of basic data type objects.
- Object List A basic container for storing an ordered list of objects.
- M1MA indicator M1-based Moving Average. It gives more adequate estimation of average price per bar compared to any standard price type (close, open, median, typical, weighted, etc).
- Bar Time Count Down This MT5 indicator is to count down the remaining time of the current bar as the format HH:MM:SS
- Arrays class Frequent array operation methods.
- Doubles comparer Class for comparing two floating point variables.
- WaveMTF MT5 Indicator WaveMTF Bull and Bear System with Signal and Alert for MetaTrader 5 with options to display signal on the chart.
- Basket Closer Profit/Loss Basket Closer Type EA.
- Correlation market state Correlation market state
- Correlation phasor Correlation phasor
- Correlation angle Correlation angle
- Alphabet structure Sets of latin, russian characters, digits, punctuation, etc.
- EMA on RSI Calculates a Exponential Moving Average based on RSI Data, instead of the regular Pricing data. Simple and and to the point.
- Binary Flags How to minimize bool parameters in a function signature?
- Quick Market-watch Launcher v1.1 This script opens all market watch symbols with the default template using the selected period. Save prefferred template as default.tpl to have all charts open with same template of your choice. Happy Trading.
- Base64Encrypt Class This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a method is the required output. <<< Feel free to use this library at your convenience.If it is helpful, please reward me by rating this item on mql5 site. >>From a developer, for developers.<<
- Alphabet structure Sets of latin, russian characters, digits, punctuation, etc.
- Shved Supply and Demand This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7 with history mode.
- Fast Pending Orders Placing pending orders with no need to calculate lot size. Script calculates the proper lot size and opens the pending order(s) for you.
- 4click Trade Opener Trade with no need to calculate lot size! This script calculates the proper lot size and opens the position(s) for you.
- Currency Strength Expert v3 This Multicurrency EA is based on Currency Strength Indicator.
- Copy constructor Have you ever wondered how to safely return automatic objects with functions without memory leaks?
- PY_Signal Multi time frame signal
- PYHighLow Detect lenght of candlestick
- MT5-CoupleHedgeEA It's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those. The expert starts opening four orders for each couple (2 plus and 2 minus) and wait to move prices in one direction to make a grid of orders. For more information, please read the MT4 version of the expert: https://www.mql5.com/en/market/product/34112
- MT5-RingSystemEA It's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. The expert starts opening six orders for each ring (3 plus and 3 minus) and wait to move prices in one direction to make a grid of orders. For more information, please read the MT4 version of the expert: https://www.mql5.com/en/market/product/33814
- VR Sync Chart Lite MT 5 The VR Sync Chart Lite indicator is written for demonstration purposes and shows how it is possible to synchronize the object
- FiboPivotCandleBarMT5 FiboPivotCandleBar MetaTrader 5 is a composite of several forex indicators, Fibonacci, Pivot Point, ZigZag, MACD and Moving Average which are combined in this indicator.
- Non Lag Relative Strength Index for MT5 Non Lag Relative Strength Index for MT5 Eliminates unnecessary preliminary calculations on the built-in RSI.
- Volume Profile + Range v6.0 - indicator for MetaTrader 5 (Fixed iBarShift Issue) Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram. The width of the histogram at the level means the number of transactions carried out on it. All Credits of this Amazing indicator to Olexiy Polyakov. I have just fixed the iBarShift and iTime issues, since this is such a great indicator for traders ! Now it is working fine with this files.
- RSI with BB RSI with Bollinger Bands calculated on it
- Demark Trendlines Demark Trendlines from Demark Lines for Mt5
- Regression Channel with variable polynomial degree Regression Channel with variable polynomial degree - indicator for MetaTrader 5.
- Stochastic MACD Stochastic MACD
- Copy Tick and History From MT4 to MT5 real time. You can copy the ticks and history from the MetaTrader 4 to MetaTrader 5
- TrendFlex x 2 Short description.
- TrendFlex TrendFlex indicator based on February 2020 TASC article published by John Ehlers
- Reflex Reflex indicator (based on February 2020 TASC article by John Ehlers)
- Trade Statistics Report Real Time This will display the Account Trading Report for real trade.
- Forex Calculators Margin Calculator, Point Value Calculator, Position Size Calculator, Profit Calculator and Swap Calculator.
- MelBar EuroSwiss 1.85 Expert Advisor The MelBar™ EuroSwiss 1.85x 2Y™ Expert Advisor is a specific purpose profit-scalping tool which success depends on your understanding of its underlying strategy and your ability to configure it. Backtest results using historical data from 6 February 2018 15:00 to 19 February 2020 00:00 for the EUR/CHF (M30) currency pair proves very highly profitable. Initial Deposit : US$500 Investment returns : US$1426.20 Net Profit : US$926.20 ROI : 185.24% Annualized ROI : 67.16% Investment Length : 2 years 14 days (2.04 years) Visit these websites : https://352422.e-junkie.com/product/1645482 https://www.facebook.com/TheSoftwareSuite/
- MelBar Take 325 Percent 5.5 Years NZD-USD NZD/USD (M30). Historical Data 18 September 2014 to 18 February 2020. Initial Deposit of US$500 acquires a Profit of US$1625.40 or Profit Return of 225% after 5½ Years. Result : Investment Gain $1,125.40 ROI 225.08% Annualized ROI 24.30% Investment Length 5.42 years MQ5 Software Program Attached. Visit these websites : https://352422.e-junkie.com/product/1645482 https://www.facebook.com/TheSoftwareSuite/
- MQL5 Program Packer This is MQL5 project packer: assemble all source and resource files from dependencies into a single ZIP.
- Rapid Doji EA The Rapid Doji EA is a fully functional MetaTrader 5 Expert Advisor that uses pending orders (one BUY and one STOP) around each Doji candlestick on the Daily (PERIOD_D1) time frame. This is a great introduction to how to build a simple, profitable EA. You can watch, step-by-step, how this EA was built via YouTube videos. See the link in the code for details.
- Smart Lines Converts trendlines into horizontal lines.
- Currency Strength Index (CSI) Trading the STRONG against the weak!
- Bermaui Bands LCS lite Have a look here: https://www.mql5.com/en/market/product/16251
- Forex_Spread_Meter MetaTrader 5 indicator that displays the spread meter on the chart.
- Daylight changes (summer time) Compute the daylight saving time changes (start/end of the summer time).
- Forex_Market_Hours_GMT_v4.0 The good old MT4 indicator! Now for MetaTrader 5.
- Trade Copier - Open Source - Multiplatform - Transmitter Side Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also transmitted, so the receiver on the other platform can catch up, in case it misses any of the trade request transmissions. This Code will save your time if you are working on a bridge to copy trades between MT5 and any other platform.
- CSetFileReader Class to provide simple reading mechanism from MetaTrader set files.
- 3D Moving Average The first really 3D indicator "Moving Average".
- CHistoryPositionInfo Class A class for easy access to the closed position properties.
- 3D Spiral Quotes Demonstration of Canvas's capabilities using 3D spiral quotes as an example.
- Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo This is an indicator w/o buffers which demonstrates parallel multi-threaded calculations in chart objects hosting worker expert adviser.
- Price in polar coordinate system Just for experiment and to demonstrate the possibilities of Canvas. The price is drawn in the polar coordinate system by winding circles.
- Cross Simple code for Candle Cross above or below Conditions..
- Testinator for testing massive combinations of trade setups Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario. Everyone has an opinion on what is the best trade setup, and advice is never ending! Better if you test it out...
- Perfect Trend Line 2 Perfect Trend Line 2
- Normalized Price Indicator By using this indicator you can see the normalized price of any chart! You can use this indicator to find the divergence in the market!
- iRSIOnArray for MT5 Header with iRSIOnArray function for use with MQL 4 or 5 code.
- stdlib.mq5 converted stdlib library for MQL5 from the MQL4
- iWPR+ iWPR+ is an iWPR %Range function with a positive value.
- VR Smart Grid Lite MT5 The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.
- WmiFor 3.5 for MT5 (with DTW engine) This indicator predicts future price movements by searching for similar candle patterns in the rate history.
- BPNN MQL Predictor Demo with library This is a demo indicator with BPNN neural network library ported from C++ to MQL.
- MultiMartin This is a multi-currency expert adviser based on reversal strategy with martingale. Original idea is taken from ExpMartin for MT4.
- Scalp All Opens random positions on marketwatch symbols.
- LotLoss Simple risk management tool.
- Coin Toss Trading This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.
- Quick Script to browse Signals, searching for your own parameters. Simplified Script to find signals based on user parameters
- Open/Close Charts First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.
- Instance ID script for MT4/MT5 This script allows a user to find out instance_id of the running MetaTrader instance/installation.
- NELODI BackProp Chart Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)
- VR Calculate Martingale Lite MT 5 Indicator calculate the average price
- Multi Pair Pivot Point Scanner Alerts 2.8 Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.
- NELODI Trend Waves for MT5 Monster Trend indicator that uses data from several time periods.
- NELODI Trend Painter Trend indicator similar to Ichimoku Kinko Hyo, with a number of drawing options and calculation parameters.
- NELODI Trading Terminal for MT5 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.
- Programming Patters - Builder (classic) Separate the construction of a complex object from its representation so that the same construction process can create different representations.
- Programming Patterns - Factory Method Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
- Programming Patterns - Abstract Factory Provides an interface for creating families of related or dependent objects without specifying their concrete class.
- Rma MACD Rma MACD
- Programming Patterns - Observer When the subject changes, it notifies and updates its observers, who know nothing about each other.
- Programming Patterns - Strategy Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
- Programming Patterns - Decorator A way of sub-classing more functional objects, dynamically.
- Sudoku Classical Sudoku puzzle right in MetaTrader chart.
- Trading the trend Trading the trend
- Pip Chart Prices truncated to pips.
- Unity Pro Multi-asset cluster indicator taking all currencies as a sum of values forming a whole market, that is unity (1.0)
- Range BreakOut EA Range BreakOut EA. The range is defined by the min number of bars and max width in pips. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- Reversing Grid on Limit orders Grid system with limit orders. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- Adaptive deviation Adaptive (ema) deviation
- Parabolic SAR Expert Classic strategy based on Parabolic SAR indicator. With Auto Lot options and Trailing Stop. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- SeriesIntegerInfo and Rates Bar Information Utility, displays how many bars there are in all timeframes for any user selected symbol, and shows the 'CopyRates' information availablity for any bar This utility is not a trading information utility. It will only have value for those getting information on the Number of Bars that have terminal data. This utility uses the functions SeriesIntegerInfo and CopyRates to obtain and display information about the availability of bar information from the terminal.
- Reversing Martingale EA Very popular but dangerous strategy which doubles the stakes after each loosing trade. Finally, if there is enough margin it will reverse into the direction of the current price move and will eventually close in profit. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- RSI Levels Expert Advisor Classic trading strategy based on RSI levels. Buys when RSI is oversold and sells when RSI is overbought. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- Bars and Rates Information Utility, displays how many bars there are in all timeframes for any user selected symbol, and shows the 'CopyRates' information availablity for any bar This utility is not a trading or market information utility. This will likely only interest those writing (or debugging) indicators using multiple timeframes and collecting information using Bars (or iBars) and CopyRates. The utility creates a list showing the number of Bars reported by the "Bars" function and shows the success of CopyRates for any selected bar by displaying that bar's time from the collected data (or, it shows the error).
- Classic 2 Moving Averages crossover EA Classic and one of the most popular trading strategies based on 2 moving averages crossover. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951
- dTrends Arrow trends by iBearsPower and iBullsPower indicator for MT5
- Utility to view the statistics for a Single Bar of any time frame The utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on.
- Basket Viewer-View Statistics on groups of Long and Short Pairs This utility allows monitoring of multiple symbols and positions on one chart with one-click switching of the chart symbol.
- BearsBullsPower Indicator Bears and Bulls Power for MT5 together in one separate window.
- CamarillaFlatandClear The code consists of lines created according to the opening, closing, low and high values of prices.
- MAxCD Three Moving Averages Convergence/Divergence - Indicator for MT5
- Export Calculated Prices & Indicator Buffers Export tool for OHLC prices, calculated prices & indicator buffers
- Unity Multi-asset cluster indicator taking all currencies as a sum of squares forming market unity (1.0)
- PriceSpeed This indicator shows average and peak speeds of price changes per minute.
- RSI candles - lite ressource Improved version based on RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
- Smoothed CCI Smoothed CCI
- Class CRandom Random number generation using the 32-bit PCG generator.
- GbpChf Advisor for trading Gbp/Chf. Algorithm for bar opening prices. Timeframe H1.
- ArrowDrawingIndiEu This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.
- Permutations and Combinations A fast library for combinations and permutations in MQL.
- Export Summary Grouped by Trading Days The script exports summary of closed trades grouped by each trading day to .csv file
- Variance Variance (Welford’s method for computing)
- Export Summary Grouped by Symbols The script exports summary of closed trades grouped by each currency pair to .csv file
- Close-All A script to close all market positions and/or pending orders.
- Change SL/TP on chart drop off This script will change the SL and TP of all open trades of the symbol to the price where the script is dropped off.
- Sell Relative Strengt Index Sell Relative Strengt Index (SRSI)
- ATR Average true range
- BB stops 2 - MACD BB stops of MACD with multiple stops
- XO XO
- Hull moving average Hull moving average
- Lavika EURGBP/EURUSD The Expert Advisor uses four iMA (Moving Average, MA) indicators from two timeframes. Two indicators with averaging periods 1 and 8 are created on the H1 timeframe and two indicators with averaging periods 1 and 8 are also created on the H4 timeframe.
- CPairedDealInfo Class A class to reconstruct closed trades (paired in/out deals) from history sorted by close time.
- Balance Graph HTML Display interactive HTML graph of the account balance inside the web browser.
- Pan PrizMA Sin leverage 72 Builds a sliding line with a polynomial of 4 degrees. Extrapolates as a section of a given function with a sinusoid and its axial one. One value is taken from the constructed lines on each bar and a line of extrapolated values is plotted, which does not redraw.
- MQL_Easy A cross platform library/framework
- Exponential moving average Exponential moving average
- Linear Weighted Moving Average Linear Weighted Moving Average
- Explosion5 Advisor scalper. Trading algorithm: Candle[0]> Candle[1] * 2. Taimeframe - 4H && Day.
- Simple moving average Simple moving average
- Vortex 2 Vortex 2
- TradeTransaction Class A base class to simplify analyzing trade transactions in MQL5.
- Daily Percent Change This indicator uses the open price for the day, and computes the percent change for that day. Use on any chart TF up to and including D1.
- Average trend - multi time frame Short description.
- Average trend Average trend
- RSI of parabolic SAR RSI of parabolic SAR
- RSI + CCI RSI with CCI for confitrmation
- Corrected AMA Corrected AMA
- Parabolic SAR of average Parabolic SAR of average
- 3DMa Buffer-free indicator implemented on iCanvas
- Intra-day Keltner channel extended Intra-day Keltner channel extended
- Intra-day Keltner channel Intra-day Keltner channel
- Intra-day ATR Intra-day average true range
- CSV file reader for MQL5 This class was developed to exchange data between MetaTrader 5 and CSV files. It converts the strings read from the CSV file to double and integer values depending of the type of the columns. Two producers of CSV files are most important for me. The most important producer are spreadsheet programs, i.e. LibreCalc. Manually entered CSV are the other kind of CSV files I had in mind. Be aware that this class do not use the standard library FileCsv.mqh etc. Instead it works with text files. It splits text lines into fields. Maximum speed and low memory usage were no development goals. This class may not be suited for large datasets or time critical operations. I would not use CSV files if speed was my main goal.
- Adaptive moving average - double smoothed Adaptive moving average - double smoothed
- Normalized MACD - of averages Normalized MACD of averages
- RSI Summed RSI Summed
- Bollinger bands - squeeze Bollinger bands - squeeze
- Squeeze - on chart Squeeze - on chart candles or bars
- Squeeze Squeeze indicator
- RSI swings RSI swings
- Aroon oscillator - multi time frame version Aroon oscillator - multi time frame version
- Aroon - multi time frame version Aroon - multi time frame version
- ConsecutiveRSI Set the number of consecutive candles along with RSI level for a valid signal.
- Kalman filter - with candles or bars Kalman filter - with candles or bars, multi time frame version
- Export trade history to CSV v2 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.
- Kalman velocity - multi time frame version Kalman velocity - multi time frame version
- Kalman filter - multi time frame version Short description.
- Kalman filter - generalized version Kalman filter - generalized version
- Trix pivots Trix pivots
- Rocket RSI pivots Rocket RSI pivots
- SSM RSI pivots Ssm RSI pivots
- Simple support resistance Simple support resistance
- Simple intraday support resistance Simple intraday support resistance
- T3 veocity tape T3 velocity tape
- Engulfing Stochastic Detect bullish and bearish engulfing candles when entering the overbought or oversold territory. We have all seen a currency pair enter the overbought or oversold territory and stay there for long periods of time. What this indicator does is gives you the emphasis. So if you are looking for reversals then you may want to take notice when oversold territory is entered into with a bullish engulfing candle or if the trend is your thing then check for bearish engulfing candles while entering oversold.
- CCI - double smoothed Wilder's EMA filtered with floating levels CCI - double smoothed Wilder's EMA filtered with floating levels
- CCI - double smoothed Wilder's EMA filtered CCI - double smoothed Wilder's EMA filtered
- Export trade history to CSV This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed.
- Bollinger bands breakout Bollinger bands breakout
- Bollinger bands extended Bollinger bands - extended
- Export Deals History V1 Export history of deals from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.
- Simple harmonic oscillator Simple harmonic oscillator
- Simple harmonic index Simple harmonic index
- Wave period oscillator Wave period oscillator
- RMA - multi time frame RMA - multi time frame version
- M-oscillator - extended M-oscillator extended
- M-oscillator M-oscillator
- RMA RMA average
- Kalman filter velocity Kalman filter velocity
- Double smoothed EMA - floating levels (multi time frame) Double smoothed EMA - floating levels (multi time frame)
- Double smoothed EMA - floating levels Double smoothed EMA - floating levels
- Double smoothed EMA - multi time frame version Double smoothed EMA - multi time frame version
- VHF EA A trading system based on custom indicator VHF.
- Exp_SpearmanRankCorrelation_Histogram_TimeWeekPeriod Expert Advisor Exp_SpearmanRankCorrelation_Histogram with the added option of trading within the weekly range only, the borders of which are specified in the EA's input settings
- SupremAutoFibo The indicator builds graphical object Fibonacci Levels with many settings at High and Low prices over the period specified in the indicator input parameters
- Three neural networks A trading system with a very simple neural network unit. It uses an iMA (Moving Average, MA) on H1, H4, and D1.
- Daily range Searching for a daily range. We use OBJ_HLINE, OBJ_VLINE.
- SetColorFiboLevels_Grand_xN The script builds the Fibonacci Levels graphical object with the option of selecting the number of its segments
- CandlesAutoFibo_Grand_xN Indicator CandlesAutoFibo_Grand with the option of changing the number of segments in the graphical object of Fibo levels using one input parameter
- ADX MACD Deev An Expert Advisor based on indicators iADX (Average Directional Movement Index, ADX) and iMACD (Moving Average Convergence/Divergence, MACD)
- Day(hight-low) A script for automatically drawing the levels of the intraday High/Low on the FORTS trading session. There is also an option to draw the levels of the night High/Low prices (if the latter ones are beyond the intraday ones)
- BITEX.ONE MarketMaker v1.01 The market maker robot for trading futures and swap cryptocurrency contracts
- CandlesAutoFibo_Grand Indicator CandlesAutoFibo with a wider range of settings to display Fibo levels.
- MA Trend A trading system based on indicator iMA (Moving Average, MA).
- PEMA_3HTF Three PEMAs from three different timeframes on a single chart
- PEMA_2HTF A colored cloud made of two PEMAs from different timeframes on a single chart.
- BollingerBands_Box Displaying the latest closed values of indicator Bollinger Bands® with colored rectangles and background filling
- Plateau The EA uses two indicators iMA (Moving Average, MA), Fast and Slow, and one indicator iBands (Bollinger Bands, BB).
- Horizontal Line Levels Signal (Alert) at crossing horizontal line by the price
- HLCrossSigForDeMarker The HLCrossSigForDeMarker is considered as a trend indicator since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional effects from trading.
- XXDPO_Candle_Alerts_HTF Indicator XXDPO_Candle_Alerts with the timeframe selection option in its input parameters
- XXDPO_Candle_HTF Indicator XXDPO_Candle with the timeframe selection option in its input parameters
- XXDPO_Candle_Alerts Indicator XXDPO_Candle can provide alerts and send email and push notifications when trading signals occur. Possible signal options
- Plan X The EA compares the difference between the Close price of bar #1 and the Close price of bar #Candle shift.
- Ilan iMA Ilan based on indicator iMA (Moving Average, MA)
- RSI_Rendiment Indicator RSI Rendiment
- Smoothed_ADX Indicator Smoothed ADX
- MACD_Osmax Indicator MACD OsmaX
- Wide_Narrow_Spread Indicator Wide/Narrow Spread bar
- Price_Volume_Divergence Indicator Price volume divergence
- Thrust_Bar Indicator Thrust Bar
- Dynamic_Zone_RSI Indicator Dynamic Zone RSI
- ASAR Advance Parabolic Time/Price System
- Gann_Hi_Lo_Activator_MTF Indicator Multi timeframe Gann Hi Lo Activator
- NonLag_MACD Indicator Non lag MACD
- NonLag Indicator Non lag average
- Spread_Oscillator Indicator Spread Oscillator
- MicroPivots Indicator Micro Pivots
- Acceleration_Deceleration_AC_MTF Indicator Multi timeframes Bill Williams Accelerator Oscillator
- Market_Sessions Indicator Market Session
- Stochastic_Convergence_Divergence Indicator Two Stochastics with MA Smoothing and Convergence Divergence line
- hedger Protecting a position (hedging)
- Ingrit Comparing OHLC on timeframe M5
- Starter Three timeframes. One iMA (Moving Average, MA) and one iStochastic (Stochastic Oscillator) on each timeframe
- XXDPO_Candle Indicator XXDPO represented as candles
- WE TRUST An EA based on indicators iMA (Moving Average, MA) and iStdDev (Standard Deviation, StdDev)
- JS Signal Baes A trading system based on several indicators from several timeframes.
- MultiPEMA_Digit_Trend_x10 The indicator displays the information on the current trends, using the ColorPEMA_Digit indicator colors from ten different timeframes
- ColorPEMA_Digit_Trend_x10 Indicator ColorPEMA_Digit_Trend_x10 displays the directions of the ColorPEMA_Digit indicator signals from ten different timeframes from the bar specified in the indicator inputs
- Bill Williams An Expert Advisor based on two indicators: iFractals (Fractals) and iAlligator (Alligator).
- Murrey_Math_Lv_Arr_r Indicator Murrey_Math_Lv_Arr limiting the computer resources used in calculating and displaying the indicator on the chart
- Close panel A panel to close positions based on class CDialog. Buttons based on class СButton.
- AutoSet SL TP An Expert Advisor for placing Stop Loss and Take Profit.
- Murrey_Math_Lv_Arr Indicator Murrey_Math_Lv with the levels shown as labels that can be changed in its input parameters
- Breakdown catcher Working with pending Stop orders
- Exp_ColorPEMA_Digit_Tm_Plus_MMRec_Duplex Two identical trading systems (for long and short deals) based on the ColorPEMA indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_ColorPEMA_Digit_Tm_Plus A trading system based on the signals of indicator ColorPEMA_Digit with the possibility to set a fixed position holding time
- ColorPEMA_Digit_r_HTF Indicator ColorPEMA_Digit_r with the timeframe selection option in its input parameters, limiting the computer resources used in its calculations within the entire chart and on the current bar
- ColorPEMA_Digit_HTF Indicator ColorPEMA_Digit with the timeframe selection option in its input parameters
- iMA iStdDev A trading system based on two indicators iMA (Moving Average) and one indicator iStdDev (Standard Deviation, StdDev)
- 3TF_MFI_Average Indicator Three timeframes MFI with Average
- BB_Cloud Indicator Double-deviation Bollinger Band with cloud
- Three timeframes Three indicators from different timeframes: iMACD (Moving Average Convergence/Divergence, MACD), iAlligator (Alligator), and iRSI (Relative Strength Index, RSI)
- Stochastics_Overlay Indicator Stochastic Overlay
- RSI_Overlay Indicator RSI Overlay
- ColorPEMA_Digit_r A moving ColorPEMA_Digit with the limitation of the computer resources used for its calculations on the entire chart and on the current bar
- MACD_Overlay Indicator MACD Overlay
- ColorPEMA_Digit A five-fold exponential moving average that displays the most recent value as a price label with the possibility to round the indicator levels to the required number of orders
- Advanced_Fractal_Envelopes Indicator Advanced Fractal Envelopes
- Advanced_Fractal_Overlay Indicator Advanced Fractal Overlay
- Fraktrak xonax A trading system based on breaking through iFractals
- ZigZag_Oscillator Indicator ZigZag Oscillator
- MTF_Stochastic_RSI Indicator Multi timeframes Stochastic RSI
- PriceChannel A price channel based on a bar of user-defined duration (timeframe).
- Stochastic_RSI Indicator Stochastic RSI
- MTF_LRMA Indicator Multi Timeframe Linear Regression MA with signal line
- LRMA Indicator Linear Regression MA
- 3_in_1_Stochastic Indicator 3 in 1 MTF Stochastic with MA Smoothing options
- Dynamic_Trend_MTF Indicator Multi timeframe Dynamic Trend
- USDX_Slope Indicator USDX vs Slope Direction Line
- Float_Pivot_Smoothed_Digit_System_HTF Indicator Float_Pivot_Smoothed_Digit_System with the timeframe selection option in its input parameters
- Heiken_Ashi_Smoothed_Volatility_Volume_HTF Indicator Heiken_Ashi_Smoothed_Volatility_Volume with the timeframe selection option in its input parameters
- iCCI iRSI A trading system based on two custom indicators: CCI Color Levels and RSI Custom Smoothing.
- MurreyMathFixPeriod_Lv Indicator of Murrey levels in indicator buffers with the added visual text information on those levels, calculating the levels on a timeframe specified in the inputs
- Murrey_Math_Lv Indicator of Murrey levels in indicator buffers with the added visual text information on those levels
- FitFul 13 The EA focuses on the OHLC of timeframe W1
- Stalin_Signal Indicator Stalin_Signal displays information on the current trend, using the values of indicator Stalin_NRTR with a fixed timeframe
- iMA iStochastic Custom A trading system based on indicators Custom Moving Average Levels and Stochastic Custom
- Stochastic Custom A modification of standard indicator iStochastic (Stochastic Oscillator, STO) - now you can manage levels #1 and #2 from your EA.
- iMA iSAR EA A trading system based on three indicators iMA (Moving Average, MA) and two indicators iRSI (Relative Strength Index, RSI)
- Stalin_HTF_Signal Summary of the Expert Advisor
- Float_Pivot_Smoothed_Digit_HTF Indicator Float_Pivot_Smoothed_Digit with the timeframe selection option in its input parameters
- Float_Pivot_Digit_Box Displaying the latest closed values of indicator Float_Pivot_Digit with colored rectangles and background filling
- Exp_AdaptiveRenko_MMRec_Duplex Two identical trading systems (for long and short deals) based on the AdaptiveRenko indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Float_Pivot_Digit_HTF Indicator Float_Pivot_Digit with the timeframe selection option in its input parameters
- Heiken_Ashi_Smoothed_Volatility_Volume Indicator Heiken_Ashi_Smoothed_VolatilityStep without rounding, multiplied by the averaged volumes
- Three Typical Candles It calculates the Typical prices for bars #1, #2, and #3
- Spreader An Expert Advisor for two currency pairs
- Stalin_x10 Indicator Stalin_x10 displays the trend direction and enter signals of indicator Stalin_NRTR from ten different timeframes on the bar defined in the indicator input parameters.
- MultiStalin_x10 Indicator MultiStalin_x10 displays information on the current trends, using the values of indicator Stalin from ten different timeframes
- Hoop master 2 Working with pending Buy stop and Sell stop orders. Martingale.
- QQE of Rsi(oma) - on chart QQE of Rsi(oma) - on chart
- QQE of Rsi(oma) QQE of Rsi(oma)
- QQE - on chart QQE - on chart
- Chande's DMI - volatility ratio adaptive Chande's DMI - volatility ratio adaptive
- Corrected extended (volatility ratio adaptive) Wilder's double smoothed ema - multi time frame version Corrected extended (volatility ratio adaptive) Wilder's double smoothed ema - multi time frame version
- Corrected Wilder's double smoothed ema - multi time frame version Corrected Wilder's double smoothed ema - multi time frame version
- TRiX slope divergence TRiX slope divergence
- MACD slope divergence - multi time frame version Short description.
- RSI slope divergence - multi time frame version RSI slope divergence - multi time frame version
- WPR with CCI WPR with CCI
- Accumulated volume pressure Accumulated volume pressure
- McGinley dynamic average McGinley dynamic average - using one of 4 types of averages
- Donchian channel - extended, multi time frame version Donchian channel - extended, multi time frame version
- Corrected volatility ratio adaptive double smoothed Wilders EMA with floating levels Corrected volatility ratio adaptive double smoothed Wilders EMA with floating levels
- Corrected volatility ratio adaptive double smoothed Wilders eEMA Corrected volatility ratio adaptive double smoothed Wilders eEMA
- Volatility ratio adaptive double smoothed Wilders EMA Short description.
- RSX volatility ratio adaptive RSX volatility ratio adaptive
- Volatility ratio - with floating levels Volatility ratio - standard deviations based with floating levels
- Volatility ratio Volatility ratio - standard deviations based
- Chande's DMI - std adaptive with floating levels Chande's DMI - std adaptive with floating levels
- Chande's DMI - std adaptive with dsl signal lines Chande's DMI - std adaptive with dsl signal lines
- Sharp modified MA Sharp modified MA
- RSI of super trend RSI of super trend
- MQL5 Version of Position Size Calculator - Based on VP Money Management rules MT5 (MQL5) Version of Position Size Calculator - Based on VP Money Management rules This version has been tested and works in both versions; in MT4 (MQL4) as well as in MT5 (MQL5). See the original MT4(MQL4) only version here: https://www.mql5.com/en/code/23886 NOTE: I'm aware there appears to be an issue with the volume calculation and cross currency exchange rates. I'm working on fixing these issues.
- RSI of smoother average RSI of smoother average
- McClellan Oscillator - smoother with floating levels McClellan Oscillator - smoother with floating levels
- McClellan Summation Index - smoother with floating levels McClellan Summation Index - smoother with floating levels
- McClellan Oscillator - smoother with discontinued signal lines McClellan Oscillator - smoother with discontinued signal lines
- McClellan Summation Index - smoother McClellan Summation Index - smoother
- McClellan Oscillator - smoother McClellan Oscillator - using "smoother" for calculations
- Smoother levels Smoother with self adjusting levels
- SVE Stochastic RSI SVE Stochastic RSI
- Kirshenbaum bands Kirshenbaum bands
- Donchian channel - extended Donchian channel - extended
- Smoother rainbow Smoother rainbow
- Asymmetric bands oscillator - extended Asymmetric bands oscillator - extended version
- Asymmetric bands oscillator Asymmetric bands oscillator
- Smoother momentum MACD with floating levels Smoother momentum MACD with floating levels
- Smoother momentum MACD Smoother momentum MACD
- CCI - Hull pre-filtered CCI - standard deviation based using Hull for prices pre-filtering
- ms-Candle-Index. Indicator of the strength of the direction of the candle. The indicator determines the index of the direction of the bar prices and the Gap/breaks in them. It is a logical continuation of the ms-Candle indicator.
- Dual differentiator adaptive EMA Dual differentiator adaptive EMA
- Dual differentiator Dual differentiator
- MACD with on-chart SR levels MACD with on-chart SR levels
- Smoothed WPR with floating levels and on chart support / resistance levels Smoothed WPR with floating levels and on chart support / resistance levels
- Smoothed WPR with floating levels Smoothed WPR with floating levels
- Smoothed WPR Smoothed Williams percent range
- LSTM Neural Network Long Short-Term Memory Neural Network - for time series analysis.
- Trix oscillator with support / resistance lines on chart Trix oscillator with support / resistance lines on chart
- Stochastic with support / resistance levels Stochastic with support / resistance levels
- RSI with on chart SR levels RSI with on chart SR levels
- CCI with on chart SR levels CCI with on chart support and resistance levels
- Corrected double smoothed Wilder's EMA (extended version) Corrected double smoothed Wilder's EMA (extended version)
- Corrected double smoothed Wilder's EMA Corrected double smoothed Wilder's EMA
- TRIX using Wilder's double smoothed EMA - floating levels TRIX using Wilder's double smoothed EMA - with an addition of floating levels
- TRIX (using double smoothed Wilder's EMA) TRIX (using double smoothed Wilder's EMA)
- Time Based Moving Averages Very handy Multiple Moving Averages for those who like to look at Price Action using several time periods...
- Symbol Name On Chart Pretty simple. Seems Stupid. But yes, You need this...
- RSI of average using double smoothed Wilder's EMA RSI of average using double smoothed Wilder's EMA
- RSI with double smoothed Wilders EMA RSI with double smoothed Wilders EMA
- Simple Server Clock A very simple, efficient and non-obtrusive clock for your Chart. KISS compliant! :)
- Double smoothed Wilders EMA Double smoothed Wilders EMA
- TRIX (fast EMA) TRIX (using fast EMA for calculation)
- MACD of RSI adaptive EMA - with floating levels MACD of RSI adaptive EMA - with floating levels
- RSI adaptive double smoothed EMA RSI adaptive double smoothed EMA
- Phase accumulation adaptive market mode - discontinues signal lines Phase accumulation adaptive market mode - discontinues signal lines
- Phase accumulation adaptive market mode Phase accumulation adaptive market mode
- Phase accumulation adaptive bandpass filter Phase accumulation adaptive bandpass filter
- Zero mean normalized nonlinear Kalman filter - with floating levels Zero mean normalized nonlinear Kalman filter - with floating levels
- Zero mean normalized nonlinear Kalman filter Zero mean normalized nonlinear Kalman filter
- Nonlinear Kalman filter - floating levels Nonlinear Kalman filter - floating levels
- Singleton Example This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and ensuring assignment and copy operations are also private. I was working on an EA and identified that an object should never have more than one copy. I don't expect the EA to ever get large enough for it to actually matter that a singleton is used, but I like the clarity in the code for the object's type. The code follows closely the tutorial at http://www.yolinux.com/TUTORIALS/C++Singleton.html.
- Averages crosses Averages crosses
- Heiken ashi - histogram Heiken ashi - histogram
- Market mode - discontinued signal lines Market mode - discontinued signal lines
- Market mode Market mode
- Bandpass filter Bandpass filter
- BTF_BB The Bigger Time Frame Bollinger Bands indicator
- BTF_ATR The Three Bigger Time Frame ATR indicator
- Multi_ATR_Bands Three ATR Bands with multiple selection
- Donchian_Oscillator The Donchian Oscillator indicator
- MTF_MA The Multi-timeframe Moving Average indicator
- Hoop master The Expert Advisor uses Buy Stop and Sell Stop pending orders. Martingale.
- ColorAutoFibAutoTrend The AutoFibAutoTrend indicator, in which you can change colors and the values of horizontal Fibo levels.
- Exp_ColorMaRsi-Trigger_MMRec_Duplex Two identical trading systems (for long and short deals) based on the ColorMaRsi-Trigger indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- Elders_Safe_Zone_MTF The Multi timeframe Elder's Safe Zone indicator
- ColorRSI_X20_HTF The ColorRSI_X20 indicator with the possibility to change the calculation timeframe using the indicator input parameters
- ColorMFI_X20_HTF The ColorMFI_X20 indicator with the possibility to change the calculation timeframe using the indicator input parameters
- Cidomo The Expert Advisor uses Buy Stop and Sell Stop pending orders.
- XFisher_org_v1_Vol_Supr_Zer_HTF The XFisher_org_v1_Vol_Supr_Zer indicator with the possibility to change the indicator timeframe using input parameters
- CandlesAutoFibo The indicator builds Fibonacci levels at candlesticks High and Low, based on the timeframe specified in the indicator parameters
- MFI_normalized The MFI normalized indicator
- ColorMFI_X20_Cloud The ColorMFI_X20 indicator featuring background filling in overbought/oversold areas
- ColorMFI_X20 Twenty MFI indicators displayed in one window. Each line can be colored depending on its position relative to overbought and oversold areas
- Exp_SpearmanRankCorrelation_Histogram The trading system based on SpearmanRankCorrelation_Histogram indicator signals
- VTS_Float_Pivot_Smoothed_HTF The VTS_Float_Pivot_Smoothed indicator with the ability to change the indicator timeframe using input parameters
- VTS_Float_Pivot_Smoothed A trend indicator VTS using the Float_Pivot_Smoothed channel.
- Exp_SR-RateIndicator A trading system based on the SR-RateIndicator indicator signals
- XFisher_org_v1_Vol_Supr_Zer_Alert Brief Description
- TDSGlobal The Expert Advisor operates using pending Buy limit and Sell limit orders. It uses High and Low of the D1 timeframe (bars #1 and #2)
- Puria method A trading system based on the Puria method.
- EMA LWMA RSI An Expert Advisor based on two iMA (Moving Average, MA) and iRSI (Relative Strength Index, RSI)
- BullsBearsEyes EA The Expert Advisor based on the BullsBearsEyesindicator custom indicator
- Fib_SR_8 The Fib_SR indicator with three additional support and resistance zones
- Heiken_Ashi_Smoothed_VolatilityStep_tmf_Alert The Heiken_Ashi_Smoothed_VolatilityStep_Alert indicator with the ability to highlight trading time zones, selected in the indicator input parameters. Such zones are shown in a different histogram color
- XFisher_org_v1_Vol_Supr_Zer The XFisher_org_v1_Vol_Supr indicator with additional signals displayed as round dots, which indicate zero line breakout by the indicator line
- Gap DM The Expert Advisor waits for a gap at the bar opening.
- Gold Dust The Gold Dust
- Float_Pivot_Smoothed_Digit The Float_Pivot_Digit indicator with the smoothing of input timeseries used in calculations. The timeseries smoothing parameters are determined by the indicator input variables
- Float_Pivot_Digit An alternative to Bollinger Bands® with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits
- Heiken_Ashi_Smoothed_VolatilityStep_Alerts_HTF The Heiken_Ashi_Smoothed_VolatilityStep_Alerts indicator with the ability to change the indicator timeframe using input parameters
- Heiken_Ashi_Smoothed_VolatilityStep_Alerts The Heiken_Ashi_Smoothed_VolatilityStep indicator with the ability to send alerts, emails and push notifications when the indicator breaks through the trigger level specified in the inputs.
- MACD No Sample An Expert Advisor based on the iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD) indicators
- Heiken_Ashi_Smoothed_VolatilityStep A simple indicator, which calculates rounded volatility of a financial asset using the High and Low prices of smoothed Heiken_Ashi candlesticks.
- Exp_ColorMETRO_MMRec_Duplex Two identical trading systems (for long and short deals) based on the ColorMETRO indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- Day Trading PAMXA The strategy is based on two indicators calculated on two timeframes: iAO (Awesome Oscillator, AO) on the D1 TF and iStochastic (Stochastic Oscillator, Stoh) on H1.
- jMaster RSI The Expert Advisor is based on the RSI Custom Smoothing indicator.
- Fib_SR_6 The Fib_SR indicator with two additional support and resistance zones.
- Fib_SR The indicator shows possible resistance and support zones in the form of colored rectangles
- SpearmanRankCorrelation_Histogram_Alerts The SpearmanRankCorrelation_Histogram indicator with the ability to send alerts, emails and push notifications when trading signals emerge
- SignalTable_Sar_MFI_TEMA The indicator shows Buy and Sell signals of three indicators (iSAR, iMFI и iTEMA) located in nine timeframes, with full settings
- XFisher_org_v1_Vol_Supr_HTF The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters
- XFisher_org_v1_Vol_Supr The XFisher_org_v1_Vol oscillator with additional indication in the form of colored squares at the zero level, when entering the overbought and oversold zones in the trend direction
- XFisher_org_v1_Vol_HTF The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters
- XFisher_org_v1_Vol The XFisher_org_v1 oscillator implemented as a color histogram, using volumes
- X2MA_3HTF Three X2MA indicators from different timeframes in a single window
- Exp_VortexIndicator_MMRec_Duplex Two identical trading systems (for long and short deals) based on the VortexIndicator indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Dolly_Graphics_v11-GMTShift An indicator of support and resistance channels.
- Super_Signals_Channel_V3 The Super_Signals_Channel_V3 indicator with a colored filling of the channel and a middle line
- Super_Signals_Channel_V2 A redrawing Super_Signals_Channel indicator
- Super_Signals_Channel A redrawing channel, which looks into the future by a certain amount of bars specified in the appropriate input parameter
- X2MA_2HTF Two X2MA moving averages from different timeframes, drawn in a single window as a color cloud colored according to the trend direction
- RSI Custom Smoothing The iRSI (Relative Strength Index, RSI) indicator features new settings allowing users to manage the display of levels and main level color and width from an Expert Advisor. Smoothing has been added.
- Yesterday Today Trading is based on the analysis of yesterday's OHLC with the current day value.
- RSI EA v2 RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.
- MACD_MFI The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence
- Exp_Slow-Stoch_Duplex Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor
- Flat Channel Brief Description
- Normalized_Volume The Normalized Volume indicator
- MA_Trend MA Trend indicator
- MA_Slope The MA Slope indicator
- Intraday_Intensity_Open_Form The Intraday Intensity Open Form indicator
- ZMA The ZMA indicator
- Ultimate_Oscillator The Ultimate Oscillator indicator
- ROC_with_Signal_MA The ROC indicator with signal Moving Average
- OHLC_Volume_Histo The OHLC Volume Histogram indicator
- OHLC_Volume The OHLC Volume indicator
- TriMAgen The TriMAgen indicator
- Fibo_Average2 The Fibo Average2 indicator
- WSI Indicator WSI
- Wilder_ATR Indicator Wilder ATR
- On_Screen_MACD Indicator On screen MACD
- Mean_Reversion Indicator Mean reversion
- JSmooth_MA Indicator JSmooth MA
- Fx_Snipers_Ergodic_CCI_Trigger Indicator Fx Sniper's Ergodic CCI Trigger
- BB_ATR_Oscillator Indicator BB ATR oscillator
- Average_Change The Average change indicator
- Total_Power Indicator Total Power
- StepMVA The Moving Average with step indicator
- Pivot_Oscillator Pivot Oscillator
- 18AvgMA The "Average of 18 Moving Averages" indicator
- TIA The Trend Interruption Average indicator
- Stalin_NRTR_HTF Indicator Stalin_NRTR with the timeframe selection option in its input parameters
- Stalin_NRTR The Stalin indicator in the form of NRTR.
- Stalin_HTF The Stalin indicator with the ability to change the indicator timeframe using input parameters
- SVSI_MTF Multi timeframe Slow Volume Strength Index
- PWMA_MTF Multi Time Frame Power Weighted Moving Average
- MTF_RSI The Multi timeframes RSI indicator
- MACD Cleaner An Expert Advisor based on the iMACD indicator (Moving Average Convergence/Divergence, MACD)
- SetColorFiboLevels The script creates the Fibonacci levels graphic object with a large number of settings.
- Float_Pivot_Smoothed_Digit_System The indicator implements a breakthrough system using the Float_Pivot_Smoothed_Digit channel.
- ColorMFI_X20_Cloud_HTF The ColorMFI_X20_Cloud indicator with the possibility to change the indicator timeframe using input parameters
- ColorRSI_X20_Cloud_HTF The ColorRSI_X20_Cloud indicator with the possibility to change the indicator timeframe using input parameters
- Dynamic averaging The EA implements averaging of positions. The average iStdDev is calculated in a sliding window.
- 3TF_RSI_Average Three timeframes RSI Average
- 3TF_Stochastic_Average The Three timeframes Stochastic Average indicator
- Tymen_STARC_Bands The Tymen STARC Bands indicator
- Tymen_STARC_Bands_MTF The Multi timeframe Tymen STARC Bands indicator
- Self Advance Decline line - with floating levels Self Advance Decline line - with floating levels
- Self advance decline line Self advance decline line
- Extended normalized RSI - on chart version Extended normalized RSI - on chart version
- Extended normalized RSI Extended normalized RSI
- Normalized RSI Normalized RSI
- Smoothing Average An EA based on indicator iMA (Moving Average, MA). Reverse of signals. Lot size is either fixed or based on risk percentage.
- Hans_Indicator_x62_Cloud_System_Alert An indicator of expanding time zone ranges with the background color filling and the midline of the Hans_Indicator range, capable of giving alerts and sending mail and Push messages at the time of breaking through the expanding of the range formed, with the number of price levels increased up to thirty-one
- Tunnel gen4 Grid of market positions. Martingale.
- HLCrossSigForRSI_HTF Indicator HLCrossSigForRSI with the possibility of changing its timeframe in its input parameters
- RSI RFTL EA An EA based on indicators iRSI (Relative Strength Index, RSI) and RFTL
- Heiken_Ashi_Smoothed_Trend A semaphore signal indicator that gives trade signals when candles Heiken Ashi Smoothed change their directions
- Heiken_Ashi_Smoothed_Chl Indicator Heiken_Ashi_Smoothed with two color-filled channels built on mean-square deviations from the High and the Low of the indicator candles
- Heiken_Ashi_Smoothed_HTF Indicator Heiken_Ashi_Smoothed with the possibility of changing its timeframe in its input parameters
- Simplified opening of stop orders Short description
- ScalpWiz 9001 An EA based on indicator iBands (Bollinger Bands, BB). It places pending Stop orders.
- FineTuningMACandle Indicator FineTuningMA represented as candles
- Mirror_RSI Indicator Mirror RSI
- RSI_MA Indicator RSI MA
- i-KlPrice_Vol Oscillator i-KlPrice using volumes
- Heiken_Ashi_Smoothed_Trend_HTF Indicator Heiken_Ashi_Smoothed_Trend with the possibility of changing its timeframe in its input parameters
- MA_Of_CCI Indicator MA of CCI
- Peceptron_Mult A multisymbol EA. Its working algorithm is perceptron, i.e., a simple neural network). It uses indicator iAC (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC).
- POGO Indicator POGO
- Simple_Slope Indicator Simple slope
- Sylvain_Vervoort_rainbow_moving_average Indicator Sylvain Vervoort rainbow moving average
- Sylvain_Vervoort_RSI_inverse_fisher_transform Indicator Sylvain Vervoort RSI inverse fisher transform
- Volatility_Quality_Index Indicator Volatility Quality Index
- Extreme EA Indicators iCCI (Commodity Channel Index, CCI) and two iMAs (Moving Average, MA) are used.
- Price_Momentum_Oscillator Indicator Price Momentum Oscillator
- BestInterval Calculating the best trading interval.
- HLCrossSigForWPR_HTF Indicator HLCrossSigForWPR with the option of selecting its timeframe in its input parameters
- RJTX_Matches_Smoothed_Alert Indicator RJTX_Matches_Smoothed featuring alerts, emails and push notifications for smartphones
- RJTX_Matches_Smoothed_Alert_xx Indicator RJTX_Matches_Smoothed_Alert featuring alerts, emails and push notifications for smartphones. The input variables allow replacing the displayed indicator symbols
- VZO Indicator VZO
- NRTR_Revers An EA based on indicator iATR (Average True Range, ATR)
- CandleMidPoint Indicator Candle's Middle Point
- CandleColorMidPoint Indicator Colored Middle Point of Candles
- EMAHLC_Envelope Indicator EMA HLC Envelope
- EMAHLC_Envelope_Oscillator Indicator EMA HLC Envelope Oscillator
- Fractal_Channel Indicator Fractal Channel
- ATR Dual The indicator displays two indicators ATR with different averaging periods in a single window.
- iCrossAD Signal indicator iCrossAD. It shows possible reversals or price roll-backs.
- Pivot_Fibs_Custom A set of Fibo levels (pivot points) built on candles of the timeframe specified in the inputs
- Pivot_Fibs_Custom_Arr A set of Fibo levels (pivot points), based on candles of a timeframe specified in the inputs, made in the form of labels
- i-KlPrice_Vol_Direct Indicator i-KlPrice_Vol that shows the direction of moving the histogram bars as colored labels on such bars
- i-KlPrice_Vol_Direct_HTF i-KlPrice_Vol_Direct indicator with the timeframe selection option available in input parameters
- RJTX_Matches_Smoothed_main Indicator RJTX_Matches_Smoothed in the main chart window
- RJTX_Matches_Smoothed_main_HTF Indicator RJTX_Matches_Smoothed_main with the timeframe selection option available in its input parameters
- FractalChannel_Cloud The channel based on fractals with the background filling inside the channel.
- FractalChannel_Cloud_HTF Indicator FractalChannel_Cloud with the timeframe selection option available in its input parameters
- FineTuningMACandle_Chl Indicator FineTuningMACandle with two colored channels based on standard deviations from the High and Low of the indicator candles
- FineTuningMACandle_Chl_Arr FineTuningMACandle_Chl indicator replaces signal candles with signal flags, which are visually more convenient in most cases
- Traders_Dynamic_Index Indicator Traders Dynamic Index
- Alligator Simple v1.0 The EA uses indicator iAlligator
- TMS_Arrows TMS Arrows indicator
- Par_MA Indicator Parabolic Moving Average
- Par_MA_Bands Parabolic MA with Bands indicator
- True_Strength_Index Indicator True Strength Index
- Shadow_True_Strength_Index Shadow True Strength Index
- Lot Check This is a utility for rounding the lot size correctly
- Volatility_Ratio2 Indicator Volatility Ratio2
- Fluctuate A swing-based Expert Advisor: The EA sets a pending stop order with an increased lot size and in the opposite direction.
- GannSwing Indicator Gann Swing
- Rubicons_CCI_Cross Indicator Rubicons CCI Cross
- ComparePrices Indicator Compare Prices
- Hurst_Difference Indicator Hurst Difference
- LWMA_MA Indicator LWMA/SMA ratio
- Normalized_Intraday_Intensity_Oscillator Indicator Normalized Intraday Intensity Oscillator
- RSI_Oscillator_Histo RSI Histogram Oscillator
- SAR_Oscillator2 SAR Oscillator 2 indicator
- FineTuningMACandle_HTF Indicator FineTuningMACandle with the timeframe selection option available in its input parameters
- FineTuningMACandle_Chl_Arr_StDev Indicator FineTuningMACandle_Chl_Arr that additionally indicates the trend strength with colored dots, based on the standard deviation algorithm
- FineTuningMACandle_Chl_Arr_StDev_HTF Indicator FineTuningMACandle_Chl_Arr_StDev with the timeframe selection option available in its input parameters
- Round_Levels_XN Indicator Round_Levels_XN draws multiple "round" levels nearest to the current price above and below it
- SignalTable_Sar_RSI_MA An indicator that shows buy and sell signals of three indicators (iSAR, iRSI, and iMA) on nine timeframes with full settings
- FineTuningMACandle_Chl_HTF Indicator FineTuningMACandle_Chl with the timeframe selection option available in its input parameters
- XFisher_org_v1 Fisher indicator with an additional smoothing to eliminate the false intersections of the main and signal lines.
- Doubler Simultaneous opening of oppositely directed positions
- Hedge any positions Opening an opposite position when reaching a profit of N pips
- Close all positions Closing positions when reaching a profit level
- Hans_Indicator_x62_Cloud_System_Tail_Alert Hans_Indicator_x62_Cloud_System_Alert indicator with the level markup extended to the next session
- XFisher_org_v1_HTF The XFisher_org_v1 indicator with the timeframe selection option available in the input parameters
- XFisher_org_v1_Candle Indciator XFisher_org_v1 represented as candlesticks
- MA MACD Position averaging An Expert Advisor based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). Averaging positions, in case of a loss.
- Nerve The script calculates the average and weighted volatility of a symbol.
- Stochastic_Histogram_HTF Indicator Stochastic_Histogram with the timeframe selection option available in its input parameters
- XFisher_org_v2_Candle Indicator XFisher_org_v2_Candle highlights the candles, the Close prices of which are closed within overbought/oversold zones
- MA MACD Position averaging v2 An Expert Advisor based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). Averaging positions, in case of a loss. Improvement of the version 1.0
- RVI_Histogram_Alert Indicator RVI_Histogram provides alerts and sends email and push notifications when the main and signal lines intersect, accompanied by a change in the color of the signal cloud
- Stochastic_Histogram_Alert Indicator Stochastic_Histogram provides alerts and sends email and push notifications when the main and signal lines intersect, accompanied by a change in the color of the signal cloud
- XFisher_org_v1_Alert Indicator XFisher_org_v1 provides alerts and sends email and push notifications when the main and signal lines intersect, accompanied by a change in the color of the signal cloud
- XFisher_org_v1_Candle_HTF The XFisher_org_v1_Candle indicator with the timeframe selection option available in the indicator input parameters
- XFisher_org_v2_Candle_HTF The XFisher_org_v2_Candle indicator with the timeframe selection option available in the indicator input parameters
- Exp_i-KlPrice_Vol A trading system based on the signals of indicator i-KlPrice_Vol
- Bago EA The Expert Advisor uses indicators iMA (Moving Avrage, MA) and iRSI (Relative Strength Index, RSI)
- Exp_i-KlPrice_Vol_Direct A trading system based on the signals of indicator i-KlPrice_Vol_Direct
- BITEX.ONE MarketMaker The market maker robot for trading futures and swap cryptocurrency contracts
- Exp_FineTuningMACandle A trading system based on the signals of indicator FineTuningMACandle
- Exp_RJTX_Matches_Smoothed_Duplex Two identical trading systems (for long and short positions) based on the signals of indicator RJTX_Matches_Smoothed, which can be configured in different ways within one Expert Advisor
- SignalTable_Sar_WPR_MA An indicator that shows buy and sell signals of three indicators (iSAR, iWPR, and iMA) on nine timeframes with full settings
- LBS Working with Stop pending orders. The EA uses indicator iATR (Average True Range, ATR)
- Precipice Random entry. Random number generator entry.
- Standard_Deviation_Channels_x3 Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs
- Standard_Deviation_Channels_x3_Cloud Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.
- XFisher_org_v1_X20 Twenty Fisher indicators with extra smoothing in a single window
- Stochastic of average (on chart) Stochastic of average (on chart)
- Stochastic on chart Stochastic on chart
- Rsi(oma) on chart Rsi of average (rsioma) on chart version
- On-chart RSI On-chart RSI
- Price Percentage and Times on cursor crosshair This indicator enhance the functionality of the standard crosshair of MetaTrader adding the difference in Percentage and the time span in a human readable form (not in bars, but in Hours, minutes, days, etc)
- Adaptive efficiency ratio EMA Adaptive efficiency ratio EMA
- Adaptive ATR Keltner channel Adaptive ATR Keltner channel
- Adaptive ATR channel Adaptive ATR channel
- Adaptive ATR Adaptive ATR
- View the Value in OnCalculate Parameters This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a few other functions. The indicator shows: 1) The most recent value provided with the most recent OnCalculate call. 2) The previous value from the previous OnCalculate call. 3) The first value from the first time onCalculate executed.
- EMA to SMA MACD - on chart EMA to SMA MACD - on chart
- EMA to SMA MACD - extended EMA to SMA MACD - extended
- EMA to SMA MACD EMA to SMA MACD
- AMA smoothed RSI - floating levels AMA smoothed RSI - floating levels
- RSI of AMA - floating levels RSI of AMA - floating levels
- AMA smoothed RSI Adaptive Moving Average (AMA) smoothed RSI
- RSI of AMA RSI of Adaptive Moving Average - AMA
- Adaptive Moving Average - generalized version with floating levels Adaptive Moving Average - generalized version with floating levels
- Adaptive Movinga Average - generalized version Adaptive Movinga Average - generalized version
- Recursive Median Oscillator - with floating levels Recursive Median Oscillator - with floating levels
- Recursive Median Oscillator Recursive Median Oscillator
- AMA to KAMA crossover - histogram version Short description.
- AMA to KAMA crossover AMA to KAMA crossover
- Adaptive Moving Average - AMA - with filter, histogram version Adaptive Moving Average - AMA - with filter, histogram version
- Adaptive Moving Average - AMA - with filter Adaptive Moving Average - AMA - with filter
- Adaptive Moving Average - AMA Adaptive Moving Average - AMA - as described by Vitali Apirine
- Vervoort's crossover - extended Vervoort's crossover - extended
- Vervoort's crossover - tape Vervoort's crossover - tape
- Vervort's crossover - histogram version Vervort's crossover - histogram version
- Vervoort's crossover Vervoort's crossover
- VR Donchian Lite MT5 Classic Donchian Channel indicator
- Skyscraper_Fix_Candle Skyscraper_Fix indicator in candle form
- XWPR_Histogram_Vol WPR_Histogram_Vol indicator with additional averaging of the resulting histogram
- XWPR_Histogram_Vol_HTF XWPR_Histogram_Vol indicator with the timeframe selection option available in input parameters
- Exp_TimeZonePivotsOpenSystem The trading system based on the signals of the TimeZonePivotsOpenSystem indicator
- Heiken_Ashi_Zone_Trade Heiken Ashi Zone Trade indicator
- Internal_Strength Internal Strength indicator
- Smoothed_CCI Smoothed CCI indicator
- Track_Cyclical Track Cyclical indicator
- Trend_Signal Trend Signal indicator
- Zero_Lag_RSI Zero Lag RSI indicator
- ZeroLagEMA Zero-Lag EMA indicator
- XWPR_Histogram_Vol_Direct XWPR_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
- XWPR_Histogram_Vol_Direct_HTF XWPR_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters
- XWPR_Histogram_Vol_Direct_Alerts XWPR_Histogram_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals
- Hans_Indicator_Cloud_System The indicator paints candles going beyond the Hans_Indicator_Cloud channel expansion
- Hans_Indicator_Cloud_System_Alert The indicator of expanding time zone corridors with the background color filling and the channel Hans_Indicator_Cloud_System average line. The indicator provides alerts, sends email and push notifications when the formed corridor expansion is broken
- TimeZonePivotsOpenSystem_Alert The indicator of expanding time zone corridors with the background color filling and the channel TimeZonePivotsOpenSystem average line. The indicator provides alerts, sends email and push notifications when the formed corridor expansion is broken.
- RSI_Expert_v2.0 Expert Advisor based on iRSI (RSI) and iMA (Moving Average, MA).
- Two PerBar Simultaneous opening of two oppositely directed positions
- Probe Working with pending Buy Stop and Sell Stop orders. The Expert Advisor is based on iCCI (Commodity Channel Index, CCI) indicator
- Exp_Hans_Indicator_Cloud_System The trading system based on the signals of the Hans_Indicator_Cloud_System indicator
- Exp_Hans_Indicator_Cloud_System_Tm_Plus The trading system based on Hans_Indicator_Cloud_System indicator signals with the possibility to set a fixed position holding time
- Exp_TimeZonePivotsOpenSystem_Tm_Plus The trading system based on TimeZonePivotsOpenSystem indicator signals with the possibility to set a fixed position holding time
- Exp_XWPR_Histogram_Vol Trading system based on XWPR_Histogram_Vol indicator signals
- Exp_XWPR_Histogram_Vol_Direct The trading system based on XWPR_Histogram_Vol_Direct indicator signals
- Exp_VortexIndicator_Duplex Two identical trading systems (for long and short positions) based on the signals of the VortexIndicator indicator, which can be configured in different ways within one Expert Advisor
- Exp_ColorMETRO_Duplex Two identical trading systems (for long and short positions) based on the signals of the ColorMETRO indicator, which can be configured in different ways within one Expert Advisor
- Exp_ColorMaRsi-Trigger_Duplex Two identical trading systems (for long and short positions) based on the signals of the ColorMaRsi-Trigger indicator, which can be configured in different ways within one Expert Advisor
- MA_Filter MA with filter
- APTR Average Percentage True Range indicator
- APTR_MA Average Percentage True Range indicator with MA adjustments
- Coral Coral indicator
- Exp_AdaptiveRenko_Duplex Two identical trading systems (for long and short positions) based on the signals of the AdaptiveRenko indicator, which can be configured in different ways within one Expert Advisor
- AdaptiveRenko_Cld AdaptiveRenko indicator with the channel background filling and additional display of the NRTR line using colored icons allowing users to visually track trend signals present on a single bar
- DSS Double Smoothed Stochastic indicator
- FanCCI2 FanCCI Avg indicator
- FanMA2 FanMA Avg indicator
- FoM Freedom of Movement indicator
- MACD_Flat_Trend MACD Flat Trend indicator
- Normalized_Moving_Average_Slope Normalized Moving Average Slope indicator
- SineWMA Sine Weighted MA indicator
- Smoothed_RSI Smoothed RSI indicator
- SRSI Slow RSI indicator
- Time_Averaged_Price Time Averaged Price indicator
- Time_Averaged_MA Time Averaged MA indicator
- TrendLord Trend Lord indicator
- Exp_UltraFatl_Duplex Two identical trading systems (for long and short positions) based on the signals of the UltraFatl indicator, which can be configured in different ways within one Expert Advisor
- AdaptiveRenko_Cld_HTF AdaptiveRenko_Cld indicator with the timeframe selection option available in input parameters
- BullsBearsEyes_Vol BullsBearsEyes oscillator displayed as a color histogram, using volumes
- BullsBearsEyes_Vol_HTF BullsBearsEyes_Vol indicator with the timeframe selection option available in input parameters
- JBrainTrend1_HTF JBrainTrend1 indicator with the timeframe selection option available in the input parameters
- JMACandle_HTF JMACandle indicator with the timeframe selection option available in input parameters
- JMACandle_Chl JMACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
- JMACandle_Chl_HTF JMACandle_Chl indicator with the timeframe selection option available in input parameters
- SL_Breakeven The function for moving an open position to a breakeven.
- Three indicators The Expert Advisor is based on OHLC and three indicators: iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI)
- JMACandleTrend Semaphore signal indicator triggering when the JMACandle candles change their direction.
- JMACandleTrend_Signal JMACandleTrend_Signal indicator shows information on the current trend using the values of the JMACandleTrend indicator with a fixed timeframe
- JMACandleTrend_x10 JMACandleTrend_x10 shows the direction of JMACandle indicator signals from ten different timeframes from the bar defined in the indicator input parameters
- MultiJMACandleTrend_x10 The indicator shows information on the current trends, using the colors of the JMACandleTrend indicator from ten different timeframes
- JMACandleTrend_HTF_Signal The JMACandleTrend_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the Skyscraper_Fix indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction, generates alerts or sound notifications if there are signals for performing trades or sends push notifications to a smartphone
- XBullsBearsEyes_Vol BullsBearsEyes_Vol indicator with additional averaging of the resulting histogram
- RNN The Expert Advisor based on iRSI (Relative Strength Index, RSI) indicator and a small neural network
- MAMy v3 The indicator based on three moving averages
- Virtual Virtual trading environment
- MAMy Expert MAMy v.3 indicator-based EA
- TrendLineAlert_V2 The indicator displays a sloping trend line. Its parameters are set when the indicator is launched by a trader. The trend line defines the signal trigger level. The trend line breakthrough activates signals accompanied by emails and push notifications.
- XBullsBearsEyes_Vol_Direct XBullsBearsEyes_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
- XBullsBearsEyes_Vol_HTF XBullsBearsEyes_Vol indicator with the timeframe selection option available in input parameters
- PriceAlert_V2 The indicator displays a horizontal price line. Its parameters are set when the indicator is launched by a trader. The line defines the signal trigger level. Its breakthrough activates signals accompanied by emails and push notifications.
- XBullsBearsEyes_Vol_Direct_Alerts XBullsBearsEyes_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals
- JMACandleTrend_HTF JMACandleTrend indicator with the timeframe selection option available in input parameters
- FanWRSI2 Fan WRSI indicator
- ADX_Trend ADX Trend indicator
- EWO EWO indicator
- InvestorsVsSpeculators InvestorsVsSpeculators indicator
- Constituents EA At the specified hour, the Expert Advisor analyzes OHLC of the previous bar and sets pending orders
- InvestorsVsSpeculatorsDelta Investors vs Speculators Delta indicator
- MaDev Deviation from MA indicator
- MaDevOsc Deviation from MA oscillator indicator
- RSI_Divergence RSI Divergence indicator
- RSI_Of_MA RSI of MA indicator
- Hans_Indicator_x22_Cloud_System The indicator paints candles going beyond the Hans_Indicator_x22_Cloud channel expansion.
- Exp_XBullsBearsEyes_Vol The trading system based on XBullsBearsEyes_Vol indicator signals
- Exp_XBullsBearsEyes_Vol_Direct The trading system based on XBullsBearsEyes_Vol_Direct indicator signals
- VR---STEALS This utility Expert Advisor works with a virtual stop loss and take profit. Trailing positions on the current symbol.
- Smoothed_Momentum Smoothed Momentum indicator
- SuperTrend SuperTrend indicator
- TMACD TMACD indicator
- Executor AO Expert Advisor based on iAO (Awesome Oscillator, AO)
- Double_Top Double Top indicator
- Elder_Impulse_System Elder Impulse System indicator
- GHLA GHLA indicator
- GHLA_ST_Bar Gann HiLo Activator/SuperTrend Bar indicator
- Linear_Regression_Slope Linear regression slope indicator
- HLCrossSigForRSI The HLCrossSigForRSI is considered as a trend indicator since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional effects from trading
- XBullsBearsEyes_Vol_Direct_HTF XBullsBearsEyes_Vol_Direct indicator with the timeframe selection option available in input parameters
- Hans_Indicator_x22_Cloud_System_Alert The indicator of expanding time zone corridors with the background color filling and the channel Hans_Indicator_x22_Cloud_System average line. The indicator provides alerts, sends email and push notifications when the formed corridor expansion is broken.
- Starter Position volume calculation based on trading history. The Expert Advisor applies iCCI (Commodity Channel Index) and iMA (Moving Average) indicators. Trailing is present as well.
- Volatility bands Volatility bands
- Normalizied MACD - self adjusting signal Normalizied MACD - self adjusting signals
- BB stops - Hull average BB stops - Hull average based with multiple stops included
- Phase change index 2 Phase change index 2
- Trend intensity index Trend intensity index
- Trade signal based on PullBack and Candle (for MQL5 Wizard) This is the trading signal of PullBack and Candle. The expert code for this strategy is automatically generated by the MQL 5 wizard.
- Trend detection index Trend detection index
- Trend continuation factor (of average) Trend continuation factor - averages pre-smoothed (filtered)
- ms-Сandle. Candle direction indicator, gaps in quotes. The indicator determines the direction of the bar based not only on the Open/Close prices. Gaps and gaps in quotes are also determined.
- Trend trigger factor - discontinued signal line(s) Trend trigger factor - with an addition of discontinued signal line(s)
- Hull ribbon Hull ribbon
- Schaff trend cycle CCI Schaff trend cycle CCI
- Schaff trend cycle - Hull Schaff trend cycle - Hull
- Hull quad Hull quad
- NonLagMA with ATR Bands and Control Panel This is a re-write of the nonLagMA found elsewhere and includes several uncommonly shown coding options, including a simple control dashboard.
- Filtered frama Fractal Adaptive Moving Average with value filter
- Frama - floating levels Fractal Adaptive Moving Average with floating levels
- Frama Fractal Adaptive Moving Average -
- Super smoother RSI Super smoother RSI
- Better Volume Easy and visual way to check abnormal changes in Volume.
- Larry Williams' Variable Accumulation Distribution (WVAD) Indicator This is Larray Williams's Variable Accumulation Distribution, used in volume analysis.
- TrendStrength EMA variation TrendStrength EMA variation
- TrendStrength DSMA TrendStrength of deviation scaled MA
- PdfMA awesome oscillator PdfMA based awesome oscillator
- PdfMA MACD Probability density function based MA MACD
- Deviation scaled MA levels Deviation scaled MA with self adjusting levels
- EMA variation ribbon EMA variation ribbon
- EMA variation Exponential moving average variation
- Trade signal based on simple Bollinger bands This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
- Momentum ratio oscillator Momentum ratio oscillator
- Highest high & lowest low support resistance Highest high & lowest low support resistance
- RSI divergence candles RSI divergence candles
- Filtered deviation scaled MA Filtered deviation scaled MA
- Deviation scaled MA - extended Deviation scaled MA - extended
- CCI of average - floating levels CCI of average - floating levels
- Higher Highs & Lower Lows Stochastic Higher Highs & Lower Lows Stochastic
- Stochastic extended - floating levels Stochastic extended - floating levels
- MACD slope divergence MACD slope divergence
- Rsi slope divergence Rsi slope divergence
- Exp_FineTuningMACandle_Duplex Two identical trading systems (for long and short positions) based on the signals of the FineTuningMACandle indicator, which can be configured in different ways within one Expert Advisor
- Lego EA The Expert Advisor combines signals from several indicators. It can also follow a certain indicator.
- Gaps OHLC The indicator shows the gap size on the histogram.
- XFisher_org_v2_Candle_Alerts XFisher_org_v2_Candle indicator provides alerts, sends email and push notifications at the incoming trading signals. Possible signal options
- GlamTrader The Expert Advisor uses iMA (Moving Average, MA), iAO (Awesome Oscillator, AO) and custom Laguerre indicators.
- XFisher_org_v2_Candle_Cloud_Alert XFisher_org_v2_Candle_Alert indicator with background filling for overbought/oversold areas, as well as for the channel between them
- Exp_XFisher_org_v1 Exp_XFisher_org_v1 Expert Advisor based on XFisher_org_v1 oscillator signals.
- Contrarian trade MA Working by iMA (Moving Average, MA) and OHLC of W1 timeframe
- RL algorithms Libraries based on the article "Random decision forest in reinforcement learning"
- Candle_Range_Envelop Candle Range Envelop indicator
- Mean_Indicator Mean Indicator indicator
- Moving Average applied price Now you can test the indicator and select the price type from the ENUM_APPLIED_PRICE enumeration
- Slope_MA_Confirmation Slope Direction Line / Moving Average confirmation candles indicator
- Slope_Direction_Line_Bar Slope Direction Line / Moving Average confirmation bars indicator
- VGridLine_Custom The indicator plots one vertical line per day in a specified moment of time
- ColorRSI_X20 RSI_X20 indicator is able to color each line depending on its position relative to overbought and oversold areas
- WyattsPivots The indicator plots support/resistance levels and areas
- ATRStops_v1_Candle ATRStops_v1 indicator in the candle form
- ADX_Fractal_Signals ADX Fractal Signals indicator
- BB_OutsideCandle_Alert Bollinger Bands Outside Candle Alert indicator
- RSICloudBG RSICloud indicator with background filling for overbought/oversold areas, as well as for the channel between them
- Day_Of_Week_Lables Day of week indicator
- Ehlers_CG Ehler's Center of Gravity indicator
- Elders_Safe_Zone Elder's Safe Zone indicator
- Elders_Safe_Zone_Triple Elder's Safe Zone Triple indicator
- Highly_Adaptable_MA_Alerts Highly Adaptable Moving Average Alert indicator
- T3_Price_Overlay T3 Price Overlay indicator
- Bruno Multiple strategies within a single Expert Advisor. When two or more strategies are activated, a position lot is increased exponentially.
- Volatility2Step A simple indicator that calculates rounded volatility of a financial asset. Volatility is calculated in points based on the maximum and minimum prices
- OHLC Channel The indicator based on two indicator buffers (DRAW_LINE style)
- Volatility2Step_Alerts Volatility2Step indicator provides alerts, sends email and push notifications when the indicator breaks through the trigger level specified in the inputs.
- Volatility2Step_Alerts_HTF The Volatility2Step_Alerts indicator with the timeframe selection option available in the input parameters
- Vlado The EA applies WPR Custom indicator.
- WPR Custom iWPR (Williams’ Percent Range, %R) indicator features new settings allowing users to manage display of levels and main level color from an Expert Advisor.
- Secwenta The Expert Advisor counts the number of bullish and bearish bars in a row.
- Time_Candle_Custom The indicator paints a candle in color corresponding to its direction once per day at a specified time
- Time_Bar_Custom The indicator plots one vertical line per day in a specified moment of time
- Consensus_of_Five Consensus of Five indicator
- RSI_X20 Twenty RSI indicators in a single window.
- Tengri The Expert Advisor applies iMA (Moving Average, MA), iRSI (Relative Strength Index, RSI) and Silence indicators. Martingale.
- WAVE_PM Brief description
- MMI MMI indicator
- Since_Last_Fractal Since last fractal indicator
- Vortex_Trend Vortex Trend indicator
- Wick_Length Wick length indicator
- Time_Bar_Custom_Weekly The indicator plots one vertical line per day in a specified moment of time once per week
- ColorXFisher_org_v1_X20 XFisher_org_v1_X20 indicator is able to color each line depending on its position relative to overbought and oversold areas
- ColorXFisher_org_v1_X20_Cloud XColorFisher_org_v1_X20 indicator featuring background filling in overbought/oversold areas
- ColorRSI_X20_Cloud ColorRSI_X20 indicator featuring background filling in overbought/oversold areas
- Pendulum Pendulum. Constant opening of positions.
- BADX The Expert Advisor applies iADX (Average Directional Movement Index, ADX) and iBands (Bollinger Bands, BB) indicators
- Breakeven v3 Moving positions to breakeven
- Parabolic SAR EA The Expert Advisor follows iSAR (Parabolic SAR) indicator.
- Simple EA MA plus MACD Brief description
- FT CCI MA The Expert Advisor is based on iCCI (Commodity Channel Index, CCI) and iMA (Moving Average, MA) indicators.
- DayImpuls Impulse detector. The indicator applies MovingAverages.mqh
- Bronze Warrioir The Expert Asvisor uses iCCI (Commodity Channel Index, CCI) and iWPR (Williams’ Percent Range, %R) indicators, as well as custom DayImpuls indicator.
- Executer AC Trading system based on iAC indicator (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC)
- InvertBar_Plus The inverted chart of the current financial instrument, displaying Ask and Bid price levels in the form of colored bars in the additional window
- Time_Bar_Custom_Monthly Brief description
- Open Close Another variation of the strategy based on the current candle being higher or lower than the previous one
- SR-RateIndicator_HTF SR-RateIndicator indicator with the timeframe selection option available in input parameters
- SR-RateIndicator_Alert SR-RateIndicator indicator provides alerts, sends email and push notifications when overbought/oversold levels are broken through by the histogram.
- SpearmanRankCorrelation_Histogram SpearmanRankCorrelation indicator implemented in the form of a color histogram
- SpearmanRankCorrelation_Histogram_HTF SpearmanRankCorrelation_Histogram indicator with the timeframe selection option available in input parameters
- CCI_Bar CCI Bar indicator
- E-Friday Have a look at the daily bar #1. Position trailing.
- Specified_Time_Range_Candles Specified time range candles indicator
- Extent Extent indicator
- Standard Deviation smoothing Smoothed Standard Deviation
- Key_Reversal Key Reversal indicator
- SVSI SVSI indicator
- TMACD_Divergence TMACD Divergence indicator
- Trend_Score Trend Score indicator
- HLCrossSigForMFI HLCrossSigForMFI is considered as a trend indicator since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional effects from trading
- HLCrossSigForMFI_HTF HLCrossSigForMFI indicator with the timeframe selection option available in input parameters
- SpearmanRankCorrelation_3HTF Three SpearmanRankCorrelation indicators from different timeframes in a single window
- SpearmanRankCorrelation_2HTF Two SpearmanRankCorrelation indicators from different timeframes in a single window as a cloud colored according to a trend direction
- Center of Gravity - extended Center of Gravity - extended version
- Center of Gravity (Ehlers) Center of Gravity (as originally described by John Ehlers)
- Trend trigger factor (averages pre-filtered) Trend trigger factor (averages pre-filtered)
- Double smoothed stochastic Blau Double smoothed stochastic Blau
- Double smoothed stochastic of ratio Double smoothed stochastic of ratio
- Double smoothed stochastic Double smoothed stochastic
- Dynamic Trader Oscillator Dynamic Trader Oscillator
- Stochastic extended Stochastic extended with the choices of the prices
- Stochastic of average(s) Stochastic of average(s)
- Stochastic of filtered price Stochastic of filtered price
- Rocket RSI Rocket RSI
- Range weighted smoothed EMA Range weighted smoothed EMA
- Range weighted EMA Range weighted exponential moving average (EMA)
- Range weighted average MACD Range weighted average MACD
- Range weighted average Range weighted average - average that uuse the current volatility for weighted average calculation
- Filtered WPR Filtered WPR (Williams Percent Range)
- Filtered averages Filtered averages
- Filtered price Filtered price using self adjusting deviation for price filtering
- Triangular moving average Triangular moving average
- Ehlers Fisher transform (original) Ehlers Fisher transform (as originally described in the book)
- Channel design indicator A channel is a trading range between support and resistance levels that a stock price oscillates in for a period of time. This indicator draws the resistance and support lines based on the peaks and valleys that are found within a defined period of time.
- Perfect trend line Perfect trend line
- TRiX TRiX
- TRiX candles with Keltner channel TRiX candles with Keltner channel
- TRIX candles TRIX candles
- RSI candles with Keltner channel RSI candles with Keltner channels
- Volume weighted awesome oscillator Volume weighted awesome oscillator
- Corrected volume weighted moving average Corrected volume weighted moving average
- Volume weighted moving average Volume weighted moving average
- Corrected generalized double DEMA Short description.
- Corrected generalized DEMA Corrected generalized DEMA
- Weis Waves Volume Wave indicator originally idealized by Richard D. Wyckoff.
- Liner regression Linear regression
- Volume Profil & Range V6 Volume Profile + Range v6.0 (former TPO).
- CCI variation CCI variation
- Super trend - simple Super trend - simple
- Stochastic RVI - levels Stochastic RVI - levels
- Juice - EMA deviation - advanced Juice - EMA deviation - advanced
- Swami Aroon Swami Aroon
- Swami stochastic Swami stochastic
- Trend direction and force - DSEMA smoothed Trend direction and force - double smoothed EMA smoothed
- Spearman rank correlation - floating levels Spearman rank correlation - with floating levels
- Adaptive ATR channel Adaptive ATR channel
- MinMax indicator MinMax indicator
- Stripped T3 levels Stripped T3 levels (T3 levels that can display the 3 phases of T3 calculation)
- Volatility quality - zero line Volatility quality - zero line and ATR based
- Volatility quality Volatility quality with ATR filter
- Nonlinear Kalman filter deviation Nonlinear Kalman filter deviation
- Inertia_Candles The indicator paints candles whose body sizes exceed the indicator input parameter in points
- JSatlCandle_HTF JSatlCandle_HTF indicator with the timeframe selection option available in input parameters
- XHullTrend_Digit_HTF XHullTrend_Digit indicator with the timeframe selection option available in input parameters
- Volume_Price_Momentum_Oscillator Volume Price Momentum Oscillator
- One Two Three The trading system defines flat/trend using iChaikin (Chaikin Oscillator, CHO) indicator.
- EA Close The Expert Advisor based on two oscillators: iCCI (Commodity Channel Index, CCI), iStochastic (Stochastic Oscillator) and one trend iMA (Moving Average, MA) indicator.
- Rollback system Defining the channel width for a previous day.
- Previous Candle Breakdown 3 "Previous Candle Breakdown" Expert Advisor.
- Easy Canvas The library and iCanvas class simplify writing programs using Canvas.
- TradeTransactions Access to OnTradeTransaction data anywhere within an application
- Skyscraper A trend indicator of NRTR type with an additional middle line
- XRSI_Candle_Vol_Zer_Alerts XRSI_Candle_Vol_Zer indicator provides alerts, sends email and push notifications at the incoming trading signals
- XCCI_Candle_Vol_Zer_Alerts XCCI_Candle_Vol_Zer indicator provides alerts, sends email and push notifications at the incoming trading signals
- JFatlCandle__HTF JFatlCandle_HTF indicator with the timeframe selection option available in input parameters
- Aroon_Horn Aroon Horn indicator
- Aroon_Filter Aroon Filter indicator
- Auto_Envelope Auto Envelope indicator
- OBOS OBOS indicator
- CCI_OBOS_Crossover CCI OBOS Crossover indicator
- DNC DNC indicator
- DNC_Bandwidth DNC Band Width indicator
- DNC_Percentage DNC Percentage indicator
- Effort_Result Effort Result indicator
- Hurst_Bands Hurst Bands indicator
- XHullTrend_Digit_System The indicator implements a breakout system using the XHullTrend_Digit indicator cloud
- Hurst_Oscillator Hurst oscillator indicator
- LBR_Paint_Bars LBR Paint Bars indicator
- Rahul_Mohindar_Osc Rahul Mohindar oscillator
- Standard_Deviation_Moving_Average_Ratio Standard Deviations/Moving Average Ratio indicator
- StdDev_Cross StdDev Cross indicator
- Super_Smoother Ehlers SuperSmoother indicator
- Toby_Crabel_NR_Pattern Toby Crabel NR Pattern indicator
- Exp_ColorSchaffJCCXTrendCycle_MMRec_Duplex Two identical trading systems (for long and short deals) based on the ColorSchaffJCCXTrendCycle indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_ColorSchaffJJRSXTrendCycle_MMRec_Duplex Two identical trading systems (for long and short deals) based on the ColorSchaffJJRSXTrendCycle indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- JFatlCandle_Chl JFatlCandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
- JSatlCandle_Chl JSatlCandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
- Without shadow color histogram The indicator looks for bars without wicks. Uses the drawing style DRAW_COLOR_HISTOGRAM
- Without shadow arrow The indicator looks for bars without one or two wicks. DRAW_ARROW drawing style.
- XRSI_Histogram_Vol_Direct_Alerts XRSI_Histogram_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals
- XCCI_Histogram_Vol_Direct_Alerts XCCI_Histogram_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals
- XDeMarker_Histogram_Vol_Direct_Alerts XDeMarker_Histogram_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals
- XDeMarker_Histogram_Vol_Direct_HTF XDeMarker_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters
- JFatlCandle_Chl_HTF JFatlCandle_Chl indicator with the timeframe selection option available in input parameters
- JSatlCandle_Chl_HTF JFatlCandle_Chl indicator with the timeframe selection option available in input parameters
- Exp_XDeMarker_Histogram_Vol_Direct The trading system based on XDeMarker_Histogram_Vol_Direct indicator signals
- freeman Strategies based on iMA (Moving Average, MA) and iRSI (Relative Strength Index, RSI)
- X2MACandle X2MA indicator in the form of candlesticks
- Skyscraper_HTF Skyscraper indicator with the timeframe selection option available in input parameters
- OHLC Stochastic The Expert Advisor based on iStochastic (Stochastic Oscillator) indicator and OHLC analysis
- Skyscraper_Fix Fixed version of the Skyscrape indicator
- Skyscraper_Fix_Cld Skyscraper_Fix indicator with the space between the average and NRTR lines filled with color
- X2MACandle_Chl X2MACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
- Exp_Skyscraper_Fix_Duplex Two identical trading systems (for long and short positions) based on the signals of the Skyscraper_Fix indicator, which can be configured in different ways within one Expert Advisor
- Exp_JFatlCandle_MMRec The trading system based on the JFatlCandle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_X2MACandle_MMRec The trading system based on the X2MACandle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Skyscraper_Fix_HTF Skyscraper_Fix indicator with the timeframe selection option available in input parameters
- Skyscraper_Fix_x10 Skyscraper_Fix_x10 shows the direction of Skyscraper_Fix indicator signals from ten different timeframes from the bar defined in the indicator input parameters
- Little EA The Expert Advisor based on iMA (Moving Average, MA) and OHLC
- MultiSkyscraper_Fix_x10 The indicator shows information on the current trends, using the colors of the Skyscraper_Fix indicator from ten different timeframes
- Skyscraper_Fix_HTF_Signal The Skyscraper_Fix_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the Skyscraper_Fix indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction, generates alerts or sound notifications if there are signals for performing trades or sends push notifications to a smartphone.
- iMax3 iMAX3 indicator - Fast Trend Detector
- Bands_Fill Bands Fill indicator
- Bollinger_Bandwidth_Delta Bollinger Bandwidth Delta oscillator
- Breakdown_Oscillator Breakdown oscillator
- Buying_Selling_Pressure Buying/Selling Pressure indicator
- Skyscraper_Fix_Signal Skyscraper_Fix_Signal indicator shows information on the current trend using the values of the Skyscraper_Fix indicator with a fixed timeframe.
- Exp_Skyscraper_Fix_ColorAML Two independent trading systems applying Skyscraper_Fix and AbsolutelyNoLagLWMA indicators in a single Expert Advisor
- CAD Consecutive Advance/Decline indicator
- Extreme_TMA_line_indicator Extreme TMA Line indicator
- Internal_Strength Internal Strength indicator
- MA Envelopes The Expert Advisor sets pending Buy limit and Stop limit orders.
- Market_Direction_Indicator Market Direction Indicator
- Murreys_Math_Oscillator Murreys Math Oscillator
- SSSAR Single Stream SAR indicator
- Standard_Error_Bands Standard Error Bands indicator
- Volatility_Stop Volatility Stop indicator
- Volatility_Stop_Oscillator Volatility Stop oscillator
- AhrensMA Ahrens Moving Average indicator
- AhrensMACD Ahrens MACD
- Average_True_Range_Bands Average True Range Bands indicator
- Exp_Skyscraper_Fix_ColorAML_MMRec Two independent trading systems using Skyscraper_Fix and ColorAML indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Skyscraper_Fix_Cld_HTF Skyscraper_Fix_Cld indicator with the timeframe selection option available in input parameters
- Breakout_RSI Breakout RSI indicator
- CCI_OBOS_With_Confirmation CCI OBOS With Confirmation indicator
- BARS Alligator The Expert Advisor based on iAlligator (Alligator) indicator.
- X2MACandle_Chl_HTF The X2MACandle_Chl indicator with the timeframe selection option available in the input parameters
- Exp_Skyscraper_Fix_ColorAML_X2MACandle_MMRec Three independent trading systems using Skyscraper_Fix, ColorAML and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_BrainTrend2_AbsolutelyNoLagLwma_X2MACandle_MMRec Three independent trading systems using BrainTrend_V2, AbsolutelyNoLagLWMA and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- WPR_Histogram_Vol Williams’ Percent Range oscillator displayed as a color histogram, using volumes
- Harami_Alert The indicator defines Harami patterns and features alerts, emails and push notifications
- WPR_Histogram_Vol_HTF WPR_Histogram_Vol indicator with the timeframe selection option available in input parameters
- TimeZonePivotsOpenSystem The indicator paints candles going beyond the TimeZonePivots channel
- Autotrader Momentum The Expert Advisor compares Close prices
- xMASumAvg X MA Sum Average indicator
- MA_Trend MA Trend indicator
- Generalized double DEMA Generalized double DEMA
- Avg_MA Average from MA indicator
- Generalized DEMA Generalized DEMA
- Connors_RSI Connors RSI indicator
- Simple_Decycler Simple Decycler indicator
- Decycler_Oscillator Decycler Oscillator indicator
- Directional_Volatility Directional Volatility indicator
- DoubleToText Converts a number to a text.
- CCI_Histogram_Vol_HTF CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
- Exp_i-AnyRangeCldTail_System_Tm_Plus The trading system based on i-AnyRangeCldTail_System indicator signals with the possibility to set a fixed position holding time
- Iin_MA_Signal A semaphore signal indicator that uses crossings of two Moving Averages
- XCCI_Histogram_Vol CCI_Histogram_Vol indicator with additional averaging of the resulting histogram
- XRSI_Histogram_Vol RSI_Histogram_Vol indicator with additional averaging of the resulting histogram
- Gordago EA The EA based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator).
- StepMA_3D_v3_Cloud StepMA_3D_v3 indicator fills the space between the medium and slow trend with color and paints the fast trend line depending on its location
- Exp_Iin_MA_Signal The trading system based on Iin_MA_Signal indicator signals
- XRSI_Histogram_Vol_HTF XRSI_Histogram_Vol indicator with the timeframe selection option available in input parameters
- XCCI_Histogram_Vol_HTF XCCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
- DeMarker_Histogram_Vol DeMarker oscillator displayed as a color histogram, using volumes
- StepMA_3D_v3_HTF The StepMA_3D_v3 indicator with the timeframe selection option available in the indicator input parameters
- Iin_MA_Signal_Alert Iin_MA_Signal semaphore signal indicator features alerts, emails and push notifications
- RSI_Candle_Vol RSI_Histogram_Vol indicator in the candlestick form
- CCI_Candle_Vol CCI_Histogram_Vol indicator in the candlestick form
- XRSI_Histogram_Vol_Direct XRSI_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
- RenkoChart Renko charts on custom symbols
- XCCI_Histogram_Vol_Direct XCCI_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
- XССI_Candle_Vol CCI_Candle_Vol indicator with additional averaging of the resulting candles
- XRSI_Candle_Vol RSI_Candle_Vol indicator with additional averaging of the resulting candles
- FlatTrend Flat/trend indicator.
- Flat Trend EA EA based on FlatTrend indicator. You can also include working time.
- TrendManager_HTF TrendManager indicator with the timeframe selection option available in input parameters
- ssb5_123 Defining a signal based on several indicators: iMA (Moving Average, MA), iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator), iOsMA (Moving Average of Oscillator, OsMA) and iAO (Awesome Oscillator, AO). The indicators are surveyed in a certain sequence.
- Pending orders by time 2 The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.
- Cronex DeMarker iDeMarker (DeMarker, DeM) indicator averaging using MovingAverages.mqh
- Exp_XCCI_Histogram_Vol The trading system based on XCCI_Histogram_Vol indicator signals
- Exp_XRSI_Histogram_Vol The trading system based on the signals of the XRSI_Histogram_Vol indicator
- XRSI_Candle_Vol_Zer XRSI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals
- Ravi AO The EA is based on iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators.
- VR---BUCH The EA is based on the intersection of two iMAs (Moving Average, MA) but with an additional filter: price from ENUM_APPLIED_PRICE
- XCCI_Histogram_Vol_Direct_HTF XCCI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters
- XRSI_Histogram_Vol_Direct_HTF XRSI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters
- Exp_Iin_MA_Signal_MMRec The trading system based on the Iin_MA_Signal indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Iin_MA_Signal_NRTR Iin_MA_Signal indicator in NRTR form
- AMA Trader Trading strategy based on iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicators. Martingale is applied.
- Basic CCI RSI The trading strategy based on two oscillators: iCCI (Commodity Channel Index, CCI) and iRSI (Relative Strength Index, RSI).
- Exp_XRSI_Histogram_Vol_Direct The trading system based on XRSI_Histogram_Vol_Direct indicator signals
- Exp_XCCI_Histogram_Vol_Direct The trading system based on XCCI_Histogram_Vol_Direct indicator signals
- Iin_MA_Signal_NRTR_HTF Iin_MA_Signal_NRTR indicator with the timeframe selection option available in input parameters
- Previous Candle Breakdown 2 "Previous Candle Breakdown" Expert Advisor.
- Iin_MA_Signal_Candle Iin_MA_Signal indicator displaying the current trend using candles color
- Exp_TrendManager_Tm_Plus The trading system based on TrendManager indicator signals with the possibility to set a fixed position holding time
- SSL_NRTR NRTR type trend indicator based on exiting the channel formed by averaging High and Low of the price series
- TP SL Trailing Stop loss and take profit initial setting. Trailing.
- XDeMarker_Histogram_Vol DeMarker_Histogram_Vol indicator with additional averaging of the resulting histogram
- Breadandbutter2 Trading system based on iADX (Average Directional Movement Index, ADX) and iAMA (Adaptive Moving Average, AMA) indicators. The system works on a new bar only.
- NeuroNirvamanEA 2 The trading system is based on a simple neural network.
- Hans_Indicator The indicator of expanding time zone corridors
- XHullTrend_Digit HullTrend indicator with additional smoothing of the Hull moving average and rounding the values by the number of digits fixed in the input variables
- MySystem The Expert Advisor based on iBullsPower (Bulls Power) and iBearsPower (Bears Power) indicators.
- DeMarker_Histogram_Vol_HTF DeMarker_Histogram_Vol indicator with the timeframe selection option available in input parameters
- Hans_Indicator_x4 The indicator of expanding time zone corridors with two corridors
- Daydream Analyzing the price channel (iHighest, iLowest) for a certain period of bars.
- JS MA SAR Trades The Expert Advisor based on ZigZag.
- TimeZonePivots The channel formed on an open price of an hour set in the settings
- FT_CCI The Expert Advisor based on iCCI (Commodity Channel Index, CCI) indicator.
- Hans_Indicator_x6 The indicator of expanding time zone corridors with four corridors
- Hans_Indicator_x8 The indicator of expanding time zone corridors with five corridors A formed corridor is equal to four hours, while the corridor expansion is equal to sixteen hours.
- Hans_Indicator_Cloud The indicator of expanding time zone corridors with background color filling and the corridor's middle line
- Hans_Indicator_x22 The indicator of expanding time zone corridors with eleven corridors
- Hans_Indicator_x22_Cloud The indicator of expanding time zone corridors with eleven corridors, middle line and background color filling
- XDeMarker_Histogram_Vol_HTF XDeMarker_Histogram_Vol indicator with the timeframe selection option available in input parameters
- Hans_Indicator_x22_Cloud_Heo The indicator of expanding time zone corridors with eleven corridors, middle line and background color filling that features the ratio of changing the step of corridor borders expansion
- ASCV The Expert Advisor based on BrainTrend1Sig indicator
- XDeMarker_Histogram_Vol_Direct XDeMarker_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
- UniMagicNumber The library allows receiving a magic number bound to three elements: symbol name, timeframe and prefix index.
- Money-Meter The indicator measures money on a chart.
- Exp_XDeMarker_Histogram_Vol The trading system based on XDeMarker_Histogram_Vol indicator signals
- BBS Bar Based Stochastic indicator
- BBS_Histogram Bar Based Stochastic indicator with histogram
- Better_Bollinger_Band Better Bollinger Band indicator
- Double_Smoothed_MACD_Stochastic Double smoothed MACD Stochastic indicator
- Fractal_Bar_Indicator Fractal bar indicator
- Modified_Advance_Decline_Line Modified Advance Decline line indicator
- Proffessor v3 Grid of pending orders. The EA applies iADX (Average Directional Movement Index, ADX) indicator.
- Sensitive The Expert Advisor based on iMACD(). Displaying MACD values via Point().
- Mogalef Mogalef Bands indicator
- Power_Measure Power measure indicator
- Pro_Go Williams Pro-Go indicator
- XCCI_Candle_Vol_Zer XCCI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals
- XCCI_Candle_Vol_Zer_HTF XCCI_Candle_Vol_Zer indicator with the timeframe selection option available in input parameters
- XRSI_Candle_Vol_Zer_HTF XRSI_Candle_Vol_Zer indicator with the timeframe selection option available in input parameters
- XCCI_Candle_Vol_HTF XCCI_Candle_Vol indicator with the timeframe selection option available in input parameters
- XRSI_Candle_Vol_HTF XRSI_Candle_Vol indicator with the timeframe selection option available in input parameters
- Ketty Working with Buy stop and Sell stop pending orders.
- MA_Rounding_Candle_HTF MA_Rounding_Candle_HTF indicator with the timeframe selection option available in input parameters
- WILL_VAL WILL VAL indicator
- Sprut Grid of Stop and Limit pending orders.
- PVA SonicR PVA Volumes indicator
- StochasticEx Stochastic expansion indicator
- TBS Tick Based Stochastic indicator
- TBS_Histogram Tick Based Stochastic with histogram
- Trix Trix oscillator indicator
- Exp_MA_Rounding_Candle_MMRec The trading system based on the MA_Rounding_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_XHullTrend_Digit Exp_XHullTrend_Digit is based on signals generated by XHullTrend_Digit indicator
- Exp_SSL_NRTR_Tm_Plus The trading system based on SSL_NRTR indicator signals with the possibility to set a fixed position holding time
- SSL_NRTR_HTF SSL_NRTR indicator with the timeframe selection option available in input parameters
- Tunnel Method Trading based on three iMAs (Moving Average, MA)
- Standard deviation ratio adaptive EMA Standard deviation ratio adaptive EMA
- Standard deviation ratio Standard deviation ratio (SDR)
- Step VHF adaptive VMA Step VHF adaptive VMA
- Averages composite trend Trend composed by a series of averages
- Blau Ergodic TSI Ergodic TSI (True Strength Index) as described by William Blau
- Reverse No Repair The Reverse No Repair indicator can show bullish arrows and bearish arrows.
- Rsi (var) - Hull RSi (var) - Hull average
- Hull levels Hull levels
- Directional smoothed momentum Directional smoothed momentum (momentum of averages)
- Volatility adjusted WPR Volatility adjusted WPR (Williams Percent Range)
- Volatility adjusted RSI Volatility adjusted RSI
- Simple volatility Simple volatility
- Ehlers Fisher transform Ehleres Fisher transform
- Leader EMA Leader EMA
- Phase accumulation adaptive RSX Hilbert transform phase accumulation adaptive RSX
- Phase accumulation adaptive EMA Hilbert transform phase accumulation adaptive EMA
- Normalized smoothed MACD Normalized smoothed MACD
- Dōteki Heikin Ashi (Dynamic Average Foot/Bar) A dynamic version of the standard Heikin Ashi indicator (code compatible with both MQL4 or MQL5).
- Simple oscillator Simple oscillator
- Drunkards walk Drunkard`s walk indicator
- Momentum of average Momentum of average with dynamic levels
- CCI of average CCI of average
- True Strength Index trade True Strength Index trade
- True Strength Index True Strength Index (as originaly described by William Blau)
- Four clicks to draw an arc-shaped channel A quick way to draw an arc-shaped channel in 4 mouse clicks.
- ATR adaptive smooth Laguerre RSI (dlvl) ATR adaptive smooth Laguerre RSI with dynamic levels
- ATR adaptive smooth Laguerre RSI ATR adaptive smooth Laguerre RSI
- ATR adaptive Laguerre RSI ATR adaptive Laguerre RSI
- Efficiency ratio directional with levels Efficiency ratio directional with self adjusting levels
- Step average - std based Step average - standard deviation based
- Step average (atr based) Step average - average true range based
- Step average Step average
- Stochastic volatility - on chart Stochastic volatility - on chart
- Vidya Variable Index Dynamic Average (VIDYA)
- VHF adaptive VMA VHF adaptive VMA
- VHF adaptive ADXm VHF (Vertical Horizontal Filter) adaptive ADXm
- DSL Chande momentum oscillator - smoothed DSL Chande momentum oscillator - smoothed
- Heiken ashi smoothed - zone trade Heiken ashi smoothed - zone trade
- BB stops JMA - multiple stops BB stops JMA - multiple stops
- BB Stops - multiple stops BB Stops - multiple stops
- Trend analysis index - improved Trend analysis index - improved and corrected version
- Ehlers fisher transform of rsi(OMA) Ehlers fisher transform of rsi(OMA)
- Ehlers fisher transform of smoother RSI Ehlers fisher transform of smoother RSI
- Bollinger bands squeeze Bollinger bands squeeze
- ATR adaptive Laguerre filter - levels ATR adaptive Laguerre filter - levels
- ATR adaptive Laguerre filter ATR adaptive Laguerre filter
- DSL QQE histo Discontinued signal line QQE - histogram
- Relative price channel Relative price channel
- Wilson Relative Price Channel - mod Wilson Relative Price Channel - modification
- Laguerre RSI - no gamma Laguerre RSI - without using the gamma parameter
- Instantaneous trend line - levels Instantaneous trend line - using levels for signals filtering
- Laguerre filter - no gamma Laguerre filter - without the usage of gamma parameter
- DSL synthetic super smoother momentum DSL synthetic super smoother momentum
- DSL synthetic ema momentum DSL synthetic ema momentum
- Force index - JMA Force index - JMA
- Time Fractal Energy adaptive Laguerre RSI Time Fractal Energy adaptive Laguerre RSI
- Premium stochastic oscillator Premium stochastic oscillator
- Zero lag super smoother Zero lag super smoother
- Corrected super smoother Corrected super smoother
- Corrected T3 - EMA deviations Corrected T3 - EMA deviations
- Exp_XAng_Zad_C_Tm_MMRec A trading system using the XAng_Zad_C trend-following indicator with the possibility to set a fixed trading time interval and change the volume of a forthcoming trade depending on the results of the previous trades.
- OHLC Check Checking a trading system: Close > Open → BUY signal, Close < Open → SELL signal.
- Wajdyss_Ichimoku_x10 The Wajdyss_Ichimoku_x10 indicator displaying the colors of the Wajdyss_Ichimoku_Candle indicator candlesticks from ten different timeframes, from the bar defined in the indicator input parameters.
- PCR The PCR (Percent Retracement) indicator shows the maximum distance by which the price has moved away from the highest High in the specified range.
- MultiWajdyss_Ichimoku_x10 MultiWajdyss_Ichimoku_x10 shows information on the current trends, using the colors of the Wajdyss_Ichimoku_Candle indicator from ten different timeframes.
- MAE The MAE (Moving Average Envelopes Percentage) indicator shows the price as a percentage of the Envelopes channel.
- DZP_Trend The DZP Trend indicator displays the market state as a detrended oscillator, i.e. the trend component is removed from the price, thus showing a clearer picture of the price movement.
- Market Capture A scalping Expert Advisor based on the "Market Capture" strategy.
- RSI_Histogram_Vol_HTF The RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.
- WPVH The Wyckoff PV Histogram indicator
- Volatility_Arbitrage The Volatility Arbitrage indicator
- Valid_Swing_HighLow The Valid Swing HighLow indicator
- Trendless_OS The Trendless OS DiNapoli indicator
- Russian20-hp1 An Expert Advisor based on iMA (Moving Average, MA) and iMomentum (Momentum).
- LinearRegressionChannel_Cloud The linear regression channel, which saves its values in the indicator buffers and fills the channel background with color
- StepMA_3D_v3 A trend indicator with three moving averages having different periods, using the Average True Range in calculations.
- Blue Renko Bars An indicator for constructing Renko bars in the chart sub-window.
- Trend_Risk_Indicator The Trend Risk indicator
- TMAGi The TMAGi indicator
- T3 The T3 Moving Average indicator
- NRMA The Nick Rypoсk Moving Average indicator
- Modified_Moving_Average The Modified Moving Average indicator
- MA_Signal The MA signal indicator
- Investor_Preference_Index The Investor Preference Index indicator
- CCI_Histogram_Vol The Commodity Channel Index oscillator displayed as a color histogram, using volumes.
- GD The Generalized DEMA moving average
- RSI_Histogram_Vol The Relative Strength Index oscillator displayed as a color histogram, using volumes.
- Exp_Trading_Channel_Index A trading system based on the Trading_Channel_Index oscillator signals.
- Exp_Trend_Intensity_Index A trading system based on the Trend_Intensity_Index oscillator signals.
- Forecast The Forecast oscillator indicator
- FGDI Fractal Graph Dimension Indicator
- DEROSC The Derivative Oscillator indicator
- COG_Channel The Center of Gravity Channel indicator
- Exp_ColorXPWMA_Digit_NN3_MMRec Three independent trading systems using ColorXPWMA_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_UltraMFI_MMRec A trading system based on the UltraMFI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- i-AnyRangeCldTail_System_Alert The i-AnyRangeCldTail_System indicator provides alerts, sends email and push notifications when the candlesticks break through the dot-dash channel.
- i-AnyRangeCldTail_System The indicator paints candlesticks, which are beyond the i-AnyRangeCldTail channel. Candlesticks outside the channel limits are marked with color according to the trend.
- Custom Bears Power Inputs A modification of the "Bears Power" indicator: now the line color and line width can be set in input parameters.
- Custom Bulls Power Inputs A modification of the "Bulls Power" indicator: now the line color and line width can be set in input parameters.
- Custom Moving Average Inputs A modification of the "Custom Moving Average" indicator: now the line color and line width can be set in input parameters.
- UltraMFI_HTF The UltraMFI indicator with the ability to change the indicator timeframe using the input parameters.
- i-AnyRangeCldTail An indicator of ranges of arbitrary time intervals with the extension of the interval generated within the specified session until the next session.
- i-AnyRangeCld An indicator of ranges of arbitrary time intervals.
- Nextbar This Expert Advisor doesn't use any indicators. It only applies analysis of Close prices at bar #1 and the specified bar.
- DLMv A trading system based on the FX Fish 2MA indicator.
- i-AnyRange2Cld An indicator of two ranges of arbitrary time intervals.
- TrendManager A trend indicator based on the difference between two moving averages.
- FX Fish 2MA Indicator - trading system "FX Fish 2MA".
- AlterTrend The indicator colors candlesticks depending on the trend direction.
- RSI_Expert An Expert Advisor based on iRSI (Relative Strength Index, RSI).
- Wiseman1 The indicator colors candlesticks depending on the position of these candlesticks in relation to the previous candlesticks.
- BBands_Stop_v1_Alert The BBands Stop v1 indicator provides alerts, sends email and push notifications when the trend direction changes and the indicator color changes accordingly.
- UltraMFI This indicator is based on MFI (Money Flow Index) and its multiple signal lines analysis.
- TD_I The TD_I indicator (Thomas DeMark Indicator) is a modified version of the standard DeMarker Indicator by Thomas R. DeMark.
- 55 MA A trading system based on iMA (Moving Average, MA) with the averaging period of 55 (the averaging period is hardcoded and is not available in input parameters).
- SVE_ARSI The SVE_ARSI (Sylvain Vervoort's Asymmetrical RSI) indicator was described in the October '08 issue of the "Stocks & Commodities" magazine.
- Demand_Index The Demand_Index indicator developed by James Sibbet combines the price and volume, and is often considered a leading indicator of price change.
- ChandelierExit_Candle The Chandelier Exit indicator implemented as a sequence of candlesticks
- Super_SAR Super SAR is a signal indicator based on SuperTrend and iSAR.
- Above Below MA An Expert Advisor based on the iMA (Moving Average, MA) indicator.
- Mirror_MA The Mirror MA indicator features two mirrored moving averages in a separate chart window calculated based on a difference between two MAs with different calculation data, and one signal line calculated based on a direct moving average data.
- Avalanche AV One of the variations of the "Avalanche" strategy. Martingale is used.
- Klinger_Oscillator Klinger Oscillator developed by Stephen Klinger to determine the long-term trend while remaining sensitive to detect short-term fluctuations enabling the trader to predict short-term reversals.
- Dynamic_Trend The Dynamic Trend signal indicator draws a two-color trend direction line and adds signal arrows.
- Exp_ColorXPWMA_Digit_MMRec A trading system based on the ColorXPWMA_Digit indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- Trend_Intensity_Index_HTF The Trend_Intensity_Index indicator with the ability to change the indicator timeframe using the input parameters.
- Trading_Channel_Index_HTF The Trading_Channel_Index indicator with the ability to change the indicator timeframe using the input parameters.
- ColorXPWMA_Digit_HTF The ColorXPWMA_Digit indicator with the ability to change the indicator timeframe using the input parameters.
- ColorXPWMA_Digit_StDev The ColorXPWMA_Digit indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Dinapoli_Preferred_Stochastic The Dinapoli Preferred Stochastic indicator uses the smoothing method described by Joe DiNapoli, which differs from the standard stochastic.
- DHLPBO The indicator DHLPBO (Dynamic High/Low Percentage Band Overlay). Unlike DHLBO, which displays two bands calculated based on the Highs/Lows of the range, this indicator constantly narrows the channel width by a certain percentage throughout the whole range.
- DHLBO The DHLBO (Dynamic High/Low Band Overlay) indicator shows on the price chart two bands calculated based on the range Highs/Lows.
- Deviation_Oscillator Deviation Oscillator - a volatility oscillator which represents a difference between the price and the MA, normalized within the selected range.
- Delta_Oscillator The Delta Oscillator indicator displays the difference in the Delta indicator lines as a histogram.
- Delta The Delta indicator draws two lines: the bar average price line (OHLC)/4 and the line of the decimal logarithm of the current to previous (OHLC)/4 prices ratio.
- Darvas_Box A channel filter indicator Darvas Box.
- Damiani_Volatmeter Damiani Volatmeter - trend/flat determining algorithm.
- TriggerLines The TriggerLines trend indicator draws two moving average lines colored in accordance with the trend direction: green for upward and red for downward.
- Twiggs_Money_Flow Twiggs Money Flow is an indicator by Colin Twiggs, which uses Welles Wilder's Moving Average.
- YABSI A signal indicator YABSI. It shows Buy and Sell labels on the price chart.
- WMAO WMAO (Wilder's Moving Average Oscillator) - an oscillator based on Welles Wilder's Moving Average.
- WMA The Wilder's Smoothing Average (WMA) indicator.
- Williams_Thrust The signal and information indicator Williams Thrust is based on two Williams' Percent Range indicators with different periods and their average values.
- VPCI The VPCI (Volume Price Confirmation) indicator shows the relationship between the price and the volume.
- STPMT The STPMT (Medium Term Weighted Stochastics) indicator.
- Forex Fraus M1 An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.
- Trading_Channel_Index The Trading Channel Index oscillator displayed as a color histogram.
- Slope_Direction_Line The Slope Direction Line indicator is displayed as a colored moving average line indicating the average market movement direction.
- Silence The Silence indicator displays aggressiveness (price change rate, the blue line) and volatility (the red line) in a separate window.
- 1H EUR_USD The Expert Advisor utilizes the High and Low analysis, as well as one iMACD (Moving Average Convergence/Divergence, MACD) and two iMAs (Moving Average, MA).
- Trend_Intensity_Index The Trend Intensity Index oscillator displayed as a color histogram.
- ColorXPWMA_Digit A colored smoothed PWMA that displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
- ROCX ROCX is a modified ROC (Rate Of Change) indicator displaying an absolute or relative price change.
- PFE_Overlay The Polarized Fractal Efficiency Overlay (PFE_Overlay) indicator is designed for identifying trends. Unlike Polarized Fractal Efficiency, the indicator is displayed on the price chart as the main indicator line and two lines of the calculated StdDev deviation value.
- PFE The Polarized Fractal Efficiency (PFE) indicator is designed for identifying trends.
- Expert Ichimoku An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator.
- Exp_XWAMI_NN3_MMRec Three independent trading systems using XWAMI indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- SilverTrend_HTF The SilverTrend indicator with the ability to change the indicator timeframe using the input parameters.
- BrainTrend2_V2_HTF The BrainTrend2_V2 indicator with the ability to change the indicator timeframe using the input parameters.
- Wajdyss_Ichimoku_Candle_HTF The Wajdyss_Ichimoku_Candle indicator with the ability to change the timeframe using the input parameters.
- Juice - EMA deviation Juice - EMA deviation
- CCI JMA based with floating levels CCI JMA based with floating levels
- CCI JMA based CCI JMA based
- Multi pass average filter Multi pass average filter
- Super smoother levels Super smoother levels
- Super smoother Super smoother
- Optimal F for MQL5 (per Ralph Vince) This calculates Optimal f using the Geometric Mean. Per Ralph Vince, "In trading we can count on our wins being for varying amounts and our losses being for varying amounts. Therefore the Kelly formulas could not give us the correct optimal f." So, using his equation(s), I created this library for the Geometric Mean version of Optimal f.
- Triple fast ema Hull Triple fast ema Hull
- Fast ema Hull average Fast ema Hull average
- Fast EMA Fast EMA
- T3 stripped T3 stripped
- Laguerre RSi with Laguerre filter - extended Laguerre RSi with Laguerre filter - extended
- JMA Z-score JMA Z-score
- Headley's acceleration bands Headley's acceleration bands
- ATR adaptive JMA ATR adaptive JMA
- RSX of RSX RSX of RSX
- CCI T3 based with floating levels CCI T3 based with floating levels
- Corrected RSX Corrected RSX
- High frequency volatility trader ( EURUSD H1 ONLY) Expert advisor uses the difference between bar closes and a close moving average to detect unusual activity, it will then buy arbitrary volatility spikes. This is a prototype that I will be expanding on in the future, at the moment the user can input an arbitrary level to buy at. In future developments I plan on building a neural network in the EA that detects and compares volatility levels.
- RSX of alb average RSX of adaptive lookback average
- Jurik smooth on chart generic trend Jurik smooth on chart generic trend
- Step chart of RSX of average Short description.
- Volatility Indicator Great indicator for Time series analysis as shows stationary properties. Indicator calculates the difference between a 14 period Double exponential moving average and price closes. Great to help identify unusual price activity.
- RSX range expansion index - with confidence bands RSX range expansion index - with confidence bands
- RSX range expansion index - with floating levels RSX range expansion index - with floating levels
- RSX range expansion index RSX range expansion index
- Synthetic RSX Synthetic RSX
- Cuttlers RSI adaptive EMA with floating levels Short description.
- Cuttlers RSI adaptive EMA ribbon Cuttlers RSI adaptive EMA ribbon
- Cuttlers RSI adaptive EMA Cuttlers RSI adaptive EMA
- DWMA with JMA oscillator DWMA with JMA oscillator
- DWMA with JMA ribbon DWMA with JMA ribbon
- Double weighted moving average Double weighted moving average
- Mogalef bands Mogalef bands
- Schaff trend CCI Schaff trend CCI
- Pearson coefficient Pearson coefficient
- Step chart RSI of average Short description.
- Step chart of stochastic of averages Step chart of stochastic of averages
- Step chart of stochastic Step chart of stochastic
- Step chart of CCI of averages Step chart of CCI of averages
- Step chart of CCI Step chart of CCI
- Step chart of RSI Step chart of RSI
- Step chart of averages Step chart of averages
- Support and Resistance Trader Expert adviser scans past 500 closing bars and looks for common closing regions as entries.
- Kaufman ama - with floating levels Kaufman ama - with floating levels
- Range Action Verification Index - extended Range Action Verification Index - extended
- RSI adaptive EMA - floating levels RSI adaptive EMA - floating levels
- RSI adaptive EMA ribbon RSI adaptive EMA ribbon
- MACD of RSI adaptive EMA MACD of RSI adaptive EMA
- RSI adaptive EMA RSI adaptive EMA
- Stochastic of alb - wnz Stochastic of adaptive lookback average - with normalized zones
- RSI of alb average - wnz TSI of adaptive lookback average - with normalized zones
- Stochastic of alb average Stochastic of adaptive lookback average
- RSI of alb average RSI of adaptive lookback average
- Phase change index - JMA Phase change index - JMA
- Alb stochastic Adaptive lookback stochastic
- Alb average Alb average
- Stochastic - with normalized zones Stochastic - with normalized zones
- Rsi of average - with normalized zones Rsi of average - with normalized zones
- Harmonic Pattern Finder V3 Indicator to display existent and emerging harmonic chart patterns.
- ATR ZigZag ATR-based ZigZag implementation.
- Save and show the objects of testing chart This script helps to save the objects into a file and show the objects on a new chart.
- Didi Needles - with MA Threshold Diff Filtering Classic version (on Chart) of Didi Needles indicator, now with a filtering threshold based on MA threshold differences.
- Trendlines and Horizontal lines crossing notification EA Draw your horizontal and trendlines and be notified when price crosses them
- DSL Balance of market power JMA DSL Balance of market power JMA
- Gann high/low activator JMA Gann high/low activator JMA
- Trading the trend Trading the trend
- Corrected RSI Corrected RSI
- Corrected JMA Corrected JMA
- Dual Ulcer index Dual Ulcer index
- Trix with LR signal Trix with LR signal
- Corrected T3 Corrected T3
- STD Trend Envelopes of Averages - multi time frame STD Trend Envelopes of Averages - multi time frame
- QQE of Velocity - multi time frame QQE of Velocity - multi time frame
- ATR adaprive EMA - multi time frame ATR adaprive EMA - multi time frame
- Trading the trend - histogram Trading the trend - histogram
- PGO TM smoothed PGO TM smoothed
- MFI smoothed MFI smoothed
- Choppy market index - smoothed Choppy market index - smoothed
- Anchored_Momentum Anchored Momentum indicator by Rudy Stefenel was first proposed in the "Technical analysis of Stocks and Commodities" magazine in 1998.
- Advanced_Fractal_On_MA Advanced Fractal On MA signal indicator searches for fractals of the moving average line. The indicator uses two moving averages for searching upper and lower fractals.
- Dematus Increasing a position volume. Entry signal by iDeMarker (DeMarker, DeM) indicator. Regular trailing and trailing by equity.
- Sidus Trading is based on iAlligator (Alligator) and iRSI (Relative Strength Index, RSI) indicators. Alligator acts as the main indicator, while RSI is used as a trend filter.
- Exp_XWAMI_MMRec The trading system based on the XWAMI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- XWAMI_HTF The XWAMI indicator with the timeframe selection option available in the input parameters.
- Gaps The EA waits for a gap on a specified timeframe.
- Freeman Trading by RSI and Moving Average. Moving Average is used as a trend filter on H1.
- XWAMI Momentum indicator by Anthony W. Warren (WAMI) indicator has the form of a colored cloud and has the ability to change the smoothing algorithm and display a trend direction by color.
- Wajdyss_Ichimoku_Candle_Alert Wajdyss_Ichimoku_Candle indicator provides alerts, sends email and push notifications when the candles break through the Kijun Sen line (candle color changes to the opposite one).
- Exp_wajdyss_Ichimoku_Candle_MMRec The trading system based on the Wajdyss_Ichimoku_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- Exp_Open_Oscillator_Cloud_MMRec The trading system based on the Open_Oscillator_Cloud indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
- GBP9AM Working with pending Buy Stop and Sell Stop orders.
- Wajdyss_Ichimoku_Candle A semaphore signal indicator based on a breakthrough of the Kijun Sen line by the price and displayed as candles.
- Open_Oscillator_Cloud_HTF Open_Oscillator_Cloud indicator with the timeframe selection option available in input parameters
- Open_Oscillator_Cloud Open_Oscillator indicator has the form of a colored cloud and has the ability to change the smoothing algorithm and display a trend direction by color.
- DEMA_Range_Channel_Alert DEMA_Range_Channel indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
- CandleStop_System_Alert CandleStop_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
- Rj_SlidingRangeRj_Digit_System_Alert Rj_SlidingRangeRj_Digit_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
- Wajdyss_Ichimoku_Indicator A semaphore signal indicator based on a breakthrough of the Kijun Sen line by the price.
- MFICandleKeltner_HTF The MFICandleKeltner indicator with the timeframe selection option available in the input parameters.
- Exp_DEMA_Range_Channel_Tm_Plus The trading system based on DEMA_Range_Channel indicator signals with the possibility to set a fixed position holding time.
- Exp_Rj_SlidingRangeRj_Digit_System_Tm_Plus The trading system based on Rj_SlidingRangeRj_Digit_System indicator signals with the possibility to set a fixed position holding time.
- RSICandleKeltner_HTF The RSICandleKeltner indicator with the timeframe selection option available in the input parameters.
- Projection_Oscillator Projection Bands indicator in the form of oscillators.
- Projection_Bands Projection Bands indicator.
- Open_Oscillator Market status indicator with signal lines.
- Exp_CandleStop_System_Tm_Plus The trading system based on CandleStop_System indicator signals with the possibility to set a fixed position holding time.
- Exp_AbsolutelyNoLagLwma_Range_Channel_Tm_Plus The trading system based on AbsolutelyNoLagLwma_Range_Channel indicator signals with the possibility to set a fixed position holding time.
- Exp_XPeriodCandleSystem_Tm_Plus The trading system based on XPeriodCandleSystem indicator signals with the possibility to set a fixed position holding time.
- Momentum_Signal The signal indicator based on Momentum, CCI, ATR, RSI and ADX.
- MA_Lag_Reduce MA Lag Reduce indicator is an SMA with the ability to set the delay elimination factor.
- KDJ_Averages KDJ Averages oscillator defines when it is necessary to search for market entry conditions. Unlike KDJ, it is calculated using standard smoothing methods. In case of the default settings, its J line is slightly faster.
- KDJ KDJ oscillator defines when it is necessary to search for market entry conditions.
- IdeaTrend IdeaTrend is meant for checking a trend defining idea.
- Separate Trade iATR (Average True Range, ATR) and iStdDev (Standard Deviation, StdDev) indicators are configured for crossing of the two iMAs (Moving Average, MA) plus for Buy and Sell separately.
- Crossing Moving Average The EA is based on two iMAs (Moving Average, MA) and iMomentum (Momentum) filter crossing.
- Rj_SlidingRangeRj_Digit_System_HTF The Rj_SlidingRangeRj_Digit_System indicator with the timeframe selection option available in the input parameters.
- Rj_SlidingRangeRj_Digit_System The indicator paints candles going beyond the Rj_SlidingRangeRj_Digit channel.
- CCI and Martin The EA based on iCCI (Commodity Channel Index, CCI) indicator plus managing position volumes using martingale.
- XPeriodCandleSystem_Alert XPeriodCandleSystem indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
- Chaikin_Volatility_Histogram_HTF Chaikin_Volatility_Histogram indicator with the timeframe selection option available in the input parameters.
- Ozymandias_System_Alert Ozymandias_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
- AMA Histogram Normalize Version of the AMA Histogram indicator.
- One MA EA The EA based on single iMA (Moving Average, MA) indicator signals.
- Chaikin_Volatility_Histogram Chaikin volatility indicator as a colored histogram.
- 3sma The EA based on three iMA (Moving Average, MA) indicators.
- CenterOfGravityCandle_HTF The CenterOfGravityCandle indicator with the timeframe selection option available in the input parameters.
- CandleStop_System_HTF CandleStop_System indicator with the timeframe selection option available in the input parameters.
- CandleStop_System The indicator paints candles going beyond the CandleStop channel.
- AMA three timeframes The indicator is displayed using three horizontal lines of iAMA (Adaptive Moving Average, AMA) indicator from three different timeframes.
- XAng_Zad_C Ang_Zad indicator applies additional smoothing of total values allowing users to avoid excessive indicator signals noise caused by false crossings of its moving averages.
- breakdown At the beginning of a new day, the EA places pending Buy Stop and Sell Stop orders by High and Low of the previous day.
- Differential_Average_By_Sultonov_Signal Differential_Average_By_Sultonov_Signal indicator shows information on the current trend using the values of the Differential_Average_By_Sultonov indicator with a fixed timeframe.
- Differential_Average_By_Sultonov_HTF The Differential_Average_By_Sultonov indicator with the timeframe selection option available in the input parameters.
- XPeriodCandleSystem_HTF The XPeriodCandleSystem indicator with the timeframe selection option available in the input parameters.
- ZigZag EA Expert Advisor based on ZigZag indicator. Working with pending Buy Stop and Sell Stop orders.
- Waddah_Attar_Trend_Candles_HTF The Waddah_Attar_Trend_Candles indicator with the timeframe selection option available in the input parameters.
- Waddah_Attar_Trend_Candles The candle chart based on Waddah_Attar_Trend histograms calculated using the Open, High, Low and Close price series of the price chart.
- Gann_Multi_Trend Gann_Multi_Trend indicator defines a short, middle and long-term trends.
- Return Strategy Working with pending Buy Limit and Sell Limit orders. Grid of pending orders.
- Exp_Ang_Zad_C_Tm_MMRec A trading system using the Ang_Zad_C trend-following indicator with the possibility to set a strict trading time interval and change the volume of a forthcoming trade depending on the results of the previous trades.
- Differential_Average_By_Sultonov Smoothed differential indicator by Sultonov.
- Doji_Arrows The indicator finds Doji candlesticks and highlights them on the chart.
- FX_Trend FX Trend trend-following indicator
- Channel_Balance Channel balance indicator
- Candle_Amplitude Candle amplitude indicator
- BezierMA BezierMA moving average
- ASH Absolute Strength Histogram (ASH) indicator
- ASO Absolute Strength Oscillator (ASO) indicator
- ALWMA ALWMA moving average
- WVF_Stochastic WVF Stochastic indicator
- WPR_HL WPR HL indicator
- Exp_AbsolutelyNoLagLwma_Digit_NN3_MMRec Three independent trading systems using AbsolutelyNoLagLwma_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Trend_Trail_Indicator Trend Trail indicator
- Trend_ID Trend identifier indicator
- SuperTrend_Dot SuperTrend Dot indicator
- PWMA Power weighted MA
- Period_Extreme Period Extreme signal indicator
- MA_Oscillator МА as an oscillator
- Lentz_Volatility Lentz Volatility indicator
- OverHedgeV2 Hedging positions. Working on a new bar.
- Exp_ColorX2MA_Digit_NN3_MMRec Three independent trading systems using ColorX2MA_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Exp_ColorJFatl_Digit_NN3_MMRec Three independent trading systems using ColorJFatl_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
- Fibo_Average Fibo Average
- ATR_Volatility ATR Volatility indicator
- WRB Wide Range Body indicator
- OHLC_VolumeH OHLC VolumeH volume difference indicator
- OHLC_Volume OHLC Volume indicator
- AMA Histogram The histogram displays the difference of a Close price and iAMA (Adaptive Moving Average, AMA) indicator value.
- MostasHaR15 Pivot The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).
- Wildhog Wildhog indicator
- DEMA_Range_Channel_HTF DEMA_Range_Channel indicator with the timeframe selection option available in input parameters
- DirectCandlesCounter_Candle DirectCandlesCounter indicator in the form of candles.
- DirectCandlesCounter The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications
- Arttrader_v1_5 The EA is based on iMA (Moving Average, MA) indicator and analyzes the last six bars.
- CloseProfit v2 Closing positions and removing pending orders when reaching a specified profit or loss.
- SimplePivot A simple Pivot. No stop loss and take profit are used.
- Ozymandias_System_HTF Ozymandias_System indicator with the timeframe selection option available in input parameters
- Urdala_Trol The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.
- Trend envelopes - parabolic weighted MA Trend envelopes - parabolic weighted MA
- Trend envelopes - parabolic weighted MA - histo Short description.
- DEMA trend DEMA trend
- Choppy market index Choppy market index
- Elder Impulse System Impulse System for the price bars
- Smooth ATR Smooth ATR
- Keltner channel - smooth ATR Keltner channel - smooth ATR
- Volty channel stop - smooth ATR Volty channel stop - smooth ATR
- Smooth ATR trend envelopes of averages Smooth ATR trend envelopes of averages
- Wilders DMI - averages Wilders DMI - averages
- Logarithmic Garman Klass volatility Logarithmic Garman Klass volatility
- Yang Zhang extension of Garman Klass Volatility Yang Zhang extension of Garman Klass Volatility
- Volty channel stops Volty channel stops
- Volty channel stops on JMA Volty channel stops on JMA
- QQE of polychromatic momentum QQE of polychromatic momentum
- Tim Morris MA Tim Morris MA
- Normalized ATR Normalized ATR
- ATR adaptive T3 ATR adaptive T3
- ATR adaptive EMA ATR adaptive EMA
- Deviation scaled MA Deviation scaled MA
- Deviation scaled MA crosses Deviation scaled MA crosses
- Deviation scaled MA MACD Deviation scaled MA MACD
- Average penetration Average penetration
- Average of median Average of median price
- ATR adaptive double smoothed EMA ATR adaptive double smoothed EMA
- Average penetration histogram Average penetration histogram
- Average penetration bars Average Penetration indicator displayed as bars.
- Trend direction and force Trend direction and force
- Trend direction and force - smoothed Trend direction and force - smoothed
- Trend direction and force - JMA smoothed Trend direction and force - JMA smoothed
- Pivot Oscillator Extended Extended version of Pivot Oscillator.
- iTrend ADXVMA Very well known iTrend indicator but that uses ADXVMA for calculation.
- iTrend JMA Very well known iTrend indicator but that uses JMA (Jurik Moving Average) for calculation.
- ATR Trend Envelopes of Averages Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.
- STD Trend Envelopes of Averages Trend Envelopes indicator that uses Standard Deviation for the price change calculation and is adding prices smoothing prior to be used in calculations.
- STD Trend Envelopes - RSI This version of Trend Envelopes RSI indicator differs in one significant point: instead of using fixed value (5) for envelopes calculation, standard deviation (adjusted by multiplier) of the calculated RSI is used for envelopes calculation.
- STD Trend Envelopes Trend Envelopes indicator that uses Standard Deviation for the price change calculation.
- ATR Trend Envelopes Trend Envelopes indicator that uses ATR for the price change calculation.
- QQE of Parabolic Weighted Velocity This version of QQE is using Parabolic Weighted Velocity to determine trend.
- QQE of Velocity This version of QQE is using Velocity indicator to determine trend.
- QQE of CCI QQE (Quantitative Qualitative Estimation) using CCI (Commodity Channel Index) instead of RSI (Relative Strength Index) as a "basic" indicator.
- Schaff Trend Cycle CD - NonLag MA Schaff Trend Cycle CD is usually calculated using Signal line of the MACD, meaning EMA (Exponential Moving Average) of the difference of two EMAs (Exponential Moving Averages).
- Ultra Trend - Zero Lag TEMA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag TEMA for trend calculations.
- Ultra Trend - Zero Lag DEMA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag DEMA for trend calculations.
- Ultra Trend - Zero Lag MA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag MA for trend calculations.
- Mikko Breakout Mikko Breakout indicator is based on a break of previous highest high or lowest low.
- Zero Lag TEMA Crosses This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA, and that cross determines the current market trend.
- Schaff Trend Cycle - NonLag MA This version of Schaff Trend Cycle uses a much "faster" moving average than EMA (NonLag MA) for that calculation which makes the resulting MACD "faster" and thus the resulting Schaff Trend Cycle "faster" to to market changes.
- BB Stops JMA Bollinger Bands Stops indicator that uses JMA (Jurik Moving Average) for calculation.
- XIT Three Moving Average Cross Three moving average cross with MACD signal verification before opening order. Updated 8/30/2018:
- Parabolic Weighted Moving Average Variation of the Linear Weighted Moving Average where the weights can be changed to form a parabolic curve.
- Parabolic Weighted Velocity This version of Jurik Velocity extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation.
- JMA TRIX Log TRIX indicator using a logarithm of a price and JMA (Jurik Moving Average) instead of Exponential Moving Average for smoothing.
- T3 TRIX Log TRIX indicator using a logarithm of a price and T3 instead of Exponential Moving Average for smoothing.
- TRIX Log TRIX indicator using a logarithm of a price.
- Trend Trigger Factor JMA - Multi TimeFrame Multi timeframe version of the Trend Trigger Factor JMA indicator.
- Trend Trigger Factor - Multi TimeFrame Multi timeframe version of the Trend Trigger Factor indicator.
- Trend Scalp Trend Trigger Factor indicator ported to MQL5 from wrongly coded version for MetaTrader 4.
- Trend Trigger Factor JMA Trend Trigger Factor indicator with JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the trend triggering state easier.
- Trend Trigger Factor Trend Trigger Factor indicator with T3 smoothing (to lessen false signals) and some extras in order to make the trend triggering state easier.
- KAMA Keltner Сhannel Keltner Channel calculated as Perry Kaufman's Adaptive Moving Average (KAMA) +- ATR distance for the bands.
- JMA Keltner Сhannel Keltner Channel calculated as JMA (Jurik Moving Average) +- ATR distance for the bands.
- NonLagMA Keltner Сhannel Keltner Channel calculated as Non Lag MA +- ATR distance for the bands.
- Juice Juice is a standard deviation indicator that shows if the deviation is below or above some fixed level. That way it can show if the volatility is increased or not compared to that level.
- Elliot Oscillator Simple This version of Elliot Oscillator allows you to chose periods of calculation.
- Range Oscillator + Bands (Smoothed) This version is the smoothed version of the original Range Oscillator + Bands indicator. Smoothing is cleaning up some false signals and, since the smoothing method is JMA (which has very small lag) the added lag is as small as it can be making it much easier to use in a lot of decision situations.
- Range Oscillator - Smoothed This version of Range Oscillator has smoothing option in order to avoid some false signals.
- Export Positions History V1 Export history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.
- Price Zone Oscillator - Floating Levels Smoothed In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version.
- Price Zone Oscillator - Smoothed This version of Price Zone Oscillator is an attempt to solve the "too fast" slope issue of the original indicator.
- Sigmoidal Normalized RSI This is sigmoidal normalized version of RSI. Additional JMA smoothing is used in order to produce smooth results.
- Normalized RSI JMA Smoothed This version of Normalized RSI is adding JMA smoothing to it in order to make that volatility lesser and to attempt to make the slope of the RSI more usable without adding significant lag.
- Normalized RSI Normalized RSI tries to fix the "RSI problem": the longer the calculating period, the flatter the RSI becomes.
- Price Zone Oscillator - Floating Levels Compared to the Price Zone Oscillator indicator, this version is using floating levels to find out the significant levels.
- Price Zone Oscillator The formula for Price Zone Oscillator (PZO) depends on only one condition: if today's closing price is higher than yesterday's closing price, then the closing price will have a positive value (bullish); otherwise it will have a negative value (bearish).
- Henderson's Filter The Henderson Filters are derived by minimizing the sum of squares of the third difference of the moving average series. Henderson's criteria ensures that when these filters are applied to third degree polynomials, the resulting smoothed output will fit exactly on these parabolas. The Henderson Filters are suitable for smoothing economic time series as they allow the cycles typical of the trend to pass through unchanged. They also have the property that they will eliminate almost all the irregular variations that are of very short frequencies of six months or less.
- Multi T3 Slopes Multi T3 Slopes indicator checks slopes of 5 (different period) T3 Moving Averages and adds them up to show overall trend.
- Multi JMA Slopes Multi JMA Slopes indicator checks slopes of 5 (different period) Jurik Moving Averages (JMA) and adds them up to show overall trend.
- Multi Averages Slopes Multi Averages Slopes indicator that checks slopes of 5 (different period) averages and adds them up to show overall trend. Averages that can be used in this indicator are the: SMA, EMA, SMMA, LWMA.
- Multi LSMA Slopes Multi LSMA Slopes indicator checks slopes of 5 (different period) Least Squares Moving Averages (LSMA or linear regression value) and adds them up to show overall trend.
- Synthetic VIX - Smoothed Smoothed version of Synthetic VIX.
- Choppiness Index - JMA Smoothed Compared to the Choppiness Index indicator, this version is using JMA for smoothing (to make it easier to spot the slope direction change of the choppiness index) and to make the values less volatile.
- Choppiness Index Choppiness Index: another way of calculating fractal dimension.
- Random Walk Index - JMA Smoothed In order to avoid the too many signals that the regular Random Walk Index tends to produce, this version is using JMA for smoothing which significantly lessens the number of false signals.
- Random Walk Index The Random Walk Index attempts to determine when the market is in a strong uptrend or downtrend by measuring price ranges over N and how it differs from what would be expected by a random walk (randomly going up or down). The greater the range suggests a stronger trend. The RWI states that the shortest distance between two points is a straight line and the further prices stray from a straight line, implies the market is choppy and random in nature.
- RSX QQE New Compared to the original QQE indicator, this version instead of using trailing levels uses fixed levels to estimate overbought and oversold conditions. This version is also using RSX (a smoother RSI without a lag) in order to further purify the signals.
- RSX QQE Histo Compared to the original QQE indicator this version is adding fixed levels (to help further estimate the trend) and color changing histogram (based on those levels), and also using RSX (a smoother RSI without a lag) in order to further purify the signals.
- RSX QQE This version of QQE is also using RSX (a smoother RSI without a lag) in order to further purify the signals.
- QQE Histo Compared to the original QQE indicator, this version is adding fixed levels (to help further estimate the trend) and color changing histogram (based on those levels).
- QQE New Compared to the original QQE indicator, this version instead of using trailing levels uses fixed levels to estimate overbought and oversold conditions.
- Volume Zone Oscillator - Floating Levels Compared to the Volume Zone Oscillator indicator, this version is additionally using floating levels to determine the trend.
- Volume Zone Oscillator Volume Zone Oscillator indicator is based on the "In The Volume Zone" article by Walid Khalil and David Steckler, and can be classified as both trending and oscillating (non-trending) in its design.
- WPR Candles This indicator is a variation of a well known WPR (Williams Percent Range) indicator with 4 WPR values combined into "candles".
- Heiken Ashi Smoothed - Binary Unlike the Heiken Ashi Smoothed, this indicator is displaying 2 values only: +1 for trend up and -1 for trend down, thus making it suitable for usage from experts.
- Heiken Ashi Smoothed Instead of using "raw" prices" for calculations, Heiken Ashi Smoothed indicator is using smoothed/filtered/averaged prices instead.
- ADXVMA Binary ADXVMA indicator made as "binary" having only two values (+1 for "trend" up and -1 for "trend" down).
- Accumulative Swing Index Smoothed - Floating Levels In this version of Accumulative Swing Index Smoothed indicator we are introducing a sort of levels that can be used for trend assessment.
- Accumulative Swing Index Smoothed This version of the Accumulative Swing Index indicator is attempting to add some more functionality to it by producing much smoother results.
- Intraday Channel Breakout Indicator that is checking for intra-day channel values and breakouts of those channels.
- 3 Rules MACD Traditional MACD made stronger with 3 additional rules/filters.
- DEMA_Range_Channel A channel formed by two Double Exponential Moving Averages based on averaged High and Low timeseries
- Exp_BrainTrend2_AbsolutelyNoLagLwma_MMRec Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system
- Virtual Trailing Stop Virtual Trailing Stop.
- Exp_SilverTrend_ColorJFatl_Digit_MMRec Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system.
- Exp_BykovTrend_ColorX2MA_MMRec Two independent trading systems using indicators BykovTrend_V2 and ColorX2MA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones.
- cloud's trade 2 Working with two indicators, Fractals and Stochastic, simultaneously, or with only one of them.
- Ozymandias_System An indicator that colors candlesticks going beyond channel Ozymandias.
- AOCCI An Expert Adviswor based on two indicators: iCCI (Commodity Channel Index, CCI) and iAO (Awesome Oscillator, AO)
- Exp_GStop_Tm An Expert Advisor for closing all positions, in case of the total profits on those positions exceeded the Take Profit level fixed in inputs or the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
- Exp_GTakeProfit_Tm An Expert Advisor for closing all positions, in case of the total profits on those positions exceeded the Take Profit level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
- Exp_GStopLoss_Tm An Expert Advisor for closing all positions, in case of the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
- Choppiness_IndexH Indicator Choppiness Index Histogram
- Choppiness_Index Indicator Choppiness Index
- ButtMA Indicator Butterworth MA.
- AB Indicator Acceleration Bands
- WRSI An RSI smoothed by Wilder's moving average
- VLM Intraday relative volumes indicator Voltest (VLM)
- MartingailExpert The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).
- Swing_Shift Indicator Swing Shift
- SAR_Oscillator Parabolic Stop And Reverse as an oscillator
- Power An indicator of bull/bear power.
- III2 Indicator Intraday Intensity Index 2
- AbsolutelyNoLagLwma_Range_Channel_HTF Indicator AbsolutelyNoLagLwma_Range_Channel with the timeframe selection option available in the input parameters.
- Flat_Trend A market state indicator
- DiffMA_Histogram Difference of two moving averages within the range of one-direction candlesticks
- DiffMA Two moving averages on the range of one-direction candlesticks
- Bears_Bulls_Impuls An indicator of bull/bear power
- Adaptable_RSI A configurable RSI
- AATR Indicator Average Average True Range
- AbsolutelyNoLagLwma_Range_Channel A channel formed by two moving averages AbsolutelyNoLagLwma based on averaged High and Low timeseries
- Rj_SlidingRangeRj_Digit_HTF Indicator Rj_SlidingRangeRj_Digit with the timeframe selection option available in the input parameters
- Bear_Bulls_Power_Period_Candle_HTF Indicator Ang_Zad_C_Hist_Candle with the timeframe selection option available in the input parameters
- Bear_Bulls_Power_Candle_HTF Indicator Bear_Bulls_Power_Candle with the timeframe selection option available in the input parameters
- Ang_Zad_C_Hist_Candle_HTF Indicator Ang_Zad_C_Hist_Candle with the timeframe selection option available in the input parameters
- Ang_Zad_C_Hist_HTF Indicator Ang_Zad_C_Hist with the timeframe selection option available in the input parameters
- Ang_Zad_C_HTF Indicator Ang_Zad_C allowing changing the timeframe of the indicator in its input parameters, the space between the oscillator and its signal line being filled in color, according to the trend direction
- Bollinger Band Two MA and ZigZag The Expert Advisor uses indicator iBands (Bollinger Bands, BB), two iMAs (Moving Average, MA) from different timeframes, and custom indicator ZigZag.
- Auto ADX An Expert Advisor based on indicator iADX (Average Directional Movement Index, ADX).
- CCFp EA An Expert Advisor based on cluster indicator CCFp (Complex Common Frames percent)
- JB_Volatility JB Volatility - market volatility oscillator marking its state in color.
- CRF Indicator CRF (Cumulative Rotation Factor) displays the states of the market: Uptrends/downtrends/consolidation.
- CMC Indicator CMC (Clear Method Candles) displays colored candlesticks, based on the existing market trend. It is calculated by the "pure" method (without using any other indicators, only price) and has no configurable parameters. It is based on indicator Clear Method Histogram.
- CMH Indicator CMH (Clear Method Histogram) displays a color histogram of the current market trend.
- VC Indicator VC (Volatility Channel by Larry Williams).
- TTF Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals.
- TCF Oscillator TCF (Trend Continuation Factor) was developed to help identify the trend and direction of the market.
- Self_Adjusting_RSI In pscillator Self-Adjusting RSI, we have implemented the methods of automated adjusting the RSI oscillator overbought/oversold levels, described in David Sepiashvili's article The Self-Adjusting RSI.
- RP Indicator RP (Range Position) displays the price position within the range (from Low to High) reached over the previous N periods.
- PAC PAC (Periods After Crossing MA) is an oscillator displaying the number of bars elapsed after the last crossing of the price and the moving average.
- DMI_Difference Indicator showing the difference between the +DI and -DI of indicator ADX.
- BuffAverage Buff Dormeier's moving average weighted by volume.
- AV AV (Average Volatility) - a simple average volatility oscillator.
- BOP BOP (Balance of Power) is an oscillator that allows you to assess the powers of buyers and sellers on the market and identify the trend reversal within a proper time.
- Adaptable_CCI Oscillator Adaptable_CCI. Along with the calculation price and period, this indicator, unlike the standard one, allows you to change parameters, such as calculation range, correction coefficient, and smoothing method.
- Zero_Lag_TEMA Indicator Zero Lag Triple Exponential Moving Average.
- Tom_Demark_Moving_Average Indicator Tom_Demark_Moving_Average is the moving average based on Demark's statements regarding trend identification.
- Stochastic_Bar A simple indicator based on standard stochastic. Along with the Main and Signal lines of standard stochastic, it also draws a color histogram between these two lines.
- Slingshot Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.
- Rj_SlidingRangeRj_Digit Channel indicator Rj_SlidingRangeRj with the possibility to round the indicator levels to the required number of digits.
- Rex The indicator of probable market reversal based on the true bar value (True Value of Bar).
- PDI PDI (Price Difference) is a simple signal indicator of the price difference between the previous and the current bars. It displays as signal marks the candlesticks, on which the previous Applied price is higher than the current one by the pre-defined Price difference.
- Rj_SlidingRange_Cloud Indicator Rj_SlidingRange made in the DRAW_FILLING style as a color background, which makes it more illustrative in many situations.
- Rj_RMA_HTF Indicator Rj_RMA with the possibility to change the indicator timeframe in its input parameters.
- Rj_SlidingRange_HTF Indicator Rj_SlidingRange with the possibility to change the indicator timeframe in its input parameters.
- MV_OBV Unlike standard On Balance Volume calculated on Close prices only, and indicator MultiVote OBV is calculated on HLC prices, which resulted in its higher sensitivity.
- MM Oscillator MM (Market Mode) allows assessing the market state: In trend state or in cyclic state.
- FIR Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).
- EURX Indicator EURX displays index EUR.
- EMA_With_Trend_Adjustment EMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.
- DI_Cluster Indicator DI_Cluster represents three indicators ADX with different parameters. Unlike standard ADX, the threshold levels of DI Cluster are not constant, but are determined by the intersections of three indicator lines. You can choose any of the three lines of standard ADX to be displayed: ADX trend strength lines themselves and line +DI or -DI.
- CI Indicator CI (Congestion Identifier). It displays within how many bars before the current one the price was within the channel formed by the Close price of the current bar +/- Delta in points. It also displays the counter value threshold level and the marks, in which the counter is above or below that level.
- RoundPrice-Ext_HTF Indicator RoundPrice-Ext with the timeframe selection option available in its input parameters.
- Exp_BykovTrend_ColorX2MA Two independent trading systems using indicators BykovTrend_V2 and ColorX2MA within one EA.
- Exp_SilverTrend_ColorJFatl_Digit Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA.
- CCFp (Complex Common Frames percent) Cluster indicator based on article https://www.mql5.com/en/articles/1464
- BykovTrend_V2 Indicator BykovTrend as candlesticks.
- Exp_BrainTrend2_AbsolutelyNoLagLwma Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA.
- Alexav D1 Profit GBPUSD The Expert Advisor places four positions with different Take Profit levels per time. As soon as one Take Profit triggers, the other positions will be moved to breakeven.
- Bear_Bulls_Power_Period_Candle Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.
- Exp_NRTR_Duplex Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.
- XPeriodCandleSystem Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.
- Bear_Bulls_Power_Candle A candlestick-based chart based on histograms Bear_Bulls_Power calculated on the Open, High, Low, and Close timeseries of the price chart.
- ZPF ZPF (Zero Point Force) - zero point force indicator. It displays the market climate.
- XMA Indicator XMA (Digital adaptive Moving Average) is a digital adaptive moving average XMA. It calculates the moving aberage using a digital filter.
- WAAB Indicator WAAB (Waddah Attar ADXxBollinger) is intended for identifying the direction and strength of the current trend. For this pupose, a combination of the signals from two indicators is used: Advanced_ADX and Bollinger Bands.
- VFO The VFO (Volume Flow Oscillator) values above zero are bullish and indicate accumulating, while those below zero indicate distributing. Divergences between the price and the indicator values may indicate a forthcoming change in the trend.
- UDP Indicator UDP (Up/Down Percentage) displays the direction of candlesticks, i.e., up/down, as a percentage over the selected period.
- SS Indicator SS (Stochastic Stack) represents a set of eight indicators Stochastic with different parameters, united in a single calculation process.
- RMI Indicator RMI (Running Median Indicator) is a moving average with the "Running Median" filtering algorithm.
- PVO Indicator PVO (Percentage Volume Oscillator) represents a momentum for the volume. It calculates the difference in the percents of large MA between two moving averages based on volumes.
- MPO Indicator MPO (Midpoint Oscillator) displays price movement without its trend component around its centerpoint. It is displayed as two lines: Price movement line and signal line. Centerline (MidPoint) is zero level of the oscillator.
- LeManStop Trend-following indicator LeManStop is a representative of system LeMan and displays Stop Loss levels for the existing positions in the chart. It draws two Stop Loss lines for Long and Short positions, displayed in different colors.
- GB Indicator GB (Gaussian Bands) works in the same manner as standard indicator Bollinger Bands. However, unlike the former, it performs filtering centerline and deviation lines by Gaussian method. It also has two deviation lines on each side of the centerline.
- DMX Indicator DMX (Bipolar DMI) is calculated using the standard indicator ADX. However, as compared to that, it displays data as an oscillator with a signal line, and has shorter delay.
- CA Indicator CA (Corrected Average), also known as Optimal Moving Average. The benefit of the indicator is the fact that the current value of the timeseries must exceed the current threshold that depends on volatility for the indicator line to follow the price, avoiding false signals in the trend.
- ASO Indicator ASO (Average Sentiment Oscillator) displays the general market climate.
- SymbolX_Candle This indicator calculates the index of a given currency, using the USD index. It is based on indicator SymbolX, but four prices are used for calculations: OHLC instead of just one Close price.
- SymbolX This indicator calculates the index of a given currency, using the USD index. The Close prices of six currency pairs are used to calculate the index.
- Ang_Zad_C_Hist_Candle A candlestick-based chart based on histograms Ang_Zad_C_Hist calculated on the Open, High, Low, and Close timeseries of the price chart.
- VR Atr pro Lite MT5 Indicator Atr Lite calculates the average price motion
- Candle shadows v1 Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).
- Area MACD An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.
- Hangseng Trader A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support
- ADX trend smoothed - multi time frame ADX trend smoothed - multi time frame
- ADX trend - smoothed ADX trend - smoothed
- Pivot Oscillator Variation of a well known Pivot indicator showing pivot lines in a separate window and price position relative to those pivot lines.
- Pivot oscillator - averages Pivot oscillator - averages
- RSI of JMA RSI of JMA
- RSI (var) Jurik smoothed MA RSI (var) using Jurik MA
- Ang_Zad_C_Hist A histogram based on the difference between the main and the signal lines of indicator Ang_Zad_C in the points of the price chart.
- Ang_Zad_C A trend-following indicator of the main and signal lines, drawn as a color cloud.
- AbsolutelyNoLagLwma_Digit_Cloud_HTF Indicator AbsolutelyNoLagLwma_Digit_Cloud with the timeframe selection option available in its input parameters.
- XPeriodCandle_main_HTF Indicator XPeriodCandle_main with the timeframe selection option available in its input parameters.
- Exp_XPeriodCandle_X2 Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators: XPeriodCandle and XPeriodCandle_HTF.
- XPeriodCandle_main Indicator XPeriodCandle in the main chart.
- XPeriodCandleRange_HTF Indicator XPeriodCandleRange with the timeframe selection option available in the input parameters
- XPeriodCandleRange An indicator that draws the XPeriodCandle candlestick sizes in points.
- AbsolutelyNoLagLwma_BBx7_Cloud_Digit_HTF Indicator AbsolutelyNoLagLwma_BBx7_Cloud_Digit with the timeframe selection option available in the input parameters.
- AbsolutelyNoLagLwma_BBx7_Cloud_Digit Three Bollinger Bands channels based on one moving average AbsolutelyNoLagLwma, drawn as a colored cloud, with the display of the last values as price labels and the possibility to round Bollinger levels up to a required number of digits.
- CaudateXPeriodCandleRange_HTF Indicator PCaudateXPeriodCandleRange with the timeframe selection option available in its input parameters.
- CaudateCandle_HTF Indicator CaudateCandle with the timeframe selection option available in the input parameters
- XPeriodCandle_HTF Indicator XPeriodCandle with the timeframe selection option available in its input parameters.
- Exp_XPeriodCandle A trading system based on the signals of indicator XPeriodCandle.
- Exp_CaudateXPeriodCandle_Tm_Plus A trading system based on the signals of indicator CaudateXPeriodCandle, enabling to maintain your positions within a fixed period of time.
- Vortex_Difference Indicator to show the difference of the Vortex indicator lines.
- Vortex Trend-following indicator Vortex.
- TCI Indicator TCI (Trading Channel Index).
- TII Indicator Trend Intensity Index.
- TAI Indicator Trend Analysis Index.
- Stoch_RSI Stochastic relative strength index increases the sensitivity of RSI (Relative Strength Index), the disadvantage of which is fluctuation between boundary lines and no signals to open a position.
- RIND Indicator "Range Indicator."
- SRange_Contraction A signal indicator of daily ranges.
- PAIN Oscillator PAIN (Price Action Indicator).
- NV NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.
- IMI Indicator Intraday Momentum Index.
- CVI Oscillator CVI (Chartmill Value Indicator).
- APZ Indicator APZ (Adaptive Price Zone) represents an adaptive price channel.
- AML Indicator AML (Adaptive Market Level) displays one of three market states: Flat, uptrend, and downtrend.
- ZLS Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.
- Test_values_print A simple include file to print out the values and names of variables.
- Exp_WAMI_Cloud_X2 A trend-following trading system Exp_WAMI_Cloud_X2 based on the sisgnals of two indicators WAMI.
- AbsolutelyNoLagLwma_Digit_Cloud The AbsolutelyNoLagLwma_Digit moving average which fills the chart space with a colored background.
- AbsolutelyNoLagLwma_Digit_HTF Indicator AbsolutelyNoLagLwma_Digit with the timeframe selection option available in its input parameters.
- ID_Close_Rectangle A utility for closing (reducing the right side of the length) the rectangles.
- CaudateXPeriodCandle_main_Arrow Indicator CaudateXPeriodCandle in the main chart, highlighting with colored points caudate candlesticks of the "Hammer" and "Reversed Hammer" types only.
- ExFractals An Expert Advisor based on iFractals (Fractals) and on custom indicator ExVol.
- CaudateXPeriodCandle_main Indicator CaudateXPeriodCandle in the main chart
- CaudateXPeriodCandleRange An indicator that draws the CaudateXPeriodCandle candlestick sizes in points.
- CaudateXPeriodCandle Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar, averaging the price timeseries used in the indicator, and highlighting caudate candlesticks.
- XPeriodCandle Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar and averaging the price timeseries used in the indicator.
- PeriodCandle Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar.
- Exp_ColorXDerivative A trading system based on the signals of indicator ColorXDerivative.
- ColorXDerivative_HTF Indicator ColorXDerivative with the timeframe selection option available in the input parameters
- Volume trader A trading system based on the tick volume of bars.
- Exp_UltraAbsolutelyNoLagLwma A trading system using oscillator UltraAbsolutelyNoLagLwma.
- PGC Indicator Price Gouging Cycle.
- Reverse_Engineering_RSI the indicator performs an inverse mathematical transform of oscillator RSI into price and helps assume, at which approximate level the close price of the next day will be, if RSI reaches a certain value.
- VAMA_MACD Indicator Volume Adjusted MA MACD.
- VAMA Indicator Velocity and Acceleration MA.
- RSS Indicator Relative Spread Strength.
- NMA Navel MA.
- IDWMA Indicator Inverse Distance Weighted Moving Average.
- haDifference Indicator Heikin-Ashi Difference.
- haOpen Indicator Heikin-Ashi Open.
- Directional_Breakout An indicator of the movement direction and stop.
- DBB Indicator Distance from Bollinger Bands.
- FullDump A trading strategy based on indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).
- ColorX2MA_x2_cloud_HTF Two indicators ColorX2MA from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
- Cutler_RSI Cutler's RSI.
- BBB Indicator Bull And Bear Balance.
- AROON Indicator Aroon.
- Candle_Code Indicator Candle Code displays in a separate window the "code" of candlesticks as lines built on the ratio of each candle's parameters.
- CaudateCandle The indicator highlights caudate candlesticks of the "hammer" or "inverted hammer" type, the body of such candlestick being in the upper or lower half of the candlestick
- WATR_Candles Indicator WATR implemented as a sequence of candlesticks.
- UltraAbsolutelyNoLagLwma_HTF Indicator UltraAbsolutelyNoLagLwma with the timeframe selection option available in the input parameters
- WAMI_Cloud_HTF Indicator WAMI allowing changing the timeframe of the indicator in its input parameters, the space between the oscillator and its signal line being filled in color, according to the trend direction
- Exp_BlauTVI_Tm Expert Advisor Exp_BlauTVI_Tm based on the signals of trend-following indicator BlauTVI
- Exp_BlauErgodicMDI_Tm A trading system using oscillator BlauErgodicMDI with the option of strictly setting a trading time interval
- ColorX2MA_HTF Indicator ColorX2MA with the timeframe selection option available in the input parameters
- Exp_ColorX2MA_X2 Trend-following trading system Exp_ColorX2MA_X2 based on the signals of two indicators ColorX2MA
- AbsolutelyNoLagLwma_Digit Moving average AbsolutelyNoLagLwma displaying the most recent values as a price label, with the possibility to round the indicator levels to a required number of digits.
- ColorXDerivative Indicator Derivative additionally smoothed and made as a color histogram
- AbsolutelyNoLagLwma_x2_cloud_HTF Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
- FTNP Indicator Fisher Transform of Normalized Prices
- CADX An indicator of relative trend strength.
- WAMI A.W. Warren's Momentum Indicator
- VolatilityMA A moving average with a changeable calculation period.
- TCI V2 Indicator Trend Confirmation Index
- Speed_of_trade Indicator Speed of Trade
- Reverse_MACD An information-forecast MACD on the price chart
- Range_Contraction Indicator of daily ranges
- Polynomial_Regression_Slope Oscillator of polynomial regression slope.
- Renko Level EA An Expert Advisor based on indicator Renko Level
- Normalized_AC Indicator Normalized Acceleration/Deceleration
- HVR Indicator Historical Volatility Ratio
- FVE Indicator Finite Volume Elements
- NEF Indicator Nonlinear Ehlers Filter
- EF Indicator Ehlers Filter
- ColorJFatl_x2_cloud_HTF Two indicators ColorJFatl from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
- Exp_AbsolutelyNoLagLwma_X2 Trend-following trading system Exp_AbsolutelyNoLagLwma_X2 based on the signals of two indicators AbsolutelyNoLagLwma
- UltraAbsolutelyNoLagLwma This indicator is based on indicator AbsolutelyNoLagLwma and on the analysis of its multiple signal lines
- PCI Indicator Phase Change Index - the market phase change index
- Interceptor Moving averages on charts M5, M15, H1 are analyzed. The presence of the iMA (Moving Average, MA) "fan" is checked simultaneously on all three charts (M5, M15, and H1).
- EES Hedger This utility tracks positions opened manually or by another EA for the current symbol and opens an opposite position. Opening the positions is tracked in OnTradeTransaction.
- Price Rollback A trading system that only trades on resverse and from Thursday to Friday only.
- BreakOut15 An Expert Advisor based on two indicators iMA (Moving Average, MA). At crossing, we move back from the price at a certain distance and then expect the level obtained to be broken through.
- JS-MA-Day Working with indicator iMA (Moving Average, MA) with a rigidly defined timeframe: D1.
- MACD Stochastic 2 iMACD (Moving Average Convergence/Divergence, MACD) with adjustable timeframes and a Stochastic of the current timeframe.
- 2MA Bunny Cross Expert An Expert Advisor based on two indicators iMA (Moving Average, MA).
- CCI T3 Based In CCI T3 Base indicator average is replaced with T3 and the deviation is replaced with EMA deviation.
- Schaff Trend Cycle - Jurik Volty Adaptive RSX This indicator is a Schaff Trend Cycle that is using Jurik Volty Adaptive RSX for calculation. Default adapting period is kept rather long simply to make the effects of the adapting more noticeable.
- TEMA Jurik Volty Adaptive TEMA Jurik Volty Adaptive is using Jurik Volty for making the TEMA adaptive.
- DEMA Jurik Volty Adaptive DEMA Jurik Volty Adaptive is using Jurik Volty for making the DEMA adaptive.
- EMA Jurik Volty Adaptive EMA Jurik Volty Adaptive is using Jurik Volty for making the EMA adaptive.
- Jurik Volty Multi Timeframe Jurik Volty Multi Timeframe indicator is calculating and showing periods of elevated or lesser volatility as a standalone indicator.
- Jurik Volty Jurik Volty indicator is calculating and showing periods of elevated or lesser volatility as a standalone indicator.
- Hikkake Pattern (Inside Day False Breakout) Hikkake Pattern (Inside Day False Breakout) indicator is a trading strategy based on false breakouts. Translated into MQL5 code from Dan Chesler's article published in April 2004, Active Trader Magazine "Trading False Moves with the Hikkake Pattern".
- Pivotal Points Pivotal points as described in the March 2009 SFO magazine article "Trading FX Like Jesse Livermore Traded Stocks" by Jamie Saettele.
- ATR Value Indicator An indicator for displaying ATR (Average True Range) value in pips or points with option for setting multiplier.
- CCI Squeeze Multi Timeframe Compared to the CCI Squeeze indicator, this version is a standalone multi timeframe version (no other indicator is needed for its work).
- CCI Squeeze Combination of two very well known indicators (CCI and Moving Average) that estimates the direction strength of the current market trend.
- Step Chart Separate Compared to the Step Chart indicator, this version displays the values in a separate window (as a sort of a help to see the trend changes in an easier way).
- Step Chart Histogram Compared to the Step Chart indicator, this version displays the values in a separate window as a histogram (as a sort of a help to see the trend changes in an easier way).
- Step Chart Step Chart indicator monitors the price change (in pips) and according to that, determines if a new "step" has been made or not.
- Volatility Pivot Volatility Pivot indicator calculates "pivots" (support/resistance lines) based on current symbol/timeframe Average True Range calculated volatility.
- Dollar Index Candles Compared to the Dollar Index indicator, this version is a bit different: instead of showing just one value, it is displaying the "open", "close", "high" and "low" of dollar index as candles in a separate window. That way you can see the volatility of the dollar index intra bar change too and it displays values closer to our normal assumption how the index is formed.
- Dollar Index The U.S. Dollar Index (USDX, DXY, DX) is an index (or measure) of the value of the United States dollar relative to a basket of foreign currencies, often referred to as a basket of U.S. trade partners' currencies. The Index goes up when the U.S. dollar gains "strength" (value) when compared to other currencies.
- Repulse Multi Timeframe The Repulse Multi Timeframe indicator measures and displays the bullish or bearish pressure associated with each price candlestick in the form of a curve.
- Log Sigmoidal Normalized Jurik MA In this indicator Jurik MA is sigmoidal (Softmax) normalized - made as oscillator that ranges in 0 to 1 range, and if you use hyperbolic normalization it will range from -1 to +1 range.
- Repulse The Repulse indicator measures and displays the bullish or bearish pressure associated with each price candlestick in the form of a curve.
- Log Sigmoidal Normalized T3 In this indicator T3 is sigmoidal (Softmax) normalized - made as oscillator that ranges in 0 to 1 range, and if you use hyperbolic normalization it will range from -1 to +1 range.
- RSI with RSI The five-week and 17-week RSI values are used for entry and exits while the 17-week RSI is used for trend direction as an entry filter in the retracement entries.
- Exp_Sinewave2_X2 A trend-following trading system Exp_Sinewave2_X2 is based on the signals of two indicators Sinewave2
- SilverTrend_x10 Indicator SilverTrend_x10 shows the color of the SilverTrend indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.
- MultiSilverTrend_x10 Indicator MultiSilverTrend_x10 shows information on the current trends, using the colors of indicator SilverTrend from ten different timeframes.
- Sine Wave Cloud HTF Indicator Sine Wave with the timeframe selection option available in input parameters, in form of a colored cloud.
- Exp_SilverTrend_Duplex Two identical trading systems (for long and short positions) based on the signals of indicator SilverTrend, which can be configured in different ways within one Expert Advisor.
- SilverTrend Indicator SilverTrend_Signal that generates alerts and sends e-mails and Push-messages when the indicator changes its color, implemented as candlesticks. Candlesticks with the trend are colored brightly, and those against the trend are colored darkly.
- SilverTrend_NRTR_HTF Indicator SilverTrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.
- Tarzan A simple RSI with a channel and signal arrows
- Smoothed_Smart_Money_Pressure_Oscillator Smoothed Smart Money Pressure Oscillator
- SilverTrend_NRTR Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.
- Smart_Money_Pressure_Oscillator Smart Money Pressure Oscillator
- SSD_With_Histogram A slow stochastic with a histogram.
- WEVOMO Weight Volume Move-Adjusted Moving Average.
- Wiseman_HTF Indicator Wiseman with the timeframe selection option in its input parameters.
- RVRResistance An indicator of the volume / bar price range ratio with a signal line and with the option of identifying the maximum/minimum price change resistance.
- Range_Volume_Ratio_S Indicator of candlestick size / tick volume ratios and signal line.
- Range_Volume_Ratio Indicator of candlestick size / tick volume ratios.
- Range_Histogram A candlestick size indicator.
- Rainbow_Volume A colored tick-volume indicator.
- Wiseman Wiseman is an indicator basically aimed at showing the candlestick, on which the trend has changed its direction.
- Kalman_Filter Indicator Kalman Filter. It allows efficiently smoothing the noise, extracting the main trend from it.
- HL_StdDev The oscillator shows standard deviation calculated on the difference between the High and the Low.
- EMA_Trend Two channels by the High and Low of MA.
- ADX_Difference Indicator of the difference between ADX and ADX as of N periods ago.
- ADMIR Oscillator ADMIR (Average Directional Movement Index Rating) shows the ratio of the ADX lines of two indicators Average Directional Movement Index with the calculation periods differing by the specified value.
- CandleStop_Cloud_HTF Indicator CandleStop_Cloud with the timeframe selection option available in input parameters.
- CandleStop_Cloud An indicator to pull trailing stops with the channel color background filling and showing the latest values as price labels.
- Exp_CandlesticksBW_Tm The Exp_CandlesticksBW_Tm Expert Advisor is based on the color change of the CandlesticksBW candlesticks and allows strictly define the trading time interval.
- CandlesticksBW_x10 Indicator CandlesticksBWx10 shows the color of the CandlesticksBW indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.
- MultiCandlesticksBW_x10 Indicator MultiCandlesticksBW_x10 shows information on the current trends, using the colors of indicator CandlesticksBW from ten different timeframes.
- CandlesticksBW_Alert An indicator with coloring candlesticks according to B. Williams and alerting on trend change, as well as sending e-mails and Push-messages in such situation.
- OzFX_D1_IndAES_v1.0_HTF Indicator OzFX_D1_IndAES_v1.0 with the timeframe selection option available in the input parameters.
- Two MA one RSI Two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Many settings and optimization of trade signals formula.
- Exp_SilverTrend_CrazyChart A trading system based on the signals of indicator SilverTrend_CrazyChart.
- EA Stochastic Trading based on indicator iStochastic (Stochastic Oscillator, Stochastic). Stop Loss, Take Profit, and Trailing of a position can be enabled/disabled.
- Close by Equity Percent The EA closes all positions if the equity reaches a certain ratio as related to the balance.
- Previous Candle Breakdown Expert Advisor "Previous Candle Breakdown."
- Trend_Component Indicator John Ehlers Trend Component
- Deep Drawdown MA The EA opens positions at crossing fast iMA and slow iMA (Moving Average, MA). It has the function of outstaying the losses. It catches the type of the position in OnTradeTransaction.
- MurreyMathFixPeriod Murrey levels are an efficient tool to forecast the changes in price movement. The main idea of this system is that all markets move in the same manner.
- MultiBrainTrend2_V2_x10 Indicator MultiBrainTrend2_V2_x10 shows information on the current trends, using the colors of indicator BrainTrend2_V2 from ten different timeframes.
- BrainTrend2_V2_x10 Indicator BrainTrend2_V2x10 shows the color of the BrainTrend2_V2 indicator candlesticks from ten different timeframes.
- Trend_Angle The indicator calculates the inclination angle of the last segment of moving average and shows it in the chart together with the MA line and the line drawn from the last segment of moving average.
- ProfitCalculator Panel indicator with the date on closed positions.
- RSI_STARC RSI + STARC Bands (Stoller Average Range Channels).
- Volatility_Ratio Indicator Volatility_Ratio.
- TATR Oscillator TATR (Tick Average True Range).
- Exp_BrainTrend2_V2_Duplex Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.
- AnalysisOnBars_HTF Indicator AnalysisOnBars with the timeframe selection option available in input parameters.
- AnalysisOnBars Informational indicator AnalysisOnBars shows bars without considering the price. Bars are shown in points.
- PDO Indicator PDO (Percent Difference Oscillator).
- Notis Oscillator Notis% V measures the market volatility, based on the difference between the intraday High and Low.
- TradingBoxing Trading panel based on class CDialog.
- MACD_Squeeze Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.
- Intraday_Intensity_Index Intraday Intensity Index.
- HWC Channel indicator HWC (Holt-Winters Channel).
- HWMA Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method.
- Divergence_Candles Indicator of candlestick divergences.
- Difference2 Indicator Difference2 shows the difference between the predefined reference prices (Applied price) now and as of N periods ago.
- DI Oscillator DI (Damping Index) is designed for identifying the damping of the directed market movement.
- Modified Moving Averages A slightly modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average
- Binario Working with pending orders Buy Stop and Sell Stop. A channel of two indicators iMA (Moving Average, MA).
- BrainTrend2Stop_HTF Indicator BrainTrend2Stop with the timeframe selection option available in input parameters.
- BrainTrend2_V2 Indicator BrainTrend2 that generates alerts and sends e-mails and Push-messages when the indicator changes its color.
- Coin Flip Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.
- InvertCandle_Plus The inverted chart of the current financial instrument, displaying Ask and Bid price levels.
- AnchoredMomentum_x10 Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.
- Exp_ATR_Normalize_Histogram A trading system based on the signales of indicator ATR_Normalize_Histogram
- ATR_Normalize_Histogram_HTF Indicator ATR_Normalize_Histogram with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.
- ATR_Normalize_Histogram A typical oscillator using Average True Range in form of a multicolor histogram.
- MACD and SAR A trading system based on indicators MACD and SAR. The signal receiving formula is completely optimizable.
- Executor Candles Trading on several candlestick patterns. The levels of Take Profit, Stop Loss, and Trailing are separate for BUY and SELL.
- Night Flat Trade The EA works in the quietest hours (upon closing the American session and before opening the Asian session).
- ASCtrend_NRTR_HTF Indicator ASCtrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.
- TVI TVI (Trade Volume Index).
- Sidus_V1_Cloud Channel indicator
- RTR Oscillator RTR (Range To Range) shows the ratio of two ATRs, a fast one and a slow one. Indicator RTR (Range To Range)
- ASCtrend_NRTR Indicator ASCtrend with the NRTR line of possible stop order locations.
- ReverseMinMax The indicator of the lowest tops and the highest bottoms.
- Onisuk_Filter Direction Filter Indicator.
- MIT Oscillator MIT (Momentum In Time) is a normal momentum with anchoring the calculations to the calculation start time.
- Linda's Coil Linda's Coil - an indicator of "engulfed" candlesticks.
- Glitch_Index Glitch_Index - indicator of the price deviation from its average value.
- GAPO GAPO (Gopalakrishnan Range Index Oscillator) assesses quantitatively the volatility of an instrument, based on the trading range logarithm over an N-day period of time.
- ERVI Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.
- ESM Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).
- Advance_Decline_Line Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.
- Exp_AbsolutelyNoLagLwma A trading system based on the AbsolutelyNoLagLwma indicator signals.
- AnchoredMomentum_HTF Indicator AnchoredMomentum with the timeframe selection option available in input parameters.
- InvertCandle The inverted chart of the current financial instrument.
- ADX_Cross_Hull_Style_NRTR_HTF Indicator ADX_Cross_Hull_Style_NRTR with the timeframe selection option available in input parameters.
- Lock Locking positions - opening Buy and Sell simultaneously.
- AIS2 Trading Robot An automated trading system with a data panel in form of the OBJ_LABEL objects.
- ADX_Cross_Hull_Style_NRTR An NRTR-type indicator using Average Directional Movement Index.
- AbsolutelyNoLagLwma_HTF Indicator AbsolutelyNoLagLwma with the timeframe selection option available in input parameters, alerting when the indicator changes its color.
- ID Compare HH LL and delta base This oscillator shows the differences in points between the successive High of bars/candlesticks and Low of bars/candlesticks. It also shows them in different colors, depending on the directions and amount of points set in the properties.
- AbsolutelyNoLagLWMA A moving average using double LWMA-averaging and implemented in color.
- Martingale Dynamic managing the lot size depending on the balance.
- 2XMA_Ichimoku_Signal A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.
- Bands 2 A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock).
- Exp_AverageChangeCandle A trading system based on the signals of indicator AverageChangeCandle.
- XStdDevSpeed_direction Indicator XStdDevSpeed_direction shows the information on the market volatility, using the values of indicator XStdDevSpeed with a fixed timeframe.
- Exp_XRSIDeMarker_Histogram A trading system based on the XRSIDeMarker_Histogram indicator signals.
- Exp_2XMA_Ichimoku_Oscillator A trading system based on the 2XMA_Ichimoku_Oscilator indicator signals.
- EMAVFS_StDev_HTF Indicator EMAVFS_StDev with the timeframe selection option available in input parameters.
- Four horizontal lines The indicator plots four horizontal lines: Two basic ones (red by default) above the High and below the Low of the "Bar number" bar and help lines (green by default) shifted from the basic ones.
- TST The Expert Advisor does not use any indicators. It only uses the current price and the OHLC of zero bar.
- EMAVFS_StDev The EMAVFS indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- ID_Close_Rectangle_TL_AL A utility for closing (reducing the right side of the length) the rectangles, trendlines, or lines with arrows to some bars/candlesticks.
- EMAVFS_channel_HTF Indicator EMAVFS_channel with the timeframe selection option available in input parameters.
- NeuroNirvamanEA The trading system is based on a simple neural network.
- EMAVFS_HTF Indicator EMAVFS with the timeframe selection option available in input parameters.
- EMAVFS_channel A channel using a non-smooth and steady approximation error, in which the exponential moving average with a variable smoothing factor is used as the midline.
- RSI Bollinger Bands EA The EA determines the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying.
- SL_Calculator Indicator StopLoss Calculator.
- TQ Indicator Trend Quality.
- PC Indicator Price Cycle.
- MI Indicator MI (Mass Index).
- EMV Indicator Arms' Ease of Movement Value (EMV).
- EMAVFS Exponential moving average with a variable smoothing factor.
- Coppock The Coppock Indicator of Bullish Signals.
- Average Modified Moving Average Average Modified Moving Average.
- McClellan_Summation_Index Sherman and Marian McClellan Summation Index.
- AD_Indicator Sherman and Marian McClellan Advances/Declines Indicator.
- McClellan_Oscillator Sherman and Marian McClellan Oscillator.
- SD_M_Swap A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.
- AlliHeik Trading on indicator Heiken Ashi Smoothed Oscillator. Settings for placing Stop Loss, Take Profit, and Trailing the positions.
- Surefirething Working with pending Buy Limit and Sell Limit orders. Trailing the positions is possible.
- RANA Sherman and Marian McClellan Ratio Adjusted Net Advances Indicator.
- Modeling_The_Market John Ehlers Modeling The Market Indicator.
- Expotest An Expert Advisor based on indicator SAR.
- AverageChangeCandle A financial asset strength indicator as a candlestick chart.
- AO Lightning The EA uses indicator Awesome Oscillator.
- Spasm A trading system based on detecting the market volatility.
- Exp_KWAN_RDP A trading system based on the KWAN_RDP indicator signals.
- Exp_KWAN_CCC A trading system based on the KWAN_CCC indicator signals.
- PLC (penetration of the last candle) Placing Buy Stop and Sell Stop on the 5-minute timeframe.
- Exp_KWAN_NRP A trading system based on the KWAN_NRP indicator signals.
- XStdDevSpeed_HTF Indicator XStdDevSpeed with the timeframe selection option in input parameters.
- XStdDevSpeed Smoothed standard deviation changing rate.
- SSL2_HTF Indicator SSL2 with the timeframe selection option available in input parameters.
- SSL2 Two different-period indicators SSL, implemented as a colored cloud.
- e-News-Lucky The Expert Advisor places pending Buy Stop and Sell Stop orders. If orders execute, the trailing stop is run for the positions.
- e_Breakeven_v4 An assistant Expert Advisor. It moves positions to a breakeven and then enables trailing.
- TwoBarsComparison The EA compares the opening prices of the zeroth and the second bar. It moves positions to a breakeven and/or enables trailing.
- exp_Amstell The EA uses a virtual Take Profit for closing gaining positions. Opening positions with a step. Catch the type of the last position and its price in OnTradeTransaction.
- Exp_Sar_Tm_Plus A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time.
- EA Moving Average The EA is based on Moving Average.mq5 from standard delivery. Working with OnTradeTransaction to get the price of the last closed position.
- Sar_HTF_Alert Indicator iSAR with the timeframe selection option in input parameters, implemented in color, with the possibility to generate alerts when the trend changes its direction.
- UniversalMACrossEA The EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.
- 2XMA_Ichimoku_Oscillator_HTF Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.
- 2XMA_Ichimoku_Oscillator An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.
- VR---Moving An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.
- KWAN_CCC_HTF The KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.
- KWAN_CCC A simple oscillator based on the values of the Chaikin Oscillator, Commodity Channel Index and iMomentum indicators and implemented as a two-colored histogram.
- KWAN_RDP_HTF The KWAN_NRP indicator with the possibility to change the indicator timeframe in input parameters.
- KWAN_RDP A simple oscillator based on the values of the iDemarker, iMFI and iMomentum indicators and implemented as a two-colored histogram.
- BSS 1_0 An Expert Advisor based on three iMA (Moving Average, MA) indicators.
- Doji Arrows An EA based on the Doji pattern. Position trailing.
- DeleteTradeArrows It deletes the arrow objects from the chart, which mark the transactions in the chart. The utility is implemented as an indicator that does not draw anything by itself.
- GoldWarrior02b This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.
- Impulse Impulse Indicator - Count of Points Passed.
- Stochastic_ROC Stochastic Price Rate-of-Change Oscillator.
- Stochastic_MACD Stochastic MACD.
- Stochastic_Slow Slow Stochastic.
- Stochastic_Fast Fast Stochastic.
- IT Instantaneous Trendline - John Ehlers "instantaneous" trendline.
- CC John Ehlers Cyclic Component Indicator.
- AwesomeMod Modified Awesome Oscillator.
- Absorption The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.
- Advance_Decline_Line Indicator of trend strength and of the possible changes in its direction.
- USDX_Candle The US dollar index in form of Japanese candlesticks.
- USDX The US dollar index against a basket of basic currencies.
- Generic_Index Generic Index Indicator.
- Firebird v0.60 The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.
- Brandy Two Moving Average indicators: A slow one for opening positions, and a fast one for closing positions.
- Momentum-M15 An Expert Advisor based on two indicators: iMAs (Moving Average, MA) and iMomentum (Momentum).
- FX-CHAOS_SCALP The FX-CHAOS_SCALP trading strategy.
- ZigZag on Fractals ZigZag based on the Fractals indicator.
- Blau_TStoch William Blau Stochastic.
- Blau_TSI William Blau True Strength Index.
- Blau_TS_Stochastic William Blau Stochastic.
- Blau_Trend_Momentum William Blau Trend Momentum.
- Blau_Stochastic_Index William Blau Stochastic Indicator
- Blau_SM William Blau Stochastic Momentum.
- Blau_Mtm William Blau Momentum.
- Blau_Directional_Trend_Index William Blau Directional Trend Index.
- Blau_Candlestick_Momentum William Blau candlestick momentum.
- Blau_Candlestick_Index William Blau Candlestick Index.
- Volume_Accumulation_Percentage Indicator of volumes accumulated within a period.
- Volume_Accumulation Indicator of volumes accumulated.
- SSIFT Smoothed Stochastic Inverse Fisher Transform.
- KAMA Kaufman Adaptive Moving Average (KAMA)
- Price Impulse The EA waits for the price to pass XXX points within NNN ticks.
- N-_Candles_v7 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 consideration, i.e., whether it is a netting or a hedging one.
- Small_Inside_Bar_Strategy Small_Inside_Bar_Strategy - an Expert Advisor based on indicator Small_Inside_Bar.
- ChannelEA2 ChannelEA2 - an Expert Advisor working in a channel, using pending stop orders.
- Fast iBarShift and Bars for MT5 Complete and fast functions similar to Bars and iBarShift from MQL4.
- JK Synchro No indicators: Only Open and Close price analysis. Input parameters: Stop Loss, Take Profit, and Trailing.
- PivotHeiken 3 The EA uses indicators Pivot-2 and Heiken Ashi Smoothed Oscillator.
- Historical Volatility Bands - Parkinson Historical Volatility Bands that are constructed using average as the middle line, and upper and lower bands using the Parkinson's historical volatility (instead of "regular" Historical Volatility) for bands calculation.
- Historical Volatility - Parkinson An important use of the Parkinson's number is the assessment of the distribution prices during the day as well as a better understanding of the market dynamics. Comparing the Parkinson's number and periodically sampled volatility helps traders understand the tendency towards mean reversion in the market as well as the distribution of stop-losses.
- Trend Envelopes of Averages Trend Envelopes with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.
- LSMA Trend Indicator based on LSMA (Least Squares Moving Average). It shows the trend of the used average and displays it as a sort of an oscillator.
- Quadratic Regression MA Quadratic Regression MA is a sort of a linear regression value variation, but faster in response to market changes.
- Historical Volatility Bands - High/Low Historical Volatility bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility high/low (instead of "regular" Historical Volatility) for bands calculation.
- RSI Сandles - Smoothed with Trend Envelopes RSI Candles with an additional option to filter (smooth) the prices prior to using them in RSI calculation (which, effectively makes it an RSI of average).
- Historical Volatility Bands Historical Volatility Bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility for bands calculation.
- Historical Volatility - High/Low This version also does not use Close prices for volatility calculation. Instead it uses the High/Low ratio (the calculation is different from the "regular" Historical Volatility indicator).
- Historical Volatility Historical Volatility (HV) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. Generally, this measure is calculated by determining the average deviation from the average price of a financial instrument in the given time period.
- BB Stops - Smoothed WPR BB Stops indicator of smoothed WPR.
- BB Stops - RSI BB Stops using RSI for stops calculation.
- BB Stops - MACD MACD indicator that is using very well known BB Stops instead of using signal line for signals.
- Volatility Quality - on chart Volatility Quality indicator made "on-chart".
- Super Trend - Extended Super Trend indicator extended with additional display types.
- Super Trend Super Trend indicator is probably one of the most known for MetaTrader 4. This version is for MetaTrader 5.
- Trend Envelopes of Averages Histogram Trend Envelopes indicator made as histogram.
- Fibo Pivots Fibonacci Pivot points indicator that can draw any number of levels for any of the known timeframes usable by MetaTrader 5.
- RSI Candles with Trend Envelopes RSI Candles (RSI that calculates RSI of High, Low Open and Close and displays those values as candles) with an addition of Trend Envelopes.
- QQE - Multi TimeFrame The QQE (Quantitative Qualitative Estimator) made multi timeframe.
- CCI Candles of Averages Four different CCIs combined into a "candles" display of CCI. For smoothing you can use one of the 4 basic types of averages: SMA, EMA, SMMA or LWMA.
- CCI Candles Four different CCIs combined into a "candles" display of CCI.
- RSI Candles - Smoothed Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles with additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination.
- RSI Candles This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window.
- Trend Envelopes - RSI Trend Envelopes variation of RSI indicator.
- Trend Envelopes Trend Envelopes indicator is using only % deviation for calculation and that is the only parameter needed for calculation. It is internally using Close, High and Low price and in this version that can not be changed. Also, due to the nature of the indicator, it can be easily be used as a sort of support/resistance indicator.
- Advanced ADX This version of ADX instead uses different display in order to make that as easy as it can be. The ADX values are easily comparable to the significant level, the the color of the ADX value and histogram clearly shows the trend. That way it is easier to follow the ADX trend(s) and values.
- EMA_WMA v2 EMA_WMA - Expert Advisor for MetaTrader 5. Intersection of two iMA (MA). Position trailing.
- TrueSort_1100 The Expert Advisor waits when the lines of MA(10), MA(20), MA(50), MA(100) and MA(200) get arranged one above the other (or one below the other).
- Poker_SHOW An Expert Advisor based on a random number generator. Trend is determined using the iMA (Moving Average, MA) indicator.
- sDotToLineDist A script calculating the distance between a point and a line.
- maximus_vX lite The Expert Advisor trades using levels. It can have a maximum of two positions of each type (Buy and Sell) in the market.
- WCCI A weighted CCI.
- Futures Portfolio Control Expiration A portfolio EA for the MOEX FORTS market.
- Trend_Force An indicator of trend strength.
- RSI_With_Step_MA A smoothed RSI.
- Repulse_Divergence Divergences of the Repulse oscillator.
- Repulse An indicator of possible price "rebounds".
- Psychology_Index The Overbought/Oversold Index
- Performance_Index The Performance Index indicator.
- JSmooth_MA A Moving Average with the smoothing type by Mark Jurik.
- Important_Extremums An indicator of important extremums.
- Donchain counter A trading system based on the Donchian Channel indicator.
- ILRS_MA Integral of Linear Regression Slope (ILRS MA).
- Dominant_Color An indicator of the dominant direction of closing of bars.
- TriMA Triangular Moving Average.
- Trailing_Stop_Level An indicator of StopLoss levels.
- Simple_Support_Resistance An indicator of current support/resistance levels.
- RMO The tend indicator: Rahul Mohindar Oscillator
- REMA Regularized EMA by Cris Satchwell.
- PVI_Smoothed Smoothed Positive Volume Index
- Universal 1.64 Universal trailing of positions and pending orders.
- Mod_ATR_Trailing_Stop An indicator of StopLoss levels.
- LSMA Least Square Moving Average - a moving average calculated by the least squares method.
- ITrendMA Instantaneous Trendline by J. Ehlers.
- HMA Alan Hull's Moving Average is a non-lagging moving average.
- Interpolation Polynomial interpolation.
- Crossing of two iMA v2 Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.
- Hans123_Trader v2 Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.
- Volatility_Band2 The Volatility Band 2 indicator is similar to the standard Bollinger Bands, and is a modification of Volatility_Band with the following difference: instead of a separate 'Low band adjustment', this parameter affects both the lower and the upper bands of the indicator.
- Volatility_Band Volatility Bands
- Split_Vol_MA A split moving average of volumes
- Split_MA A split Moving Average
- SMI The Smart_Money_Index indicator
- PVI Positive Volume Index
- Prevailing_Trend An indicator of the prevailing trend.
- PR Period Range
- PPMCC Pearson product-moment correlation coefficient
- Positive_Negative_Volume An indicator of volumes relative to the positive/negative price increment
- T3_MA A moving average by Tim Tillson
- Min_Max_Volume An information indicator showing maximum and minimum volumes.
- Dots A signal indicator based on the Moving Average
- Bollinger Bands N positions v2 Signals are generated by the iBands, Bollinger Bands indicator. When a signal is received, opposite positions are closed.
- ChannelEA1 ChannelEA1 - an Expert Advisor working in a channel, using pending limit orders
- Breakout An indicator of levels
- Lyapunov_HP The oscillator indicator based on Lyapunov stability theory, with the Hodrick-Prescott filter
- SWMA Sine-Weighted Moving Average
- Mirror_Bands An indicator of bands with a signal line
- Magic_Trend A trend indicator 'Magic Trend'
- LWTI Larry Large Trade Index
- LWPI Larry Commerical Proxy Index
- EVWMA Elastic Volume Weighted MA
- Drive The indicator of candlestick direction ratio
- DMA Dynamic Moving Average
- Candle_Ratio The ratio of bullish to bearish candlesticks over the selected period
- Bogie An oscillator indicator of probable reversals
- BO The Blast Off oscillator indicator
- WVF Williams' Vix Fix indicator
- VA The Velocity/Acceleration indicator.
- Unsmoothed_RSI The unsmoothed RSI indicator.
- Trend_Percentage Trend_Percentage - the ratio of bulls and bears.
- TDI The Trend Detection Index.
- POB Point of Balance (POB).
- DSP Detrended Synthetic Price (DSP) Oscillator
- Customizable_Awesome_Oscillator The Awesome Oscillator (AO) indicator with configurable parameters.
- APR Average Period Range - an indicator of the average daily range.
- HLBands An indicator of daily levels.
- EA Stop Order The Expert Advisor places a grid of pending Buy Stop and Sell Stop orders.
- Highest Lowest The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style.
- JP Oscillator A trend oscillator.
- UI Ulcer Index (UI) - the volatility decrease index.
- TTMS John Carter TTM Squeeze - an indicator of trend zones.
- TOSC A Trend Oscillator.
- RTL Trend indicator Recursive Trendline (RTL).
- PVT Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator.
- Period_Open_Line The indicator shows the open price of a period.
- MA_Difference An oscillator indicator showing a difference between MA and the price.
- Cumulative_Volume A volume indicator with different types of data representation.
- SHL_MA_Band A trend indicator: Smoothed High/Low Linear regression band.
- HL_MA_Band A trend indicator: High/Low Linear regression band.
- LR_MACD MACD based on the Linear regression MA.
- ProfLine The script draws horizontal lines representing BUY (blue) and SELL (red) orders.
- MAMA + FAMA Multi Timeframe The MESA Adaptive Moving Average (MAMA) and the Following Adaptive Moving Average (FAMA) combination made to be multi timeframe.
- MAMA + FAMA Oscillator Combination of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) made as an oscillator.
- MAMA + FAMA This indicator uses the combined values of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) to assess the trend of the market.
- CCI - EMA based Instead of using Simple Moving Average it uses EMA (Exponential Moving Average), and instead of using mean deviation it uses EMA deviation (originally published here EMA Deviation).
- CCI Stochastic This is a Stochastic of CCI. When Stochastic is applied to CCI and the bounds are in the fixed 0 to 100 range, the trend assessment can be done using that fact too.
- End Point MA End Point MA indicator uses the original formula described in the "The End Point Moving Average" article with one deviation: it is made to be "faster" (i.e., to react to market changes in a faster mode than the original version).
- EMA Deviation EMA Deviation is similar to Standard Deviation, but on a first glance you shall notice that it is "faster" than the Standard Deviation and that makes it useful when the speed of reaction to volatility is expected from any code or trading system.
- Synthetic VIX Synthetic VIX indicates the increase or decrease of volatility and it should be used as that.
- BB Stops - EMA Deviation This version of BB Stops changes uses EMA deviation for calculation.
- Bollinger Bands - EMA Deviation This version of Bollinger Bands does not use standard deviation for Upper and Lower Bands, but uses the EMA deviation.
- Rainbow Oscillator - Binary Based on Mel Widner's Rainbow Average (that is similar to Guppy MMA), here is a binary version of Rainbow Oscillator.
- Rocket RSI The "RocketRSI" indicator by John F. Ehlers. Used to indicate strong probabilities of cyclical reversals.
- Rainbow Oscillator The Rainbow Oscillator indicator is mainly intended to show the trend of the market. But, using the levels you can use it to assess overbought and oversold conditions too.
- Range Oscillator + Bands Unlike the basic Range Oscillator version, this version uses Bollinger Bands for overbought and oversold conditions assessment.
- Range Oscillator Range Oscillator is an indicator that shows the relative position of median price in the highest high to lowest low range for desired period.
- INI File A library to provide simple storage mechanism for expert advisors and indicators.
- WPR Support Resistance WPR (Williams Percent Range) based support/resistance.
- Digital filters - separate A set of digital filters that are always drawn in separate window (due to their nature).
- Digital Filters - on chart A set of 4 types of digital filters that naturally are placed on main chart.
- Rainbow WMA Based on Mel Widner's Rainbow Average (that is similar to Guppy MMA), this is a sort of generalized version with quite a few extensions.
- Math Utils Handy functions for comparison, rounding, formatting and debugging of doubles (prices, lots and money).
- NonLag MA MTF Well known NonLag MA with additions and adjustments.
- MACD High/Low MTF MACD High/Low made multi timeframe.
- Ultra Trend MTF Ultra Trend indicator made as multi timeframe.
- NonLag MA Trend Indicator based on the NonLag Moving Average.
- Ehlers Distance Coefficient Filter Ehlers Distance Coefficient Filter coded exactly a Ehlers described it in his book "Rocket science for traders".
- Ehlers Nonlinear Filter Zone This is the "zone" indicator using Ehlers Nonlinear Filter for calculation.
- Ehlers Nonlinear Filter Ehlers Nonlinear Filter provides extraordinary smoothing in sideways markets and aggressively follow major price movements with minimal lag.
- Zone Trade - Histogram This version of Zone Trade indicator is made to show as histogram in separate window.
- Zone Trade The indicator was described by B. Williams as fourth dimension - Trading Zone.
- Heiken Ashi Zone Trade - Separate This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window - that way it will not interfere with the other on-chart indicators and can be easier to read the states in some cases.
- Heiken Ashi Zone Trade Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.
- Trend Intensity Index Trend Intensity Index as described by M.H.Pee in his article "Trend Intensity Index".
- Leader of the MACD - Extended This version extends the basic version of Leader of the MACD with some options that are adding more flexibility to the usage of the indicator.
- Trend Strength Average Trend Strength Average uses some of the 4 regular types of averages for trend strength assessment.
- Trend Strength - Jurik smoothed RSI Trend strength assessment based on Jurik smoothed RSI.
- Trend Strength RSX Trend strength assessment based on RSX.
- ADXVMA Histogram ADXVMA Histogram is a binary version of ADXVMA indicator: instead of showing the values of ADXVMA on chart, it displays only the state of the slope of the ADXVMA in a form of a histogram.
- ADXVMA ADXVMA uses modified ADX calculation for adapting Moving Average calculation.
- Trend Continuation Factor Trend Continuation Factor (TCF) indicator identifies the trend and its direction.
- Trend Continuation Factor - Jurik smoothed Trend Continuation Factor (TCF) indicator with Jurik smoothing identifies the trend and its direction.
- Phase Change Index The Phase Change Index (PCI) is an indicator designed specifically to detect changes in market phases.
- T3 bands Variation of the well known Bollinger Bands indicator.
- T3 Deviation T3 Deviation uses intermediate steps of T3 calculation to get the deviation based on T3. As expected the deviation calculated this way is much smoother than the Standard Deviation (as a result of using T3 which on its own is smoother than the simple moving average), and is "faster" in response to market changes.
- Zero lag T3 Zero lag T3 uses the "zero lagging" method to make it even faster and to keep the smoothness.
- Zero lag Hull Average This version of Hull Moving Average makes the lag even lesser and still keeps the smoothing of the Hull Average thus making it even "faster".
- Swing Line - Binary Ron Black's Swing Line indicator with only two states displayed: state up and state down.
- Dynamic Balance Point - Support & Resistance Based on the original Dynamic Balance Point, this version is a bit cleaner and simpler to use indicator.
- TWR TWR is an indicator of a trend reversal.
- QQE The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow).
- Swing Line - Histogram Ron Black's Swing Line indicator made as histogram indicator.
- Swing Line (adjusted display) Ron Black's swing line indicator with adjusted display option.
- ADXm Smoothed - MTF ADXm is a variation of a well known ADX indicator made to be multi timeframe capable.
- ADXm smoothed ADXm is a variation of a well known ADX indicator.
- Dynamic Balance Point Indicator that calculates dynamic balance point for the desired period.
- Linear Regression Sketcher A variation of linear regression.
- PowerSystem Implementation of Alexander Elder's power system indicator, it will show the price trend and trend reversal.
- Triple Jurik Smooth Jurik smoothing is very responsive to price changes, is very smooth and it makes it a very good candidate for this type of trend assessment.
- Ultra Trend Ultra Trend is one of the well known indicators made for MetaTrader 5 now.
- Vortex - smoothed Vortex indicator (based on the article that was published in the January 2010 issue of TASC) with a smoothing option.
- Dynamic Pivots Based on the Austin Passamonte's idea, this indicator calculates intra-day pivots.
- WPR with Bollinger bands This version of Williams Percent Range has an addition of Bollinger bands to help identify possible overbought and oversold levels breaks.
- Count Back Lines Indicator based on the Daryl Guppy's original strategy.
- Volatility Bands Percent This is the version that David Rooke proposes as a solution to Bollinger Bands issues in a percent representation.
- Volatilty Bands This is the version that David Rooke proposes as a solution to Bollinger Bands issues.
- Linear Regression Study Linear regression line with an addition of standard error channel projection.
- WSO & WRO Channel This version of WSO (Widner Support Oscillator) and WRO (Widner Resistance Oscillator) shows channel on chart instead of displaying oscillator values in a separate window.
- WSP & WRO WSO (Widner Support Oscillator) and WRO (Widner Resistance Oscillator).
- Hurst Exponent The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It quantifies the relative tendency of a time series either to regress strongly to the mean or to cluster in a direction.
- Fractal Dimension - Jurik Fractal Dimension from Mark Jurik is much smoother than the others but the general rule is the same: it is not a directional indicator, but is attempting to determine if there is a trend in the current market price changes or not, and it should be used bearing that in mind.
- Fractal dimension index (Sevcik/Matulich) Mandelbrot describes the Fractal Dimension Index (FDI) as a way to measure "how convoluted and irregular" something is. The FDI can be used as a stock market indicator. The closer prices move in a one-dimensional straight line, the closer the FDI moves to 1.0. The more closely prices resemble a two-dimensional plane, the closer the FDI moves to 2.0.
- Fractal dimension - Ehlers By it's nature, fractal dimension index indicator is not directional. Instead it is showing if there is a trend or not. If the value of the FDI is less than the target threshold, then there is no trend (the market is ranging). If the value is above that threshold then the market is trending.
- BB MACD Extended BB MACD is a MACD (Moving Average Convergence Divergence) indicator variation with an addition of Bollinger Bands, which helps in detecting trend change points and measuring current trend's strength.
- Weekly Fibo Levels Calculation is based on current week open and previous week range.
- Heiken Ashi Smoothed Oscillator Instead of using the "regular" Heiken Ashi for oscillator calculations, this version is using the smoothed Heiken Ashi. That makes the number of false signals fall dramatically, and, when pre-smoothing is applied to Heiken Ashi, the lag is in acceptable bounds.
- Heiken Ashi Oscillator Instead of using "pure price" this indicator uses Heiken Ashi values to determine the trend as well as the "strength" of the trend.
- Stochastic volatility This is not a directional indicator. This means that even it is stochastic it does not show the direction of the market, but shows the direction-amount-size of volatility. The assumption that seems sound enough and after which this indicator is made is that in the times of extremely low volatility it is a good time to enter the market, since the change in volatility is imminent. Those times are marked by dark gray dots on this indicator. For direction of entry, you should use some other trend showing indicator(s).
- EMA Levels MTF EMA Levels multi timeframe version.
- Schaff trend RSX mtf Schaff Trend RSX multi timeframe version.
- Schaff Trend RSI MTF Schaff Trend RSI multi timeframe version.
- ThirdPartyTicks A library for working with a third-party tick archive.
- Improve An Expert Advisor based on two iMAs (Moving Average,MA) and one iRSI (Relative Strength Index, RSI). It tracks virtual profit. Works on two symbols.
- OnChart_Stochastic Stochastic on the price chart.
- Conqueror A signal indicator for opening/closing positions.
- XBarClearCloseTrend A trend signal indicator.
- LR_Ratio The indicator displays the ratio of two LSMAs.
- LRL Linear regression line (LSMA) - a moving average calculated by the linear regression method.
- HA EMA3 Indicator A Moving Average based on Heiken Ashi candlesticks.
- BW_Zone_Trading Modified BW Zone Trading - a modified indicator of Bill Williams' zone trading.
- DPO_Bar Detrended Price Oscillator Bar - price chart without a trend.
- SV v.4.2.5 The Expert Advisor opens no more than one position per day. Positions are opened at the specified time. It searches for the Highest and Lowest price in an interval. Data of two iMA (Moving Average, MA) indicators are used.
- Days of the week color A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.
- DayTime An arrow indicator, which compares the daily open price with the close price of an hour.
- Parabolic_TrailingStop A utility for applying trailing stop based on the "Parabolic SAR" indicator.
- Aeron JJN Scalper EA The Expert Advisor places pending Buy Stop and Sell Stop orders. Includes checks for the minimum distance of orders in points (SYMBOL_TRADE_STOPS_LEVEL).
- Trend RDS Trend detection based on the last three bars.
- Days of the week A histogram of the days of the week.
- FarhadCrab1 An Expert Advisor based on two iMAs (Moving Average, MA) and one iSAR (Parabolic SAR). Position trailing.
- Cross_Line_Trader The Expert Advisor opens positions when the price crosses line objects.
- Alexav SpeedUp M1 Simultaneous opening of two opposite positions. Trailing Stop.
- SignalMAAboveBelow 3 A module of trading signals based on the Moving Average indicator signal module.
- VSI VSI - Volatility Switch Indicator.
- IDayIIndex The IDayIIndex (Intraday Intensity Index) oscillator indicator.
- StochasticMomentum A stochastic momentum.
- HL_MA_Band A colored histogram drawn using the High/Low prices.
- CCI_Dots The indicator adds signal marks to a price chart when the CCI indicator crosses its zero line.
- Trend Range An indicator of the market state.
- GapFinder Gap searching indicator.
- SZO SZO (Sentiment Zone Oscillator) is an indicator of market sentiment, which has overbought and oversold zones.
- CVI CVI (Chartmill Value Indicator) shows the value of price deviation from the Moving Average.
- Hans123_Trader Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.
- Ichimoku An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Separate Stop Loss, Take Profit and Trailing Stop for BUY and SELL positions. The EA operation time is configurable. A check is performed on the current bar: only one position can be opened.
- Fractal_TL An indicator for automatic drawing of trendlines based on fractals of a given timeframe.
- BHS system The EA trades using pending Buy Stop and Sell Stop orders, applying the iAMA (Adaptive Moving Average, AMA) indicator based on a "round price". Position trailing.
- MathCeilRoundFloor Example of functions MathCeil, MathRound and MathFloor.
- Fractured Fractals The Expert Advisor uses the Fractals indicator signals to place pending orders and trail the Stop Loss level of positions.
- AD The AD (Accumulation Distribution) indicator with three calculation methods.
- SSS SSS (Special Slow Stochastic) has an additional smoothed (slow) line based on the Stochastic signal line.
- Small_Inside_Bar The "Small Inside Bar" indicator. It searches for formations, in which the internal candlestick of the "Internal bar" pattern is not more than half the size of the determinant candlestick.
- Autocorrelation The indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time shift value.
- AsymmetricFractals The indicator allows setting any dimension for each side of a fractal.
- Adaptable_MACD MACD with advanced settings. In addition to the standard parameters of the fast and slow EMA periods, signal SMA periods and calculation price, this indicator allows setting the calculation method for each line and use either absolute or relative values for MACD calculation.
- KWAN_NRP_HTF The KWAN_NRP indicator with the possibility to change the indicator timeframe in input parameters.
- XRSIDeMarker_Histogram_HTF The XRSIDeMarker_Histogram indicator with the possibility to change the indicator timeframe in input parameters.
- XRSIDeMarker_Histogram The averaged non-trivial linear combination of iRSI and iDeMarker implemented as a color histogram.
- KWAN_NRP A simple oscillator, which is based on the values of the iStochastic, iRSI and iMomentum indicators and is implemented as a two-colored histogram.
- Sar_HTF The iSAR indicator with the possibility to change the indicator timeframe in input parameters, implemented in color.
- SerialMA_EA The Expert Advisor is based on a dynamic moving average.
- OpenTime 2 The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.
- Patterns_EA The Expert Advisor is based on 30 popular candlestick patterns.
- TAT (Trend Analyzer Tool) MACD+SAR - Trend Analyzer Tool.
- PMF The Pivot Money Flow indicator displays the direction and the reversal of money flows.
- Overbought_Oversold Dynamic overbought/oversold levels.
- Keep On Trading (KOT) An assistant indicator. It shows time for holding a position open.
- DayOfWeekLabels The indicator shows days of the week on the price chart.
- Custom_Pattern An indicator of custom patterns.
- ChannelInd The indicator displays on the chart the previous trading day's channel.
- ATRR ATR Ratio shows a ratio of two ATRs.
- SimpleZZ A simple ZigZag with an adjustable step.
- SerialMA Dynamic Moving Average.
- RSdynamic_line An indicator of dynamic support/resistance levels.
- NHNL_Divergence The indicator of divergences of High/Low indices.
- SignalMAAboveBelow 2 A module of trading signals based on the Moving Average indicator signal module.
- NHNL The New High New Low Index indicator.
- MultipleFractals An indicator of multiple fractals.
- CCI_Divergence The indicator searches for divergences and displays them on the chart of the custom CCI indicator.
- BB-Percentage-Decimal Bollinger Bands in the form of an oscillator.
- MACD EA The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)
- Elders Safe Zone An indicator based on Elder's "Safe Zone".
- N Candles v6 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 it is netting or hedging.
- Pipsover 2 The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.
- MACDSimpleReshetov An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols.
- UmnickTrader An MQL5 implementation of the adaptive UmnickTrade Expert Advisor.
- Schaff TCD RSX As a logical step to filter out more the possible false signals, this variation of Schaff TCD RSI is using RSX (which is a smoother RSI than the "regular" RSI) to produce a smoother result.
- Schaff TCD RSI Schaff Trend Convergence Divergence indicator has the benefit of putting the Schaff Trend CD on a scale of zero to 100, making it easier to identify potential overbought and oversold levels in a currency trend and is using RSI for a final calculation.
- Schaff Trend RSX Schaff Trend RSX is "a smoother RSI" without a lag, in this version RSX is calculated instead of RSI. That makes the slope much smoother and produces significantly less color (slope) changes.
- Schaff Trend RSI Schaff Trend RSI is an RSI of the MACD.
- Kaufman AMA with filter In addition to the usual parameters that are controlling the way Kaufman AMA is calculated, this version has adjustable smoothing and filter that can eliminate insignificant AMA changes.
- Bulls and Bears This indicator shows Bulls and Bears power in the same indicator subwindow.
- Kaufman AMA MACD Kaufman AMA MACD is the MACD built exclusively using Kaufman AMA (even signal line is using that). That way this is a completely adaptive MACD (bearing in mind that Kaufman AMA is adaptive Moving Average).
- Price Channel Stop The Price Channel Stop indicator shows the current estimated trend based on channel period and desired risk. It also shows two levels of values that can be used as a stop loss for orders opened based on this indicator (using the trend color change can be used as a signal for a new order opening as well as closing already opened orders).
- Smoother Momentum Stops In the Smoother Momentum Stops indicator the stops are calculated using the smoother momentum and the direction of the stops is determined based on the smoother momentum.
- Sadukey "Sadukey" indicator is an indicator combining two digital filters on a chart to give us an assessment of current trend.
- Smoother momentum Smoother momentum is one of the possible ways to solve the main issue of the Momentum indicator - the values it displays are far from being smooth, and that can cause a lot of false signals in a lot of cases - regardless of the calculation period that is used.
- Nonlinear regression This indicator is a MetaTrader 5 version of nonlinear regression. Nonlinear regression is very "fast" when responding to sudden market changes so the default calculation period is set to somewhat longer period than it is usual for similar type indicator. Because of that some experimenting with period is advised based on your trading strategy and trading style.
- MACD High/Low MACD High/Low uses the highest high and lowest low of MACD (nnn) bars back to calculate a sort of dynamically changed zero line, early levels up and down and trend confirmation levels up and down. By adding these non-fixed levels, the MACD becomes faster in response to market changes and the MACD trend assessment has less false signals.
- Asymmetric bands Asymmetric bands indicator is one of the ways to avoid a lag when there is a trend reversal (since the opposite side band is too far from the current price).
- Synthetic smoothed RSI This version of Synthetic RSI is using Ehlers smoothed RSI in calculation instead of using "regular" RSI and that makes the resulting synthetic RSI even smoother.
- Synthetic RSI Instead of using one RSI, the Synthetic RSI indicator is using 3 instances of RSI. Those 3 instances of RSI are then used to calculate the "synthetic" value (that is not an average of the 3 since the calculation differs from an average).
- Composite Index The Composite Index was developed to solve the divergence failure problem in the RSI, but its ability to provide specific horizontal levels of support within the indicator adds to its value. The Composite Index takes the normalized formula of RSI and removes the normalization range restrictions. The formula for the Composite Index uses an embedded momentum calculation with a short-term RSI smoothed.
- Polychromatic Momentum - extended This version of Polychromatic Momentum is using double smoothed EMA for smoothing. DSEMA has been proven for producing very good smooth results with a lag that is almost non-existent, hence, in combination with it, the Polychromatic Momentum indicator becomes much more usable when it comes to signals.
- Polychromatic Momentum Polychromatic momentum takes an weighted average of all significant lookback periods for the tradable.
- Vortex Two lines representing positive and negative directional movement. These will intersect and cross during a change of trend and diverge wider and wider as the strength of the trend increases.
- Dsl - RSI of average This indicator is using filtered prices for RSI (instead of using "raw" prices) and is using Discontinued Signal Line for trend assessment (instead of using slope or fixed levels).
- Stochastic of Hull Hull average is used prior to stochastic calculation thus filtering the prices before they are used in the stochastic calculation. This method is used since it adds much less lag than if the smoothing of the already calculated stochastic value would be used.
- Triple DSEMA This version uses double smoothed EMA instead of using Hull average, and since double smoothed EMA is never overshooting, that issue is solved. Being a very smooth average too, double smoothed EMA is really a good filter/average to be used in the "triple" series.
- Double Smoothed EMA Unlike the similar attempts of smoothing existing indicators, the Double smoothed EMA indicator is not lagging when compared to "regular" EMA.
- Glitch Index Glitch Index represents the percentage move price has made above or below the detrended SMA.
- Congestion index The Congestion Index attempts to identify the market's character by dividing the actual percentage that the market has changed in the past x days by the extreme range.
- Dsl - CMO bars Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends displayed on the main chart as bars (if the current chart style is bars or line) or candles (it is done automatically).
- Dsl - CMO Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends.
- Schaff Trend Cycle - TEMA Unlike the original Schaff Trend Cycle, this version is using TEMA MACD for calculation, which makes it "faster" in determining (even compared to DEMA version) the trend changes and thus producing signals a few bars earlier.
- Schaff Trend Cycle - DEMA Unlike the original Schaff Trend Cycle, this version is using DEMA MACD for calculation, which makes it "faster" in determining the trend changes and thus producing signals a few bars earlier (which can be significant in "scalping" systems).
- Hull trend Indicator based on Hull Moving Average.
- Rsi(var) Zerolag DEMA Rsi(var) indicator with zero lag DEMA.
- Rsi(var) Zerolag MA Rsi(var) indicator with zero lag Moving Average.
- IEEE Floating-Point Decoder Display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. This helps to debug exact value of floating-point numbers for other MQL5 programs.
- Zero lag TEMA This indicator uses TEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version even faster than the Zero lag DEMA too.
- Zero lag DEMA This indicator uses DEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version faster.
- Zero lag MA According to creators, the ZeroLAG MA indicator is a Moving Average with zero delay. If we agree or not, does not matter since, compared to some "regular" Moving Averages the lag it has is significantly lower, so it can be used in any system where less lag is of great importance.
- RSI of Hull The Relative Strength Index (RSI) is a momentum indicator developed by noted technical analyst Welles Wilder, that compares the magnitude of recent gains and losses over a specified time period to measure speed and change of price movements of a security. It is primarily used to attempt to identify overbought or oversold conditions in the trading of an asset.
- Triple Hull The indicator is using 3 instances of Hull Moving Average.
- RSI bands The RSI bands indicator helps in multiple ways, but mainly in visualizing on the main chart what price change would trigger the expected overbought or oversold signals.
- Renko 2.0 ATR This non-trading utility generates custom symbol information on 1M chart.
- Stochastic RSI This version of Stochastic RSI uses a sort of a signal line to make it even more sensitive.
- Renko 2.0 Offline This non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
- ErrorDesc Printing GetLastError() and MqlTradeResult retcode as text description.
- Schaff Trend Cycle The Schaff Trend Cycle (STC) indicator detects up and down trends long before the MACD. It does this by using the same Exponential Moving Averages (EMAs), but adds a cycle component to factor currency cycle trends. Since currency cycle trends move based on a certain amount of days, this is factored into the equation of the STC indicator to give more accuracy and reliability than the MACD.
- MACD of average This is a MACD that can use average for input price instead of using "pure" price. That can help in filtering some false signals, but the main purpose of this code is to show how simple some things can be done using MetaTrader 5. In addition to all usual options when it comes to this type of indicators, option to have color changes based on MACD slope change or MACD crossing signal line.
- RSI of average A very well known RSI of average is made with, all in all, 3 lines of a code in a main loop (color assignment on RSI slope change included in those 4 lines). This one can be used as template for some other indicator and can provide a simplicity solution for those that think that everything is very complicated in MetaTrader 5.
- Stochastic of T3 This version of Stochastic Oscillator reduces the number of false alerts by smoothing the price prior to be used in the stochastic calculation. That makes a nice smooth stochastic as a result that can easily be used for trend trading systems.
- Hull MACD This version of MACD uses Hull Moving Average for MACD calculation instead of using EMA (as the original Gerald Appel version does). That makes it "faster" than the EMA version and suitable for scalping techniques as well as for trending techniques (if longer calculation periods are used).
- Point of Balance The indicator shows current trend by showing a color of the current balance. The opposite color is not displayed as long as it does not become a trend (hence, lack of color, means the opposite trend is the prevailing)
- Candle Closing Time Remaining (CCTR) MT5 MetaTrader 5 version of Candle Closing Time Remaining (CCTR) is an indicator which displays the remaining time for an open candle to be closed.
- Inverse Fisher CCI CCI is a very useful indicator. But it lacks one thing: known bounds. Adding Inverse Fisher Transform to CCI makes it oscillate in known bounds, and that way it can help in assessing what is exactly going on with the markets.
- Volume Average percent This version is a sort of normalized version - since it shows Volume as a percent compared to the Average Volume over a chosen period.
- Volume Average Long known volume analysis method.
- McGinley Dynamic Indicator The McGinley Dynamic indicator was developed by John McGinley and outlined in the Market Technicians Association's "Journal Of Technical Analysis" in 1991. The purpose of this indicator is to address flaws found in conventional moving averages, such as price separation and whipsaws. The result is a remarkable indicator that follows the average price of an instrument while adapting to current market speeds.
- 3 MAs Market Indicator that shows the current estimated state of the market based on a correlation of 3 Moving Averages.
- Chande's DMI (Dynamic Momentum Index) The Dynamic Momentum Index (DMI) is a variable term RSI. When default values are used, the RSI term varies from 3 to 30. The variable time period makes the RSI more responsive to short-term moves. The more volatile the price is, the shorter the time period is. It is interpreted in the same way as the RSI, but provides signals earlier.
- ZigZag separate ZigZag separate is a MetaTrader 5 version of one indicator that was floating around the net as a wonder indicator for MetaTrader 4.
- Fractal Adaptive MACD Fractal Adaptive Moving Average Technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average, in which the smoothing factor is calculated based on the current fractal dimension of the price series. The advantage of FRAMA is the possibility to follow strong trend movements and to sufficiently slow down at the moments of price consolidation.
- Instantaneous Trend Line bands (generalized) This version extends the Instantaneous Trend Line indicator with a sort of bands to make it easier to spot trend change and to filter out some false signals that can be produced if only the slope of the ITL indicator is takes for a signal. And it also differs from the original in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.
- Instantaneous Trend Line (generalized) This version differs from the original Instantaneous Trend Line in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.
- Channels Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.
- Invest System 4.5 A trading system based on the account balance and the result of the last trade.
- TrailingStopAndTake Simple trailing of stop loss and take profit orders of open positions.
- Vector An oscillator of market movement, mood and trend.
- Patterns A set of thirty popular candlestick patterns.
- Other_Candles The indicator draws candlesticks in a separate window in the form of a histogram from the zero line.
- MinMax_MA A moving average based in High and Low prices.
- MACD_Signal_Divergence The indicator searches for divergences and displays them on the chart of the signal line of the custom MACD indicator.
- MACD_Divergence The indicator searches for divergences and displays them on the chart of the custom MACD indicator.
- GeoMean_MA Geometric Mean Moving Average is a simple moving average calculated by the geometric mean method.
- D_Oscillator RSI+CCI in one window.
- BB-Decimal Colored Bollinger Bands
- Trend Me Leave Me The EA trades using the signals of iADX (Average Directional Movement Index, ADX) and iSAR (Parabolic SAR) indicators. The profit/loss of the last closed position is taken into account. Positions are moved to breakeven.
- AO_Divergence The indicator searches for divergences and displays them on the chart of the custom AO indicator.
- EMA Cross Contest Hedged A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).
- SAR RSI MTS A trading system based on two indicators: iSAR (Parabolic SAR) and iRSI (Relative Strength Index, RSI). Lot calculation based on the risk value as a percentage of free margin.
- Ambush The Expert Advisor uses Buy Stop and Sell Stop orders to trade news and large price movements.
- RndTrade Opening positions randomly after a certain time interval.
- TrailingTakeProfit This non-trading Expert Advisor is designed for the simple trailing of take profit orders of open positions.
- TimeEA A Simple Expert Advisor The EA opens a position of the specified type at the time specified in the EA parameters. The position is closed at the time specified in the appropriate parameter.
- NTK 07 Implementation of multiple trailing types. Pending Buy Stop and Sell Stop orders. Limitation of the maximum total lot and the total number of positions. Several types of position volume calculation.
- Percentage_Crossover_Channel_EA An Expert Advisor, which trades in a channel based on the Percentage_Crossover_Channel indicator.
- Diff_TF_MA_EA An Expert Advisor based on the Diff_TF_MA indicator.
- ZeroLagMACD ZeroLagMACD is an MACD version, which has a much smaller lag compared to the classic MACD.
- ZeroLag Zero Lag is a modified EMA.
- WI The WI oscillator indicator.
- VMA VMA is a volatility based dynamic MA.
- Square Weighted MA Square Weighted Moving Average.
- RWI RWI (Random Walk Index)
- Median Moving Average Median MA is a moving average, which is calculated using the median price for a given period.
- Moving Average Candles A moving average drawn as candlesticks on a chart.
- Logarithmic Regression Logarithmic regression channel.
- Kurtosis Kurtosis is an indicator of market sentiment.
- Kicking Pattern The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.
- Difference The Difference indicator shows the difference between the current prices and prices as of N periods ago.
- Polynomial Regression A polynomial regression channel.
- Wilson Relative Price Channel Wilson Relative Price Channel.
- AMACD Classic MACD based on Adaptive Moving Average.
- Asymmetric Trend Pressure The Asymmetric Trend Pressure indicator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend.
- Advance Trend Pressure The Advance Trend Pressure oscillator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend.
- MA with Band The indicator displays a Moving Average with bullish and bearish areas.
- Custom Moving Average Input Color A modification of the "Custom Moving Average" indicator: now the line color can be passed in input parameters.
- AccurateTimer Increased accuracy of the standard timer.
- ZScore The ZScore indicator shows relative price deviation from its average value.
- RSI on the Price Chart Standard RSI on the price chart.
- VAMA based Alligator An Alligator based on the VAMA indicator.
- VAMA A simple Moving Average of volumes.
- Diff_TF_MA - Moving Averages for two timeframes The indicator shows Simple Moving Averages from two timeframes.
- Keltner Channel in the cloud form The indicator draws the Keltner channel in the form of a cloud.
- Fractals at Close prices EA An Expert Advisor based on the "Fractals at Close prices" indicator.
- Modified Keltner Channel The Keltner channel with customizable calculation parameters.
- VR Alert МТ5 Lite The VR Alert NT5 indicator warns the trader about the price reaching a specified level.
- Fractals at Close prices A modification of standard fractals: only Close prices are used for calculations.
- Expert Advisor based on Price_Extreme_Indicator The Expert Advisor is based on the channel indicator Price_Extreme_Indicator.
- Multi-Symbol Momentum The indicator shows the price increment of eight symbols in one window.
- Dynamic channel of one trading day The indicator draws a channel of a trading day in the form of a cloud.
- Dynamic Moving Average Dynamic Moving Average.
- Channel at a percentage value of level breakout The indicator draws a channel based on the value of the breakout of channel levels.
- Donchian Channel The indicator draws the Donchian channel.
- Indicator showing the day open price The indicator draws the opening price of the day. It works on timeframes up to H1.
- The volume based ATR indicator The indicator calculates the ATR value based on the minimum price differences of the current and previous day, taking into account the volume of the current day.
- A set of eight Moving Averages The indicator allows displaying on a chart eight Moving Averages with the same averaging methods and calculation prices, but with different periods.
- Channel based on extreme prices The indicator draws a channel at candlestick extreme prices.
- Custom Daily Candlesticks The indicator draws daily candlesticks with extended parameters. It only works on the D1 chart timeframe.
- Simple oscillator showing the difference between two Moving Averages The indicator shows the difference between two Moving Averages in the form of a colored histogram drawn in a separate window.
- Marking of candlesticks larger than the specified size The indicator marks on a price chart candlesticks, which are larger than the specified size. If the candlestick size exceeds the value specified in the indicator parameters, the indicator can show an alert message.
- Advanced Fractals Unlike the standard Fractals, this indicator allows searching and displaying on a chart fractals with the user defined dimensions.
- VR---ZVER v.2 It is a further development of the first VR---ZVER version. The new version features trailing stop, a separate flag for allowing/prohibiting BUY positions, a separate flag for allowing/prohibiting SELL positions.
- LacusTstopandBE An assistant EA for manual trading. Sets Stop loss, Take profit, moves positions to breakeven and applies trailing.
- SAR index based on MA The SAR indicator calculated based on the iMA (Moving Average, MA) indicator values.
- ZigZagEvgeTrofi ver. 1 A trading system based on the ZigZag indicator.
- CCI Color Levels Modified iCCI (Commodity Channel Index, CCI) - color highlighting of zones above the UP level and below the DOWN level.
- EasyAndFastGUI library for creating graphical interfaces The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.
- VR Orders History MT5 Lite VR Orders History MT5 Lite - a script for downloading trading history in the CSV format.
- Exp_ColorJJRSX_Tm_Plus A trading system based on ColorJJRSX indicator signals with the possibility to set a fixed position holding time.
- ColorDerivative_HTF The ColorDerivative indicator with the possibility to change the indicator timeframe in its input parameters.
- XIBS_Histogram The Internal Bar Strength indicator implemented in the form of a colored histogram.
- SVS_Trend_HTF The SVS_Trend indicator with the possibility to change the indicator timeframe in its input parameters.
- InOutBar The indicator marks candlesticks with colored arrows if candlesticks of a higher timeframe selected in input parameters are higher or lower than previous candlesticks.
- GalacticExplosion Buy or Sell signals are generated when the price is above iMA (Miving Average, MA) with a very large period. As the number of open positions increases, the distance between trades (during which entry signals are skipped) also increases. The EA trades in the specified time interval.
- AroonOscillator_Histogram The AroonOscillator indicator implemented in the form of a color histogram.
- Exp_ColorJFatl_Digit_Tm_Plus A trading system based on ColorJFatl_Digit indicator signals with the possibility to set a fixed position holding time.
- Exp_XDidi_Index_Cloud_Duplex Two identical trading systems based on the change in the color of the XDidi_Index_Cloud indicator cloud for long and short trades, which can be configured in different ways in one Expert Advisor.
- ExpertZZLWA The Expert Advisor allows checking the potential profitability of the ZigZagLW Addition indicator.
- Arrows and Curves EA An Expert Advisor based on the "Arrows&Curves" indicator.
- AdaptiveRVICloud_System_HTF Two AdaptiveRVICloud indicators from different timeframes on one chart.
- XDidi_Index_System_HTF Two "Didi Needles" indicators from different timeframes on one chart.
- Martin for small deposits Martingale based Expert Advisor specially designed for small deposits.
- JS_SISTEM_2 The Expert Advisor uses three iMAs (Moving Average, MA), one iOsMA (Moving Average of Oscillator and one iRVI (Relative Vigor Index, RVI). Trailing stop is based on the High/Low of earlier bars.
- ColorSRoC The smoothed S-RoC indicator of the relative price increment by Fred Shutsman.
- Cointegration The indicator calculates and displays a linear relationship between two or more financial symbols.
- RMI_Histogram Relative Momentum Index implemented as a color histogram with an indication of overbought and oversold zones.
- Exp_XFatlXSatlCloud_Duplex Two identical trading systems based on the change in the color of XFatlXSatlCloud for long and short trades, which can be configured in different ways in one Expert Advisor.
- XRSXTrend_NRTR A semaphore signal indicator using the XRSX oscillator, which is similar to BykovTrend with an NRTR line based on the values of the ATR indicator.
- XCCXTrend_NRTR A semaphore signal indicator using the XCCX oscillator, which is similar to BykovTrend with an NRTR line based on the values of the ATR indicator.
- RSITrend_NRTR A semaphore signal indicator, which is similar to BykovTrend with an NRTR line based on the values of the ATR indicator.
- RVIValues The indicator shows a text block with the values of the user defined RVI oscillator period for each timeframe.
- BykovTrend_NRTR The BykovTrend semaphore signal indicator with an NRTR line based on the ATR indicator values.
- Support_and_Resistance_HTF The Support_and_Resistance indicator with the possibility to change the indicator timeframe in input parameters.
- Boa_ZigZag_Arrows_Duplex Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart.
- SignalCCI BuyOrSell A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.
- Reversal The indicator displays trade opening signals based on the author's 'Reversal' trading system.
- Starter_v6mod A trading system based on the 'EMAAngle' and 'Laguerre RSI with Laguerre filter' indicators.
- Arbitrage Synthetic A trading robot for performing arbitrage between EURGBP and its synthetic quotes (triangular arbitrage).
- Instantaneous Trend Line Bands This version extends the Instantaneous Trend Line indicator with a sort of bands to make it easier to spot trend change and to filter out some false signals that can be produced if only the slope of the ITL indicator is takes for a signal.
- Instantaneous Trend Line Instantaneous Trend Line is one of the series of indicators created by John Ehlres.
- Stochastic DeMarker This version of DeMarker indicator uses the "help" of smoothed Stochastic to emphasize the states of DeMarker and to help in easier trend assessment.
- Balance of Power Balance of Power, introduced by Igor Livshin, attempts to measure the strength of buyers vs. sellers by assessing the ability of each to push price to an extreme level. Livshin published this indicator in the August 2001 issue of Stocks and Commodities Magazine. This version of indicator calculates the BOP exactly as it is described in the article where it was published.
- T3 levels T3 is very similar to EMA in calculating way and it makes it suitable for this way of calculation. As an extension of EMA levels it might prove to be useful but by all means do some experimenting in order to get the best results for specific symbol/timeframe combination.
- Fractals Chaos Oscillator A different way of looking at the fractals: instead of showing fractals the usual way, this indicator shows fractals as an oscillator and can show the "rhythm" of the changes in the market.
- Dsl - Balance of Market Power Balance of Market Power combined with DSL (Discontinued Signal Line) it can be used both for trending and scalping mode.
- Chaos zone Chaos zone indicator that is a combination of two Bill Williams' indicators: Accelerator Oscillator and Awesome Oscillator.
- EMA levels Instead of being in a hurry to follow the price with the stop loss, this indicator is adjusting a proposed stop loss only when it notices a trend change in the opposite direction. That way, it keeps the level intact while trending, and adjusts it when it "sees" that there is a possible trend change) and gives bigger "room" for an order to survive possible whipsaws in trends. Also, since it is estimating a trend, this indicator displays the periods when there is a trend in different color(s) in order to make it easier to decided what to do.
- DSL - extended stochastic The usual average that is used for stochastic calculation is simple Moving Average (SMA). This (extended) version allows you to use any of the 4 basic types of averages (default is SMA, but you can use EMA, SMMA or LWMA too) - some are "faster" then the default version (like EMA and LWMA versions) and SMMA is a bit "slower", but this way you can fine tune the "speed" to signals ratio.
- DSL - stochastic The DSL (Discontinued Signal Line) version of Stochastic does not use a moving average in a classical way for signals, but is instead calculating the signal lines depending on the value(s) of the stochastic. Thus, we are having two things : a signal line and a sort of levels that can be used for overbought and oversold estimation.
- DSL - WPR The DSL version of Williams' Percent Range does not use fixed levels for oversold and overbought levels, but is having a sort of dynamic (discontinued signal lines) calculated to identify those levels. That makes it a bit more responsive to market changes and volatile markets.
- Nonlinear Kalman filter One more from the creations of John Ehlers - nonlinear Kalman filter.
- Kalman bands This is a conversion of Kalman bands originally developed by Igor Durkin. Values are the same as MetaTrader 4 version except that we are using possibilities that MetaTrader 4 does not have to make the indicator easier to use.
- DSL - TEMA MACD Variation of a long known and useful MACD indicator using TEMA (Triple Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation, and DSL (Discontinued Signal Lines) and instead of using one signal line uses two.
- DSL - DEMA MACD Variation of a long known and useful MACD indicator using DEMA (Double Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation, and DSL (Discontinued Signal Lines) and instead of using one signal line uses two. That way it sort of introduces levels as well as signal lines and, judging from tests, it seems to be better in avoiding false signals and it can be used in (short term) reversals detection.
- Stochastic RVI Stochastic and RVI (Relative Vigor Index) - both indicators measure overbought and oversold area of the market movement. This indicator combines them both in one single indicator - Stochastic of Relative Vigor Index.
- Get M1 OHLC data for MetaTrader 4 backtesting Usually most brokers do not provide M1 data over 3 months in MetaTrader 4, but they provide M1 data over 3 years in MT5. So we can use this tool to obtain the M1 data in MetaTrader 5 tester and save the data into .hst file for MetaTrader 4 backtesting.
- Inverse Fisher RVI The Inverse Fisher Transform normalizes the values in the desired range (-1 to +1 in this case) which helps in assessing the overbought and oversold market conditions.
- Fisher RVI This indicator has an addition of Fisher Transform to the RVI. The Fisher Transform enables traders to create a nearly Gaussian probability density function by normalizing prices. In essence, the transformation makes peak swings relatively rare events and unambiguously identifies price reversals on a chart. The technical indicator is commonly used by traders looking for extremely timely signals rather than lagging indicators.
- Stochastic Extended This version of Stochastic Oscillator allows you to use any of the 4 basic types of averages (default is SMA, but you can use EMA, SMMA or LWMA too) - some are "faster" then the default version (like EMA and LWMA versions) and SMMA is a bit "slower" but this way you can fine tune the "speed" to signals ratio.
- T3 Stochastic Momentum Index This version is doing the calculation in the same way as the original Stochastic Momentum Index, except in one very important part: instead of using EMA (Exponential Moving Average) for calculation, it is using T3. That produces a smoother result without adding any lag.
- Stochastic Momentum Index The Stochastic Momentum Index (SMI) was developed by William Blau and was introduced in the January 1993 issue of Technical Analysis of Stocks & Commodities magazine. It incorporates an interesting twist on the popular Stochastic Oscillator. While the Stochastic Oscillator provides you with a value showing the distance the current close is relative to the recent x-period high/low range, the SMI shows you where the close is relative to the midpoint of the recent x-period high/low range.
- Directional Efficiency Ratio The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges between 0 and 1 with higher values representing a more efficient or trending market.
- TTM trend The TTM (Trade The Markets) Trend is basically an easier way to look at candlesticks. It is the The Heikin-Ashi method. Literally translated Heikin is "average" or "balance,", while Ashi means "foot" or "bar." The TTM trend is a visual technique that eliminates the irregularities from a normal candlestick chart and offers a better picture of trends and consolidations.
- MACD TEMA MACD TEMA is even a bit more "faster" than MACD DEMA so, depending on the parameters, in scalping mode (short calculating periods) or trending mode (when longer periods are used. Never forget that MACD is primarily a momentum indicator and that it is the main goal of MACD.
- MACD DEMA MACD that is using DEMA fo calculation.
- Smoothed Kijun-Sen The Kijun-Sen is a major indicator line and component of the Ichimoku Kinko Hyo indicator, also known as the Ichimoku cloud. It is generally used as a metric for medium-term momentum.
- CCI alternative Commodity Channel Index (CCI) is a versatile indicator that can be used to identify a new trend or warn of extreme conditions. Donald Lambert originally developed CCI to identify cyclical turns in commodities, but the indicator can be successfully applied to indices, ETFs, stocks, and other securities.
- Volume Rate of Change The Volume Rate of Change indicator (VROC) measures the rate of change in volume over the past "n" sessions. In other words, the VROC measures the current volume by comparing it to the volume "n" periods or sessions ago.
- DevStops A variation of Deviation Stops (DevStops) indicator. Some are wrongly calling this version a Kase DevStops (which it is not - Kase DevStops indicator is calculated in a quite different way), but this version has its good points too and can be used in regular support/resistance mode. Additionally each DevStop value is colored according to the slope (trend) of the line - when all are aligned in the same direction, it can be treated as a confirmed trend change.
- Kase DevStops Kase DevStops. What all of this boils down to is that we need to take variance and skew into consideration when we are establishing a system for setting stops. Three steps that we can take in order to both better define and to minimize the threshold of uncertainty in setting stops are: 1. Consideration of the variance or the standard deviation of range. 2. Consideration of the skew, or more simply, the amount at which range can spike in the opposite direction of the trend. 3. Reformation of our data to be more consistent (this step is examined in detail in Chapter 81, while minimizing the degree of uncertainty as much as possible).
- Smoothed Rate of Change Smoothed Rate of Change (Smoothed-RoC) is a refinement of Rate of Change (RoC) indicator that was developed by Fred G Schutzman. It differs from the RoC in that it based on Exponential Moving Averages (EMAs) rather than on price closes. Like the RoC, Smoothed RoC is a leading Momentum indicator that can be used to determine the strength of a trend by determining if the trend is accelerating or decelerating. The Smoothed RoC does this by comparing the current EMA to value that the EMA was a specified periods ago. The use of EMAs rather than the price close eliminates the erratic tendencies of the RoC.
- Percentage Price Oscillator Extended The Percentage Price Oscillator Extended (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this difference by the 26-day EMA. The end result is a percentage that tells the trader where the short-term average is relative to the longer-term average.
- Percentage Price Oscillator The Percentage Price Oscillator (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this difference by the 26-day EMA. The end result is a percentage that tells the trader where the short-term average is relative to the longer-term average.
- Woodies CCI Woodies CCI is a momentum indicator that was developed by Ken Woods. It's based on a 14 period Commodity Channel Index (CCI).
- ATR Probability Levels Probability levels based on ATR. "Probability" is calculated based on the projected Average True Range and previous period Close.
- HOPS and LOPS HOPS and LOPS indicator. The "HOPS" and "LOPS" stand for High Of the Previous Session and Low Of the Previous Sessions.
- Rsi(var) with averages Rsi(var) with averages.
- Rsi(var) RSI variation.
- Reduce_risks This is an MQL5 version of the Expert Advisor described in the article "How to reduce trader's risks" (https://www.mql5.com/en/articles/4233).
- Chandelier exit Chandelier exit indicator is designed to keep traders in a trend and prevent an early exit as long as the trend extends. Typically, the Chandelier Exit will be above prices during a downtrend and below prices during an uptrend.
- Lot calculator - risk management tool This tool allows you to calculate the correct lot size of the next trade by following some simple money management rules.
- RAVI iFish Range Action Verification Index (RAVI) with inverse Fisher transform.
- Chandes Quick Stick (Qstick) Chandes Quick Stick (Qstick)
- Ulcer Index This Ulcer Index indicator was derived from the stock risk indicator by Peter Martin in the 1987 book "The Investors Guide to Fidelity Funds".
- Vertical Horizontal Filter The Vertical Horizontal Filter ("VHF") determines whether prices are in a trending phase or a congestion phase. The VHF was first presented by Adam White in an article published in the August, 1991 issue of Futures Magazine.
- Relative Momentum Index Relative Momentum Index (RMI) is a variation of the RSI indicator. The RMI counts up and down days from the Close relative to the Close X days ago (where X is not limited to 1 as is required by the RSI) instead of counting up and down days from Close to Close as the RSI does.
- Moving slope rate of change - Extended Extended version of MSROC indicator.
- Moving slope rate of change Moving slope rate of change.
- Correlation Correlation of two symbols.
- Hi/lo mod High/Low indicator mod.
- SAR trading v2.0 Trading signals are generated based on a comparison of two trend indicators: iMA (Moving Average, MA) and iSAR (Parabolic SAR). The EA works on the zero bar, only one position can be open. Trailing stop is used.
- DojiTrader The Expert Advisor trades using the "Japanese Doji Candlestick" pattern.
- Dealers Trade v 7.91 ZeroLag MACD A further development of code "Dealers Trade v 7.74 MACD" (https://www.mql5.com/en/code/19535). "Zero-lag MACD" (https://www.mql5.com/en/code/170) is used. When the number of positions increases, the following is also increased: step between positions, lot size, take profit (martingale).
- Four clicks to draw an arc-shaped channel A quick way to draw an arc-shaped channel using four mouse clicks.
- ma-shift Puria method The Expert Advisor is based on Puria method with a few changes. It uses two iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD).
- Momo_trades The Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account.
- ichimok2005 An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Fixed lot.
- EMA 6.12 The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit.
- FORTS Currency Powers An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.
- FOREX Currency Powers MetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.
- x1 Simultaneous opening of opposing positions. Lot management
- VR---ZVER The EA uses three iMAs (Moving Average, MA), one iStochastic (Stochastic Oscillator) and one iRSI (RSI, Relative Strength Index). Positions are opened by market, as well as Buy Stop and Sell Stop pending orders are placed.
- Show Pips Information about profit, points, percent, spread and time remaining until the close the bar on the current currency pair and timeframe in a compact and convenient form.
- Dealers Trade v 7.74 MACD The EA trades using signals of the iMACD (Moving Average Convergence/Divergence, MACD) indicator. Lot is increased when the number of position grows (Martingale)
- 3MACross EA An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" (https://www.mql5.com/en/code/19519) and "Price Channel" (https://www.mql5.com/en/code/44)
- MA Cross 3MACross Alert WarnSig Crossover of three iMAs (Moving Average, MA). Alert, sound notification and email notification of the first crossover. Arrows mark the crossover.
- Precipice MartIn A trading strategy using the Martingale system.
- BeerGodEA The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.
- N Candles v5 The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.
- Dtm_HTF The Dtm indicator with the possibility to change the indicator timeframe from input parameters.
- Exp_CMO_Duplex Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor.
- Exp_Daniella A trading system based on the signals of the Daniella semaphore signal indicator.
- 20 Pips Opposite Last N Hour Trend Trading against the trend direction as of N hours ago.
- FractalLevels_System The indicator implements a breakout system using the Fractal_Levels indicator channel.
- Daily BreakPoint A daily bar breakout strategy.
- KDJ Expert Advisor An Expert Advisor based on "KDJ Indicator"
- KDJ Indicator KDJ Indicator Oscillator
- GreenTrade The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.
- Billy expert A trading strategy "three bars down, Stochastic up".
- Martin A trading system based on the Martingale technique.
- Vortex Oscillator System A trading system based on the Vortex Oscillator signals.
- Vortex Oscillator This version of the Vortex indicator shows the difference between the VI+ and VI- lines as a histogram oscillating around the zero line.
- Bollinger Bands RSI The Expert Advisor is based on the signals of indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).
- VR Overturn Martingale and anti-martingale.
- Fractal_Levels The channel is drawn based on fractals.
- StochValues The indicator shows a text block with the values of the user defined Stochastic Oscillator period for each timeframe.
- risk Maximum lot calculated based on free margin.
- Daniella A semaphore signal indicator using Average True Range.
- Exp_Stopreversal_Tm The Expert Advisor is based on the signals of the Stopreversal indicator and is provided with the possibility to set a strict trading time interval.
- Ping A real-time indicator showing the lag of quotes inside the terminal.
- Candle_row The indicator sets indexes for candlesticks in the price movement direction.
- RSI Eraser The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals.
- OsMaSter v0 The Expert Advisor is based on the iOsMA (Moving Average of Oscillator, OsMA) indicator signals.
- Spreader 2 An Expert Advisor for two currency pairs
- Dtm An oscillator in the DRAW_FILLING style, using digital filters.
- N seconds N points 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, the EA closes the position. If the profit has not reached "Take Profit" points, the EA moves the take profit level.
- Clock A library for creating analog clocks using MetaTrader 4/5 graphical resources.
- JS-Chaos The Expert Advisor is based on Bill Williams' strategy.
- KI_signals_v2 A trend indicator, which receives trade signals from the XMACD histogram.
- Jims Close Positions Closing positions: all, only profitable or only losing positions.
- XMA_Divergence_HTF The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters.
- CCIValues The indicator shows a text block with the values of the user defined CCI oscillator period for each timeframe
- XMA_Divergence A trend indicator displaying divergence areas on the price chart.
- ShadeOpenX_Timer The ShadeOpenX 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 possibility is implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas".
- Exp_ColorJFatl_Digit_Duplex Two identical trading systems based on the change in the ColorJFatl_Digit moving direction for long and short trades, which can be configured in different ways in one Expert Advisor.
- Exp_NRTR_ATR_STOP_Tm A trading system based on the NRTR_ATR_STOP indicator signals with the possibility to set a strict trading time interval.
- Disaster Works with pending Buy Stop and Sell Stop orders. The EA uses the iMA (Moving Average, MA) indicator with a VERY large period equal to 590.
- ShadeOpenX The indicator marks the current day's time period specified in the indicator settings using colored rectangles.
- ShadeOpen The indicator marks the time period specified in the indicator settings using colored rectangles.
- Alert Crossing Moving Average Nth Bar An alert (an audio alert, email and push notification) is generated when the iMA (Moving Average, MA) indicator crosses the bar with index N.
- MAMACD A strategy based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD).
- Count of candles in interval (histogram) The indicator shows the number of bullish and bearish bars in the given interval.
- Statistics of candles 2 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 CGraphic class.
- DeMarkerValues The indicator shows a text block with the values of the user defined DeMarker oscillator period for each timeframe.
- WPRValues The indicator shows a text block with the values of the user defined WRP oscillator period for each timeframe.
- Statistics of candles 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 CGraphic class.
- MACD Crossing the zero level (color candles) Color candlesticks display areas, in which the MACD indicator crosses the zero line.
- MACD Crossing the zero level Displays areas, in which the MACD indicator crosses the zero line.
- An abstract trading robot, an OOP pattern An example of a template for developing automated trading systems.
- eaBreakeven The expert advisor moves stop loss of position at user-defined breakeven.
- CDouble & CDoubleVector 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!
- Renko 2.0 A complete Renko chart indicator with wicks. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
- Larry Conners RSI 2 Simple Expert Advisor based on the Larry Conners RSI 2 strategy.
- LeadLagRelationshipTester Script for checking the LeadLagRelationship indicator (https://www.mql5.com/en/market/product/26229)
- PS Magicas - Three moving averages PS Magicas - Three moving averages that give target and possible entries.
- CDictionary An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.
- Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.
- MACD Stochastic The trading system is based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator)
- Nova The Expert Advisor checks the direction in which the price has been moving for the last 10 seconds, and opens a position in accordance with the movement. The EA sets Stop Loss and Take Profit.
- e-Skoch pending orders Works with pending stop orders (Buy Stop and Sell Stop). Monitors spread %.
- Locker The EA lock positions.
- Alligator A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.
- HarVesteR The Expert Advisor uses the following indicators: Moving Average Convergence/Divergence, MACD; Moving Average, MA; Average Directional Movement Index, ADX. It closes half of the profitable position.
- Flat Channel The Expert Advisor trades in a channel. When a flat channel is found or when the market slows down, the EA places a pending order expecting the channel breakout.
- Differential indicator by Sultonov Displays average values of the bulls and bears power.
- Current Next Futures The script has three independent functions for determining the current FORTS futures.
- Vortex Indicator System A trading system based on the Vortex indicator signals.
- Notify Icon A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative.
- Momentum YTG The Momentum indicator implemented in the form of a color histogram.
- Vortex An indicator from "Technical Analysis of Stocks & Commodities" (January, 2010).
- Multi Stochastic A multi-currency Expert Advisor based on the iStochastic (Stochastic Oscillator) indicator signals.
- SubWindow A library for working with chart subwindows.
- Multi Time Frame Trader The Expert Advisor trades based on the i-Regr indicator signals.
- This is a cross-platform МТ45 Expert Advisor The МТ45 Expert Advisor is based on the Martingale strategy. It is designed for trading in the МetaТrader 4 and МetaТrader 5 terminals.
- Anubis The Expert Advisor trades using the signals of the following indicators: iStdDev (two indicators), iMACD, iCCI, iATR. Moving positions to breakeven.
- OpenTime Opening and closing positions at a specified time.
- Pending orders by time The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.
- EA Trix An expert advisor based on the TRIX ARROWS indicator.
- TRIX ARROWS The Triple Exponential Average (TRIX) indicator + the signal line + arrows at the intersection of the signal and the main lines.
- Carbophos The Expert Advisor sets a grid of pending Sell Limit and Buy Limit orders.
- Burg Extrapolator The Expert Advisor uses Burg's method for linear prediction.
- Pending orders DOWN The scripts places multiple pending orders lower than the current price.
- Pending orders UP The scripts places multiple pending orders higher than the current price.
- History Deals and Orders The 'History Deals and Orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.
- Expert A library for reading/writing the parameters of arbitrary Expert Advisors.
- ColorPsychological The Psychological indicator implemented as a color histogram, featuring alerts, push and email notifications.
- MASi_WaveHist This is an implementation of the market cycle indicator described by Raghee Horner.
- Exp_Stopreversal A trading system based on the Stopreversal indicator signals.
- Zigzag2_R_channel_System The indicator implements a breakout system using the Zigzag2_R_channel indicator channel, as well as generates alerts, sends push and email notifications when the price breaks the channel drawn through the zigzag peaks.
- RSIValues The indicator shows a text block with the values of the user defined RSI period for each timeframe.
- Psychological_HTF The Psychological indicator with the timeframe selection option available in input parameters.
- KoliErBands_HTF The KoliErBands indicator with the timeframe selection option available in input parameters.
- ADXCrossingMA A semaphore signal indicator based on crossovers of the Di Plus and Di Minus lines of the ADX_Smoothed indicator.
- Stopreversal A semaphore signal indicator.
- Psychological A classic oscillator imported from the FXAccuCharts platform.
- HTML file converter for the economic calendar HTML file converter for the economic calendar. The script parses a page downloaded from http://www.investing.com/economic-calendar, and forms a CSV file with the list of news.
- Opposite trade Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function.
- up3x1 Investor Candlestick size analysis. The idea of the trading system: candlestick parameters matter after news releases.
- New Random Trading based on a random number generator or in one of the following sequences: BUY - SELL - BUY or SELL - BUY - SELL.
- ColorDerivative The Derivative indicator implemented as a colored histogram with an additional averaging.
- VolatilityValues The indicator shows a text block with the values of the user defined Volatility period for each timeframe.
- AutoSLTP 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.
- Four_MA_Strength_HTF The Four_MA_Strength indicator with the timeframe selection option available in input parameters.
- Last ZZ50 The strategy is based on the ZigZag indicator and pending orders.
- Symbol A library for working with traditional and custom symbols
- ATRValues The indicator shows a text block with the values of the user defined ATR period for each timeframe.
- KoliErBands Another version of Bollinger Bands using as the middle line the average of the High and Low over a selected period.
- Nevalyashka We open a new position opposite to the previous one. Inputs only contain Stop loss, Take Profit and the minimum lot.
- OzFx The OzFx system. It uses Accelerator Oscillator and Stochastic Oscillator.
- Trade in Channel The Price Channel trading system.
- Mikahekin_System The indicator implements a breakout system using the Mikahekin indicator channel.
- ForceTrend_HTF The ForceTrend indicator with the timeframe selection option available in input parameters.
- Exp_ForceTrend A trading system based on the ForceTrend indicator signals.
- Mikahekin_HTF The Mikahekin indicator with the timeframe selection option available in input parameters.
- Four_MA_Strength The indicator displays trend power and direction based on four moving averages.
- TesterBenchmark Measuring the net performance of MetaTrader 4/5 strategy testers.
- Chart Save Template The script saves current chart settings to a template with the specified name.
- Report The MetaTrader 4/5 library allows generating reports based on the trading history.
- Martin An Expert Advisor without a single indicator. Uses lot and step increase.
- AlexSTAL_ZigZagProf_channel A channel based on peaks and troughs of AlexSTAL_ZigZagProf.
- ForceTrend It is a simple trend indicator with the color indication of active trend direction.
- BarTimerCLineRoundedVertical_HTF The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", with the possibility to set a fixed timeframe, data from which the indicator displays in input parameters, and producing a sound alert when the bar changes.
- BarTimerCLineRoundedVertical The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data and producing a sound alert when the bar changes.
- Exp_ColorFisher_m11 A trading system based on the ColorFisher_m11 indicator signals.
- ColorFisher_m11_HTF The ColorFisher_m11 indicator with the timeframe selection option available in input parameters.
- Exp_AFStar A trading system based on the AFStar indicator signals.
- iCCI iMA The iMA (Moving Average) indicator based on iCCI (Commodity Channel Index). It is an analogue of Previous Indicator's Data in the terminal.
- ColorFisher_m11 Oscillator using inverse Fisher Transform.
- Stop Loss Take Profit If a trade is closed by Stop loss, the volume is doubled; if by Take profit the minimum volume is used. OnTradeTransaction is used to determine whether a trade was performed after the activation of Stop loss or Take profit.
- AFStar A semaphore signal indicator.
- ZigZagOnParabolic_channel A channel based on peaks and troughs of ZigZagOnParabolic.
- Multi Arbitration 1.1xx Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.
- ParTest The Paramon indicator with a color filling of the channel.
- Exp_Omni_Trend A trading system based on the Omni_Trend indicator signals.
- Exp_Color_PEMA_Envelopes_Digit_System A breakout trading system based on the signals of the Color_PEMA_Envelopes_Digit_System indicator.
- Exp_Color_QEMA_Envelopes_Digit_System A breakout trading system based on the signals of the Color_QEMA_Envelopes_Digit_System indicator.
- Multi Arbitration 1.000 Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.
- BarTimerCLineRounded_HTF The BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", with the possibility to set a fixed timeframe, data from which the indicator displays in input parameters.
- BarTimerCLineRounded The BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data.
- Omni_Trend_HTF The Omni_Trend indicator with the timeframe selection option available in the indicator input parameters.
- Omni_Trend A trend indicator of NRTR type using an MA and ATR.
- SaveTicks This utility program records tick quotes in the CSV and BIN format. A flexible set of symbols is available for writing.
- VWAP Custom Position Standard VWAP (Volume Weighted Average Price) calculation, but with configurable start position.
- HistoryPositionInfo version 2 Returns the profit of a position in points, as well as commission, swaps and profit in money based on the trading history.
- Get_Rich_or_Die_Trying_GBP Trades on PERIOD_M1 (M1). Calculates bullish and bearish candlesticks.
- Trailing_Profit Closing all open positions with the specified profit percent.
- EURUSD breakout The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.
- ExpertClor_v01 An assistant Expert Advisor. Only CLOSING positions.
- StopATR_auto Automated calculation of Stop Loss levels based on the ATR indicator.
- Expert_RSI_Stochastic_MA The Expert Advisor uses three indicators: MA(150), RSI(3) with levels 80 and 20, Stochastic(6, 3, 3) with levels 70 and 30.
- Color_QEMA_Envelopes_Digit_HTF The Color_QEMA_Envelopes_Digit indicator with the timeframe selection option available in the indicator input parameters.
- Color_PEMA_Envelopes_Digit_HTF The Color_PEMA_Envelopes_Digit indicator with the timeframe selection option available in the indicator input parameters.
- RabbitM2 The EA uses the following indicators: CCI, fast and slow MA, Larry Williams' WPR.
- Color_PEMA_Envelopes_Digit_System The indicator implements a breakthrough system using the Color_PEMA_Envelopes_Digit channel.
- Color_QEMA_Envelopes_Digit_System The indicator implements a breakthrough system using the Color_QEMA_Envelopes_Digit channel.
- Zigzag2_R_channel A channel based on peaks and troughs of the Zigzag2_R_Color indicator.
- ZigZag_channel A channel based on peaks and troughs of the ZigZag indicator.
- Boa_ZigZag_channel A channel based on peaks and troughs of Boa_ZigZag
- Nevalyashka_BreakdownLevel Trading strategy: the breakout of a High/Low in the selected time interval.
- Boa_ZigZag_Arrows_HTF The Boa_ZigZag_Arrows indicator with the timeframe selection option available in the indicator input parameters.
- AutoTradeLevels The indicator marks all performed trades with short horizontal lines.
- DoubleZigZag Two ZigZag indicators are used for analysis.
- ColorBarRange_HTF The indicator draws a channel using the High and Low values of a candlestick of a higher timeframe specified in the indicator input parameters.
- ColorBarOpen_HTF The indicator draws the open level of a candlestick of a higher timeframe specified in the indicator input parameters.
- Color_PEMA_Envelopes_Digit Envelopes using the Color_PEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
- Color_QEMA_Envelopes_Digit Envelopes using the Color_QEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
- N Candles v4 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 it is netting or hedging.
- Boa_ZigZag_Arrows The Boa_ZigZag zigzag, with values displayed as fractal labels.
- Boa_ZigZag_Price The Boa_ZigZag indicator with price labels of the ZigZag peak values.
- Boa_ZigZag_HTF The Boa_ZigZag indicator with the timeframe selection option available in the indicator input parameters.
- IStochastic_Trading The Expert Advisor trades based on signals generated by Stochastic Oscillator. Averaging. A limited number of positions. Trailing.
- Intersection 2 iMA A simple system based on the crossover of two MAs.
- N Candles v3 The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.
- EveningStarStatistics The indicator shows the statistics of the "Evening Star" pattern.
- KiS_max_min_Avg A redrawing channel with a colored background.
- Boa_ZigZag ZigZag with unusual properties
- Color_PEMA_Digit_HTF The Color_PEMA_Digit indicator with the timeframe selection option available in input parameters.
- Color_QEMA_Digit_HTF The Color_QEMA_Digit indicator with the timeframe selection option available in input parameters.
- PIPQind This is a trend indicator
- Exp_XROC2_VG_X2 The Exp_XROC2_VG_X2 trend-following trading system is based on the signals of two XROC2_VG indicators.
- Swing_line_HTF The Swing_line indicator with the timeframe selection option available in input parameters.
- Exp_XROC2_VG_Tm The Exp_XROC2_VG_Digit_Tm Expert Advisor trades based on signals generated by the XROC2_VG oscillator.
- XROC2_VG_HTF The XROC2_VG indicator with the timeframe selection option available in the indicator input parameters.
- EveningStar The EveningStar Expert Advisor trades the "Evening Star" pattern. Lot is calculated based on the risk value as a percentage of free margin.
- EveningStar The indicator shows the "Evening Star" pattern.
- CCheckNewCandle The class monitors the emergence of a candlestick
- QEMA_HTF The QEMA indicator with the timeframe selection option available in the indicator input parameters.
- PEMA_HTF The PEMA indicator with the timeframe selection option available in input parameters.
- Color_QEMA_Digit A moving average with the four-fold EMA averaging. It displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
- Color_PEMA_Digit A moving average with the five-fold EMA averaging. It displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
- Bullish and Bearish Engulfing The EA trades based on the "Bullish and Bearish Engulfing" pattern.
- Size of candles 2 (text) The size of a candlestick. The size is calculated by the following formula: "minuend" minus "deduction".
- RSI Arrow The indicator displays Wingdings arrows when RSI crosses UP and DOWN levels.
- LGP_Ivanoff_Maloma-Demark_levels A fractal based variation.
- FractalSystem A fractal based indicator.
- LifeHack Ticks An indicator of ticks (Bid and Ask). Displays the last 300 ticks.
- Quadruple Exponential Moving Average A moving average with the fourfold EMA averaging, with a real period and the possibility to shift the indicator horizontally or vertically.
- Pentuple Exponential Moving Average A moving average with the five-fold EMA averaging, with a real period and the possibility to shift the indicator horizontally or vertically.
- XROC2_VG Plotting ROC indicators of two arbitrary same types (including Momentum) and periods in a single window.
- VLT_TRADER The trading system is based on volatility compression
- DeltaForce_HTF The DeltaForce indicator with the timeframe selection option available in the indicator input parameters.
- OscSAR_Histogram_HTF The OscSAR_Histogram indicator with the timeframe selection option available in the indicator input parameters.
- i4_GoldenLionTrend_v3 A trend strength indicator using two Bollinger channels.
- Vertical line The indicator draws a vertical line (OBJ_VLINE) and then moves it to the specified time (hours and minutes).
- Exp_NRTR_ATR_STOP The trading system is based on the NRTR_ATR_STOP indicator signals.
- exp_Amstell-SL The EA buys if the open price of the last position is higher than the current price.
- Crossing of two iMA Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.
- NRTR_ATR_STOP_HTF The NRTR_ATR_STOP indicator with the timeframe selection option available in the indicator input parameters.
- DeltaForce Two histograms in one window showing the degree of the financial asset's overbought or oversold state.
- Exp_ColorXMUV_Tm The Exp_ColorXMUV_Tm Expert Advisor is based on the ColorXMUV MA signals and provides the possibility to set a fixed trading time interval.
- RBVI_Histogram_HTF The RBVI_Histogram indicator with the timeframe selection option available in the indicator input parameters.
- H_L_ A redrawing channel having two upper and two lower borders. Its algorithm is similar to a zigzag.
- Exp_ColorJFatl_Digit_Tm The Exp_ColorJFatl_Digit_Tm Expert Advisor is based on the ColorJFatl_Digit indicator signals and provides the possibility to set a strict trading time interval.
- PercentageCrossoverChannel_Cloud_HTF The PercentageCrossoverChannel_Cloud indicator with the timeframe selection option available in the indicator input parameters.
- Exp_PercentageCrossoverChannel_System The trading system is based on the PercentageCrossoverChannel_System indicator signals.
- Pipso The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.
- Fractals minimum distance The EA trades based on the Fractals indicator. Lot calculation: percentage of free margin.
- CandleRange_HTF The CandleRange indicator with the timeframe selection option available in the indicator input parameters.
- PercentageCrossoverChannel_System_HTF The PercentageCrossoverChannel_System indicator with the timeframe selection option available in the indicator input parameters.
- Exp_PercentageCrossover The Exp_PercentageCrossover Expert Advisor is based on the change of the PercentageCrossover color, and provides the possibility to set a strict trading time interval.
- ZigZag 2 rays A standard zigzag complemented with support and resistance levels.
- AMA STL Color MetaTrader 5 Adaptive Moving Average (AMA) is a technical indicator.
- PercentageCrossover_HTF The PercentageCrossover indicator with the timeframe selection option available in the indicator input parameters.
- XMA_KLx5_Cloud_HTF The XMA_KLx5_Cloud indicator with the timeframe selection option available in the input parameters.
- Exp_TotalPowerIndicatorX The Exp_TotalPowerIndicatorX Expert Advisor is based on the signals generated by the TotalPowerIndicatorX oscillator. It also provides the possibility to set a strict trading time interval
- Bollinger Bands N positions Signals are generated by the iBands, Bollinger Bands indicator. When a signal is received, opposite positions are closed.
- TotalPowerIndicatorX_HTF The TotalPowerIndicatorX indicator with the timeframe selection option available in the indicator input parameters.
- CandleRange Two histograms in one window, showing the maximum average price deviation in points from the initial value.
- cheduecoglioni The EA waits for a TP or SL to trigger, and then opens a position in the opposite direction. It checks if there is enough money before sending a trade request. OnTradeTransaction.
- Laguerre stripped of double stochastic Stripped Laguerre of double smoothed stochastic.
- Laguerre stripped of RSI Laguerre stripped of RSI "experiment".
- Laguerre stripped A variation of the Laguerre filter indicator.
- RSO, Relative Strength Oscillator RSO is an Oscillator version of RSI.
- RSI Trend Indicator A simple trend indicator based on the RSI changes.
- MA Zigzag Trend Another ZigZag trend indicator based on extremum points of SMA indicator.
- CMqlParams MqlParams container class that uses method chaining to quickly add params and reduce lines of code.
- Daily Open Line An simple Indicator displaying daily opening line.
- Automatically bring charts one by one to the top This indicator helps to move charts one by one to the the front, just like slide show, and make your hands free.
- Size of candles (text) The size of a candlestick. The size is calculated by the following formula: "minuend" minus "deduction".
- All information about the symbol All information about the current symbol (information from the CSymbolInfo class object is used) represented as a dialog panel.
- RSI and Bollinger Bands A trading strategy based on RSI and Bollinger Bands.
- Vector An Expert Advisor for 4 currency pairs, including EURUSD, GBPUSD, USDCHF and USDJPY. It is based on four-hour moving averages.
- OscSAR_Histogram The oscillator is drawn as a colored histogram based on the difference between the Close price and the iSAR indicator, expressed in points.
- RBVI_Histogram The RBVI indicator (Relative Broker Vigor Index) implemented as a colored histogram.
- RBVI_HTF The RBVI indicator with the timeframe selection option available in its input parameters.
- PercentageCrossoverChannel_Cloud The channel is based on a percentage price deviation. It is implemented with a color background filling. The channel width is controlled by the percentage deviation.
- GRFLeadingEdger_Pivot_HTF Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values of two channels on one bar of any timeframe of the GRFLeadingEdge indicator.
- PercentageCrossoverChannel_System The indicator implements a breakthrough system using the PercentageCrossoverChannel channel.
- PercentageCrossover A Moving indicator that does not use averaging in its code.
- RiskSpread The indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.
- Move Trend line The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.
- XMA_Keltner_Pivot_HTF Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values of two Keltner channels on one bar of any timeframe of the XMA_KLx5_Cloud indicator.
- XMA_KLx5_Cloud Two Keltner channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.
- XMA_BB_Pivot_HTF Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values of two Bollinger channels on one bar of any timeframe of the XMA_BBx5_Cloud indicator.
- Statistics Analyzes bars whose opening time (hour and minute) is equal to the current bar opening time.
- Exp_Kolier_SuperTrend_X2 This is a trend trading system based on the signals of two Kolier_SuperTrend indicators.
- SHA512 + HMAC Many traders are interested in native work with the BTC-e exchange directly from MetaTrader. In the exchange API, it is necessary to send data with the confirmation of parameters validity through HMAC-SHA512. The algorithm of SHA512 and HMAC calculation is implemented in this class.
- Total_Power_Indicator_Signal Total Power Indicator in the semaphore-arrow form, generating alerts and sending emails and push notifications.
- TotalPowerIndicatorX Total Power Indicator, in which values are fixed in the range from zero to one hundred.
- Piano Shows an appropriate value for the last three bars on each timeframe: "1" if the bar is bullish, and "0" if the bar is bearish.
- Sets Chart Scale The indicator sets the "Fixed scale" property to a chart window and holds the first bar in the middle of the window.
- WmiVol_HTF The WmiVol indicator with the timeframe selection option available in input parameters.
- GRFLeadingEdger_Pivot Two colored filled rectangles drawn between the values of two GRFLeadingEdger indicator channels on one bar.
- XMA_Keltner_Pivot Two colored filled rectangles drawn between the values of two Keltner channels on one bar.
- XMA_BB_Pivot Two colored filled rectangles drawn between the values of two Bollinger channels on one bar.
- Init_Sync The library makes indicators' Init/Deinit synchronized
- Color_Spread The indicator shows the current spread using a color line.
- Exp_XFatlXSatlCloud The Exp_XFatlXSatlCloud trading system is based on change of the trend direction displayed by the XFatlXSatlCloud indicator
- Session Buy Sell Orders A histogram of maximum and minimum values of parameters SYMBOL_SESSION_BUY_ORDERS — "the total number of current buy orders" and SYMBOL_SESSION_SELL_ORDERS — "the total number of current sell orders". The drawing style is DRAW_HISTOGRAM.
- Custom Moving Average Levels A Moving Average indicator, for which the values of two levels can be specified from the code.
- XFatlXSatlCloud_HTF The XFatlXSatlCloud indicator with the timeframe selection option available in its input parameters.
- ColorXMUV_HTF The ColorXMUV indicator with the timeframe selection option available in its input parameters.
- Average True Range (digital) Average True Range (ATR) indicator values from other timeframes in a digital format, displayed as text on the chart.
- ColorXMUV The drawing of this Moving Average is based on Demark's "Daily Range Projections" method.
- Exp_TrailingStop The Expert Advisor moves trailing stops of all positions on the current symbol.
- iFreeNumFractals The indicator finds fractals of any dimension.
- CandleDifference_Obj The indicator displays the change in price as a percentage relative to the Open price of the current candlestick.
- CandleDifference The indicator displays the change in price as a percentage relative to the Open price of the current candlestick.
- Sound Alert Entry Out Plays a sound when position is closed.
- CloseOrdersBySymbolByType The script deletes all orders of the type specified in settings, on the current symbol.
- CloseAllOrders The script deletes all pending orders on all symbols at a time.
- CloseOrdersBySymbol The script closes all pending orders on the current symbol.
- Morse code Trading based on preset candlestick combinations (patterns) Candlesticks are marked as "1" (bullish) and "0" (bearish). TakeProfit, StopLoss
- Size of a candle (histogram) The indicator displays the candlestick size (High-Low) and its direction in the form of a colored histogram.
- MAX_LOT The script calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit.
- Para_B_HTF Ten 'Parabolic Stop and Reverse system' indicators in one window
- EXP_MAX_LOT The Expert Advisor calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit.
- OpenBuySellStopLimitOrders A script for placing two Buy Stop Limit and Sell Stop Limit orders at an equal distance.
- OpenSellStopLimitOrder A script for placing a SellStop Limit order.
- OpenBuyStopLimitOrder A script for placing a BuyStop Limit order.
- Exp_Stochastic_Chaikins_Volatility The Exp_Stochastic_Chaikins_Volatility Expert Advisor based on the Stochastic_Chaikins_Volatility indicator color change.
- Stochastic_Chaikins_Volatility_HTF The Stochastic_Chaikins_Volatility indicator with the timeframe selection option available in its input parameters.
- SD Delete Indicators The script allows to quickly remove indicators from charts.
- Bollinger bands at Fibonacci levels Bollinger bands at extended Fibonacci levels.
- Breakdown signaling A semi-automated Expert Advisor which signals of breakouts of specified horizontal levels.
- N Сandles The EA searches for N identical candlesticks in a row. If the found candlesticks are bullish, it buys. I they are bearish, the EA sells.
- ToClearComment The script removes from the chart a comment located in the upper left corner.
- Stochastic_Chaikins_Volatility The Chaikin volatility indicator modified to have a stochastiс view, and implemented in the form of a signal cloud.
- cm_ind_level_cndl The indicator displays the price pivot point.
- ToClearObjectsByTypeByTime The script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.
- ToClearObjectsByType The script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.
- ToClearChartObjectsByType The script removes from the current chart all objects of the user selected type
- Bollinger The Expert Advisor trades inside a channel, reversing positions at the channel borders.
- Candle Trades based on the previous candlestick.
- ListPositions A list of all positions. An example of working with CPositionInfo.
- A cross-platform library of original mathematical functions Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations
- OpenBuySellStopOrders A script for placing two Buy and Sell Stop orders at an equal distance.
- OpenBuySellLimitOrders A script for placing two Buy and Sell Limit orders at an equal distance.
- OpenSellStopOrder A script for placing a SellStop order
- OpenBuyStopOrder A script for placing a BuyStop order
- OpenSellLimitOrder A script for placing a SellLimit order
- OpenBuyLimitOrder A script for placing a BuyLimit order
- FILTER_ADX_AM_ch A simple trend indicator based on the smoothed Average Directional Movement Index drawn in the main chart window.
- ParabolicUsMoving A trend indicator based on the intersections of Parabolic Sar and a moving average.
- ThreeCandles_HTF The ThreeCandles indicator with the timeframe selection option available in its input parameters.
- FILTER_ADX_AM A simple trend indicator based on the smoothed Average Directional Movement Index.
- Background_StreamСCandles_HTF The indicator draws colored candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the colors of the StreamСCandles indicator candlesticks, if there are any.
- ClosePositionsBySymbol The script closes all positions of the current symbol.
- CloseAllPositions The script closes all open positions on the current account.
- StrangeIndicator_HTF The StrangeIndicator indicator with the timeframe selection option available in its input parameters.
- Candle shadow percent The Expert Advisor is based on the indicator with the same name. Lot is calculated based on the risk value as a percentage of free margin.
- Candle shadow percent The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body.
- Candle Shadow The indicator finds candlesticks without an upper or lower shadow. The indicator style is DRAW_ARROW.
- Exp_CloseAllPositionsByTime The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
- Exp_ClosePositionsByTime The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
- ColorParabolic_HTF The ColorParabolic indicator with the timeframe selection option available in its input parameters.
- StreamСCandles The indicator colors candlesticks whose size multiplied by volume exceeds a preset value.
- WATR_HTF_Signal The WATR_HTF_Signal indicator shows a trend direction or a trade signal generated by the WATR indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- XOSignal_HTF_Signal The XOSignal_HTF_Signal indicator shows a trend direction or a trade signal generated by the XOSignal indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- ATRStops_v1.1_Alert A trend indicator implemented as NRTR, with the possibility to generate alerts and send emails or push-notifications.
- XCCXCandleKeltnerPluse_HTF The XCCXCandleKeltnerPluse indicator with the timeframe selection option available in its input parameters.
- XRSXCandleKeltnerPluse_HTF The XRSXCandleKeltnerPluse indicator with the timeframe selection option available in its input parameters.
- VTS_HTF The VTS indicator with the timeframe selection option available in its input parameters.
- Cronex T RSI BBSW The Cronex T RSI BBSW indicator for MetaTrader 5.
- MetaCOT 2 CFTC ToolBox (Set of Indicators) MT5 MetaCOT 2 CFTC ToolBox Indicators is a set of MetaCOT 2 indicators that provide access to CFTC reports. MetaCOT 2 supports COT, Disaggregated COT, TFF and CIT reports. It allows to draw COT charts straight in the MetaTrader terminal. All indicators are available as source code, and anyone can use them to create their own trading system.
- Colored Zerolag MACD It is the MQL5 version of ZeroLag MACD.
- Standard Deviation Channel MT5 A channel based on standard deviation of close price.
- Binary Options Simulated Trading Indicator for MT5 This is a binary options simulated trading indicator on MetaTrader 5 client, novice traders can use to practice trading strategies, program interface have simplified Chinese and English.
- High-performance iTimeSeries for time-sensitive applications This time-series library brings lightning-fast timeseries access to MQL5 for time-sensitive applications while implementing the familiar methods of MQL4, e.g. iBarShift.
- HTH Trader Hedge The Hedge Trader EA.
- Renko Level The indicator displays the Renko bars on the MetaTrader 5 chart.
- N Candles v2 We look for N identical candles in a row. If the found candles bull - we buy, if bear - we sell.
- Spread statistics The average spread for the "averaging period". You can set the background transparency and transparency of the text. CCanvas.
- Breakthrough_BB Advisor on the signals of the indicators Bollinger Bands and Moving Average.
- High and Low Custom levels High and Low. For levels, you can specify an offset. You can specify the interval (PERIOD_D1) on which to search for levels.
- Volatility Quality Stridsman Volatility quality Stridsman.
- Volatility Quality Stridsman (histo) Volatility Quality Stridsman (histo).
- Smoother std adaptive Smoother - standard deviations adaptive.
- Averages rainbow Plotting up to 256 averages on chart.
- Averages heatmap Heatmap of Averages.
- LRDegrees MT5 Forex indicator for MetaTrader 5 with show double line of linear regression with position degrees and trend alerts.
- StepUpDown Price Direction movement Step Up and Down Forex Indicator for MetaTrader 5 with arrow and alert.
- Modify SL TP This script is used to modify Stop Loss and Take Profit of position.
- Laguerre RSI with Laguerre filter Laguerre RSI with Laguerre filter
- NUp1Down Strategy: N bars up and one bar down. Trailing. Lot calculation based on the risk value as a percentage of free margin.
- 20PRExp-3 Intraday volatility breakthrough system. The Parabolic SAR indicator is used.
- Trade on qualified RSI A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.
- ColorParabolic_Alert The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications.
- SSL_Alert A trend indicator SSL, marking trend change moments using colored icons, with the possibility to generate alerts, send emails and push-notifications.
- Exp_SSL A trading system using the SSL indicator.
- SSL_HTF The SSL indicator with the timeframe selection option available in input parameters
- ColorKeltnerCandles This indicator colors candlesticks in different colors depending on the strength and direction of the trend, using Keltner channels
- Steve Cartwright Trader Camel CCI MACD The EA uses two Moving Averages, one MACD and one CCI. OnTradeTransaction is used to receive position opening time.
- ColorXWPR_Histogram_HTF The ColorXWPR_Histogram indicator with the timeframe selection option available in the input parameters.
- VTS_Keltner A trend indicator VTS using the Keltner channel.
- VTS_BB A trend indicator VTS using Bollinger Bands.
- RSI trader v0.15 Averaging of values (RSI) using MovingAverages.mqh. Two MA indicators.
- JuiceZ_HTF The JuiceZ indicator with the timeframe selection option available in the input parameters.
- e_RP_250 An Expert Advisor based on the "RPoint" indicator. The chart layout in X-points reversal. A high-quality ZigZag based on HiLo.
- SignalMAAboveBelow A module of trading signals based on the Moving Average indicator signal module.
- Nevalyashka3_1 The "Nevalyashka" Expert Advisor.
- MACD The implementation of the MACD pattern "Trend continuation".
- MultiHedg_1 A multi-currency Expert Advisor that opens a market position at the user defined time.
- Elli The Expert Advisor trades based on the ADX Wilder and Ichimoku Kinko Hyo indicators. Lot is calculated based on risk percentage of margin.
- ColorXCCI_Histogram_HTF The ColorXCCI_Histogram indicator with the timeframe selection option available in the input parameters.
- VTS Trend indicator.
- DoubleMA Crossover EA Trailing, pending orders. Signals of two indicators (Moving Average, MA). Trades only during a certain period of the day.
- Pinball machine Trade direction is chosen based on a random number generator. Stop Loss and Take Profit are set based on the random number generator. Lot calculation based on the risk value as a percentage of free margin. The code contains protection against the "not enough money" error.
- StrangeIndicator The smoothed StrangeIndicator oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction.
- SuperSR6_HTF The SuperSR6 indicator with the timeframe selection option available in input parameters.
- EMA Intersection of two Moving Averages. Take Profit and Stop Loss levels are virtual.
- Exp_ICHI_OSC Trading system based on the signals of the ICHI_OSC indicator
- SSL A simple trend indicator of the NRTR type that uses the breakout of a channel drawn based on the Moving Averages of the High and Low price series.
- ColorXMFI_Histogram_HTF The ColorXMFI_Histogram indicator with the timeframe selection option available in the input parameters.
- ColorXRSI_Histogram_HTF The ColorXRSI_Histogram indicator with the timeframe selection option available in the input parameters.
- Ivan Lot calculation based on the risk value as a percentage of free margin.
- Exp_ThreeCandles Trading system based on the signals of the ThreeCandles indicator
- Intersections OHLC The indicator calculates OHLC crossovers
- ColorXDeMarker_Histogram_HTF The ColorXDeMarker_Histogram indicator with the timeframe selection option available in the input parameters.
- KI_signals The indicator receives trade signals from the MACD histogram.
- Exp_IBS_RSI_CCI_v4_X2 The Exp_IBS_RSI_CCI_v4_X2 trend-following trading system is based on the signals of two IBS_RSI_CCI_v4 indicators.
- ColorSTD_Histogram_HTF The ColorSTD_Histogram indicator with the timeframe selection option available in the input parameters.
- JuiceZ An indicator of financial asset volatility using the OSMA oscillator.
- Exp_XOSignal_ReOpen The Exp_XOSignal_ReOpen trading system based on the signals of the XOSignal indicator with trend following scaling
- ICHI_OSC_HTF The ICHI_OSC indicator with the timeframe selection option available in input parameters
- KhaosAssault_HTF The KhaosAssault indicator with the timeframe selection option available in input parameters
- ThreeCandles The ThreeCandles indicator, which features alerts, sends emails and push notifications.
- FigureBuilder The tool allows drawing shapes in the chart.
- Exp_CGOscillator_X2 The Exp_CGOscillator_X2 trend trading system based on the signals from two CGOscillator indicators.
- ColorSTD_Histogram The smoothed Simple Trend Detector with the color indication of overbought/oversold level breakouts and of the histogram direction.
- Exp_ttm-trend_ReOpen The Exp_ttm-trend_ReOpen trading system based on the signals of the ttm-trend indicator with trend following scaling.
- ColorXDeMarker_Histogram The smoothed DeMark oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction.
- TTM-Trend_HTF The TTM-Trend indicator with the timeframe selection option available in the input parameters.
- ColorXMACD_Digit A rounded MACD histogram presented in the price chart points.
- ColorXCCI_Histogram The smoothed Commodity Channel Index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction
- ICHI_OSC Smoothed Ichimoku oscillator
- Currencyprofits_01.1 Crossing of the two iMAs. Lot calculation based on the risk value as a percentage of margin.
- Exp_ChandelExitSign_ReOpen The Exp_ChandelExitSign_ReOpen trading system based on the signals of the ChandelExitSign indicator with trend following scaling.
- ColorXMFI_Histogram The smoothed Money Flow Index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction.
- XOSignal A semaphore signal indicator. Its code does not contain averaging algorithms.
- ColorXWPR_Histogram The smoothed Larry Williams' Percent Range oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction.
- ColorXRSI_Histogram The smoothed Relative Strength Index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction
- XCCXCandleKeltnerPluse The XССXCandleKeltner indicator with the breakout indication option
- XRSXCandleKeltnerPluse The XRSXCandleKeltner indicator with the breakout indication option
- CDir (MT5) - a class for getting directory contents The CDir class allows getting information about files and folders outside the MQL5 sandbox similar to the MS-DOS Dir command. Call of system DLL is used, therefore you should allow their use.
- HistoryPositionInfo Returns position profit in points based on the trading history.
- TypePendingOrderTriggered An example of determining the moment when a pending order has triggered.
- XCCXCandleKeltner Keltner Channel built relative to the average value of the XCCX oscillator as a sequence of candlesticks
- STD_HTF The STD indicator with the timeframe selection option available in input parameters
- KhaosAssault The price chart speed expressed in points, with the author markup of significant price change levels.
- NRTR_extr_ZigZag_Price_HTF The NRTR_extr_ZigZag_Price indicator with the timeframe selection option available in the input parameters.
- NRTR_ZigZag_Price_HTF The NRTR_ZigZag_Price indicator with the timeframe selection option available in input parameters
- XRSXCandleKeltner Keltner Channel built relative to the average value of the XRSX oscillator as a sequence of candlesticks
- Brakeout_Trader_v1 The Expert Advisor opens a deal in the breakout direction. Lot calculation depending on risk percent of margin.
- T3MA An ExpertAdvisor based on the T3MA-ALARM indicator.
- XCHV_HTF The XCHV indicator with the timeframe selection option available in the input parameters.
- The Simple Trend Detector A simple oscillator that uses the difference between candlestick open and close prices.
- OsMACandleKeltner Keltner Channel built relative to the average value of the OsMACandle oscillator as a sequence of candlesticks
- HistorySelectByPosition An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).
- SupportResistTrade Support\resistance levels, trend direction — bullish\bearish.
- MomentumCandleKeltner Keltner Channel built relative to the average value of the MomentumCandle oscillator as a sequence of candlesticks
- AutoFibAutoTrend_NRTR_extr_ZigZag The indicator plots price channel and Fibonacci levels based on the latest NRTR_extr_ZigZag peaks
- AutoFibAutoTrend_NRTR_ZigZag The indicator plots price channel and Fibonacci levels based on the latest NRTR_ZigZag peaks
- MoneyRain The Expert Advisor increases the lot size after each of profitable deal, if it was preceded by losing trades. Martingale.
- Get trend Short-term trends. Two iMA indicators, one iStochastic.
- Precision trend (histo) Precision trend (histo).
- Precision Trend The newest version of the Precision Trend Indicator.
- Detrended Synthetic Price (oscillator) Detrended Synthetic Price in oscillator form.
- Detrended Synthetic Price (bars) Detrended Synthetic Price (bars).
- Detrended Synthetic Price (histo) Detrended Synthetic Price with histogram.
- BufferInspector How many buffers does your indicator use? What's it calculating? Is it efficient? If you want to know what's going on behind the scenes, you'll now be able to.
- Dsl - DMI oscillator DSL - DMI oscillator
- ADXm (vhf adaptive) ADXm (vertical/horizontal filter adaptive).
- Bollinger Bands as Support & Resistance Example of Buy Limit & Sell Limit pending orders with Bollinger Bands.
- MT5 to MT4 Set File Converter Converts .set files from MT5 format to MT4 format.
- Vidya zone Vidya zone using 3 prices for calculation.
- WPRCandleKeltner A Keltner Channel drawn relative to the average value of the Larry Williams' Percent Range oscillator as a sequence of candlesticks
- NRTR_extr_ZigZag_Price The NRTR_extr_ZigZag indicator with price labels of the ZigZag peak values.
- NRTR_ZigZag_Price The NRTR_ZigZag indicator with price labels of the ZigZag peak values.
- MacdPatternTraderAll0.01 OnTradeTransaction
- Eugene Analysis of OHLC on 0, 1, 2 and 3 bars.
- NRTR_extr_ZigZag_HTF The NRTR_extr_ZigZag indicator with the timeframe selection option available in the input parameters
- NRTR_ZigZag_HTF The NRTR_ZigZag indicator with the timeframe selection option available in the input parameters.
- MFI_price_HTF The MFI_price indicator with the timeframe selection option available in the input parameters.
- Order Escort The Expert Advisor solves the problem of position trailing along a given curve by moving its Stop Loss and Take Profit.
- Modified Standard Deviation.mq5 This is a standard StdDev indicator with an additional feature, which changes the line color depending on its values. When the value increases, the line color is painted in green; when it falls, the line becomes red; if values stay the same over several periods, the line color stays yellow.
- MFICandleKeltner A Keltner Channel drawn relative to the average value of the MFI oscillator as a sequence of candlesticks
- Exp_WeightOscillator_Direct The trading system is based on direction changes of the wighted oscillator WeightOscillator
- EA High and Low last 24 hours An example of receiving the High and Low prices of bars over the past 24 hours.
- Exp_IBS_RSI_CCI_v4 Trading system using the IBS_RSI_CCI_v4 indicator
- AutoMagic The library allows to automatically assign 'magic' to an Expert Advisor on any symbol and any timeframe. It allows having up to 65535 magic numbers in one Expert Advisor.
- IBS_RSI_CCI_v4_HTF The IBS_RSI_CCI_v4 indicator with the timeframe selection option available in the input parameters
- NRTR_extr_ZigZag The ZigZag indicator plotted using the NRTR_extr algorithm.
- NRTR_ZigZag The ZigZag indicator plotted using the NRTR algorithm.
- Rabbit3 The strategy uses two indicators Moving Average, MA with different periods, Commodity Channel Index, CCI and Williams’ Percent Range, %R.
- MA2CCI The trading strategy uses two MA indicators, one ATR and one CCI.
- IchimokuAlert The Ichimoku indicator with an alert.
- ADX & MA The strategy is based on two indicators: ADX and MA, and the close of the first bar. Also, different TakeProfit, StopLoss and Trailing levels are used for Buy and Sell.
- Fuzzy logic An assessment is made based on the values of five indicators (Gator, WPR, AC, DeMarker and RSI). Uses trapezoidal membership functions. Before sending a trade request, it checks if funds on the account are enough.
- Statistical characteristics The indicator shows the statistical characteristics of bars: the mean value, variance, skewness and kurtosis
- Backbone The Expert Advisor idea is based on the constant change of trade direction depending on the TakeProfit, StopLoss and TrailingStop levels.
- MQL5 Wizard MA RSI The "MQL5 Wizard MA RSI" Expert Advisor has been generated using the MQL5 Wizard based on the signals of the trend MA (Moving Average) indicator and of the RSI (Relative Strength Index) oscillator.
- Polish Layer The Expert Advisor is based on the following indicators: RSI, WPR, Stochastic, Moving Average, deMarker
- TriXCandleKeltner The TriX indicator in a candlestick form with the Keltner channel calculated relative to TriX averaging.
- e-Smart_Trailing Modification of StopLoss of any positions. Trailing. Trailing.
- E-Skoch-Open Opens a SELL position on each bar, if Close of the 1st bar > Close of the 3rd bar. Opens a BUY position on each bar, if Close of the 3rd bar > Close of the 1st bar.
- 10pipsOnceADayOppositeLastNHourTrend 10 pips per day opposite to the "yesterday's trend".
- SmoothAlgorithms A library of averaging algorithms, the algorithms were described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers"
- IBS_RSI_CCI_v4 A simple trend indicator of the oscillator type.
- mt-R Libraries for the interaction of МТ4/5 with R
- 5_8 MACross The Expert Advisor trades by two iMA (Moving Average, MA) indicators. Trailing Stop. TrailingStop
- Kijun Sen Robot The Expert Advisor uses the following indicators: Ichimoku, MA, SAR. Optimized for currency pairs: GBPUSD and EURUSD with the M30 timeframe. The full description is available in the code.
- Objective_HTF The Objective indicator with the timeframe selection option available in input parameters.
- RSICandleKeltner The RSI indicator in a candlestick form with the Keltner channel calculated relative to RSI averaging.
- Exp_TDI-2_ReOpen The Exp_TDI-2_ReOpen trading system based on the intersection of TDI-2 indicator lines, with adding to trend-following positions.
- Alpha Trend Spotter Price Action Semaphore signal indicator based on the price action strategy looking for the strongest intraday trend, which can notify about trend change by generating an alert, sending an email or a push notification to a mobile device.
- aChartsAndMW5Class The class allows to easily determine from your MQL5 programs any changes in the Market Watch window (change of symbol sorting, adding, deleting a symbol or a set of symbols), as well as opening and closure of charts, and the availability of the one click trading option on the current chart, on which the program is running.
- SilverTrend v3 SilverTrend v3 - trading based on the analysis of the High, Low and Close prices of bars.
- New Martin The New Martin Expert Advisor opens two opposite positions upon start. OnTradeTransaction handling. When Take Profit triggers, it opens a position (one position) in the same direction. The intersection of two MA indicators is a signal to open a position of a larger lot.
- TDI-2_Cloud_HTF The TDI-2 indicator with the timeframe selection option available in input parameters.
- NRTR_Gator_HTF The NRTR_Gator indicator with the timeframe selection option available in the input parameters.
- Exp_Fractal_WeightOscillator The simplest EA based on the Fractal_WeightOscillator weighted oscillator.
- MARE5.1 The MARE5.1 Expert Advisor is very easy to use. It uses the values of two Moving Averages (SMA) at the close of 0th, 2nd and 5th bar. The EA is configured to work on the M1 timeframe.
- Session Buy Sell Orders Volume A histogram of minimum and maximum values of the following parameters: SYMBOL_SESSION_BUY_ORDERS_VOLUME - "Total current volume of buy orders" and SYMBOL_SESSION_SELL_ORDERS_VOLUME - "Total current volume of sell orders".
- Open Interest The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".
- Simple MACD Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions.
- TDSGlobal The Expert Advisor uses the MACD, OsMA and WPR indicators. The Expert Advisor is configured to trade on the D1 timeframe with USDCHF, GBPUSD, USDJPY and EURUSD
- Fractal_TRIX_HTF The Fractal_TRIX indicator with the timeframe selection option available in the input parameters.
- SnakeInBorders_HTF The SnakeInBorders indicator with the timeframe selection option available in the input parameters.
- Time sync FORTS The Expert Advisor synchronizes the local computer time in the interval from 9:50 to 9:59 (before the beginning of the morning session) with the MetaTrader 5 FORTS server time.
- Linear_Price_Bar_HTF The Linear_Price_Bar indicator with the timeframe selection option available in the input parameters.
- Background_Candles_i-OneThird_HTF The indicator draws i-OneThird indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- Moving Average Trade System The strategy is based on Moving Averages with the periods of 5/20/40/60.
- XprofuterDD_HTF The XprofuterDD indicator with the timeframe selection option available in the input parameters.
- NRTR_Gator The indicator is derived from the NRTR indicator.
- BollTrade Trading based on the Bollinger Bands indicator. Chart time-frame — M30 and higher.
- Trend_Catcher The Expert Advisor identifies trend based on three moving averages (with periods of 200, 50, 25 or other custom periods), and opens trades using the Parabolic SAR indicator. The EA uses martingale techniques, lot is calculated as percent of deposit depending on stop loss.
- Fractal_TRIX A fractal TRIX.
- SnakeInBorders SnakeInBorders calculates the channel of a filtered market, which is limited by two borders BorderTop[] and BorderBot[], and it calculates the signal Mart[].
- XMA-XN_HTF The XMA-XN indicator with the timeframe selection option available in the input parameters.
- Robot_MACD MACD based Expert Advisor
- MQL5 Wizard MACD Parabolic SAR The Expert Advisor has been created using the MQL5 Wizard, on the basis of MACD (Moving Average Convergence/Divergence) signals and the Parabolic SAR trend indicator.
- up3x1 The iMAs on the current period.
- True Scalper Profit Lock Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.
- Bull vs Medved The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
- up3x1_premium_v2M Two iMAs on the current period and one on PERIOD_D1.
- Waddah Attar Win Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().
- e-TurboFx Analysis of bars, if they contain N consecutive bars of the same type.
- MA Reverse Trading by Moving Average. Checking for sufficiency of funds.
- RSI EA RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.
- Money Fixed Margin An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.
- 21hour The Expert Advisor places two pending orders at a certain time.
- Lucky A tick Expert Advisor. It compares the price on the previous tick and the current price.
- SimpleTrade Comparing open prices of the zero and third bar.
- NRTR GATOR Derived from the NRTR indicator, provided with a new visual display.
- AIS1 The EA works based on the analysis of Open, High and Low.
- TrailingStop An example of an Expert Advisor with a Trailing Stop implementation.
- Reconstruction of positions An example of working with the trading history on Hedge accounts — reconstruction of positions.
- BIG DOG The EA places pending stop orders BUY_STOP and SELL_STOP.
- Autotrade The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.
- 2MA_4Level The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.
- Altarius RSI Stohastic Uses two iStochastic (Stochastic Oscillator) indicators and one iRSI (RSI, Relative Strength Index). Calculates the lot size based on the analysis of closed trades.
- gazonkos The Expert Advisor searches for the momentum: iClose(t2)-iClose(t1).
- SendClose The Expert Advisor opens or closes positions at the intersection of lines.
- Forex Profit The Expert Advisor uses Parabolic SAR and three EMAs (with the periods of 10, 25 and 50).
- Master_MM_Droid Four trading strategies in one Expert Advisor.
- BigBarSound The Expert Advisor plays sound alerts when candlestick size exceeds a certain value.
- ShowImportantParams Displays important symbol and account parameters.
- Money Fixed Risk An example for calculating the lot value in accordance with the risk per trade.
- Hercules A.T.C. 2006 The Expert Advisor trades moving average breakouts. It uses the following indicators: two iMAs (Moving Average, MA), iRSI(Relative Strength Index, RSI) and two iEnvelopes (Envelopes).
- The Puncher Trades using indicators: iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI).
- Gandalf_PRO The creation of the Expert Advisor stems from the topic "Neural networks - where to start studying them".
- JK BullP AutoTrader The Expert Advisor uses the iBullsPower (Bulls Power) indicator.
- 3D Moving Average Indicator Demonstration of 3D visualization.
- Fractal_WeightOscillator_HTF The Fractal_WeightOscillator indicator with the timeframe selection option available in input parameters.
- Aroon oscillator 2 Aroon oscillator, next version.
- DMA (general) DMA (general version).
- Schaff trend cycle - adjustable smoothing Schaff trend cycle - adjustable smoothing.
- Quantile bands - 1.5 Quantile bands - new version.
- Double stochastic RSI - fl Double stochastic - RSI floating levels.
- Dsl - stochastic Dsl (discontinued signal line) - stochastic for MetaTrader 5.
- Dsl - rsx Dsl (discontinued signal lines) - RSX.
- Dsl - macd Dsl (discontinued signal lines) - MACD (MetaTrader 5)
- Dsl - RSI Dsl (discontinued signal lines) - RSI.
- NonLag Inverse Fisher Transform of RSX NonLag smoothed inverse fisher transform of RSX (MetaTrader 5 version).
- StopAndTake MT5 When run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.
- CashMachine 5min The Expert Advisor uses the iDeMarker (DeMarker, DeM) and iStochastic (Stochastic Oscillator) indicators. Three virtual levels to protect profit.
- 10 pips EURUSD The Expert Advisor trades the High and Low breakouts of the previous day.
- The "DC signals" signals generator To generate signals, it uses the combined patterns of three indicators: DCOS (by DC2008), BullsPower and BearsPower.
- Pipsover Pipsing Expert Advisor. It works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.
- WOC.0.1.2 The Expert Advisor searches for movements without rollbacks (analysis of ticks).
- Alligator Alligator - Expert Advisor for MetaTrader 5. Trading based on indicators: iAlligator (Alligator), iFractals (Fractals). Martingale.
- Straddle&Trail Straddle&Trail - Expert Advisor for MetaTrader 5.
- MTC Neural network plus MACD MTC Neural network plus MACD - Expert Advisor for MetaTrader 5.
- MacdPatternTraderAll MacdPatternTraderAll - Expert Advisor for MetaTrader 5. Six (iMACD, MACD, Moving Average Convergence/Divergence) indicators and four (iMA, MA, Moving Average) indicators. Opens trades when the indicator's MACD crosses its signal line.
- Fractal_MFI_HTF The Fractal_MFI indicator with the timeframe selection option available in the input parameters.
- Angry Bird (Scalping) Expert Advisor inspired by Ilan 1.6. It uses the iCCI(CCI, Commodity Channel Index), iRSI(RSI, Relative Strength Index) indicators.
- Exp_Fractal_MFI The simplest EA based on the fractal MFI.
- DayPositionsCount The function returns the number of positions opened by an Expert Advisor for the day.
- RideAlligator Trading based on two indicators: iAlligator (Alligator).
- MACDCCI Works based on two indicators: iCCI (Commodity Channel Index, CCI) and iMACD (Moving Average Convergence/Divergence, MACD). OnTradeTransaction().
- ZeroLagEA-AIP v0.0.4 Trading based on the ZeroLag MACD custom indicator.
- FT BillWillams Trader The Expert Advisor based on the iAlligator (Alligator), iMA (Moving Average) indicators.
- ColorXdinMA_Alert The ColorXdinMA trend moving average, which features alerts, sending emails and push-notifications to mobile devices.
- Fractal_WeightOscillator Oscillator, representing the weighted smoothed sum of four indicators: Fractal_RSI, Fractal_MFI, Fractal_WPR and Fractal_DeMarker.
- Fractal_MFI Fractal Money Flow Index.
- Fractal_Keltner_x5_Cloud_HTF The Fractal_Keltner_x5_Cloud indicator with the timeframe selection option available in the input parameters.
- eur usd m5 The Expert Advisor works in martingale mode based on the signals of iStochastic (Stochastic Oscillator).
- Fractal_Keltner_x5_Cloud Two fractal Keltner channels in the form of a cloud.
- WeightOscillator_Alert The WeightOscillator trend indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Fractional_Bands_HTF The Fractional_Bands indicator with the timeframe selection option available in the input parameters.
- Chart on Chart The Chart on Chart indicator displays a chart of other symbol on the current chart.
- MACD signal The Expert Advisor uses signals from the indicators: ATR, MACD.
- Universum 3.0 Increasing the lot after a losing trade. Entry signals are based on the DeMarker indicator.
- Exp_WeightOscillator The simplest EA based on the WeightOscillator weighted oscillator.
- WeightOscillator_HTF The WeightOscillator indicator with the timeframe selection option available in the input parameters.
- Fractional_Bands Fractional Bands modifies the price changes using the fractal Brownian motion, which takes into account the fractal dimension.
- Ilan1.4 Ilan1.4 - Expert Advisor for MetaTrader 5.
- Exp_SilverTrend_Signal_ReOpen The Exp_SilverTrend_Signal_ReOpen trading system based on the signals of the SilverTrend_Signal indicator with scaling by the trend.
- Exp_BykovTrend_ReOpen The Exp_BykovTrend_ReOpen trading system based on the signals of the BykovTrend indicator with scaling by the trend.
- WeightOscillator Oscillator, representing the weighted smoothed sum of four indicators: RSI, MFI, WPR and DeMarker.
- BreakdownLevelDay The Expert Advisor trades daily breakouts. It places pending BuyStop and SellStop orders.
- EMA_WMA EMA_WMA - Expert Advisor for MetaTrader 5. Intersection of two iMA (MA).
- Exp_RSIOMA The Exp_RSIOMA Expert Advisor based on the signals taken from the RSIOMA histogram.
- Fractal_Momentum_HTF The Fractal_Momentum indicator with the timeframe selection option available in the input parameters.
- RSIOMA_HTF The RSIOMA indicator with the timeframe selection option available in the input parameters.
- Fractal_Momentum Fractal Momentum.
- Exp_Fractal_Force_Index The simplest EA based on the fractal Force_Index.
- Fractal_Force_Index_HTF The Fractal_Force_Index indicator with the timeframe selection option available in the input parameters.
- 10 pips Pipsing EA. Indicators are not used.
- TREND_alexcud v_2 The EA uses 15 IMA indicators and two iAC indicators.
- ADX System The Expert Advisor is based on the signals of the iADX (Average Directional Movement Index) indicator.
- Exp_Fractal_ADX_Cloud The trading system based on crossing of the DI+ and DI- lines of the Fractal_ADX_Cloud indicator.
- Fractal_ADX_HTF The Fractal_ADX indicator with the timeframe selection option available in the input parameters.
- TASSKlT_HTF The TASSKlT indicator with the timeframe selection option available in the input parameters.
- PROphet The PROphet Expert Advisor consists of two independent linear perceptrons.
- MA Cross The Expert Advisor based on intersection of two iMA.
- Fractal_CCI_HTF The Fractal_DeMarker indicator with the timeframe selection option available in the input parameters.
- Fractal_ADX Fractal Average Directional Index.
- TASSKlT Simple trend visualizer.
- Elite eFibo Trader Grid with a constant step. Grid lot sizes based on Fibonacci.
- Very Blonde System The Expert Advisor opens a reverse position, additionally placing a grid of orders for reinforcement.
- escape The Expert Advisor trades based on two iMA: iMA(5) and iMA(4) on the M5 timeframe.
- Fractal_Force_Index Fractal Force Index.
- Exp_Fractal_WPR The simplest EA based on the fractal WPR.
- Fractal_DeMarker_HTF The Fractal_DeMarker indicator with the timeframe selection option available in the input parameters.
- The MasterMind 3 The Expert Advisor processes signals from four iWPR indicators with different averaging periods.
- VR---STEALS-2 The Expert Advisor manages positions using labels.
- Fractal_WPR_HTF The Fractal_WPR indicator with the timeframe selection option available in the input parameters.
- Fractal_Moving_Average Fractal moving average with indication of the last value with a price label with the ability to change the averaging algorithm.
- PCA Synthetics - Recycle Legacy Indicator for automatic selection of the coefficients for every instrument in a pseudo-stationary portfolio, which tends to equilibrium at zero.
- Relation - Chart Builder Legacy Indicator for building custom charts, which are based on user-defined formula.
- The MasterMind The Expert Advisor uses the iStochastic (Stochastic) Oscillator, iWPR (Larry Williams' Percent Range) indicators.
- Bollinger Bands The Expert Advisor opens trades based on the Bollinger Bands indicator.
- Exp_Zonal_Trading The Expert Advisor which uses the AO and AC indicators in its operation, which were proposed by the Bill Williams.
- Stochastic Three Periods Uses the iStochastic (Stochastic) indicator from three different timeframes.
- Stoch Trades using the pending Sell Limit and Buy Limit orders. Removes all orders and closes positions at 23:59.
- LifeHack Balance Equity The indicator displays the balance and equity of the trade account.
- Exp_ColorZerolagMomentum_X2 The Exp_ColorZerolagMomentum_X2 trend trading system based on the signals from two ColorZerolagMomentum indicators.
- Fractal_DeMarker Fractal DeMarker oscillator.
- Fractal_Keltner_HTF The Fractal_Keltner indicator with the timeframe selection option available in the input parameters.
- GO Signals based on four iMA (MA) indicators, by PRICE_OPEN, PRICE_HIGH, PRICE_LOW, PRICE_CLOSE prices. Trades only on hedge accounts.
- Expert MACD EURUSD 1 Hour Works based on the iMACD (MACD) indicators
- Fractal_Bands_HTF The Fractal_Bands indicator with the timeframe selection option available in the input parameters.
- Fractal_CCI Fractal Commodity Channel Index.
- Exp_2pbIdealMA_ReOpen The Exp_2pbIdealMA EA is based on the crossing of Moving Averages with position scaling according to the trend.
- CrossMA Intersection of two iMA (MA). Uses the iATR indicator.
- RT Scalper Real time indicator designed for scalping on FORTS.
- Exp_FisherTransform_X2 The Exp_FisherTransform_X2 trend trading system based on the signals from two FisherTransform indicators.
- FGDI_HTF The FGDI indicator with the timeframe selection option available in the input parameters.
- Fractal_WPR Fractal Larry Williams' Percent Range.
- Exp_Fractal_RSI The simplest EA based on the fractal RSI.
- Exp_AdaptiveCGOscillator_X2 The Exp_AdaptiveCGOscillator_X2 trend trading system based on the signals from two AdaptiveCGOscillator indicators.
- Fractal_RSI_HTF The Fractal_RSI indicator with the timeframe selection option available in the input parameters.
- Frank Ud Works only on the hedge accounts! Martin, martingale. Doubling the lot at loss.
- Positions Info Panel Indicator in the form of a panel. Displays the resulting direction of the position: resulting lot size and up or down arrow.
- Fractal_RSI Fractal Relative Strength Index.
- Fractal_MA Fractal moving average with indication of the last value with a price label.
- Fractal_Keltner Fractal channel by Keltner.
- BBand Width Ratio An implementation of Bollinger Bands width indicator for MetaTrader 5.
- Searching Nearest Bar Searching Nearest Bar - searching for the nearest bar.
- TrendMeLeaveMe The semi-automated Expert Advisor using a trend line (TrendLIne).
- Simplest Hedging EA ever Only for hedge accounts. Opening two opposite positions on a new bar.
- XXDPO_HTF The XXDPO indicator with the timeframe selection option available in the input parameters.
- FGDI Fractal Graph Dimension Indicator.
- Fractal_Bands Fractal Bollinger Bands.
- Expert NEWS Expert NEWS - MetaTrader 5 Expert Advisor. BuyStop and SellStop pending orders.
- VR---SETKA---3 VR---SETKA---3 - MetaTrader 5 Expert Advisor. This is a continuation of VR---SETKA . The EA is based on the martingale principle. Grid. Martingale. Use only on hedge accounts.
- XMA_BBxATR_Cloud_HTF The XMA_BBxATR_Cloud indicator with the timeframe selection option available in the input parameters.
- JBrainTrend1Stop_Alert JBrainTrend1Stop trend indicator features alerts, emails and push notifications.
- Exp_JBrainTrend1Stop_ReOpen The Exp_JBrainTrend1Stop_ReOpen trading system is based on the JBrainTrend1Stop indicator color change with adding to trend-following positions.
- DoubleUp с изгибом The Expert Advisor works comparing iCCI and iMACD indicators.
- Opening and Сlosing on time v2 The Expert Advisor opens and closes at a certain time comparing two iMA indicators having different periods. A trade having a specified volume is opened at a specified symbol. Setting Stop Loss and Take Profit. Select position type: Buy or Sell.
- Exp_Bezier_ReOpen The Exp_Bezier_ReOpen trading system is based on the Bezier indicator color change with adding to trend-following positions.
- EnvelopesATR_Cloud_HTF The EnvelopesATR_Cloud indicator with the timeframe selection option available in the input parameters.
- XMA_BBxATR_Cloud This is a modified Bollinger Bands® displaying the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to ATR indicator.
- Simple FX The Expert Advisor is based on moving averages crossing.
- Yaanna_HTF The Yaanna indicator with the timeframe selection option available in the input parameters.
- EnvelopesATR_Cloud This is a modified Envelopes indicator for measuring the price deviation. It displays the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to ATR indicator.
- CCI_Histogram_Round Standard CCI oscillator implemented as a histogram rounding its values to the standard range.
- Exp_ColorJFatl_Digit_ReOpen The Exp_ColorJFatl_Digit_ReOpen trading system is based on the ColorJFatl_Digit indicator color change with adding to trend-following positions.
- Exp_Fishing The Expert Advisor opens an initial position in the current candle's direction and increases its volume if profit in points increases a threshold fixed in the EA inputs.
- Exp_WPR The simplest Expert Advisor based on WPR.
- Original Turtle Rules Trader Original Turtle Rule Trader Expert Advisor implements a trading system described in the book "The Original Turtle Trading Rules". The EA code implements the visual display of the three Donchian channels, money management, opening and adding trades and moving stop levels.
- CandelsHighOpen CandelsHighOpen Expert Advisor is based on the Candels High Open indicator trading signals module. The EA features trading market and pending orders, as well as trailing stop based on Parabolic SAR.
- SignalCandelsHighOpen Module of trading signals of the "Candels High Open" custom indicator for analyzing High and Open of the last three bars.
- Candels High Open Candels High Open indicator analyzes High and Open of the last three bars.
- Zigzag2_R_Color_Arrows_HTF The Zigzag2_R_Color indicator with the timeframe selection option in the input parameters and display of values as fractal labels.
- Exp_MFI The simplest Expert Advisor based on MFI.
- Exp_RSI The simplest Expert Advisor based on RSI.
- Fibo iSAR The Expert Advisor uses Fibo levels and iSAR indicator - Parabolic Stop and Reverse system. Trading is performed using BuyLimit and SellLimit orders.
- EMA CROSS Crossing of the two iMAs.
- Waddah_Attar_Trend_Alert Waddah_Attar_Trend indicator features alerts, emails and push notifications.
- Exp_ReOpenPositions The Expert Advisor increases the volume of an open position if profit in points from the last trade increases a threshold fixed in the EA inputs.
- Exp_TralingStop The Expert Advisor moves a stop loss to a predefined fixed distance from the current price.
- Scalpel EA Scalpel EA for MetaTrader 5
- DVD Level The Expert Advisor opens trades when the price approaches an integer cent, for example, 1.39, 1.40 or 1.41.
- Exp_ZeroFillingStop The Expert Advisor moves a position to a breakeven when a predefined profit is reached.
- SilverTrend_Signal_Alert SilverTrend semaphore signal indicator features alerts, emails and push notifications.
- Exp_TimesDirection The Expert Advisor opens and closes positions at the predefined moments in time.
- OpenTicks Non-indicator system based on the analysis of the four previous bars. Implemented partial closing.
- Exp_CenterOfGravityCandle The Exp_CenterOfGravityCandles Expert Advisor is based on signals of the CenterOfGravityCandles indicator.
- WPR_Histogram_Round_HTF The WPR_Histogram_Round indicator with the timeframe selection option available in the input parameters.
- Exp_GStop This Expert Advisor closes all positions if the total loss/profit exceeds a predefined limit.
- MTC Сombo The Expert Advisor is based on a standard trend strategy and the two-layer neural network that is trained to enter the market against a trend.
- MFI_Histogram_Round_HTF The MFI_Histogram_Round indicator with the timeframe selection option available in the input parameters.
- Exp_GTakeProfit This Expert Advisor closes all positions if the total profit exceeds a predefined limit.
- Exp_GStopLoss This Expert Advisor closes all positions if the total loss exceeds a predefined limit.
- ZoomPrice tick indicator The indicator shows the price chart of any scaling level.
- RobotPowerM5 meta4V12 Analyzing iBullsPower and iBearsPower indicators on the first bar.
- CenterOfGravityCandle Ehlers Center of Gravity indicator in the form of candles.
- Exp_3RVI The trading system based on the three RVI oscillator signals from three different timeframes.
- Exp_3STO The trading system based on the three Stochastics signals from three different timeframes.
- Opening and Сlosing on time Open and close at a certain time. A trade having a specified volume is opened at a specified symbol. Select position type: Buy or Sell.
- Artificial Intelligence The Expert Advisor using artificial intelligence - a single-layer neural network. The "Perceptron" is used for identification of the quotes movement direction. Both iAC indicator and CopyTime calls are used.
- The MasterMind 2 Receive data from two indicators: iStochastic and iWPR.
- e-Regr e-Regr — MetaTrader 5 Expert Advisor. Trading by i-Regr (Regression Channel). Extensive use of the standard library classes.
- AutoFibAutoTrend_Zigzag2_R The indicator plots price channel and Fibonacci levels based on the latest Zigzag2_R_Color peaks.
- RSI_Histogram_Round_HTF The RSI_Histogram_Round indicator with the timeframe selection option available in the input parameters.
- WPR_Histogram_Round Standard WPR oscillator implemented as a histogram rounding its values to the standard range.
- BrainTrend2SigAlert BrainTrend2Sig semaphore signal indicator features alerts, emails and push notifications.
- MFI_Histogram_Round Standard MFI oscillator implemented as a histogram rounding its values to the standard range.
- AutoFibAutoTrend_OnParabolic The indicator plots price channel and Fibonacci levels based on the latest parabolic ZigZag peaks.
- i-Regr i-Regr is a MetaTrader 5 indicator. Regression Channel: Linear Regression Channel, Quadratic (Parabolic) Regression Channel, Cubic Regression Channel.
- 20/200 expert v 4.2 AntS Extensive use of the standard library classes.
- DayTrading The extensive use of standard library classes and the uniform code for data acquisition from iMACD, iStochastic, iSAR and iMomentum indicators.
- CyberiaTrader CyberiaTrader is a MetaTrader 5 Expert Advisor.
- Exp_X2MA_Digit_DM_361 Exp_X2MA_Digit_DM_361 trend-following trading system is based on ColorX2MA_Digit and ColorDM_361 indicator signals.
- RSI_Histogram_Round Standard RSI oscillator implemented as a histogram rounding its values to the standard range.
- ZPF_HTF ZPF indicator with the timeframe selection option available in input parameters.
- Zigzag2_R_Color_HTF The Zigzag2_R_Color indicator with the timeframe selection option available in the input parameters.
- ZigZagOnParabolic_Arrows ZigZagOnParabolic with its values displayed as fractal labels.
- Exp_X2MA_JJRSX Exp_X2MA_JJRSX trend-following trading system is based on ColorX2MA and ColorJJRSX indicator signals.
- Multi Lot Scalper Multi Lot Scalper Expert Advisor, MetaTrader 5 version.
- ColorJJRSX_HTF The ColorJJRSX indicator with the timeframe selection option available in the input parameters.
- Zigzag2_R_Color_Price Zigzag2_R_Color with price labels of the ZigZag peak values.
- Exp_X2MA_JFatl Exp_X2MA_JFatl trend-following trading system is based on ColorX2MA and ColorJFatl indicator signals.
- ZigZag_XMACandles ZigZag based on the XMACandles indicator candles.
- Exp_XMACandles The Exp_XMACandles Expert Advisor is based on signals of the XMACandles indicator.
- Zigzag2_R_Arrows Zigzag2_R with its values displayed as fractal labels.
- ZigZag_NK_Color_Price ZigZag indicator with price labels of the ZigZag peak values.
- BrainTrend1Sig_Alert BrainTrend1Sig_Alert semaphore signal indicator features alerts, emails and push notifications.
- XMACandles XMA indicator in the form of candles.
- MACDCandleTrend This is a semaphore signal indicator using the colors of the MACDCandle indicator candles as trading signals.
- Exp_Trigger_Line The Exp_Trigger_Line Expert Advisor based on signals of the Trigger_Line indicator.
- Trigger_Line_HTF The Trigger_Line indicator with the timeframe selection option available in the input parameters.
- ZigZag_MACDCandle ZigZag based on the MACDCandle indicator candles.
- ASCtrendAlert ASCtrend semaphore signal indicator features alerts, emails and push notifications.
- Trigger_Line This is a trend-following indicator using the moving average and its smoothing. It features alerts, emails and push notifications.
- ZigZag_MomentumCandle ZigZag based on the MomentumCandle indicator candles.
- ZigZag_RSICandleV2 ZigZag based on the RSICandleV2 indicator candles.
- Envelopes ATR MT5 The indicator displays the deviation of the upper and lower borders of the symbol oscillation range. The deviation is based on the symbol's ATR.
- ZigZag_NK_Arrows ZigZag with its values displayed as fractal labels.
- ZigZag_MACD ZigZag based on MACD histogram.
- ZigZag_Stochastic ZigZag based on Stochastic oscillator.
- ZigZag_WPR ZigZag based on WPR oscillator.
- ZigZag_RVI ZigZag based on RVI oscillator.
- ZigZag_RSI ZigZag based on RSI oscillator.
- ZigZag_MFI ZigZag based on MFI oscillator.
- Simulator regular expressions The script allows you to try regular expressions.
- BB stops - rsi BB stops — RSI version.
- BB Stops Well known BB Stops (Bollinger Bands Stops) indicator with some additions and further adapting to MetaTrader 5 usage.
- BB stops - stochastic BB stops - stochastic indicator.
- BB stops - velocity BB stops - velocity version.
- Kijun-Sen with alerts The Kijun-sen line with color customization and sending alert on trend changes
- Cauchy derivative YTG Derivative of the moving averages difference.
- Cauchy difference YTG The difference of the moving averages.
- YGMA Arithmetic and geometric moving averages.
- ZigZag_iMomentum The ZigZag based on the iMomentum oscillator.
- ZigZag_iForce The ZigZag based on the iForce oscillator.
- ZigZag_DeMarker The ZigZag based on the DeMarker oscillator.
- Exp_MFI_Slowdown Trading system based on the signals of the MFI_Slowdown indicator.
- Exp_WPR_Slowdown Trading system based on the signals of the WPR_Slowdown indicator.
- Tick Chart The indicator displays the Ask and Bid, which are taken from the real tick history. Also, it is possible to evaluate the spread changes by visually comparing the Ask and Bid.
- TriggerLine with Arrow The Trigger Line indicator with arrows.
- Ticks indicator It shows the tick price history (Bid/Ask) within all visible bars.
- ZigZag_OsMACandle The ZigZag based on the OsMACandle oscillator.
- ZigZag_OsMA The ZigZag based on the OsMA oscillator.
- ZigZag_CCI The ZigZag based on the CCI oscillator.
- ZigZag_CHO The ZigZag based on the Chaikin oscillator.
- WPR_Slowdown Semaphore signal indicator based on the WPR indicator, which features alerts, sending emails and push-notifications to mobile devices.
- MFI_Slowdown Semaphore signal indicator based on the MFI indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Exp_RSI_Slowdown Trading system based on the signals of the RSI_Slowdown indicator.
- Convenient use of indicators Here are 6 classes, designed for convenient and intuitive use of indicators in your code.
- RSI_Slowdown Semaphore signal indicator based on the RSI indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Exp_Delta_WPR The Exp_Delta_WPR Expert Advisor is based on the Delta_WPR indicator color change.
- Delta_WPR_HTF The Delta_WPR indicator with the timeframe selection option available in the input parameters.
- Cauchy derivative Derivative of the Cauchy difference The indicator shows the difference in the estimated values of the current bar and the previous bar.
- Cauchy difference Cauchy difference. The indicator shows the difference of arithmetic mean and geometric mean of the price.
- GMA Geometric Moving Average.
- Exp_Delta_MFI The Exp_Delta_MFI Expert Advisor is based on the Delta_MFI indicator color change.
- Delta_MFI_HTF The Delta_MFI indicator with the timeframe selection option available in the input parameters.
- Delta_WPR Trend analyzer based on the difference of two WPR oscillators with different periods.
- YMA Moving average for prices (O+C+H+L)/4.
- Exp_Delta_RSI The Exp_Delta_RSI Expert Advisor is based on the Delta_RSI indicator color change.
- Delta_RSI_HTF The Delta_RSI indicator with the timeframe selection option available in the input parameters.
- Delta_MFI Trend analyzer based on the difference of two MFI oscillators with different periods.
- Exp_ColorXvaMA_Digit_StDev Trading system based on the signals of the ColorXvaMA_Digit_StDev indicator.
- ColorX2MA_Alert The ColorX2MA indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Delta_RSI Trend analyzer based on the difference of two RSI oscillators with different periods.
- BykovTrendAlert The BykovTrend semaphore signal indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Waddah_Attar_Pivot_V2 The indicator that displays tree pivots on one chart, with the ability to change their timeframes.
- Zigzag2_R_Color Another variant of the ZigZag by Rosh.
- XFatlXSatlMACD_HTF The XFatlXSatlMACD indicator with the timeframe selection option available in the input parameters.
- Waddah_Attar_Pivot This indicator draws the daily, weekly and monthly Pivot with backtesting.
- BeginnerAlert This indicator displays the trend extremums (maximum and minimum), which may be used as the support and resistance points. It is useful for determining the channel of the current trend. It features alerts, sending emails and push-notifications to mobile devices.
- Exp_i4_DRF_v3 The Exp_i4_DRF_v3 Expert Advisor is based on the i4_DRF_v3 indicator color change.
- FloatPivot_Digit_HTF The FloatPivot_Digit_HTF indicator with the timeframe selection option available in the input parameters.
- Background_JSatlCandle_HTF The indicator draws JSatlCandle candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- JSatl_Digit_System_HTF The JSatl_Digit_System indicator with the timeframe selection option available in the input parameters.
- Exp_Bear_Bulls_Power The Exp_Bear_Bulls_Power Expert Advisor is based on the Bear_Bulls_Power indicator color change.
- Exp_JSatlCandle The Exp_JSatlCandle Expert Advisor based on signals of the JSatlCandle indicator.
- ATR_Channels_Cloud_Digit_HTF The ATR_Channels_Cloud_Digit indicator with the timeframe selection option available in the input parameters.
- Exp_i4_DRF_v2 The Exp_i4_DRF_v2 Expert Advisor is based on the i4_DRF_v2 indicator color change.
- JSatlCandle The JSatl indicator implemented as a sequence of candlesticks.
- Exp_Waddah_Attar_Trend The Exp_Waddah_Attar_Trend Expert Advisor is based on the Waddah_Attar_Trend indicator color change.
- Exp_ColorJSatl_Digit The Exp_ColorJSatl_Digit Expert Advisor is based on the ColorJSatl_Digit indicator color change.
- ColorJFatl_Digit_Alert The ColorJFatl_Digit indicator, which features alerts, sending emails and push-notifications to mobile devices.
- BalanceOfPower_Histogram_Alert The Balance of Power (BOP) indicator as a color histogram of strength and direction of the current trend, which features alerts, sending emails and push-notifications to mobile devices.
- ColorJSatl_Digit_HTF The ColorJSatl_Digit indicator with the timeframe selection option available in the input parameters.
- si_q_asi_HTF The si_q_asi indicator with the timeframe selection option available in the input parameters.
- Bear_Bulls_Power_HTF The Bear_Bulls_Power indicator with the timeframe selection option available in the input parameters.
- Waddah_Attar_Trend_HTF The Waddah_Attar_Trend indicator with the timeframe selection option available in the input parameters.
- TralingLine Virtual Stop Loss or Trailing Stop.
- Waddah_Attar_Trend A trend indicator that uses the MACD values multiplied by the averaged price of the financial asset, made as a colored histogram.
- Bear_Bulls_Power The indicator shows the strength of bulls and bears in a simple manner in a single window.
- si_q_asi Short-term and cumulative indices of price fluctuations.
- Color Day The Color Day indicator colors the bullish and bearish days.
- ColorJSatl_Digit Smoothed fast digital filter JSatl with color indication of movement direction, that displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- Exp_JSatl_Digit_System Trading system based on the signals of the JSatl_Digit_System indicator.
- JSatl_Digit_System The indicator implements a breakout system using a channel based on the High and Low price series processed by the algorithm of JSatl_Digit.
- Vertical histograms constructor Constructor for creating histograms of statistical distributions of indicators, timeseries and their derivatives.
- Exp_AFL_WinnerV2 The Exp_AFL_WinnerV2 Expert Advisor that uses the AFL_WinnerV2 indicator.
- AFL_WinnerV2_HTF The AFL_WinnerV2 indicator with the timeframe selection option available in input parameters.
- JSatl_HTF The JSatl indicator with the timeframe selection option available in the input parameters.
- Multi-currency night scalper - Night Scalper Multi Night scalper, trades until 0 am terminal time within a narrow range.
- The smart averager - Hello Smart The Expert Advisor averages losing positions based on a particular algorithm.
- XvaMA_HTF The XvaMA indicator with the timeframe selection option available in the input parameters.
- Exp_ColorXvaMA_Digit The Exp_ColorXvaMA_Digit Expert Advisor is based on the ColorXvaMA_Digit indicator color change.
- ColorXvaMA_Digit_StDev The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits. Additionally, it indicates the trend strength by colored dots based on the standard deviation algorithm.
- SyncChart Synchronization of the bars displayed on all open charts of the terminal.
- Histogram Bid and Ask prices The statistical distribution of Bid and Ask prices on the chart as a histogram.
- Fibo Bar MT5 Indicator that draws Fibonacci levels based on the last bar.
- Fibo ZigZag The Fibo ZigaZag indicator allows to calculate the probable support and resistance levels using the Fibonacci ratios.
- ColorXvaMA_Digit_StDev V2 The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits. Additionally, it indicates the trend strength by colored dots based on the standard deviation algorithm.
- i4_DRF_v3_HTF The i4_DRF_v3 indicator with the timeframe selection option available in the input parameters.
- i4_DRF_v2_HTF The i4_DRF_v2 indicator with the timeframe selection option available in the input parameters.
- ColorXvaMA_Digit The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- iBarShift_MT5 Version of the iBarShift function for the MetaTrader 5, takes a parameter of type datetime — opening time of the bar, the index of which must be found.
- Exp_StochasticDiff The Exp_StochasticDiff Expert Advisor is based on change of direction of the StochasticDiff indicator.
- StochasticDiffSign Semaphore signal indicator based on the code of the StochasticDiff indicator.
- RVIDiffSign Semaphore signal indicator based on the code of the RVIDiff indicator.
- Fibo Retracement Trader The Expert Advisor plots a Fibonacci based on the standard ZigZag indicator and traded rectracements from all levels. The levels are fixed and cannot be customized by the user.
- Feed of all deals The indicator displays the total number of deals by symbol in real time.
- i4_DRF_v2 A simple trend indicator with calculation of rise and fall in Close prices.
- ZZ Fibo Trader The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.
- Trade on Timer Simple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.
- Interchange Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.
- Stat The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.
- Switching charts The script switches all opened charts at a certain interval. It is also possible to display only the charts of certain symbols.
- BoDi The Standard Deviation indicator implemented in the form of a color histogram.
- Imp_XMA Moving average wing averaging of the linear combination of the input price timeseries.
- DownloadHistory Symbol for downloading the history data for the current symbol with indication of progress.
- YURAZ_RSAXEL Script draws the Axel Rudolph levels Script draws the Axel Rudolph levels
- Normalized MACD Normalized MACD.
- Buy sell volume Buy sell volume.
- Corr momentum "Corrected" momentum.
- Corr velocity "Corrected" velocity (smoother momentum).
- VWAP bands Volume weighted average bands.
- MACD ca MACD ca - sort of a "step MACD" or "corrected MACD".
- Corr RSI Corr RSI - "step" or "corrected" RSI.
- Corr average Average using dr. Andreas Uhl's "correction method.
- iCrosshairClickTarget iCrosshairClickTarget indicator for MetaTrader 5 is an improved version of iCrosshair indicator for MetaTrader 4.
- Rsi(oma) with auto Fibonacci levels RSI(OMA) with automatic Fibonacci levels.
- QWMA ca QWMA - the "CA" ("Corrected Average") version
- Sentiment zone oscillator Sentiment zone oscillator.
- AdxVma trend AdxVma trend.
- Balance of market power Balance of market power (using improved Jurik filter for calculation).
- PDFma PDFma — average using probability density function for average calculation.
- Elliot oscillator Elliot oscillator indicator.
- Recursive (double) smoothed stochastic Recursive (double) smoothed stochastic - allows calculating double smoothed stochastic up to depth 15.
- ExpBuySellSide ExpBuySellSide is a MetaTrader 5 Expert Advisor based on the ATRStops and StepUpDown indicators.
- ExpHAWaves ExpHAWaves is a MetaTrader 5 Expert Advisor based on the Heiken Ashi and StepUpDown indicators.
- Stochastic RSI (OMA) Stochastic of 7 possible types of RSI(oma).
- Nema NEMA - arbitrary depth EMA, DEMA, TEMA... DecEMA ...
- Nema MACD MACD calculated using the NEMA.
- Adaptive Laguerre filter 2 The newest version of Adaptive Laguerre filter.
- Smoothed repulse This version can use one of the 4 basic averages types for smoothing.
- Adaptive Laguerre filter trend Adaptive Laguerre filter trend.
- Step stochastic 2 New version of non-repainting step stochastic indicator.
- ExpPricePosition ExpPricePosition is a MetaTrader 5 Expert Advisor based on the PricePosition and StepUpDown indicators.
- Correlation candles Correlations (Spearman or Pearson rank (auto)correlation) drawn as candles.
- Awesome oscillator - extended Awesome oscillator - extended version.
- Support ressitance - Barry (extended) Support ressitance - Barry (extended version).
- Holt's double exponential smoothing trend Holt's double exponential smoothing - the trend component.
- Recursive CCI Short description.
- CCI - experiment extended CCI - very extended version of the "experiment".
- Maksigen channels - 2 Maksigen channels - extended version.
- Holt's double exponential smoothing Holt's double exponential smoothing with linear forecasting
- TicksVolume Tick volumes indicator. It shows the price change with an increase and decrease.
- Stochastic experiment Stochastic - one classical and 3 new types of stochastic.
- RSI - of adaptive T3 RSI of adaptive T3 (calculates 7 types of RSI that can be filtered by adaptive T3).
- Scale Fibonacci Arcs Script to set correct scale on Fibonacci arcs attached to chart.
- ADXm ADXm - version for MetaTrader 5
- Velocity - normalized Velocity - normalized using ATR, deviation or no-normalization
- Aroon oscillator - dynamic zones (levels) Aroon oscillator — that is using dynamic levels/zones instead of using fixed levels for overbought and oversold conditions.
- i-Paramon work time i-Paramon work time (new version).
- DMI stochastic extreme DMI stochastic extreme - extended indicator.
- iTrend iTrend indicator for MetaTrader 5
- Ehlers inverse fisher transform of RSI Ehlers inverse Fisher transform of RSI extended.
- Rsi(oma) Rsi (7 types of RSI) with a lot of additions.
- Harmonic Pattern Finder V2 Indicator to display existent and emerging harmonic chart patterns.
- QWMA - quadratic weighted moving average QWMA - "quadratic weighet moving average" new generation
- MACD using QWMA MACD that uses QWMA for calculation
- Quantile bands - generalized Quantile bands - generalized version.
- Double smoothed stochastic Double smoothed stochastic - extended
- Swing line - extended version Extended swing line indicator
- Swingchart Gann swingchart and hybrid ZigZag implementation.
- STARC bands Variation of well know STARC (Stoller Average Range Channels) bands.
- Elder Auto Envelopes The upgraded indicator: now it has new price types and different display type.
- ALMA 2.0 The newest version of ALMA.
- ADXVMA ADXVMA uses a sort of ADX values for determining the weights of average calculation.
- Double Stoch RSI Floating Double stochastic of RSI uses floating levels instead of fixed levels for OB/OS conditions.
- Double Stochastic RSI Double stochastic of RSI.
- CCI Simple Experiment CCI experiment using adaptive calculation period.
- RSI Exp with Filled Areas RSI experiment with a simple addition of filled areas when floating levels are crossed.
- RSI Experiment with Floating Levels RSI experiment with floating levels.
- RSI Experiment This version of RSI is "experimenting" with different ways how internally the RSI is calculated.
- T3 Velocity on Chart T3 velocity, now on chart version too.
- T3 Velocity V.2.0 T3 velocity is a completely new indicator that uses T3 to calculate velocity.
- Rapid RSI T3 Prefiltered Upgraded adaptive rapid rsi (stand deviations adaptive) using t3 filtered prices.
- Double Smoothed Stochastic on Chart The "on chart" version of double smoothed stochastic.
- Double Smoothed Stochastic Double smoothed stochastic with some extra options
- Aroon oscillator on chart The version of Aroon oscillator, displayed on the main chart.
- Aroon on chart The version of Aroon indicator that displays colored line, bars or candles on the mains chart.
- Aroon Indicator in new form The Aroon indicator in the new visualization.
- Elder Auto Envelopes V2 The auto envelope automatically sizes channels by calculating a standard deviation for the last n bars.
- Normalized MACD This version is an attempt to normalize MACD in known bounds
- Normalized Velocity The normalizing velocity, using by default a gradient coloring.
- RSI of MACD double The MetaTrader 5 version of RSI of MACD double
- TTM Waves, v. 2.0 One more version that draws the parts when the slope is in accordance with trend.
- TTM Waves Indicator This is an combination of 3 separate indicators: TTM wave A, TTM wave B and TTM wave C.
- Guppy MMA of Double Smoothed Ema This version is using double smoothed ema, not some regular moving average.
- Double Smooothed EMA The gradient version of double smoothed EMA indicator.
- RSX Variation This version of RSX allows you to use instead any momentum length.
- Tushar Chande's DMI Dynamic Momentum Index
- Donchian Channel MTF The multitimeframe version of Donchian channel.
- Stochastic of RSX Stochastic that is using RSX as an input for calculations.
- Stochastic of Adaptive Smoother Adapting is done using standard deviations.
- Adaptive Smoother One more average/smoother that due to its fractional calculation period possibility can be used to be made adaptive.
- Stochastic of Super Smoother, v.2 The second version of indicator with added features.
- Hull Moving Average Hull moving average with arbitrary weights of calculation.
- Stochastic of Adaptive Super Smoother Adaptive super smoother is used for price pre-filtering before it is used to calculate a stochastic
- Super Smoother Variable length super smoother with an addition of gradient coloring.
- T3 Std Adaptive The T3 using standard deviations to make it adaptive
- Rapid RSI Rapid RSI with adaptive T3 price pre-filtering
- Angle of Averages This indicator calculate angle of averages using ATR-approximation.
- Absolute Strength Averages Absolute strength of averages. It is upgraded to use the possible 18 types of averages in calculation.
- Aroon Oscillator Line Simple visualization of Aroon oscillator.
- Directional RSI RSI that is based on Directional Movement with added filtering and PSAR
- Trading Sessions Open - Close This is a trading sessions indicator.
- Grid Maker This indicator shows vertical and horizontal lines that you can set in different ways.
- Candle Timer Candle Timer shows the time remaining until the end of the candle.
- Multi Pass Averages Multi pass averages MetaTrader 5 version is similar to multi weighted MA but this one allows the additional 16 types of averages instead of using just LWMA.
- Ehlers Inverse Fisher Transform This is a Ehlers inverse fisher transform with an addition of choices of different rsi calculations that can be used.
- Gaussian Filter Gaussian Filter for apply to other indicators too.
- Super Trend Averages Super trend indicator with 18 possible averages for calculation.
- Super Trend Hull Indicator Super trend indicator that uses hull average for calculation.
- Draw Psy Levels Draws equidistant horizontal lines.
- RSI Filter RSI that is intended to be used as a filter.
- CCI Averages Pre-Filtered The CCI pre-filtered indicator with an addition of 18 possible types of averages that can be used for pre-filtering.
- RSI Floating Levels Added the filled array for overbought and oversold zones.
- T3 Velocity The T3 version of Velocity
- Swing Line Ron Black's swing line indicator for MetaTrader 5 version.
- Jurik Velocity Jurik velocity ("smoother moment") with added choice of prices.
- Averages MTF V2 Averages indicator, which contains 18 types of averages available.
- Volume Weighted Wilder's DMI This is a volume weighted Wilder's DMI (the real ADX).
- Volume weighted MACD MACD with possibility to choose between tick volume and real volume.
- Volume Weighted EMA You can choose if you wish to use a real volume or the ticks volume.
- Hull Variation A variation of Hull moving average that allows speed adjusting of the HMA.
- Keltner Channel Oscillator The widely known Keltner Chsnnel Oscillator in the new visual version .
- Parabolic SAR Parabolic SAR that avoids some of the problems of existing PSAR-indicators and calculates the values correctly.
- Spearman Rank Autocorrelation This is an auto-correlation version of Spearman rank indicator.
- Keltner Channel Keltner channel with some additional options
- Leader of the MACD This is the Leader of the MACD as described by Giorgos E. Siligardos.
- Zerolag Tema Bars There are some additions in this indicator compared with MetaTrader 4-version.
- Averages MTF A version that adds some averages not supported by built in standard types to the collection of averages in one single file.
- DT Oscillator It is a DT oscillator as described by Robert Miner with some additional features.
- Step Stochastic The upgraded version of Stochastic without repainting.
- Relative Volatility Index Indicator is already multi time frame version with alerts included.
- T3_Double Bands Three T3s calculated: of high (upper line), close (middle line) and low (lower line).
- Nonlag_MA_MACD MACD variation that uses Nonlag MA.
- Highs-Lows A simple indicator that shows the high and the low of desired time frame on a current chart.
- Double Stochastic A stochastic indicator with a twist: it is calculating a stochastic, and then a stochastic of that stochastic.
- Guppy MMA It is made more up-to-date and multi time frame option added.
- Round Price A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.
- Pivot Points Pivot Point indicator with an addition of 4 ways of calculating pivot points.
- Stochastic RSI This version has 6 sub-types it is actually calculating.
- Lnx CCI The version of well known Woodies CCI with correct implementation of trend changing rules
- BB MACD BB MACD is a MACD indicator variation with an addition of Bollinger bands
- T3 floating levels oscillator T3 floating levels made as an oscillator
- T3 floating levels T3 with floating levels
- Super Passband Filter 2.0 Super pass-band filter as described by John Ehlers
- Composite RSI Composite RSI
- Moving Averages with Colors "Classical" MA with a twist: colors change depending on the angle of the slope.
- NonLag MA MetaTrader 5 version of NonLag MA.
- Jurik Filter This is an improved Jurik Filter with the option to be applied to any indicator not only to prices.
- One More Average The idea of this one is simple: it should "imitate" as much other moving averages as it can.
- Gann High Low Activator This version is showing the channel that needs to be broken if the trend is going to be changed.
- Daily Data The indicator displays in chart window the important data on current symbol.
- XVolume Simple volume indicator that has two coloring mode options.
- Rank AutoCorrelation Indicator includes Spearman rank correlation and Pearson correlation.
- Elliott Wave Oscillator An oscillator to help you confirm your Elliott waves counting (doesn't count the waves automatically)
- Harmonic Pattern Finder Indicator to display existent and emerging harmonic chart patterns.
- RAVI_Histogram The Range Action Verification Index indicator implemented as a histogram of strength and direction of the current trend.
- Exp_CandlesticksBW The Exp_CandlesticksBW Expert Advisor based on signals of the CandlesticksBW indicator.
- RAVI_HTF The RAVI indicator with the timeframe selection option available in input parameters.
- i-SpectrAnalysis_OsMA The indicator is an example of smoothing a time series of the OsMA indicator by filtering harmonics of higher order.
- i-SpectrAnalysis_RVI The indicator is an example of smoothing a time series of the RVI indicator by filtering harmonics of higher order.
- i-SpectrAnalysis_ADX The indicator is an example of smoothing a time series of the ADX indicator by filtering harmonics of higher order.
- i-CAi_Cloud_Digit The i-CAi indicator that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits, as well as displays a price grid with those rounded values.
- CandlesticksBW The indicator colors the candlesticks according to B. Williams.
- PPO_Sign Semaphore signal indicator based on the relative smoothed rate of price change.
- RAVI (Range Action Verification Index) The indicator represents the derivative of the second averaging of the financial asset price, increased a hundred times.
- Exp_PPO_Cloud The Exp_PPO_Cloud EA is based on the signals generated by the PPO_Cloud oscillator.
- PPO_Cloud_HTF The PPO_Cloud indicator with the timeframe selection option available in input parameters.
- i-CAiChannel_System_Digit_HTF The i-CAiChannel_System_Digit indicator with the timeframe selection option available in input parameters.
- PPO_Cloud Oscillator that represents the relative smoothed rate of price change.
- Normalized_Volume_Oscillator_HTF The Normalized_Volume_Oscillator indicator with the timeframe selection option available in input parameters.
- Login To Trade Account This library allows to automate the process of connecting to a trade server after the "Account disabled" error occurs.
- Exp_PFE_Extr The Exp_PFE_Extr breakout trading system based on the signals of the PFE oscillator.
- MFIdivCandle The MFIdivCandle indicator. Colors the candles based on the MFI oscillator.
- WPRdivCandle The WPRdivCandle indicator. Colors the candles based on the WPR oscillator.
- Exp_PFE The Exp_PFE trading system based on the signals of the PFE oscillator.
- RSIdivCandle The RSIdivCandle indicator. Colors the candles based on the RSI oscillator.
- StodivCandle The StochCandles indicator. Colors the candles based on the Stochastic.
- Normalized_Volume_Oscillator The indicator is the development of the idea of using the Normalized Volumes.
- Exp_i-CAiChannel_System_Digit The breakthrough trading system based on the signals of the i-CAiChannel_System_Digit indicator.
- PFE_HTF The PFE indicator with the timeframe selection option available in input parameters.
- i-CAi_Digit_HTF The i-CAi_Digit indicator with the timeframe selection option available in input parameters.
- DSSBressertSign Semaphore signal indicator based on the DSSBressert indicator algorithm.
- PFE Oscillator with calculations using an algorithm similar to Kaufmann's AMA.
- ZZ Color Retracement The ZZ Color Retracement based on the Simple ZigZag indicator. In addition to the functionality of the base indicator, the Color Retracemnt analyzes the length of wave movements, highlighting the longer impulse movements in blue and the shorter retracements in red.
- i-CAiChannel_HTF The i-CAiChannel indicator with the timeframe selection option available in input parameters.
- Exp_i-CAi_StDev Trading system based on the signals of the i-CAi_StDev indicator.
- i-CAiChannel_System_Digit The indicator implements a breakthrough system using the i-CAiChannel channel.
- MT4Orders Parallel use of the MetaTrader 4 and MetaTrader 5 order systems.
- i-CAiChannel The Envelopes indicator with the use of the i-CAi indicator algorithm.
- i-CAi_Digit The i-CAi indicator displays the most recent value as a price label with the the possibility to round the channel levels up to a required number of digits.
- SMI_Correct_HTF The SMI_Correct indicator with the timeframe selection option available in input parameters.
- Exp_SMI_Correct The Exp_SMI_Correct Expert Advisor is based on the SMI_Correct indicator color change.
- AutoGannAutoTrend The indicator plots price channel, Fibonacci levels and Gann fan based on the latest ZigZag peaks.
- i-CAi_StDev_HTF The i-CAi_StDev indicator with the timeframe selection option available in input parameters.
- Simple ZZ Consolidation Zones More experiments with the Simple ZigZag indicator. A small upgrade allows the indicator to find and mark the price consolidation areas with colored rectangles.
- yEffekt_HTF The yEffekt indicator with the timeframe selection option available in input parameters.
- i-CAi_StDev The i-CAi indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- SMI_Correct Variation of the SMI indicator based on the "Momentum, Direction, and Divergence" book by Blau.
- ZZLevels The ZZLevels indicator uses the Simple ZigZag to find the boundaries of the flat, as well as the support and resistance levels.
- i-CAi_HTF The i-CAi indicator with the timeframe selection option available in input parameters.
- Exp_i-CAi The Exp_i-CAi Expert Advisor is based on change of direction of the i-CAi indicator.
- dTrend_HTF The dTrend indicator with the timeframe selection option available in input parameters.
- AutoFibAutoTrend The indicator plots price channel and Fibonacci levels based on the latest ZigZag peaks.
- Simple ZigZag Simplified version of the popular ZigZag indicator. The algorithm runs significantly faster, does not use intermediate calculation buffers, does not contain nested cycles and, therefore, does not redraw itself.
- i-CAi The indicator displays the breakthrough line.
- dTrend Indicator of trend change.
- CCI_Histogram_HTF The CCI_Histogram indicator with the timeframe selection option available in input parameters.
- Exp_AroonOscillatorSignAlert Trading system based on AroonOscillatorSignAlert indicator signals.
- Exp_ADXDMI The Exp_ADXDMI trading system based on the signals of the ADXDMI oscillator.
- ADXDMI_HTF The ADXDMI indicator with the timeframe selection option available in input parameters.
- AroonOscillatorSignAlert Semaphore arrow signal indicator based on the AroonOscillator oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- MaxPriceDistribution Vertical histogram with distribution of Highs.
- MinPriceDistribution Vertical histogram with distribution of Lows.
- ExtremPriceDistribution Vertical histogram with distribution of extreme prices.
- PriceDistribution Vertical histogram with distribution of prices.
- PChannel_System_Digit The indicator implements a breakout system using the PChannel_System channel, with the possibility to round the channel levels to the required number of orders and with the display of the latest channel breakout levels in the form of price labels.
- PChannel_System_HTF The PChannel_System indicator with the timeframe selection option available in input parameters.
- WmiVol_Pluse Indicator of intraday volatility with no lag.
- Donchian_Channels_System_HTF The Donchian_Channels_System indicator with the timeframe selection option available in input parameters.
- DarvasBoxes_System_Digit The indicator implements a breakout system using the DarvasBoxes channel, with the possibility to round the channel levels to the required number of orders and with the display of the latest channel breakout levels in the form of price labels.
- DarvasBoxes_System_HTF The DarvasBoxes_System indicator with the timeframe selection option available in input parameters.
- ytg_Price_Peak_HTF The ytg_Price_Peak indicator with the timeframe selection option available in input parameters.
- Exp_DarvasBoxes_System Trading system based on DarvasBoxes_System indicator signals.
- Exp_PChannel_System Trading system based on PChannel_System indicator signals.
- Fisher_org_v1_HTF The Fisher_org_v1 indicator with the timeframe selection option available in input parameters.
- Exp_Donchian_Channels_System Trading system based on Donchian_Channels_System indicator signals.
- Exp_Volume_Weighted_MACandle Trading system based on Volume_Weighted_MACandle indicator signals.
- Trade panel with autopilot An example of creating a trade panel using the MasterWindows library.
- Exp_Volume_Weighted_MA_Digit_System Trading system based on Volume_Weighted_MA_Digit_System indicator signals.
- Exp_JFatl_Digit_System Trading system based on JFatl_Digit_System indicator signals.
- Exp_Fisher_org_v1_Sign Trading system based on Fisher_org_v1_Sign indicator signals.
- Fisher_org_v1_Sign_Alert Semaphore arrow signal indicator based on the Fisher_org_v1 oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- Volume_Weighted_MA_Digit_System The indicator implements a breakout system using a channel based on the High and Low price series processed by the algorithm of Volume_Weighted_MA_Digit.
- JFatl_Digit_System The indicator implements a breakout system using a channel based on the High and Low price series processed by the algorithm of JFatl_Digit.
- Volume_Weighted_MACandle The Volume_Weighted_MA indicator implemented as a sequence of candlesticks.
- Fisher_org_v1_Sign Semaphore arrow signal indicator based on the Fisher_org_v1 oscillator leaving the overbought and oversold areas.
- Exp_Fisher_org_v1 The Exp_Fisher_org_v1 EA is based on the signals generated by the Fisher_org_v1 oscillator.
- Trend indicator based on singular spectrum analysis Extracting trend and filtering noises using the method of singular spectrum analysis. Adjusting the indicator parameters allows to control the smoothness of the extracted trend and noise filtering threshold.
- Volume_Weighted_MA_Cloud_Digit The Volume_Weighted_MA indicator that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- Volume_Weighted_MA_StDev_HTF The Volume_Weighted_MA_StDev indicator with the timeframe selection option available in input parameters.
- Fisher_org_v1 The Fisher Transform indicator. It displays the current movements, and the set levels often act as turning points.
- Super Passband Filter Oscillator can be used on multiple symbols and multiple timeframes.
- Momentum Pinball v.2 Made some changes compared to the originally Momentum Pinball
- Aroon Oscillator The classic Aroon Oscillator in the new visual form.
- Adaptive Laguerre Adaptive Laguerre filter with the usual set of 20 types of prices.
- Blau T3 ECO Blau T3 ergodic candlestick oscillator with new display types and styles
- ALMA with addition filters ALMA with floating levels and additional filters.
- Composite RSI Another version of the RSI using smoothed prices.
- MHL Average Middle-High-Low Average - a correlation of two averages.
- UniOscillator The oscillator based on RSI with adjustable period and color scheme.
- 4MA Candles The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low.
- MA Ribbon The indicator shows the areas, where fast MA and slow MA cross.
- New Bar Alerter Indicator sends the alert when new bar is formed.
- Quantile Bands This indicator is constructing "bands" using 3 quantile values.
- Bollinger Bands with Filling This version of Bollinger Bands has a choice of calculating the standard deviation as a sample or as an uncorrected deviation.
- Fibonacci Auto Channel The indicator is finding out the minimum and maximum for the desired period and draws fibo zones in those bounds.
- MACD Candles This is one more possible way of making MACD — as a candles, without the price and signal line.
- Candles, arbitrary seconds This is an indicator that generates simulated data for any period - but in seconds
- Bcrypt Class for working with AES-256 encryption.
- Spread per hour statistics Simple average spread per hour statistics output.
- PricePosition PricePosition indicator provides the position of price in the point of angle when the price rises above (BUY) or falls below the angle section line (SELL).
- Monthly Weekly Levels The script displays the monthly and weekly levels on the chart.
- TypeToBytes Byte-wise operation with structures and standard data types.
- PriceLines Script for drawing a price markup.
- StochasticDiff_HTF The StochasticDiff indicator with the timeframe selection option available in input parameters.
- Exp_STLMCandle Trading system based on STLMCandle indicator signals.
- LaguerreFilterCloud Indicator based on two moving averages from the "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading" book by John Ehlers.
- RVIDiff_HTF The RVIDiff indicator with the timeframe selection option available in input parameters.
- Exp_RVIDiff The Exp_RVIDiff Expert Advisor is based on change of direction of the RVIDiff indicator.
- StepSto_v2 Trend indicator.
- Exp_i-SpectrAnalysis_Chaikin The Exp_i-SpectrAnalysis_Chaikin Expert Advisor is based on change of direction of the i-SpectrAnalysis_Chaikin indicator.
- Exp_BalanceOfPower_Histogram The Exp_BalanceOfPower_Histogram Expert Advisor is based on change of direction of the BalanceOfPower_Histogram indicator.
- BalanceOfPower_Histogram_HTF The BalanceOfPower_Histogram indicator with the timeframe selection option available in input parameters.
- RSICandleV2 The RSI indicator implemented as candlesticks with indication of breaking the overbought and oversold areas.
- FloatPivot_Digit The FloatPivot indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits.
- FloatPivot_HTF The FloatPivot indicator with the timeframe selection option available in input parameters.
- XvaMA The vaMA moving average with the to change the averaging algorithm.
- OsHMA_HTF The OsHMA indicator with the timeframe selection option available in input parameters.
- PriceChannel_Stop_Digit_HTF The PriceChannel_Stop_Digit indicator with the timeframe selection option available in input parameters.
- CronexDeMarker_Signal The CronexDeMarker_Signal indicator shows information on the current trend using the values of the CronexDeMarker indicator with a fixed timeframe.
- CronexChaikin_Signal The CronexChaikin_Signal indicator shows information on the current trend using the values of the CronexChaikin indicator with a fixed timeframe.
- BS_Living_Now The BS Living Now indicator points at the market extremums and somewhat resembles the standard Fractals indicator.
- i4_DRF_v3 A simple trend indicator with calculation of rise and fall in High and Low prices.
- Elliott_Wave_Oscillator_Sign_Alert Semaphore signal indicator based on the algorithm of the Elliott_Wave_Oscillator indicator, which features alerts, sending emails and push-notifications to mobile devices.
- Price_Compare Elegant and nimble comparison of 'double' values of the "price".
- XFatlXSatlCloud Indicator based on smoothed FATL and SATL digital filters and signal trend cloud between them.
- XFatlXSatlMACD The MACD histogram, based on the FATL and SATL digital filters with color indication of trends.
- PriceGrid1_Plus A grid of round price levels.
- ATR_Channels_Cloud_Digit Three channels using the ATR indicator, based on one moving average, drawn as a colored cloud, with the display of the last values as price labels and the possibility to round the channel levels up to the required number of digits.
- ATR_Channels_HTF The ATR_Channels indicator with the timeframe selection option available in input parameters.
- XChannel_HTF The XChannel indicator with the timeframe selection option available in input parameters.
- AFL_WinnerV2 The AFL_WinnerV2 indicator identifies a trend change by established turnover areas at -50/+50 levels.
- JSatl This indicator is a hybrid of the SATL (Slow Adaptive Trend Line) digital filter and the JMA analog adaptive averaging.
- STLMCandle The STLM digital filter implemented as a sequence of candlesticks.
- SlipPage Calculation of slippages of the performed deals in account currency.
- XPFE_HTF The XPFE indicator with the timeframe selection option available in input parameters.
- XTrendlessOS_HTF The XTrendlessOS indicator with the timeframe selection option available in input parameters.
- RVIDiff Smoothed difference between the main and signal lines of the RVI oscillator in the form of a colored histogram.
- StochasticDiff Smoothed difference between the main and signal lines of the Stochastic oscillator in the form of a colored histogram.
- Exp_wlxBW5Zone Trading system based on wlxBW5Zone indicator signals.
- wlxBW5ZoneAlert Semaphore signal indicator based on the values of the Accelerator Oscillator and Awesome Oscillator indicators by Bill Williams, which features alerts, sending emails and push-notifications to mobile devices.
- Exp_i-SpectrAnalysis_WPR The Exp_i-SpectrAnalysis_WPR Expert Advisor is based on change of direction of the i-SpectrAnalysis_WPR indicator.
- BackgroundCandle_PPO_Cloud_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers.
- DSSBressertSignAlert Semaphore signal indicator based on the algorithm of the DSSBressert indicator, which features alerts, sending emails and push-notifications to mobile devices.
- CPrice Instance of the class returns such values as Bid, Ask, High, Low, Close and Open prices of the current candle or any other specified in the parameters, as well as the candle opening time.
- Exp_i-SpectrAnalysis_RVI The Exp_i-SpectrAnalysis_RVI EA is based on the signals generated by the i-SpectrAnalysis_RVI oscillator.
- PPO_SignAlert Semaphore signal indicator based on the relative smoothed rate of price change, which features alerts, sending emails and push-notifications to mobile devices.
- BalanceOfPower_Histogram The Balance of Power (BOP) indicator as a color histogram of strength and direction of the current trend.
- Exp_RAVI_Histogram The Exp_RAVI_Histogram breakout trading system based on the signals of the RAVI_Histogram oscillator.
- FloatPivot Another alternative to the Bollinger Bands® channel with colored inner area of the channel.
- RAVI_Histogram_HTF The RAVI_Histogram indicator with the timeframe selection option available in input parameters.
- SAR Trading System The SAR Trading System illustrates the operation of the Stop and Reversal (SAR), developed by Welles Wilder. The Expert Advisor check for presence of an open position and starts moving the stop loss with parabolic acceleration.
- Exp_Volume_Weighted_MA_StDev Trading system based on Volume_Weighted_MA_StDev indicator signals.
- Volume_Weighted_MA_Cloud_HTF The Volume_Weighted_MA_Cloud indicator with the timeframe selection option available in input parameters.
- iStochKomposterAlert Semaphore arrow signal indicator based on the classic Stochastic oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- Universal trailing stop The Expert Advisor works both in normal mode with one positions, and in the HEDGE mode with multiple positions.
- Volume_Weighted_MA_Cloud The Volume_Weighted_MA moving average which fills the chart space with a colored background.
- Volume_Weighted_MA_StDev The Volume_Weighted_MA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- iMFISignAlert Semaphore arrow signal indicator based on the classic Money Flow Index oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- Volume_Weighted_MA_HTF The Volume_Weighted_MA indicator with the timeframe selection option available in input parameters.
- Exp_Volume_Weighted_MA The Exp_Volume_Weighted_MA Expert Advisor is based on change of direction of the Volume_Weighted_MA indicator.
- iRSISignAlert Semaphore arrow signal indicator based on the classic Relative Strength Index oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- iDeMarkerSignAlert Semaphore arrow signal indicator based on the classic DeMarker oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- iWPRSignAlert Semaphore arrow signal indicator based on the classic Williams’ Percent Range oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.
- Volume_Weighted_MA The idea of this moving average indicator is in giving the bar with a greater volume a greater weight in averaging.
- FDI_HTF The FDI indicator with the timeframe selection option available in input parameters.
- Exp_FRASMAv2 The Exp_FRASMAv2 Expert Advisor is based on change in color of the FRASMAv2 moving average.
- FRASMAv2_HTF The FRASMAv2 indicator with the timeframe selection option available in input parameters.
- FDI A tool for measuring market volatility.
- FRASMAv2 Adaptive Moving Average which uses fractals.
- Harami Indicator to identify the Harami patterns.
- iRSISign_HTF_Signal The iRSISign_HTF_Signal indicator shows a trend direction or a signal generated by the iRSISign indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- iWPRSign_HTF_Signal The iWPRSign_HTF_Signal indicator shows a trend direction or a signal generated by the iWPRSign indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- Exp_iDeMarkerSign Trading system based on iDeMarkerSign indicator signals.
- iDeMarkerSign_HTF_Signal The iDeMarkerSign_HTF_Signal indicator shows a trend direction or a signal generated by the iDeMarkerSign indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- iStochKomposter_HTF_Signal The iStochKomposter_HTF_Signal indicator shows a trend direction or a signal generated by the iStochKomposter indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- iMFISign_HTF_Signal The iMFISign_HTF_Signal indicator shows a trend direction or a signal generated by the iMFISign indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
- Exp_ColorX2MA_Digit The Exp_ColorX2MA_Digit Expert Advisor is based on the ColorX2MA_Digit indicator color change.
- iDeMarkerSign Semaphore arrow signal indicator based on the classic DeMarker oscillator leaving the overbought and oversold areas.
- Exp_ColorJFatl_Digit The Exp_ColorJFatl_Digit Expert Advisor is based on the ColorJFatl_Digit indicator color change.
- Exp_iStochKomposter Trading system based on iStochKomposter indicator signals.
- Exp_Chaikin_Volatility_Stochastic The Exp_Chaikin_Volatility_Stochastic Expert Advisor is based on the Chaikin_Volatility_Stochastic indicator color change.
- Chaikin_Volatility_Stochastic_HTF The Chaikin_Volatility_Stochastic indicator with the timeframe selection option available in input parameters.
- Chaikin_Volatility_Stochastic When analyzing the behavior of the Chaikin Volatility Index, the author of this indicator wondered how it would act if it is modified and if the stochastization process is applied to it.
- Exp_iWPRSign Trading system based on iWPRSign indicator signals.
- ColorJFatl_Cloud_Digit_Grid Hybrid of the FATL (Fast Adaptive Trend Line) digital filter and analog adaptive averaging JMA — the ColorJFatl indicator that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits, as well as displays a price grid with those rounded values.
- Exp_iRSISign Trading system based on iRSISign indicator signals.
- ColorJFatl_Cloud_Digit_HTF The ColorJFatl_Cloud_Digit indicator with the timeframe selection option available in input parameters.
- Exp_Directed_Movement_Candle Trading system based on Directed_Movement_Candle indicator signals.
- Directed_Movement_Candle The Directed_Movement indicator implemented as a sequence of candlesticks.
- Exp_ColorRsiMACD The Exp_ColorRsiMACD Expert Advisor based on the signals taken from the ColorRsiMACD histogram.
- ColorRsiMACD_HTF The ColorRsiMACD indicator with the timeframe selection option available in input parameters.
- ColorRsiMACD The MACD histogram based on the difference of the RSI oscillator and its averaging.
- ColorJFatl_Cloud_Digit Hybrid of the FATL (Fast Adaptive Trend Line) digital filter and analog adaptive averaging JMA - the ColorJFatl indicator that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- ColorJFatl_Digit_HTF The ColorJFatl_Digit indicator with the timeframe selection option available in input parameters.
- iMFISign Semaphore arrow signal indicator based on the classic Money Flow Index oscillator leaving the overbought and oversold areas.
- ColorJFatl_Cloud_HTF The ColorJFatl_Cloud indicator with the timeframe selection option available in input parameters.
- ColorJFatl_Digit Smoothed fast digital filter ColorJFatl that displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- Speedometer Indicator of price change speed.
- ColorJFatl_Cloud The JFatl smoothed fast trend indicator which fills the chart space with a colored background.
- ColorX2MA_Cloud_HTF The ColorX2MA_Cloud indicator with the timeframe selection option available in input parameters.
- iWPRSign Semaphore arrow signal indicator based on the classic Williams’ Percent Range oscillator leaving the overbought and oversold areas.
- iRSISign Semaphore arrow signal indicator based on the classic RSI oscillator leaving the overbought and oversold areas.
- ColorX2MA_Digit_HTF The ColorX2MA_Digit indicator with the timeframe selection option available in input parameters.
- ColorX2MA_Cloud_Digit_Grid Universal moving average that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits, as well as displays a price grid with those rounded values.
- ColorX2MA_Cloud_Digit Universal moving average that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- ColorX2MA_Digit Universal moving average that displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- ColorX2MA_Cloud Universal moving average which fills the chart space with a colored background. The moving average itself serves as the color separation line.
- Auto Trader The Expert Advisor enables and disables the "AutoTrading" button at a certain time and closes all opened positions on the account once the specified period of time expires.
- ExMassV2_HTF The ExMassV2 indicator with the timeframe selection option available in input parameters.
- ExVolV2_HTF The ExVolV2 indicator with the timeframe selection option available in input parameters.
- ADXDMI A modification of the popular ADX indicator.
- ExTrendV2_HTF The ExTrendV2 indicator with the timeframe selection option available in input parameters.
- ExVolV2 The ExVolV2 calculates the difference between the total sum of bodies of growing and falling candlesticks on a given interval.
- ExMassV2 The ExMassV2 indicator helps to evaluate market fluctuations.
- ytg_Trend_HTF The ytg_Trend indicator with the timeframe selection option available in the input parameters.
- NRMA_Digit Famous indicator by Konstantin Kopyrkin, it produced numerous realizations of the NRTR indicator. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.
- iStochKomposter Semaphore arrow signal indicator based on the classic Stochastic leaving the overbought and oversold areas.
- TSICloud_HTF The TSICloud indicator with the timeframe selection option available in the input parameters.
- Exp_TSICloud Exp_TSICloud Expert Advisor is based on the change of color of TSICloud indicator.
- PriceChannel_Stop_Digit PriceChannel_Stop indicator displays the most recent value as a price label with the the possibility to round the channel levels up to a required number of digits.
- T3Taotra_HTF T3Taotra indicator with the timeframe selection option available in input parameters.
- TSICloud Oscillator in the form of a cloud based on correlation of two smoothed Momentums from different timeframes.
- PriceChannel_Stop_HTF PriceChannel_Stop indicator with the timeframe selection option available in input parameters.
- Exp_ROC2_VG Exp_Directed_Movement is based on the change of color of ROC2_VG indicator.
- ROC2_VG_HTF ROC2_VG indicator with the timeframe selection option available in the input parameters.
- XEnvelopes_Digit_Grid Envelopes indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits, and a price grid with these rounded values.
- XEnvelopes_Digit Envelopes indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits.
- TrendX TrendX indicator can be used for the market entry/exit.
- ROC2_VG Plotting ROC indicators of two arbitrary types (including Momentum) and periods in a single window.
- M2_MA_HTF M2_MA indicator with the timeframe selection option available in the input parameters.
- M2_MACandle M2_MA indicator implemented as a sequence of candlesticks.
- MaChannel_HTF MaChannel indicator with the timeframe selection option available in input parameters.
- Exp_MaChannel Trading system based on MaChannel indicator signals.
- Exp_Q2MA Exp_Q2MA is based on the change of color of the Q2MA indicator.
- Q2MA_HTF Q2MA indicator with the timeframe selection option available in input parameters.
- M2_MA Smooth non-trivial linear combination of EMA and LWMA averagings.
- MaChannel A simple trend indicator based on two Moving Averages in NRTR form.
- Q2MA A simple trend indicator based on two Moving Averages in the form of a colored cloud.
- AsymmetricStochNR_Sign Semaphore signal indicator using asymmetric Stochastic oscillator in the form of a colored cloud.
- AsymmetricStochNR_Cloud_HTF AsymmetricStochNR_Cloud indicator with the timeframe selection option available in input parameters.
- AsymmetricStochNR_Cloud Asymmetric Stochastic oscillator in the form of a colored cloud.
- Exp_CCI_Woodies Exp_Directed_Movement Expert Advisor is based on the change of color of the CCI_Woodies indicator.
- CCI_Woodies_HTF CCI_Woodies indicator with the timeframe selection option available in input parameters.
- CCI_Woodies Two CCI oscillators in a single window in the form of a colored cloud.
- Exp_Directed_Movement Exp_Directed_Movement Expert Advisor is based on the change of color of the Directed_Movement indicator.
- InstTrend_HTF InstTrend indicator with the timeframe selection option available in input parameters.
- Directed_Movement_HTF Directed_Movement indicator with the timeframe selection option available in input parameters.
- Exp_VWAP_Close Exp_VWAP_Close is based on VWAP_Close moving average change of direction.
- InstTrend The trend indicator drawn in the form of the colored cloud.
- ZZ_Color Simple and resource efficient ZigZag.
- Directed_Movement Double smoothed RSI indicator in the form of a colored cloud.
- trend_arrows_HTF_Signal trend_arrow_HTF_Signal shows a trend direction or a signal for performing a deal generated by trend_arrows indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- trend_arrows_sign Semaphore signal indicator based on the trend_arrows indicator algorithm.
- Exp_trend_arrows Trading system based on trend_arrows indicator signals.
- trend_arrows_HTF trend_arrows indicator with the timeframe selection option available in input parameters.
- VWAP_Close_HTF VWAP_Close indicator with the timeframe selection option available in input parameters.
- trend_arrows Trend Arrows draws support/resistance lines as colored dots on a price chart.
- VWAP_Close VWAP_Close indicator defines liquidity points and average Close price weighted by volume.
- DarvasBoxesCloud_HTF DarvasBoxesCloud indicator with the timeframe selection option available in input parameters.
- DarvasBoxesCloud_Digit_Grid DarvasBoxes indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits, and a price grid with these rounded values.
- DarvasBoxesCloud DarvasBoxes indicator with the background filling inside the channel.
- XTRIXCandle XTRIX indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by XTRIX indicator algorithm.
- Exp_XDPOCandle Trading system based on XDPOCandle indicator signals.
- ColorXTRIX_Histogram_HTF ColorXTRIX_Histogram indicator with the timeframe selection option available in input parameters.
- Exp_ColorXTRIX_Histogram Trading system based on ColorXTRIX_Histogram indicator signals.
- XTRIX_HTF XTRIX indicator with the timeframe selection option available in input parameters.
- DonchianChannelsCloud_HTF DonchianChannelsCloud indicator with the timeframe selection option available in input parameters.
- XDPOCandle XDPO indicator implemented as a sequence of candlesticks.
- DonchianChannelsCloud_Digit_Grid Donchian Channel indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits, and a price grid with these rounded values.
- DonchianChannelsCloud Donchian Channel with the background filling inside the channel.
- ColorXTRIX_Histogram TRIX indicator is displayed as a colored histogram and provides the ability to change the averaging algorithm
- XTRIX TRIX indicator provides the ability to change the averaging algorithm
- Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
- Multicurrency trading panel or a game system An example of using the MasterWindows library for creating a multicurrency game trade panel.
- XDPO_HTF_Signal XDPO_HTF_Signal shows a trend direction or a signal for performing a deal generated by XDPO_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment
- AroonHorn_HTF_Signal AroonHorn_HTF_Signal shows a trend direction or a signal for performing a deal generated by AroonHorn_Oscillator_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment
- Exp_AroonHornSign Trading system based on the signals of AroonHornSign indicator
- AroonHornSign Semaphore signal indicator using the trend detection algorithm based on AroonHorn indicator.
- Exp_ColorJFatl_StDev Trading system based on ColorJFatl_StDev indicator signals.
- MC_HTF MC indicator with the timeframe selection option available in input parameters
- MC MACD histogram shown as an intersection of two lines. The space between them is filled with a color background to indicate the current trend.
- Exp_ColorJ2JMAStDev Trading system based on ColorJ2JMAStDev indicator signals.
- Exp_ColorHMA_StDev Trading system based on ColorHMA_StDev indicator signals.
- Exp_BinaryWave_StDev Trading system based on BinaryWave_StDev indicator signals.
- Exp_Bezier_StDev Trading system based on Bezier_StDev indicator signals.
- XDPO_Sign Semaphore signal indicator detecting changes in the direction of smoothed Detrended_Price_Oscillator and displaying them as signals.
- Exp_ColorXdinMA_StDev Trading system based on ColorXdinMA_StDev indicator signals.
- AroonHorn_HTF AroonHorn indicator with the timeframe selection option available in input parameters.
- AroonHorn AroonHorn trend indicator.
- Detrended_Price_Oscillator_HTF Detrended_Price_Oscillator indicator with the timeframe selection option available in input parameters.
- XDPO_Histogram_HTF XDPO_Histogram indicator with the timeframe selection option available in input parameters.
- Exp_XDPO_Histogram Trading system based on XDPO_Histogram indicator signals.
- XDPO_Histogram The simplest oscillator based on the difference between the price and its Moving Average. The oscillator is smoothed and displayed as a color histogram.
- Detrended_Price_Oscillator The simplest oscillator based on the difference between the price and its Moving Average.
- Taf The channel applying the algorithm similar to the simplest zigzag.
- Elliott_Wave_Oscillator_HTF_Signal Elliott_Wave_Oscillator_HTF_Signal shows a trend direction or a signal for performing a deal generated by Elliott_Wave_Oscillator_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- AML_StDev_HTF AML_StDev indicator with the timeframe selection option available in input parameters.
- ResSupFibo The indicator displays a price momentum for a symbol accompanied by Fibo retracement markup.
- ResSup The indicator displays a symbol price momentum.
- Elliott_Wave_Oscillator_Sign Semaphore signal indicator based on the Elliott_Wave_Oscillator indicator algorithm.
- Exp_Elliott_Wave_Oscillator Trading system based on Elliott_Wave_Oscillator indicator signals.
- Elliott_Wave_Oscillator_HTF Elliott_Wave_Oscillator indicator with the timeframe selection option available in input parameters.
- Elliott_Wave_Oscillator Elliott Waves oscillator.
- NRTR_extr_HTF_Signal NRTR_extr_HTF_Signal shows a trend direction or a signal for performing a deal generated by NRTR_extr_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- NRTR_HTF_Signal NRTR_HTF_Signal shows a trend direction or a signal for performing a deal generated by NRTR_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- NRTR_extr_Sign Semaphore signal indicator using NRTR algorithm and performing calculations by HIGH and LOW.
- NRTR_Sign Semaphore signal indicator using NRTR algorithm and performing calculations by CLOSE.
- NRTR_extr_HTF NRTR_extr indicator with the timeframe selection option available in input parameters.
- NRTR_HTF NRTR indicator with the timeframe selection option available in input parameters.
- Exp_NRTR_extr Trading system based on NRTR_extr indicator signals.
- Exp_NRTR Trading system based on NRTR indicator signals.
- NRTR_extr NRTR indicator based on HIGH and LOW.
- Exp_WPRSIsignal Trading system based on WPRSIsignal indicator signals.
- Exp_SuperTrend Trading system based on SuperTrend indicator signals.
- Exp_StepMA_NRTR Trading system based on StepMA_NRTR indicator signals.
- PChannel3Cloud_HTF PChannel3Cloud indicator with the timeframe selection option available in input parameters.
- PChannel3_HTF PChannel3 indicator with the timeframe selection option available in input parameters.
- PChannel_HTF PChannel indicator with the timeframe selection option available in the input parameters.
- Separators Adds period separators to your window, at a time of your choice.
- Trends Accumulator Accumulator of price movements. Defines the start and the end of a trend.
- RegularExpressions in MQL5 for working with regular expressions Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.
- MQL5 Wizard - GANN HiLo Signal Signal based on the indicator Gann Hilo.
- MQL 5 Wizard - Simpler Intraday Time Filter Filter based on the Intraday time filter offered by the standard library.
- RVI_Chart The RVI Oscillator in the main chart window relative to the Moving Average indicator.
- Stochastic_Chart Stochastic Oscillator in the main chart window relative to the Moving Average indicator.
- MFI_Chart The MFI oscillator in the main chart window relative to the Moving Average indicator.
- DeMarker_Chart The DeMarker oscillator in the main chart window relative to the Moving Average indicator.
- WPR_Chart The WPR oscillator in the main chart window relative to the Moving Average indicator.
- RSI_Chart The RSI indicator in the main chart window relative to the Moving Average indicator.
- CCI_Chart The CCI indicator in the main chart window relative to the Moving Average indicator.
- The MasterWindows Library A library of classes for creating a user-friendly interface of your programs.
- Price A price label added to the right of the price with adjustable parameters.
- PriceGrid The indicator plots a price grid of levels rounded up to several digits.
- KalmanFilter_StDev_HTF The KalmanFilter_StDev indicator with the timeframe selection option available in input parameters.
- NRTR NRTR is a trend indicator calculated using the CLOSE prices.
- Panel-joke or a game system An example of using the MasterWindows library for creating a game trade panel.
- XCCX_StDev_HTF The XCCX_StDev indicator with the timeframe selection option available in input parameters.
- Exp_Stalin A trading system based on the signals of the Stalin indicator.
- XXRSX_StDev_HTF The XXRSX_StDev indicator with the timeframe selection option available in input parameters.
- RVI_Cloud_HTF The RVI indicator with the timeframe selection option available in input parameters.
- Exp_SilverTrend A trading system based on the signals of the SilverTrend_Signal indicator.
- Exp_Sidus A trading system based on the signals of the Sidus indicator.
- Trade panel from MasterWindows An example of using the MasterWindows library for creating a trade panel.
- Ozymandias_StDev_HTF The Ozymandias_StDev indicator with the timeframe selection option available in input parameters.
- Exp_PriceChannel_Stop A trading system based on the signals of the PriceChannel_Stop indicator.
- Exp_NonLagDot A trading system based on the signals of the NonLagDot indicator.
- Exp_LeManSignal A trading system based on the signals of the LeManSignal indicator.
- Bezier_StDev_HTF The Bezier_StDev indicator with the timeframe selection option available in input parameters.
- X2MA_StDev_HTF The X2MA_StDev indicator with the timeframe selection option available in input parameters.
- Exp_Karacatica A trading system based on the signals of the Karacatica indicator.
- Exp_Heiken_Ashi_Smoothed A trading system based on the signals of the Heiken_Ashi_Smoothed indicator.
- XDerivative_StDev_HTF The XDerivative_StDev indicator with the timeframe selection option available in input parameters.
- PChannel3_Cloud_Digit_Grid The Price Channel indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits, and a price grid with these rounded values.
- PChannel3Cloud The Price Channel indicator with the background filling inside the channel.
- PChannel The Price Channel indicator calculates the highest high and lowest low for the price values of bars.
- Exp_Go A trading system based on the signals of the Go indicator.
- Exp_FiboCandles A trading system based on the signals of the FiboCandles indicator.
- Exp_Candles_Smoothed A trading system based on the signals of the Candles_Smoothed indicator.
- Exp_BykovTrend A trading system based on the signals of the BykovTrend indicator.
- Exp_ASCtrend A trading system based on the signals of the ASCtrend indicator.
- Exp_3LineBreak A trading system based on the signals of the 3LineBreak indicator.
- XMA_BBx7_Cloud_Digit_Grid Three Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels and the possibility to round Bollinger levels up to a required number of digits, and a price grid with these rounded values.
- RVI The Relative Vigor Index oscillator developed based on the article "Using The Fisher Transform" by John Ehlers that was published in November 2002 in the Technical Analysis Of Stock & Commodities magazine.
- AdaptiveRVI AdaptiveRVI is the Relative Vigor Index oscillator that adapts to the constantly changing marker cycles of a real financial asset.
- Exp_Laguerre A trading system based on the signals of the ColorLaguerre indicator.
- JMA_StDev_HTF The JMA_StDev indicator with the timeframe selection option available in input parameters.
- Gaus_MA_StDev_HTF The Gaus_MA_StDev indicator with the timeframe selection option available in input parameters.
- FineTuningMA_StDev_HTF The FineTuningMA_StDev indicator with the timeframe selection option available in input parameters.
- ColorZerolagX10MA_StDev_HTF The ColorZerolagX10MA_StDev indicator with the timeframe selection option available in input parameters.
- ColorZeroLAG_MA_StDev_HTF The ColorZeroLAG_MA_StDev indicator with the timeframe selection option available in input parameters.
- ColorXMA_Ishimoku_StDev_HTF The ColorXMA_Ishimoku_StDev indicator with the timeframe selection option available in input parameters.
- ColorXdinMA_StDev_HTF The ColorXdinMA_StDev indicator with the timeframe selection option available in input parameters.
- ColorJ2JMAStDev_HTF The ColorJ2JMAStDev indicator with the timeframe selection option available in input parameters.
- BinaryWave_StDev_HTF The BinaryWave_StDev indicator with the timeframe selection option available in input parameters.
- WPR_Chart_HTF The WPR_Chart indicator with the timeframe selection option available in input parameters.
- MFI_Chart_HTF The MFI_Chart indicator with the timeframe selection option available in input parameters.
- DeMarker_Chart_HTF The DeMarker_Chart indicator with the timeframe selection option available in input parameters.
- Stochastic_Chart_HTF The Stochastic_Chart indicator with the timeframe selection option available in input parameters.
- RVI_Chart_HTF The RVI_Chart indicator with the timeframe selection option available in input parameters.
- True_Range_Bands_HTF The True_Range_Bands indicator with the timeframe selection option available in input parameters.
- RSI_Chart_HTF The RSI_Chart indicator with the timeframe selection option available in input parameters.
- CCI_Chart_HTF The CCI_Chart indicator with the timeframe selection option available in input parameters.
- True_Range_Bands An alternative to the Bollinger Bands® indicator using Average True Range.
- XMA_KLx7_Cloud_HTF The XMA_KLx7_Cloud indicator with the timeframe selection option available in the input parameters.
- XMA_KLx7_Cloud Three Keltner channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.
- XMA_BBx7_Cloud_Digit_HTF The XMA_BBx7_Cloud_Digit indicator with the timeframe selection option available in the input parameters.
- XMA_BBx7_Cloud_Digit Three Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels and the possibility to round Bollinger levels up to a required number of digits.
- Ichimoku_HTF The Ichimoku indicator with the timeframe selection option available in input parameters.
- Ichimoku The standard Ichimoku indicator, in which the distance between the Tenkan-sen and Kijun-sen lines is filled with a color histogram for for a better visual analysis.
- GMMA_HTF The GMMA indicator with the timeframe selection option available in input parameters.
- HLR_Histogram_HTF The HLR_Histogram indicator with the timeframe selection option available in input parameters.
- HLR_Histogram The HighestLowestRange (HLR) indicator implemented as a histogram with a color indication of entering the overbought and oversold zones.
- ColorJFatl_StDev_HTF The ColorJFatl_StDev indicator with the timeframe selection option available in input parameters.
- ColorHMA_StDev_HTF The ColorHMA_StDev indicator with the timeframe selection option available in input parameters.
- GFilter_HTF The GFilter indicator with the timeframe selection option available in input parameters.
- d_XMA_HTF The d_XMA indicator with the timeframe selection option available in input parameters.
- Exp_CCI_Histogram A trading system based on the signals of the CCI_Histogram indicator.
- AverageOfATR_Histogram A histogram of difference between ATR and its averaging implemented in color and complemented with the volatility change signals.
- AverageOfATR_HTF The AverageOfATR indicator with the timeframe selection option available in input parameters.
- AverageOfATR The average of ATR (AATR) is a simple but efficient indicator to use for confirmation with any Price Action strategy.
- Exp_Stochastic_Histogram A trading system based on the signals of the Stochastic_Histogram indicator.
- Exp_ColorXMACDCandle A trading system based on the signals of the ColorXMACDCandle indicator.
- WPR_Histogram_HTF The WPR_Histogram oscillator with the timeframe selection option available in input parameters.
- RSI_Histogram_HTF The RSI_Histogram oscillator with the timeframe selection option available in input parameters.
- CCI_Histogram The classical Commodity Channel Index indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
- RVI_Histogram_HTF The RVI_Histogram oscillator with the timeframe selection option available in input parameters.
- Exp_RVI_Histogram A trading system based on the signals of the RVI_Histogram indicator.
- Exp_MAOscillatorHist A trading system based on the signals of the MAOscillatorHist indicator.
- d_XMA A Moving Average with the period that changes during trend.
- MAOscillatorHist_HTF The MAOscillatorHist stochastic oscillator with noise reduction and the timeframe selection option available in input parameters.
- Exp_WPR_Histogram A trading system based on the signals of the WPR_Histogram indicator.
- Exp_MFI_Histogram A trading system based on the signals of the MFI_Histogram indicator.
- Exp_RSI_Histogram A trading system based on the signals of the RSI_Histogram indicator.
- Multicurrency Expert A multi-currency (10 currency pairs) Expert Advisor that does not use indicators.
- RVI_Histogram The classical RVI oscillator implemented as a histogram with a color indication of entering the overbought and oversold areas, as well as a colored cloud between the signal line and the oscillator to indicate the oscillator intersections.
- Stochastic_Histogram The classical Stochastic Oscillator implemented as a histogram with a color indication of entering the overbought and oversold areas, as well as a colored cloud between the signal line and the oscillator to indicate the oscillator intersections.
- MFI_Histogram The classical MFI indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
- WPR_Histogram The classical WPR indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
- DeMarker_Histogram The classical DeMarker indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
- RSI_Histogram The classical RSI indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
- ColorXMACDCandle The ColorXMACD indicator implemented as a sequence of candlesticks.
- MAOscillator A simple oscillator based on the difference between values of two MAs either of different periods or of the same one but with a "lag" of a few bars.
- FastStochastic_HTF The FastStochastic stochastic oscillator with the noise reduction, and the timeframe selection option available in input parameters.
- Exp_ForexLine A trading system based on the signals of the ForexLine indicator.
- DivergenceBar A signal indicator which points at the reverse bars based on Bill Williams' Profitunity system excluding the angulation relative to the Alligator indicator mouth.
- Exp_Extrem_N A trading system based on the signals of the Extrem_N indicator.
- XMA_BBx7_HTF The XMA_BBx7 indicator with the timeframe selection option available in input parameters.
- Extrem_N_HTF The Extrem_N indicator with the timeframe selection option available in input parameters.
- Extrem_N This is a plain and simple indicator that determines the rising high or falling low.
- Notches_HTF The Notches indicator with the timeframe selection option available in input parameters.
- XMA_BBx7 Three Bollinger Bands channels based on one moving average, with the display of the last values as price labels.
- BB_OsMA_HTF The BB_OsMA indicator with the timeframe selection option available in input parameters.
- ForexLine_HTF The ForexLine indicator with the timeframe selection option available in input parameters.
- XMA_BBx7_Cloud_HTF The XMA_BBx7_Cloud indicator with the timeframe selection option available in the input parameters.
- XMA_BBx7_Cloud Three Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.
- ForexLineSign A semaphore signal indicator that generates trade signals in accordance with trend direction changes.
- ForexLine A trend indicator in the form of a moving average that changes color depending on trend direction.
- XMA_BBx3_HTF The XMA_BBx3 indicator with the timeframe selection option available in input parameters.
- XMA_BBx5_HTF The XMA_BBx5 indicator with the timeframe selection option available in input parameters.
- XMA_BBx5_Cloud_HTF The XMA_BBx5_Cloud indicator with the timeframe selection option available in the input parameters.
- MQL5 WIZARD - DIDI Index Trade Signal Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).
- MACD with Histogram Moving Average Convergence/Divergence with Histogram. Based on MACD.mq5.
- XMA_BBx5_Cloud Two Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.
- XMA_BBx5 Two Bollinger Bands channels based on one moving average, with the display of the last values as price labels.
- XMA_BBx3 Bollinger Bands channel with the display of the last values as price labels.
- Exp_BSI Trading system based on the signals of the BSI indicator.
- Price_Channel_Central_HTF The Price_Channel_Central indicator with the timeframe selection option available in the input parameters.
- Price_Channel_Central The Channel indicator. The indicator also displays the current channel levels as price labels and the type of the signal for making trading decisions.
- BSI_HTF The BSI indicator with the timeframe selection option available in the input parameters.
- BSI Bounce Strength Indicator (BSI) shows the strength of bounce according to the Wyckoff method.
- ColorStochNR_HTF The ColorStochNR stochastic oscillator with noise reduction and the timeframe selection option available in input parameters.
- ColorMACD_HTF The MACD ColorMACD histogram with the timeframe selection option available in input parameters.
- ColorXADX_HTF The ColorXADX indicator with the timeframe selection option available in the input parameters.
- TangoLineCloud_HTF The TangoLineCloud indicator with the timeframe selection option available in the input parameters.
- CSALChartPoints Class for expanding the capabilities of MqlRates.
- TangoLineCloud The indicator displays rapid reversals to the dynamic change of the direction in the form of a cloud.
- TangoLine_HTF The TangoLine indicator with the timeframe selection option available in the input parameters.
- TangoLine The indicator displays rapid reversals to the dynamic change of the direction.
- ReversalNavi The indicator shows the entry point that follows the reversal bar.
- XEnvelopes3_HTF The XEnvelopes3 indicator with the timeframe selection option available in input parameters.
- XEnvelopes3 Three Envelopes channels, based on one moving average with different deviation values, drawn as a cloud.
- XEnvelopes2_HTF The XEnvelopes2 indicator with the timeframe selection option available in input parameters.
- XEnvelopes2 Two Envelopes channels, based on one moving average with different deviation values, drawn as a cloud.
- XEnvelopes_HTF The XEnvelopes with the timeframe selection option available in the input parameters.
- XEnvelopes The classic Envelopes indicator which uses the algorithms of universal averaging and fills the channel with a colored background.
- RJTX_Matches_Smoothed The indicator helps to determine the beginning and end of trends on the basis of the slope of the "matches" lines and the color of their heads. Each match represents a line between the smoothed open price of a bar and the smoothed close price of the next one.
- CCI_On_StepChannel_HTF The CCI_On_StepChannel with the timeframe selection option available in the input parameters.
- CCI_On_StepChannel The classic CCI indicator which uses the typical price of the moving average as a data source. This version of the CCI indicator uses the average line of the Volatility Step Channel indicator.
- Volatility_Step_Channel_HTF The Volatility_Step_Channel indicator with the timeframe selection option available in the input parameters.
- Volatility_Step_Channel The indicator plots the Step Channel based on volatility.
- BaseVolatility_HTF The BaseVolatility indicator with the timeframe selection option available in the input parameters.
- BaseVolatility The indicator of smoothed Standard Deviation or by the terminology of the resulting indicator's author - the base volatility indicator.
- MaxminChannelWithSlope_HTF The MaxminChannelWithSlope indicator with the timeframe selection option available in the input parameters.
- MaxminChannelWithSlope Simple Max-Min channel with a slope.
- RJTX_Matches The indicator helps to determine the beginning and end of trends on the basis of the slope of the "matches" lines and the color of their heads.
- AlphaTrendSpotter-pa_free A semaphore signal indicator based on the price extremums for the period determined by the indicator input parameter.
- ColorBearsGap_HTF The ColorBearsGap indicator with the timeframe selection option available in the input parameters.
- ColorBullsGap_HTF The ColorBullsGap indicator with the timeframe selection option available in the input parameters.
- Stream The indicator marks the bars, the size of which exceeds the value specified in the settings. The body of the bar, the opening price and the closing price of the bar are taken into account.
- METRO_Stochastic_HTF_Signal The METRO_Stochastic_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the METRO_Stochastic_Sign indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction and generates alerts or sound notifications if there are signals for performing trades.
- METRO_HTF_Signal The METRO_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the METRO_Sign indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction and generates alerts or sound notifications if there are signals for performing trades.
- METRO_WPR_HTF_Signal The METRO_WPR_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the METRO_WPR_Sign indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction and generates alerts or sound notifications if there are signals for performing trades.
- ForexLine ForexLine indicator provides signals for trade: red line (sell signal) and blue line (buy signal).
- OrderExample The Expert Advisor sends trade requests using OrderSendAsync() function.
- METRO_XRSX_HTF_Signal METRO_XRSX_HTF_Signal shows a trend direction or a signal for performing a deal generated by METRO_XRSX_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- DEMA_3HTF Three Double Exponential Moving Average indicators from three different timeframes displayed on the same chart.
- DEMA_HTF The Double Exponential Moving Average indicator with the timeframe selection option available in input parameters.
- CopyTicksInd The indicator demonstrates the operation of obtaining the ticks using the "CopyTicks", and allows to compare the three modes of obtaining ticks.
- AMA_HTF The Adaptive Moving Average indicator with the timeframe selection option available in input parameters.
- AMA_3HTF Three Adaptive Moving Average indicators from three different timeframes displayed on the same chart.
- XDidi_Index_HTF The XDidi_Index with the timeframe selection option available in the input parameters.
- RealValue_HTF The RealValue with the timeframe selection option available in the input parameters.
- RealValue This indicator is an attempt to evaluate the real market value of a financial asset.
- XDidi_Index The Didi needles indicator with the advanced customization settings of the moving averages used in its calculations.
- Didi_Index_Sign A semaphore signal indicator that uses an algorithm based on crossovers of two moving averages.
- Didi_Index_HTF The Didi_Index indicator with the timeframe selection option available in the input parameters.
- METRO_DeMarker_HTF_Signal METRO_DeMarker_HTF_Signal shows a trend direction or a signal for performing a deal generated by METRO_DeMarker_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- F_RSI_HTF The F_RSI indicator with the timeframe selection option available in the input parameters.
- F_RSI The RSI with dynamic levels.
- ATRSmoothed_HTF The ATRSmoothed indicator with the timeframe selection option available in the input parameters.
- ATRSmoothed_3HTF Three ATRSmoothed indicators from three different timeframes on one chart.
- ATRSmoothed A common Average True Range with the ability to smooth the resulting curve using an additional averaging method.
- EMD Performs the Empirical Mode Decomposition for the current instrument.
- CHO_3HTF Three Chaikin oscillators with three different timeframes on one chart.
- Awesome_HTF_Signal Awesome_HTF_Signal shows a trend direction or a signal for performing a deal generated by Awesome_Sign indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- TriX_3HTF Three Trix oscillators with three different timeframes on one chart.
- METRO_XRSX_Sign Semaphore signal indicator based on the ColorMETRO_XRSX indicator cloud color change algorithm.
- Awesome_Sign Semaphore signal indicator based on the Awesome_Signal indicator cloud color change algorithm.
- Exp_ColorMETRO_XRSX Trading system using the ColorMETRO_XRSX indicator.
- VKW_Bands_Modify_XRSX_HTF The VKW_Bands_Modify_XRSX with the timeframe selection option available in the input parameters.
- VKW_Bands_Modify_XRSX The indicator for determining the time when the pending orders should be placed, using the ColorMETRO_XRSX oscillator.
- ColorMETRO_XRSX_HTF The ColorMETRO_XRSX with the timeframe selection option available in the input parameters.
- ColorMETRO_XRSX Indicator of the oscillator type, which displays its values based on the XRSX technical indicator.
- Squeeze_RA_V1_HTF The Squeeze_RA_V1 indicator with the timeframe selection option available in input parameters.
- 3D_OscilatorSign Semaphore signal indicator based on the 3D_Oscilator indicator intersection algorithm.
- Squeeze_RA_V1 The indicator is based on the strategy described in the book "Mastering the Trade" by John Carter.
- VKW_Bands_Modify_DeMarker_HTF The VKW_Bands_Modify_DeMarker with the timeframe selection option available in the input parameters.
- VKW_Bands_Modify_DeMarker The indicator for determining the time when the pending orders should be placed, using the ColorMETRO_DeMarker oscillator.
- VKW_Bands_Modify_HTF The VKW_Bands_Modify with the timeframe selection option available in the input parameters.
- METRO_DeMarker_Sign Semaphore signal indicator based on the METRO_DeMarker indicator cloud color change algorithm.
- METRO_Sign Semaphore signal indicator based on the METRO indicator cloud color change algorithm.
- Exp_ColorBullsGap The Exp_ColorBullsGap Expert Advisor based on signals of the ColorBullsGap indicator.
- Exp_ColorBearsGap The Exp_ColorBearsGap Expert Advisor based on signals of the ColorBearsGap indicator.
- VKW_Bands_Modify_Candle The VKW_Bands_Modify indicator implemented as a sequence of candlesticks.
- Exp_LeManTrendHist Trading system based on the signals of the LeManTrendHist indicator.
- LeManTrendHist_HTF The LeManTrendHist with the timeframe selection option available in the input parameters.
- LeManTrendHist The LeManTrend implemented as a histogram of the smoothed difference between its signal lines.
- LeManTrendSign Semaphore signal indicator based on the LeManTrend indicator algorithm.
- VolatilityQualitySign Semaphore signal indicator based on the VolatilityQuality indicator algorithm.
- ColorBulls_HTF The ColorBulls with the timeframe selection option available in the input parameters.
- ColorBears_HTF The ColorBears with the timeframe selection option available in the input parameters.
- ColorBearsGap The indicator displays the price gaps of the candlestick chart of the ColorBearsCandle.
- ColorBullsGap The indicator displays the price gaps of the candlestick chart of the ColorBullsCandle.
- Exp_ColorBulls Trading system based on the signals of the ColorBulls indicator.
- Exp_ColorBears Trading system based on the signals of the ColorBears indicator.
- Exp_VolatilityQuality Trading system based on the signals of the VolatilityQuality indicator.
- VolatilityQuality_HTF The VolatilityQuality with the timeframe selection option available in the input parameters.
- VolatilityQuality Unnormalized oscillator used as a trend identifier.
- ColorBullsCandle The ColorBulls indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the ColorBulls indicator algorithm.
- ColorBearsCandle The ColorBears indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the ColorBears indicator algorithm.
- ColorBears A usual Bears Power with the option of selecting Open, Close, High, Low price type for calculation as a colored histogram.
- ColorBulls A usual Bulls Power with the option of selecting Open, Close, High, Low price type for calculation as a colored histogram.
- TripleBolling_Modified The indicator draws three pairs of the Bollinger Bands with a default standard deviation rate of 2, 3 and 4, respectively. Modified to accept all Bollinger Bands parameters.
- PricePercentRange Price(%)Range is the indicator for the MetaTrader 5, which calculates the price movement based on percentage High (Highest) and Low (Lowest) Price on 100 bars.
- BB_OsMA BB_OsMA indicator is the OsMA indicator in the form of spheroid, with a deviation as the upper and lower bands.
- HL_Average The indicator displays the pivot level, support and resistance levels.
- METRO_Stochastic_Sign Semaphore signal indicator based on the ColorMETRO_Stochastic indicator color change algorithm.
- VKW_Bands_Modify_Stochastic_HTF The VKW_Bands_Modify_Stochastic with the timeframe selection option available in the input parameters.
- VKW_Bands_Modify_Stochastic The indicator for determining the time when the pending orders should be placed, using the ColorMETRO_Stochastic oscillator.
- METRO_WPR_Sign Semaphore signal indicator based on the ColorMETRO_WPR indicator color change algorithm.
- ColorMETRO_WPR_HTF The ColorMETRO_WPR with the timeframe selection option available in the input parameters.
- Exp_ColorMETRO_WPR Trading system using the ColorMETRO_WPR indicator.
- ColorMETRO_WPR Indicator of the oscillator type, which displays its values based on the WPR technical indicator.
- Digital_CCI_Woodies_Sign A semaphore signal indicator based on crossovers of the lines of the Digital_CCI_Woodies indicator.
- Exp_Digital_CCI_Woodies Trading system using the Digital_CCI_Woodies indicator.
- Digital_CCI_Woodies_HTF The Digital_CCI_Woodies with the timeframe selection option available in the input parameters.
- Digital_CCI_Woodies The CCI indicator using a digital filtering.
- Exp_iCCI_NR Trading system using the iCCI_NR indicator.
- iCCI_NRCandle The iCCI_NR indicator implemented as a sequence of candlesticks.
- iCCI_NR_HTF The iCCI_NR with the timeframe selection option available in the input parameters.
- iCCI_NR The noiseless CCI indicator.
- Exp_ColorMETRO_Stochastic Trading system using the ColorMETRO_Stochastic indicator.
- ColorMETRO_Stochastic_HTF The ColorMETRO_Stochastic with the timeframe selection option available in the input parameters.
- ColorMETRO_Stochastic Indicator of the oscillator type, which displays its values based on the Stochastic technical indicator.
- Exp_ColorMETRO_DeMarker Trading system using the ColorMETRO_DeMarker indicator.
- ColorMETRO_DeMarker_HTF The ColorMETRO_DeMarker indicator with the timeframe selection option available in the input parameters.
- ColorMETRO_HTF The ColorMETRO with the timeframe selection option available in the input parameters.
- METRO_DeMarker Indicator of the oscillator type, which displays its values based on the DeMarker technical indicator.
- ATR_3XMA_HTF The ATR_3XMA indicator with the timeframe selection option available in the input parameters.
- VKW_Bands_Modify The indicator for determining the time when the pending orders should be placed.
- Exp_Loco The Exp_Loco Expert Advisor based on signals of the Loco indicator.
- Loco_HTF The Loco with the timeframe selection option available in the input parameters.
- AtrRange_HTF The AtrRange with the timeframe selection option available in the input parameters.
- Squize_MA_HTF The Squize_MA with the timeframe selection option available in the input parameters.
- Loco Simple trend indicator.
- Exp_MACD-2 The Exp_MACD-2 Expert Advisor based on signal entry taken from the MACD-2 indicator.
- MACD-2_HTF The MACD-2 indicator with the timeframe selection option available in input parameters.
- AtrRange The indicator, that determines the moments of the lowest volatility.
- Exp_AnchoredMomentumCandle The Exp_AnchoredMomentumCandle Expert Advisor based on signals of the AnchoredMomentumCandle indicator.
- ColorRMACD_HTF The ColorRMACD with the timeframe selection option available in the input parameters.
- BigBarSound The BigBarSound indicator plays sound alerts when candlestick body size exceeds a certain value.
- MA_Rounding_Channel_HTF The MA_Rounding_Channel indicator with the timeframe selection option available in the input parameters.
- Exp_KalmanFilterCandle The Expert Advisor Exp_KalmanFilterCandle based on signals of the KalmanFilterCandle indicator.
- Exp_MACDCandle The Expert Advisor Exp_MACDCandle based on signals of the MACDCandle indicator.
- Exp_Laguerre_ROC Trading system based on the signals of the Laguerre_ROC indicator.
- KalmanFilterCandle The KalmanFilter indicator implemented as a sequence of candlesticks.
- MACDCandle The MACD indicator implemented as a sequence of candlesticks.
- Exp_LeManTrend The Exp_LeManTrend EA is based on the signals generated by the LeManTrend oscillator.
- LeManTrend_HTF The LeManTrend with the timeframe selection option available in the input parameters.
- ColorJFatlAcceleration_HTF The ColorJFatlAcceleration with the timeframe selection option available in the input parameters.
- JCCX_HTF The JCCX with the timeframe selection option available in the input parameters.
- JJRSX_HTF The JJRSX with the timeframe selection option available in the input parameters.
- HistVolatility_HTF The HistVolatility indicator with the timeframe selection option available in the input parameters.
- Go_HTF The Go indicator with the timeframe selection option available in the input parameters.
- ATR_3XMA Three smoothed Average True Range of different time frames in a single window.
- Exp_i-GAP Trading system based on the signals of the i-GAP indicator.
- Exp_PA_Oscillator Trading system based on the signals of the PA_Oscillator indicator.
- LinearMomentum_HTF The LinearMomentum with the timeframe selection option available in the input parameters.
- PA_Oscillator_HTF The PA_Oscillator with the timeframe selection option available in the input parameters.
- TradeState - the EA trading mode switcher depending on the time The class restricts the EA trading by time. It has flexible configuration options, which allow to set a custom number of the time zones, and also to allow trading only on the specified week days.
- Sentiment Robot that trades the open sentiment of the market.
- CIsSession - class to set time intervals (sessions) This simple class can be used to adjust, for example, trading ranges, or to enable / disable certain actions by time or day of the week.
- VWAP Lite - Volume Weighted Average Price VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day.
- ManualTradeOnStrategyTester A simple way on how EA can link a manual order command from outside to use it in MetaTrader 5 Strategy Tester.
- VWAP - Volume Weighted Average Price VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day.
- RJT Matches This indicator helps determine the end and the beginning of trends based on the inclination of the matches.
- PA_Oscillator A simple oscillator that shows the speed of the MACD indicator change implemented as a two-colored histogram.
- fractal_dimension_HTF The fractal_dimension indicator with the timeframe selection option available in the input parameters.
- LinearMomentum A variant of the Momentum indicator with volumes and time used in its calculations.
- Exp_breakeven_trailing_SL The Expert Advisor transfers to break-even and/or trails positions on every currency pairs or only on the current one.
- Background_DotsCandle_HTF The indicator draws DotsCandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- DotsCandle The Dots indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the Dots algorithm.
- Exp_Dots Trading system based on the signals of the Dots indicator.
- Exp_Super_Trend Trading system based on the signals of the Super_Trend indicator.
- Super_TrendSign Semaphore signal indicator based on the Super_Trend indicator algorithm.
- DotsSign Semaphore signal indicator based on the Dots trend indicator algorithm.
- Dots_HTF The Dots indicator with the timeframe selection option available in the input parameters.
- Dots Trend indicator located directly on the chart.
- Exp_ColorXCCXCandle The Exp_ColorXCCXCandle Expert Advisor is based on the change of color of the ColorXCCXCandle indicator candles.
- Super_Trend_HTF The Super_Trend indicator with the timeframe selection option available in the input parameters.
- Super_Trend Trend indicator with simple and clear indication of position opening moments.
- Exp_MomentumCandleSign Trading system based on the signals of the MomentumCandleSign indicator.
- XMA_Range_Channel_HTF The XMA_Range_Channel indicator with the timeframe selection option available in the input parameters.
- Ultra_Oscillator_HTF The Ultra_Oscillator indicator with the timeframe selection option available in the input parameters.
- Ultra_Oscillator Sum of three moving averages of different timeframes in a separate window.
- Last Price A scalper that trades depending on the last deal on the open interest side.
- Exp_XMA_Range_Channel Trading system based on the signals of the XMA_Range_Channel indicator.
- WPR_HTF The WPR indicator with the timeframe selection option available in the input parameters.
- VininI_BB_HTF The VininI_BB indicator with the timeframe selection option available in the input parameters.
- Exp_JMACandleSign Trading system based on the signals of the JMACandleSign indicator.
- Asymmetry_HTF The Asymmetry indicator with the timeframe selection option available in the input parameters.
- VininI_BB An indicator that helps to calculate a safe stop level for open positions.
- JMACandleSign A semaphore signal indicator that uses two JMA indicators, based on Open and Close values of the price series.
- geTrendOsc_HTF The geTrendOsc indicator with the timeframe selection option available in the input parameters.
- XMA_Range_Channel The channel formed by two averages drawn on smoothing of High and Low price series. Candlesticks outside the channel limits are marked with color according to the trend.
- FP_HTF The FP indicator with the timeframe selection option available in the input parameters.
- MFICandle The MFI indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the MFI algorithm.
- WPRCandle The WPR (Williams’ Percent Range) indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the WPR algorithm.
- WPR3 Three WPR (Williams’ Percent Range) osicllators from the same timeframe, based on Close, High and Low in a single window.
- WPR A usual WPR (Williams’ Percent Range) with the option of selecting Close, High, Low price type for calculation.
- Background_JMACandle_HTF The indicator draws JMACandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- JMA_StDev The JMA adaptive moving average with additional trend strength indication using colored dots based on the standard deviation algorithm.
- JMACandle The JMA indicator implemented as a sequence of candlesticks.
- JMA_HTF The JMA indicator with the timeframe selection option available in the input parameters.
- MomentumCandleSign A semaphore signal indicator that uses two Momentum indicators, based on Open and Close values of the price series.
- CCICandleSign A semaphore signal indicator that uses two CCI indicators, based on Open and Close values of the price series.
- OsMACandleSign A semaphore signal indicator that uses two OsMA indicators, based on Open and Close values of the price series.
- VR System Test MT5 The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.
- TriXCandleSign A semaphore signal indicator that uses two TriX indicators, based on Open and Close values of the price series.
- EMVCandleSign A semaphore signal indicator that uses two EMV indicators, based on Open and Close values of the price series.
- FatlSatlOsmaCandle The FatlSatlOsma indicator implemented as a sequence of candlesticks. andlesticks appear as a result of relevant price timeseries processed by the FatlSatlOsma algorithm.
- 2pbIdeal1MACandleSign A semaphore signal indicator that uses two 2pbIdeal1MA indicators, based on Open and Close values of the price series.
- JFatlCandleSign A semaphore signal indicator that uses two JFatl indicators, based on Open and Close values of the price series.
- FatlMacdCandleSign A semaphore signal indicator that uses two FatlMacd indicators, based on Open and Close values of the price series.
- EMA_HTF The EMA indicator with the timeframe selection option available in the input parameters.
- Background_FatlMacdCandle_HTF The indicator draws FatlMacdCandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- 2pbIdeal1MACandle The 2pbIdeal1MA indicator implemented as a sequence of candlesticks.
- JFatlCandle The JFatl indicator implemented as a sequence of candlesticks.
- Background_JFatlCandle_HTF The indicator draws JFatlCandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- EMV_Histogram_HTF The EMV_Histogram indicator with the timeframe selection option available in the input parameters.
- FatlMacdCandle The FatlMacd indicator implemented as a sequence of candlesticks.
- FatlMacd_HTF The FatlMacd indicator with the timeframe selection option available in the input parameters.
- EMVCandle The Ease of Movement indicator implemented as a sequence of candlesticks.
- EMV_Histogram Ease of Movement indicator implemented in the form of a color histogram.
- Fast2_HTF The Fast2 indicator with the timeframe selection option available in input parameters.
- DynamicRS_3CLines_HTF The DynamicRS_3CLines indicator with the timeframe selection option available in the input parameters.
- Exp_DigitalF-T01 The Exp_DigitalF-T01 Expert Advisor enters the market when the DigitalF-T01 indicator cloud changes its color.
- DigitalF-T01_HTF The DigitalF-T01 indicator with the timeframe selection option available in the input parameters.
- CGOscillatorSign A semaphore signal indicator using the crossing of the CGOscillator oscillator with its signal line.
- ChanellOnParabolic_HTF The ChanellOnParabolic indicator with the timeframe selection option available in the input parameters.
- channel_breakout_entry_HTF The channel_breakout_entry indicator with the timeframe selection option available in the input parameters.
- SimpleBars_V2 The indicator paints candlesticks depending on the minimums and maximums of the previous bars.
- Exp_CHOWithFlat The Exp_CHOWithFlat Expert Advisor is based on the change of color of the CHOWithFlat indicator.
- ColorBullsBearsEyes_HTF The ColorBullsBearsEyes indicator with the timeframe selection option available in the input parameters.
- Exp_TriXCandle The Exp_TriXCandle Expert Advisor is based on the change of color of the TriXCandle indicator candles.
- Sentiment This is a market sentiment indicator. It displays market sentiment — bullish or bearish.
- Close All Windows This script closes all windows of selected symbol or all windows of any symbol.
- After Testing - Analysis of Operations Change in the display of graphical objects created by the strategy tester and simplification of the following visual analysis of the results.
- Exp_FrAMACandle The Exp_FrAMACandle Expert Advisor is based on the FrAMACandle indicator candlestick color change.
- Background_FrAMACandle_HTF The indicator draws FrAMACandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- Background_TriXCandle_HTF The indicator draws TriXCandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- FrAMACandle The Fractal Adaptive Moving Average indicator implemented as a sequence of candlesticks.
- TriXCandle The TriX indicator implemented as a sequence of candlesticks.
- Exp_MA_Rounding_Candle The Exp_MA_Rounding_Candle Expert Advisor is based on the MA_Rounding_Candle indicator candlestick color change.
- Background_MA_Rounding_Candle_HTF The indicator draws MA_Rounding_Candle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- Background_Candles_Smoothed_Step_HTF The indicator draws averaged candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers.
- MA_RoundingCandle The MA_Rounding indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the MA_Rounding algorithm.
- MA_RoundingStDev The MA_Rounding indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- MA_Rounding_HTF The MA_Rounding indicator with the timeframe selection option available in the input parameters.
- Chande Momentum Oscillator_Candle The Chande Momentum Oscillator indicator implemented as a sequence of candlesticks.
- Exp_ColorZerolagDeMarker The Exp_ColorZerolagDeMarker Expert Advisor enters the market when the ColorZerolagDeMarker indicator cloud changes its color.
- Exp_ColorSchaffDeMarkerTrendCycle The Exp_ColorSchaffJCCXTrendCycle Expert Advisor is based on the ColorSchaffDeMarkerTrendCycle change of position relative to the overbought and oversold levels.
- ColorSchaffDeMarkerTrendCycle_HTF The ColorSchaffDeMarkerTrendCycle indicator with the timeframe selection option available in input parameters.
- LSMA_Angle_Candle The LSMA_Angle_ indicator implemented as a sequence of candlesticks
- ColorSchaffDeMarkerTrendCycle The Schaff Trend Cycle indicator based on the difference between two DeMarker oscillators with different periods
- ColorZerolagDeMarker_HTF The ColorZerolagDeMarker indicator with the timeframe selection option available in input parameters.
- ColorZerolagDeMarker This variant of DeMarker oscillator is calculated based on five DeMarker indicators
- MultiDeMarkerTrend_x10 The MultiDeMarkerTrend_x10 indicator shows information on the current trends using the DeMarker oscillator position from then different timeframes
- DeMarkerTrend_x10Full A variant of the DeMarkerTrend_x10 indicator with the option to individually customize the input parameters for each DeMarker oscillator which are used to display the current trends
- DeMarkerTrend_x10 The DeMarkerTrend_x10 indicator shows the DeMarker oscillator position from ten different timeframes
- Exp_LSMA_Angle The Exp_LSMA_Angle Expert Advisor is based on the LSMA_Angle histogram breakthrough of the overbought and oversold levels
- LSMA_Angle_HTF The LSMA_Angle indicator with the timeframe selection option available in input parameters
- LSMA_HTF The LSMA indicator with the timeframe selection option available in input parameters.
- StochasticTrend_x10Full A variant of the StochasticTrend_x10 indicator with the option to individually customize the input parameters for each Stochastic oscillator which are used to display the current trends.
- MFITrend_x10Full A variant of the MFITrend_x10 indicator with the option to individually customize the input parameters for each MFI oscillator which are used to display the current trends
- LRMA_HTF The LRMA indicator with the timeframe selection option available in input parameters.
- LinearRegSlope_V2_Sign A semaphore signal indicator based on crossovers of the main and the signal lines of the LinearRegSlope_V2 indicator
- LinearRegSlope_V1_Sign A semaphore signal indicator based on crossovers of the main and the signal lines of the LinearRegSlope_V1 indicator
- Exp_LinearRegSlope_V1 The Exp_LinearRegSlope_V1 Expert Advisor enters the market when the LinearRegSlope_V1 indicator cloud changes its color.
- LinearRegSlope_V2_HTF The LinearRegSlope_V2 indicator with the timeframe selection option available in the input parameters
- RVITrend_x10Full A variant of the RVITrend_x10 indicator with the option to individually customize the input parameters for each RSI oscillator which are used to display the current trends.
- RSITrend_x10Full A variant of the RSITrend_x10 indicator with the option to individually customize the input parameters for each RSI oscillator which are used to display the current trends
- LaguerreFilterSign A semaphore signal indicator based on crossovers of the main and the signal lines of the LaguerreFilter indicator.
- Laguerre_ADXSign Semaphore signal indicator based on the Laguerre_ADX indicator color change algorithm.
- Laguerre_ADX_Histogram_HTF The Laguerre_ADX_Histogram indicator with the timeframe selection option available in input parameters.
- Exp_Laguerre_ADX The Exp_Laguerre_ADX Expert Advisor is based on the Laguerre_ADX indicator color change.
- dynamix_HTF The dynamix indicator with the timeframe selection option available in input parameters.
- Laguerre_ADX_Histogram The difference between the Laguerre_PlusDi and the Laguerre_MinusDi indicators in a single window in the form of a colored histogram
- Laguerre_ADX The Laguerre_PlusDi and Laguerre_MinusDi indicators in a single window in the form of a cloud
- Laguerre_ADX_HTF The Laguerre_PlusDi and Laguerre_MinusDi indicators in a single window in the form of a colored cloud with the timeframe selection option available in the input parameters.
- LeManChanel_HTF The LeManChanel indicator with the timeframe selection option available in the input parameters.
- Laguerre_ROC_HTF The Laguerre_ROC indicator with the timeframe selection option available in the input parameters.
- dynamix The indicator plots a fan of Moving Averages and calculates Acceleration/Deceleration for each of them. This gives the ability to see the attenuation of a trend and the moment of its change.
- Laguerre_MinusDi_HTF The Laguerre_MinusDi indicator with the timeframe selection option available in the input parameters.
- Laguerre_PlusDi_HTF The Laguerre_PlusDi indicator with the timeframe selection option available in the input parameters.
- Exp_LaguerreFilter The Exp_LaguerreFilter Expert Advisor with the entry at the intersection of the fast and the slow lines of the LaguerreFilter indcator.
- LaguerreVolume_HTF LaguerreVolume indicator with the timeframe selection option available in the input parameters.
- LaguerreFilter_HTF The LaguerreFilter indicator with the timeframe selection option available in the input parameters.
- Laguerre_HTF The Laguerre indicator with the timeframe selection option available in the input parameters.
- XKRICandle The XKRI indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the XKRI algorithm.
- Exp_XKRI_Histogram The Exp_XKRI_Histogram Expert Advisor is based on the XKRI_Histogram oscillator change of direction.
- XKRI_Histogram_HTF The XKRI_Histogram indicator with the timeframe selection option available in the input parameters.
- KRICandle The KRI indicator implemented as a sequence of candlesticks.
- XKRI_Histogram The smoothed KRI oscillator implemented in the form of a color histogram.
- SlopeDirectionLine_HTF_Signal The SlopeDirectionLine_HTF_Signal indicator displays trend directions from three bars of the SlopeDirectionLine indicator as three graphical objects, colors of which determine a trend direction
- KRI_HTF The KRI indicator with the timeframe selection option available in the input parameters.
- Exp_XDerivative The Exp_XDerivative Expert Advisor is based on the XDerivative oscillator change of direction.
- Exp_TEMA_CUSTOM The Exp_TEMA_CUSTOM Expert Advisor is based on the TEMA_CUSTOM indicator change of direction.
- id_digits_object Displays the number of decimal places (the number of digits in the fractional part), time and values of graphic object anchor points.
- TEMA_CUSTOMCandle The TEMA_CUSTOM indicator implemented as a sequence of candlesticks.
- TEMA_CUSTOM_HTF The TEMA_CUSTOM indicator with the timeframe selection option available in the input parameters.
- KPrmSt_HTF The KPrmSt indicator with the timeframe selection option available in the input parameters.
- Exp_KPrmSt The Exp_KPrmSt Expert Advisor with the entry at the intersection of the signal and the oscillator lines of the KPrmSt indicator.
- XDerivative_StDev The extra smoothed Derivative indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- TEMA_CUSTOM The Triple Exponential Moving Average (TEMA) technical indicator with advanced features of setting input parameters.
- Kolier_SuperTrend_HTF The Kolier_SuperTrend with the timeframe selection option available in the input parameters.
- iBBFill_HTF The iBBFill indicator with the timeframe selection option available in the input parameters.
- KGHP_HTF The KGHP indicator with the timeframe selection option available in the input parameters.
- KC_HTF The KC indicator with the timeframe selection option available in the input parameters.
- Bulls and Bears The script displays the number of bullish and bearish candlesticks.
- Exp_derivative The Exp_derivative Expert Advisor is based on the breakthrough of the zero level by the Derivative indicator.
- Derivative_HTF The Derivative indicator with the timeframe selection option available in the input parameters.
- Karacatica_HTF_Signal The Karacatica_HTF_Signal indicator shows the trend direction or the signal based on the Karacatica indicator.
- Derivative The indicator performs the calculation of the derivative of the price.
- KalmanFilterStDev The KalmanFilter indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Number of objects in the specified chart An example of counting the number of objects in the chart window.
- Exp_KalmanFilter The Exp_KalmanFilter Expert Advisor is based on the KalmanFilter indicator color change.
- KalmanFilter_HTF The KalmanFilter indicator with the timeframe selection option available in the input parameters.
- MultiColorZerolagJJRSXTrend_x10 The MultiColorZerolagJJRSXTrend_x10 indicator shows information on current trends using the ColorZerolagJJRSX indicator direction from ten different timeframes.
- MultiColorZerolagJCCXTrend_x10 The MultiColorZerolagJCCXTrend_x10 indicator shows information on current trends using the ColorZerolagJCCX indicator direction from ten different timeframes.
- ColorZerolagJJRSXTrend_x10 The ColorZerolagJJRSXTrend_x10 indicator shows the ColorZerolagJJRSX oscillator direction from ten different timeframes.
- ColorZerolagJCCXTrend_x10 The ColorZerolagJCCXTrend_x10 indicator shows the ColorZerolagJCCX oscillator direction from ten different timeframes.
- Exp_ColorSchaffJCCXTrendCycle The Exp_ColorSchaffJCCXTrendCycle Expert Advisor is based on the ColorSchaffJCCXTrendCycle oscillator change of position relative to the overbought and oversold levels.
- ColorSchaffJCCXTrendCycle_HTF The ColorSchaffJCCXTrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffJCCXTrendCycle The Schaff Trend Cycle indicator based on the difference between two JCCX oscillators with different periods.
- KAGI-1_HTF The KAGI-1 indicator with the timeframe selection option available in input parameters.
- Exp_ColorZerolagJCCX The Exp_ColorZerolagJCCX Expert Advisor enters the market when the ColorZerolagJCCX indicator cloud changes its color.
- ColorZerolagJCCX_HTF The ColorZerolagJCCX indicator with the timeframe selection option available in the input parameters.
- GlobalVariable This advisor demonstrates an example of global variables usage. The task of the advisor: store the calculation result in a global variable and get the global variable value on new initialization.
- ColorZerolagJCCX This variant of JCCX oscillator is calculated based on five JCCX indicators.
- JS-Stoh-BB-RSI_HTF The JS-Stoh-BB-RSI indicator with the timeframe selection option available in the input parameters.
- Exp_ColorZerolagJJRSX The Exp_ColorZerolagJJRSX Expert Advisor enters the market when the ColorZerolagJJRSX indicator cloud changes its color.
- Exp_ColorSchaffJJRSXTrendCycle The Exp_ColorSchaffJJRSXTrendCycle Expert Advisor is based on the ColorSchaffJJRSXTrendCycle oscillator change of position relative to the overbought and oversold levels.
- ColorZerolagJJRSX_HTF The ColorZerolagJJRSX indicator with the timeframe selection option available in the input parameters.
- ColorSchaffJJRSXTrendCycle_HTF The ColorSchaffJJRSXTrendCycle indicator with the timeframe selection option available in the input parameters.
- Price Heatmap This indicator shows price heatmap using price histogram.
- EA_SimpleTPSLpanel Simple TP/SL panel for MetaTrader 5.
- BSI Trend Indicator This indicator shows the condition of the trend using the BSI Indicator.
- JMomentum_HTF The JMomentum indicator with the timeframe selection option available in the input parameters.
- ColorSchaffJJRSXTrendCycle The Schaff Trend Cycle indicator based on the difference between two JJRSX oscillators with different periods.
- ColorZerolagJJRSX This variant of JJRSX oscillator is calculated based on five JJRSX indicators.
- J_TPO_HTF The J_TPO indicator with the timeframe selection option available in the input parameters.
- J2JMASign Semaphore signal indicator triggering when the J2JMA moving average changes direction.
- J2JMACandle The J2JMA indicator implemented as a sequence of candlesticks.
- ColorJ2JMAStDev The ColorJ2JMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- ColorJ2JMA_HTF The ColorJ2JMA indicator with the timeframe selection option available in the input parameters.
- iVAR_HTF The iVAR indicator with the timeframe selection option available in the input parameters.
- Instantaneous_TrendFilterSign Semaphore signal indicator using the trend filter algorithm based on moving averages.
- Exp_Instantaneous_TrendFilter The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.
- Instantaneous_TrendFilter_HTF The Instantaneous_TrendFilter indicator with the timeframe selection option available in the input parameters.
- DayExtremumZones Indicator of daily extremum zones. Flexible parameter setting is allowed.
- ind_aMU_HTF The ind_aMU indicator with the timeframe selection option available in the input parameters.
- Impulse_HTF The Impulse indicator with the timeframe selection option available in the input parameters.
- iFXAnalyser_HTF The iFXAnalyser indicator with the timeframe selection option available in the input parameters.
- Exp_i-AMMA The Exp_i-AMMA Expert Advisor is based on the reversal of the i-AMMA moving average direction.
- Exp_ColorZerolagHLR The Exp_ColorZerolagHLR Expert Advisor enters the market when the ColorZerolagHLR indicator cloud changes its color.
- ColorZerolagHLR_HTF The ColorZerolagHLR indicator with the timeframe selection option available in the input parameters.
- ColorZerolagHLR This variant of HighestLowestRange normalized oscillator is calculated based on five HighestLowestRange indicators.
- Exp_HullTrendOSMA The Exp_HullTrendOSMA Expert Advisor is based on the reversal of the HullTrendOSMA histogram direction.
- HullTrendOSMA_HTF The HullTrendOSMA indicator with the timeframe selection option available in the input parameters.
- Exp_iAnchMom The Exp_iAnchMom Expert Advisor is based on the reversal of the iAnchMom histogram direction.
- Exp_Ichimoku_Osc The Exp_Ichimoku_Osc Expert Advisor is based on the reversal of the Ichimoku_Osc signal line.
- iAnchMom_HTF The iAnchMom indicator with the timeframe selection option available in the input parameters.
- Exp_i_Trend The Exp_i_Trend Expert Advisor is based on the signals generated by the i_Trend oscillator.
- i_Trend_HTF The i_Trend indicator with the timeframe selection option available in the input parameters.
- i-VaR95_HTF The i-VaR95 indicator with the timeframe selection option available in the input parameters.
- Chaikin_3HTF Three Chaikin Oscillator indicators from three different timeframes displayed on the same chart.
- i-SpectrAnalysis_BullsPower This indicator is an example of smoothing the Bulls Power indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_BearsPower This indicator is an example of smoothing the Bears Power indicator timeseries by filtering high-order harmonics.
- Force_3HTF Three Force Index indicators from three different timeframes displayed on the same chart.
- i-SpectrAnalysis_WPR This indicator is an example of smoothing the Larry Williams' Percent Range indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_Chaikin This indicator is an example of smoothing the Chaikin Oscillator indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_DeMarker This indicator is an example of smoothing the DeMarker indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_Force This indicator is an example of smoothing the Force Index indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_AD This indicator is an example of smoothing the Accumulation/Distribution indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_OBV This indicator is an example of smoothing the On Balance Volume indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_MA_Cloud This indicator is an example of smoothing the Moving Average indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_MA This indicator is an example of smoothing the Moving Average indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_TriX This indicator is an example of smoothing the TriX indicator timeseries by filtering high-order harmonics.
- i-SpectrAnalysis_Momentum This indicator is an example of smoothing the Momentum indicator timeseries by filtering high-order harmonics.
- Exp_i-KlPrice The Exp_i-KlPrice Expert Advisor is based on the i-KlPrice histogram breaking through the overbought and oversold levels.
- Exp_i-BandsPrice The Exp_i-BandsPrice Expert Advisor is based on the i-BandsPrice histogram breaking through the overbought and oversold levels.
- i-BB-Width_HTF The i-BB-Width indicator with the timeframe selection option available in the input parameters.
- i-KlPrice_HTF The i-KlPrice indicator with the timeframe selection option available in the input parameters.
- i-BandsPrice_HTF The i-BandsPrice indicator with the timeframe selection option available in the input parameters.
- Exp_DecEMA The Exp_DecEMA Expert Advisor is based on the reversal of the DecEMA moving average direction.
- HVR_HTF The HVR indicator with the timeframe selection option available in the input parameters.
- ColorHMA_HTF The ColorHMA indicator with the timeframe selection option available in the input parameters.
- Exp_ColorHMA The Exp_ColorHMA Expert Advisor is based on the reversal of the ColorHMA moving average direction.
- DecEMA_StDev The DecEMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- GRFLeadingEdgeMov_HTF The GRFLeadingEdgeMov indicator with the timeframe selection option available in the input parameters.
- GRFLeadingEdge_HTF The GRFLeadingEdge indicator with the timeframe selection option available in the input parameters.
- Gaus_MA_HTF The Gaus_MA indicator with the timeframe selection option available in the input parameters.
- FX_Sniper_Ergodic_CCI_HTF The FX_Sniper_Ergodic_CCI indicator with the timeframe selection option available in the input parameters.
- FX5_SelfAdjustingMFI_HTF The FX5_SelfAdjustingMFI indicator with the timeframe selection option available in the input parameters.
- FX5_SelfAdjustingWPR_HTF The FX5_SelfAdjustingWPR indicator with the timeframe selection option available in the input parameters.
- CComment Class Class for displaying multi-line comments.
- FX5_SelfAdjustingWPR The WPR oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.
- FX5_SelfAdjustingMFI The MFI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.
- FX5_SelfAdjustingRVI_HTF The FX5_SelfAdjustingRVI indicator with the timeframe selection option available in the input parameters.
- Negative Spread The Expert Advisor looks for a negative spread and trades using it.
- FX5_SelfAdjustingCCI_HTF The FX5_SelfAdjustingCCI indicator with the timeframe selection option available in the input parameters.
- FX5_SelfAdjustingMomentum_HTF The FX5_SelfAdjustingMomentum indicator with the timeframe selection option available in the input parameters.
- FX5_SelfAdjustingRVI The RVI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.
- FX5_SelfAdjustingMomentum The Momentum oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.
- FX5_SelfAdjustingCCI The CCI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.
- FX5_SelfAdjustingRSI_HTF The FX5_SelfAdjustingRSI indicator with the timeframe selection option available in the input parameters.
- JSON Serialization and Deserialization (native MQL) Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.
- ForecastOscilator_HTF The ForecastOscilator indicator with the timeframe selection option available in the input parameters.
- Flat_HTF The Flat indicator with the timeframe selection option available in the input parameters.
- Flat-Trend_HTF The Flat-Trend indicator with the timeframe selection option available in the input parameters.
- CRect and CCanvas replacement (Standard Library - several bugs fixed) Bug fixed versions of CRect and CCanvas which are part of the standard library.
- Fuzzy - library for developing fuzzy models FuzzyNet library for developing fuzzy models was written in C#. While converting to MQL5, 8 membership functions and 4 defuzzification methods for Mamdani-type systems were added to the library.
- CWndContainer Replacement This file replaces the WndContainer.mqh original file. It prevents the chart from being affected when you click and hold the mouse inside a container area.
- DonchianChannels_HTF The DonchianChannels indicator with the timeframe selection option available in the input parameters.
- FractalChannel_HTF The FractalChannel indicator with the timeframe selection option available in the input parameters.
- Exp_FractalAMA_MBK The Exp_FractalAMA_MBK Expert Advisor is based on signals generated by two moving averages of the FractalAMA_MBK indicator.
- FractalAMA_MBK_HTF The FractalAMA_MBK indicator with the timeframe selection option available in the input parameters.
- Exp_ForecastOscilator The Exp_ForecastOscilator Expert Advisor is based on signals generated by the ForecastOscilator semaphore signal indicator.
- Exp_Force_DiverSign The Exp_Force_DiverSign Expert Advisor is based on signals generated by the Force_DiverSign semaphore signal indicator.
- FineTuningMA_StDev The FineTuningMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- FisherTransform_HTF The FisherTransform indicator with the timeframe selection option available in the input parameters.
- FisherRVI_HTF The FisherRVI indicator with the timeframe selection option available in the input parameters.
- Exp_FineTuningMA The Exp_FineTuningMA Expert Advisor is based on the reversal of the FineTuningMA moving average direction.
- FineTuningMA_HTF The FineTuningMA indicator with the timeframe selection option available in the input parameters.
- Exp_FatlMacd The Exp_FatlMacd Expert Advisor is based on the reversal of the FatlMacd indicator direction.
- FatlSatlOsma_HTF The FatlSatlOsma indicator with the timeframe selection option available in the input parameters.
- Exp_Fast2 The Exp_Fast2 Expert Advisor is based on signals generated by the Fast2 indicator.
- ExtremLine_HTF The ExtremLine indicator with the timeframe selection option available in the input parameters.
- Exp_Ergodic_Ticks_Volume_OSMA The Exp_Ergodic_Ticks_Volume_OSMA Expert Advisor is based on the reversal of the Ergodic_Ticks_Volume_OSMA histogram direction.
- Ergodic_Ticks_Volume_OSMA_HTF The Ergodic_Ticks_Volume_OSMA indicator with the timeframe selection option available in the input parameters.
- Entropy_HTF The Entropy indicator with the timeframe selection option available in the input parameters.
- EMV_HTF The EMV indicator with the timeframe selection option available in the input parameters.
- Exp_Ergodic_Ticks_Volume_Indicator The Exp_Ergodic_Ticks_Volume_Indicator Expert Advisor is based on signals generated by the Ergodic_Ticks_Volume_Indicator oscillator.
- Ergodic_Ticks_Volume_Indicator_HTF The Ergodic_Ticks_Volume_Indicator indicator with the timeframe selection option available in the input parameters.
- EMAPredictive3_HTF The EMAPredictive3 indicator with the timeframe selection option available in the input parameters.
- EMAPredictive2_HTF The EMAPredictive2 indicator with the timeframe selection option available in the input parameters.
- EMABands_v1_HTF The EMABands_v1 indicator with the timeframe selection option available in the input parameters.
- EMAAngle_HTF The EMAAngle indicator with the timeframe selection option available in the input parameters.
- Exp_EMA_Prediction The Exp_EMA_Prediction Expert Advisor is based on signals generated by the EMA_Prediction semaphore signal indicator.
- Exp_EMA-Crossover_Signal The Exp_EMA-Crossover_Signal Expert Advisor is based on signals generated by the EMA-Crossover_Signal semaphore signal indicator.
- EF_distance_HTF The EF_distance indicator with the timeframe selection option available in the input parameters.
- DSSBressert_HTF The DSSBressert indicator with the timeframe selection option available in the input parameters.
- Exp_DigVariation The Exp_DigVariation Expert Advisor is based on the reversal of the DigVariation non-normalized oscillator direction.
- DigVariation_HTF The DigVariation indicator with the timeframe selection option available in the input parameters.
- DEMA_RLH_HTF The DEMA_RLH indicator with the timeframe selection option available in the input parameters.
- Din_fibo_Nex_HTF The Din_fibo_Nex indicator with the timeframe selection option available in the input parameters.
- Exp_DiNapoliStochastic The Exp_DiNapoliStochastic Expert Advisor is based on signals generated by the DiNapoliStochastic oscillator.
- DiNapoliStochastic_HTF The DiNapoliStochastic indicator with the timeframe selection option available in the input parameters.
- Demand_Index_HTF The Demand_Index indicator with the timeframe selection option available in the input parameters.
- DecEMA_HTF The DecEMA indicator with the timeframe selection option available in the input parameters.
- Exp_CyclePeriod The Exp_CyclePeriod Expert Advisor is based on the reversal of the CyclePeriod non-normalized oscillator direction.
- CyclePeriod_HTF The CyclePeriod indicator with the timeframe selection option available in the input parameters.
- Exp_CronexCCI The Exp_CronexCCI EA is based on signals generated by the CronexCCI oscillator.
- CorrectedAverage_HTF The CorrectedAverage indicator with the timeframe selection option available in the input parameters.
- Exp_CoppockHist The Exp_CoppockHist Expert Advisor is based on the reversal of the CoppockHist oscillator direction.
- ColorXdinMA_StDev The ColorXdinMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Exp_ColorXdinMA The Exp_ColorXdinMA Expert Advisor is based on the ColorXdinMA moving average change of direction.
- Exp_ColorXXDPO The Exp_ColorXXDPO Expert Advisor is based on the ColorXXDPO oscillator change of direction.
- ColorXXDPO_HTF The ColorXXDPO indicator with the timeframe selection option available in the input parameters.
- ColorX2MA_Osc_HTF The ColorX2MA_Osc indicator with the timeframe selection option available in the input parameters.
- ColorXdinMA_HTF The ColorXdinMA indicator with the timeframe selection option available in the input parameters.
- Cronex_Impulse_MACD_HTF The Cronex_Impulse_MACD indicator with the timeframe selection option available in the input parameters.
- CyberCycle_Cloud_HTF The CyberCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffMomentumTrendCycleCandle The ColorSchaffMomentumTrendCycle indicator implemented as a sequence of candlesticks.
- ColorSchaffTrendCycleCandle The ColorSchaffTrendCycle indicator implemented as a sequence of candlesticks.
- ColorSchaffTriXTrendCycleCandle The ColorSchaffTriXTrendCycleCandle indicator implemented as a sequence of candlesticks.
- ColorSchaffRSITrendCycleCandle The ColorSchaffRSITrendCycle indicator implemented as a sequence of candlesticks.
- Exp_ColorSchaffWPRTrendCycle The Exp_ColorSchaffWPRTrendCycle Expert Advisor is based on the ColorSchaffWPRTrendCycle oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorSchaffTriXTrendCycle The Exp_ColorSchaffTriXTrendCycle Expert Advisor is based on the ColorSchaffTriXTrendCycle oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorSchaffRVITrendCycle The Exp_ColorSchaffRVITrendCycle Expert Advisor is based on the ColorSchaffRVITrendCycle oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorSchaffRSITrendCycle The Exp_ColorSchaffRSITrendCycle Expert Advisor is based on the ColorSchaffRSITrendCycle oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorSchaffMomentumTrendCycle The Exp_ColorSchaffMomentumTrendCycle Expert Advisor is based on the ColorSchaffMomentumTrendCycle oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorSchaffMFITrendCycle The Exp_ColorSchaffMFITrendCycle Expert Advisor is based on the ColorSchaffMFITrendCycle oscillator change of position relative to the overbought and oversold levels.
- ColorSchaffWPRTrendCycle_HTF The ColorSchaffWPRTrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffTriXTrendCycle_HTF The ColorSchaffTriXTrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffRVITrendCycle_HTF The ColorSchaffRVITrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffRSITrendCycle_HTF The ColorSchaffRSITrendCycle indicator with the timeframe selection option available in the input parameters.
- Camarilla Equation Modified Camarilla Equation Modified plots lines to the right of the chart.
- ColorSchaffMomentumTrendCycle_HTF The ColorSchaffMomentumTrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffMFITrendCycle_HTF The ColorSchaffMFITrendCycle indicator with the timeframe selection option available in the input parameters.
- ColorSchaffWPRTrendCycle The Schaff Trend Cycle indicator based on the difference between two WPR oscillators with different periods.
- ColorSchaffRVITrendCycle The Schaff Trend Cycle indicator based on the difference between two RVI oscillators with different periods.
- ColorSchaffMFITrendCycle The Schaff Trend Cycle indicator based on the difference between two MFI oscillators with different periods.
- ColorSchaffTriXTrendCycle The Schaff Trend Cycle indicator based on the difference between two TriX oscillators with different periods.
- ColorSchaffMomentumTrendCycle The Schaff Trend Cycle indicator based on the difference between two Momentum oscillators with different periods.
- ColorSchaffRSITrendCycle The Schaff Trend Cycle indicator based on the difference between two RSI oscillators with different periods.
- Horizontal GridLines Creates horizontal grid lines on the current chart for price action analysis.
- ColorXATR_HTF The ColorXATR indicator with the timeframe selection option available in the input parameters.
- ColorXCCXCandle The XCCX indicator implemented as a sequence of candlesticks.
- ColorXRSXCandle The XRSX indicator implemented as a sequence of candlesticks.
- ColorTrend_CF_Sign Semaphore signal indicator based on the ColorTrend_CF indicator algorithm.
- TSI-OscillatorSign Semaphore signal indicator based on the ColorTSI-Oscillator indicator algorithm.
- ColorTSI-Oscillator_HTF The ColorTSI-Oscillator indicator with the timeframe selection option available in the input parameters.
- ColorStepXCCXTrend_x10 The ColorStepXCCXTrend_x10 indicator shows the ColorStepXCCX oscillator direction from ten different timeframes.
- MultiColorStepXCCXTrend_x10 The MultiColorStepXCCXTrend_x10 indicator shows information on current trends using the ColorStepXCCX indicator direction from ten different timeframes.
- ColorTrend_CF_HTF The ColorTrend_CF indicator with the timeframe selection option available in the input parameters.
- ColorStepXCCX_HTF The ColorStepXCCX indicator with the timeframe selection option available in the input parameters.
- ColorStdDev_HTF The ColorStdDev indicator with the timeframe selection option available in the input parameters.
- ColorSchaffTrendCycle_HTF The ColorSchaffTrendCycle indicator with the timeframe selection option available in the input parameters.
- Exp_ColorMaRsi-Trigger The Exp_ColorMaRsi-Trigger Expert Advisor is based on signals triggered by the colors of the ColorMaRsi-Trigger semaphore signal indicator.
- ColorMaRsi-Trigger_HTF The ColorMaRsi-Trigger indicator with the timeframe selection option available in the input parameters.
- ColorMomentum_AMA_HTF The ColorMomentum_AMA indicator with the timeframe selection option available in the input parameters.
- ObjectCreateAndSet Functions for creating various objects and changing object properties.
- ColorLinearRegSlope_V2_HTF The ColorLinearRegSlope_V2 indicator with the timeframe selection option available in the input parameters.
- ColorLeManTrend_HTF The ColorLeManTrend indicator with the timeframe selection option available in the input parameters.
- ColorJVariation_HTF The ColorJVariation indicator with the timeframe selection option available in the input parameters.
- ColorJFatlSpeed_HTF The ColorJFatlSpeed indicator with the timeframe selection option available in the input parameters.
- Exp_ColorJLaguerre The Exp_ColorJLaguerre Expert Advisor is based on the ColorJLaguerre oscillator change of position relative to the overbought and oversold levels.
- Exp_ColorJMomentum The Exp_ColorJMomentum Expert Advisor is based on the ColorJMomentum oscillator change of direction.
- ID Lite Info MA The indicator shows Moving Averages (MA) values, difference between values and difference between MA.
- ColorZerolagX10MA_StDev The ColorZerolagX10MA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Exp_ColorZerolagX10MA The Exp_ColorZerolagX10MA Expert Advisor is based on the ColorZerolagX10MA moving average change of direction.
- ColorZerolagX10MA_HTF The ColorZerolagX10MA indicator with the timeframe selection option available in the input parameters.
- Gaps Indicator of price gaps between the previous Close and the current Open price.
- ColorJMomentum_HTF The ColorJMomentum indicator with the timeframe selection option available in the input parameters.
- ColorJLaguerre_HTF The ColorJLaguerre indicator with the timeframe selection option available in the input parameters.
- ColorZerolagX10MA This variant of the Moving Average indicator is calculated based on five moving averages.
- ColorZerolagMomentumOSMATrend_x10 The ColorZerolagMomentumOSMATrend_x10 indicator shows the ColorZerolagMomentumOSMA oscillator direction from ten different timeframes.
- MultiColorZerolagMomentumOSMATrend_x10 The MultiColorZerolagMomentumOSMATrend_x10 indicator shows information on current trends using the ColorZerolagMomentumOSMA indicator direction from ten different timeframes.
- Exp_ColorZerolagMomentumOSMA The Exp_ColorZerolagMomentumOSMA Expert Advisor is based on the ColorZerolagMomentumOSMA histogram's change of direction.
- FractalsNoRedraw Bill Williams' fractals indicator based on the built-in Fractals indicator. The distinctive feature of this indicator is that it doesn't repaint.
- CandleSizes Indicator shows the size of one of the three candlestick elements: upper shadows, lower shadows or bodies. It displays the current candlestick value and the daily average value for a certain element.
- ColorZerolagMomentumOSMACandle The ColorZerolagMomentumOSMA indicator implemented as a sequence of candlesticks.
- ColorZerolagMomentumOSMA_HTF The ColorZerolagMomentumOSMA indicator with the timeframe selection option available in the input parameters.
- ColorZerolagMomentum_HTF The ColorZerolagMomentum indicator with the timeframe selection option available in the input parameters.
- DailySize Indicator of daily price movement range. Shows the history of daily price fluctuations.
- ColorSTLM_HTF The ColorSTLM indicator with the timeframe selection option available in the input parameters.
- ColorZerolagMomentumOSMA Smoothed ColorZerolagMomentum indicator rate of change represented as a colored histogram.
- ClockAnalog 24-hour analog GMT(UTC) market clock displaying in background. The clock displays the Greenwich Mean Time and shows the status of all main stock exchanges according to their schedule.
- Well Martin Well Martin EA is based on two indicators: Bollinger Bands and ADX.
- ColorDM_361_HTF The ColorDM_361 indicator with the timeframe selection option available in the input parameters.
- CGOscillator_HTF The CGOscillator indicator with the timeframe selection option available in the input parameters.
- ColorZerolagMomentum This variant of Momentum oscillator is calculated based on five Momentum indicators.
- MomentumCloud_HTF The MomentumCloud indicator with the timeframe selection option available in the input parameters.
- LotLine The script shows the trade volume in lots required to move the position to a desired level.
- ColorZerolagRSIOSMACandle The ColorZerolagRSIOSMA indicator implemented as a sequence of candlesticks.
- ColorZerolagRSIOSMA_HTF The ColorZerolagRSIOSMA indicator with the timeframe selection option available in the input parameters.
- Peak Lines by Price Histogram This indicator shows the support/resistance lines using price histogram.
- MomentumCloud Cloud indicator, the envelopes of which represent the Momentum oscillator values calculated for High and Low prices.
- ColorZerolagTriXOSMATrend_x10 The ColorZerolagTriXOSMATrend_x10 indicator shows the ColorZerolagTriXOSMA oscillator direction from ten different timeframes.
- MultiColorZerolagTriXOSMATrend_x10 The MultiColorZerolagTriXOSMATrend_x10 indicator shows information on current trends using the ColorZerolagTriXOSMA indicator direction from ten different timeframes.
- Time Price Scale Enables Disables The script controls the display of time and price scales for all open charts or only for one chart.
- Keltner Channel The indicator shows the Keltner Channel on a chart.
- Exp_ColorZerolagRSIOSMA The Exp_ColorZerolagRSIOSMA Expert Advisor is based on the ColorZerolagRSIOSMA histogram change of direction.
- BollingerBands_b_HTF The BollingerBands_b indicator with the timeframe selection option available in the input parameters.
- ColorZerolagRSIOSMA Smoothed ColorZerolagRSI indicator rate of change represented as a colored histogram.
- ColorZerolagRSI_HTF The ColorZerolagRSI indicator with the timeframe selection option available in the input parameters.
- HFT Spreader for FORTS Expert Advisor which trades inside the spread in the order book.
- MyBOLsAlert Bollinger Bands indicator with sound/email/arrow_display alerts.
- Multi Symbol Chart All-In-One candlestick chart.
- Bollinger_Squeeze_v9_HTF The Bollinger_Squeeze_v9 indicator with the timeframe selection option available in the input parameters.
- ColorZerolagRSI This RSI oscillator analogue is calculated based on five Relative Strength Index indicators.
- AvgRange_HTF The AvgRange indicator with the timeframe selection option available in the input parameters.
- ATR_Trailing_HTF The ATR_Trailing indicator with the timeframe selection option available in the input parameters.
- Aggressiveness_HTF The Aggressiveness indicator with the timeframe selection option available in the input parameters.
- ColorZerolagTriXOSMACandle The ColorZerolagTriXOSMA indicator implemented as a sequence of candlesticks.
- Exp_ColorZerolagTriXOSMA The Exp_ColorZerolagTriXOSMA Expert Advisor is based on the ColorZerolagTriXOSMA histogram change of direction.
- ColorZerolagTriXOSMA_HTF The ColorZerolagTriXOSMA indicator with the timeframe selection option available in the input parameters.
- ColorZerolagTriXOSMA Smoothed ColorZerolagTriX indicator rate of change represented as a colored histogram.
- ColorZerolagTriX_HTF The ColorZerolagTriX indicator with the timeframe selection option available in the input parameters.
- Exp_CenterOfGravityOSMA The Exp_CenterOfGravityOSMA Expert Advisor is based on the CenterOfGravityOSMA histogram change of direction.
- Exp_ColorZerolagTriX The Exp_ColorZerolagTriX Expert Advisor enters the market when the ColorZerolagTriX indicator cloud changes its color.
- ColorZerolagTriX This TriX oscillator analogue is calculated based on five Triple Exponential Moving Averages Oscillator indicators.
- TriXCloud_HTF The TriXCloud indicator with the timeframe selection option available in the input parameters.
- TriXCloud Cloud indicator, the envelopes of which represent the TriX oscillator values calculated for High and Low prices.
- Exp_ColorZerolagRVI The Exp_ColorZerolagRVI Expert Advisor enters the market when the ColorZerolagRVI indicator cloud changes its color.
- Exp_ColorZeroLAG_MA Expert Advisor based on the ColorZeroLAG_MA indicator change of direction.
- ColorZeroLAG_MA_StDev The ColorZeroLAG_MA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Trade Statistics Panel The panel allows you to quickly evaluate the effectiveness of your trade strategy for a specified period of time (in the past) and for a certain magic number.
- ColorZerolagRVI_HTF The ColorZerolagRVI indicator with the timeframe selection option available in the input parameters.
- GainLossInfo Shows current gain and loss for all candlesticks on the chart.
- ColorZerolagStochs_HTF The ColorZerolagStochs indicator with the timeframe selection option available in the input parameters.
- Dots The indicator shows current trend direction by placing colored dots on the main chart.
- ColorZerolagRVI This RVI oscillator analogue is calculated based on four Relative Vigor Index indicators.
- WRB The indicator determines and marks WRB (Wide Range Bars or Wide Range Bodies).
- ColorZeroLAG_MA_HTF The ColorZeroLAG_MA indicator with the timeframe selection option available in the input parameters.
- ColorZeroLAG_MA The ZeroLAG MA indicator is a Moving Average with zero lag.
- CoppockHist_HTF The CoppockHist indicator with the timeframe selection option available in the input parameters.
- CoppockHist Colored histogram based on a famous indicator by Edward Coppock.
- CenterOfGravityOSMA_HTF The CenterOfGravityOSMA indicator with the timeframe selection option available in the input parameters.
- CenterOfGravityOSMA The Center of Gravity J. F. Ehlers indicator represented by a colored OSMA histogram.
- RSICloud_HTF The RSICloud indicator with the timeframe selection option available in the input parameters.
- RSICloud Cloud indicator, the envelopes of which represent the RSI oscillator values calculated for High and Low prices.
- Coppock This indicator shows long-term opportunities for buying or selling.
- CCIBands_HTF The CCIBands indicator with the timeframe selection option available in the input parameters.
- CCIBands Extended CCI indicator based on a standard indicator bundled with MetaTrader 5.
- CCICloud_HTF The CCICloud indicator with the timeframe selection option available in the input parameters.
- CCICloud Cloud indicator, the envelopes of which represent the CCI oscillator values calculated for High and Low prices.
- KC_Cloud_HTF The KC_Cloud indicator with the timeframe selection option available in the input parameters.
- KC_Cloud Cloud channel based on Moving Averages and Average True Range.
- AroonOscillatorTrend_x10 The AroonOscillatorTrend_x10 indicator shows the AroonOscillator oscillator position from ten different timeframes.
- MultiAroonOscillatorTrend_x10 The MultiAroonOscillatorTrend_x10 indicator shows information on current trends using the AroonOscillator oscillator position from ten different timeframes.
- ColorXMA_Ishimoku_StDev The XMA_Ishimoku indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- AnchoredMomentumCandle The AnchoredMomentum indicator implemented as a sequence of candlesticks.
- ADXCrossing_HTF_Signal The ADXCrossing_HTF_Signal indicator shows a trend direction or a signal based on the ADXCrossing indicator.
- Donchian_Fibo_Clouds_HTF The Donchian_Fibo_Clouds indicator with the timeframe selection option available in the input parameters.
- Donchian_Fibo_Clouds The Donchian_Fibo indicator implemented as a cloud.
- Fx10Setup_HTF The Fx10Setup indicator with the timeframe selection option available in the input parameters.
- Fx10Setup Simple trend indicator based on a group of several technical indicators.
- Rainbow_Clouds_HTF The Rainbow_Clouds indicator with the timeframe selection option available in the input parameters.
- Rainbow_Clouds A fan of Moving Averages implemented as a group of cloud indicators.
- CMO_HTF The CMO indicator with the timeframe selection option available in the input parameters.
- CMxTrend_x10 The CMxTrend_x10 indicator shows the CMx oscillator position from ten different timeframes.
- MultiCMxTrend_x10 The MultiCMxTrend_x10 indicator shows information on current trends using the CMx oscillator position from ten different timeframes.
- CMx_HTF The CMx indicator with the timeframe selection option available in the input parameters.
- CoeffofLine_true_HTF The CoeffofLine_true indicator with the timeframe selection option available in the input parameters.
- ChannelAnt_HTF The ChannelAnt indicator with the timeframe selection option available in the input parameters.
- ChangeOfVolatility_HTF The ChangeOfVolatility indicator with the timeframe selection option available in the input parameters.
- ChandelierStops_v1Trend_x10 The ChandelierStops_v1Trend_x10 indicator shows the ChandelierStops_v1 trend indicator position from ten different timeframes.
- MultiChandelierStops_v1Trend_x10 The MultiChandelierStops_v1Trend_x10 indicator shows information on current trends using the ChandelierStops_v1 indicator position from ten different timeframes.
- Rainbow_HMA_HTF The Rainbow_HMA indicator with the timeframe selection option available in the input parameters.
- Rainbow_HMA Sixty Hull Moving Averages (HMA) with gradually changing period on a single chart.
- ChandelierStops_v1_HTF_Signal The ChandelierStops_v1_HTF_Signal indicator shows a trend direction or a signal based on the ChandelierStops_v1 indicator.
- ChandelExit_HTF_Signal The ChandelExit_HTF_Signal indicator shows a trend direction or a signal based on the ChandelExitSign indicator.
- ChandelExitSign Semaphore signal indicator triggering when the ChandelExit indicator cloud changes its color.
- Rainbow_HTF The Rainbow indicator with the timeframe selection option available in the input parameters.
- Rainbow Sixty Moving Averages with gradually changing period on a single chart.
- Chande_Momentum_Oscillator_HTF The Chande Momentum Oscillator indicator with the timeframe selection option available in the input parameters.
- ChandeQStick_HTF The ChandeQStick indicator with the timeframe selection option available in the input parameters.
- ChandelExit_HTF The ChandelExit indicator with the timeframe selection option available in the input parameters.
- BullsBearsEyes_HTF The BullsBearsEyes indicator with the timeframe selection option available in the input parameters.
- MultiBullsBearsEyesTrend_x10 The MultiBullsBearsEyesTrend_x10 indicator shows information on current trends using the BullsBearsEyes oscillator position from ten different timeframes.
- BullsBearsEyesTrend_x10 The BullsBearsEyesTrend_x10 indicator shows the BullsBearsEyes oscillator position from ten different timeframes.
- Attention Level The indicator places a horizontal non-trade level on a chart that helps intraday traders to evaluate trend change within a day.
- Chande_Kroll_Stop_v1_Sign Semaphore signal indicator based on the Chande_Kroll_Stop_v1 indicator algorithm.
- Chande_Kroll_Stop_v1_HTF The Chande_Kroll_Stop_v1 indicator with the timeframe selection option available in the input parameters.
- Exp_BlauTVI The Exp_BlauTVI Expert Advisor is based on signals generated by the BlauTVI trend indicator.
- BlauTStochI_HTF The BlauTStochI indicator with the timeframe selection option available in the input parameters.
- BlauTVI_HTF The BlauTVI indicator with the timeframe selection option available in the input parameters.
- BinaryWave_HTF_Signal The BinaryWave_HTF_Signal indicator shows a trend direction or a signal based on the BinaryWaveSign indicator.
- MultiStochasticTrend_x10 The MultiStochasticTrend_x10 indicator shows information on current trends using the Stochastic oscillator position from ten different timeframes.
- MultiMFITrend_x10 The MultiMFITrend_x10 indicator shows information on current trends using the MFI oscillator position from ten different timeframes.
- MFITrend_x10 The MFITrend_x10 indicator shows the MFI oscillator position from ten different timeframes.
- MultiCandleTrend_x10 The MultiCandleTrend_x10 indicator displays information on current trends using candlestick direction from ten different timeframes.
- StocksBG StocksBG indicator displays the activity of major stock exchanges on a chart with M15 or less timeframe.
- Currency Correlation II The indicator shows correlation between currencies.
- Statistical Functions Set of statistical functions which allows you to calculate some values describing timeseries.
- BinaryWaveSign Semaphore signal indicator triggering when the BinaryWave indicator changes direction.
- StochasticTrend_x10 The StochasticTrend_x10 indicator shows the Stochastic oscillator position from ten different timeframes.
- WPRTrend_x10 The WPRTrend_x10 indicator shows the WPR oscillator position from ten different timeframes.
- MultiWPRTrend_x10 The MultiWPRTrend_x10 indicator shows information on current trends using the WPR oscillator position from ten different timeframes.
- RVITrend_x10 The RVITrend_x10 indicator shows the RVI oscillator position from ten different timeframes.
- MultiRVITrend_x10 The MultiRVITrend_x10 indicator shows information on current trends using the RVI oscillator position from ten different timeframes.
- MultiRSITrend_x10 The MultiRSITrend_x10 indicator shows information on current trends using the RSI oscillator position from ten different timeframes.
- RSITrend_x10 The RSITrend_x10 indicator shows the RSI oscillator position from ten different timeframes.
- CandleTrend_x10 The CandleTrend_x10 indicator shows price movement from ten different timeframes.
- BullsBearsSign Semaphore signal indicator based on the BullsBears indicator algorithm.
- BinaryWave_StDev The BinaryWave indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- BullsBears_HTF The BullsBears indicator with the timeframe selection option available in the input parameters.
- BinaryWave_HTF The BinaryWave indicator with the timeframe selection option available in the input parameters.
- Beginner_HTF_Signal The Beginner_HTF_Signal indicator shows a trend direction or a signal generated by the Beginner indicator.
- BWImp-T01_StDev The BWImp-T01 indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- BWImp-T01_HTF The BWImp-T01 indicator with the timeframe selection option available in the input parameters.
- AverageSizeBar_HTF The AverageSizeBar indicator with the timeframe selection option available in the input parameters.
- CenterOfGravity_HTF The CenterOfGravity indicator with the timeframe selection option available in the input parameters.
- ATR_MA_Oscillator_HTF The ATR_MA_Oscillator indicator with the timeframe selection option available in the input parameters.
- ATRratio_HTF The ATRratio indicator with the timeframe selection option available in the input parameters.
- Gaus_MA_StDev The Gaus_MA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- BBflat_sw_HTF The BBflat_sw indicator with the timeframe selection option available in the input parameters.
- Bezier_HTF The Bezier indicator with the timeframe selection option available in the input parameters.
- TrailCD_HTF The TrailCD indicator with the timeframe selection option available in the input parameters.
- Begin_Trend_v02_HTF The Begin_Trend_v02 indicator with the timeframe selection option available in the input parameters.
- 2pbIdealXOSMA_HTF The 2pbIdealXOSMA indicator with the timeframe selection option available in the input parameters.
- TrailCD The indicator shows convergence/divergence of the fast and slow trails.
- Begin_Trend_v01_HTF The Begin_Trend_v01 indicator with the timeframe selection option available in the input parameters.
- Begin_Trend_v02 Normalized version of the Begin_Trend_v01 indicator.
- Begin_Trend_v01 Simple trend indicator based on three Moving Averages.
- BreakTrend Simple semaphore signal indicator for scalping.
- SFX_TOR_HTF The SFX_TOR indicator with the timeframe selection option available in the input parameters.
- SFX_TOR Trend indicator based on Average True Range and Standard Deviation.
- ATRNorm_HTF The ATRNorm indicator with the timeframe selection option available in the input parameters.
- AverageChange_HTF The AverageChange indicator with the timeframe selection option available in the input parameters.
- ColorCoeffofLine_true_HTF The ColorCoeffofLine_true indicator with the timeframe selection option available in the input parameters.
- AML_HTF The AML indicator with the timeframe selection option available in the input parameters.
- AMA_SLOPE_HTF The AMA_SLOPE indicator with the timeframe selection option available in the input parameters.
- Aroon_HTF The Aroon indicator with the timeframe selection option available in the input parameters.
- ADX_Smoothed_HTF The ADX_Smoothed indicator with the timeframe selection option available in the input parameters.
- r_Gator_HTF The r_Gator indicator with the timeframe selection option available in the input parameters.
- QQE_HTF_Signal The QQE_HTF_Signal indicator shows the trend direction or the signal based on the QQESign indicator.
- ForexOFFTrend_HTF_Signal The ForexOFFTrend_HTF_Signal indicator shows the trend direction or the signal based on the ForexOFFTrendSign indicator.
- ForexOFFTrendSign Semaphore arrow signal indicator based on the ForexOFFTrend oscillator.
- Ozymandias Signal Module Trading signals module based on Ozymandias.
- Ozymandias_HTF_Extended Ozymandias with price band width settings and an additional feature for displaying on other timeframes.
- BackgroundCandle_QQECloudX_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles based on the QQECloudX indicator values.
- QQESign Semaphore arrow signal indicator based on the QQE oscillator.
- QQECandle The QQE indicator implemented as a sequence of candlesticks.
- Ozymandias_Lite Simplified version of Ozymandias with price band lines removed.
- ColorHMA_StDev The ColorHMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- JFatlSign Semaphore signal indicator triggering when the JFATL average changes direction.
- i-Sadukey_v1_Sig Semaphore signal indicator based on the i-Sadukey_v1 digital filter.
- LaguerreCandle The Laguerre indicator implemented as a sequence of candlesticks.
- HullTrend_HTF_Signal The HullTrend_HTF_Signal indicator shows the trend direction or the signal based on the HullTrendSign indicator.
- Exp_ADXCrossing Trading system using the ADXCrossing indicator.
- XXRSX_StDev_Signal Semaphore signal indicator based on the XXRSX_StDev indicator values.
- XCCX_StDev_Signal Semaphore signal indicator based on the XCCX_StDev indicator values.
- ColorJFatl_StDev The ColorJFatl indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- XXRSX_StDev The XXRSX indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- TEMACandle The Triple Exponential Moving Average indicator implemented as a sequence of candlesticks.
- JJRSXCandle The JJRSX indicator implemented as a sequence of candlesticks.
- JCCXCandle The JCCX indicator implemented as a sequence of candlesticks.
- OsMACandle The OsMA indicator implemented as a sequence of candlesticks.
- MomentumCandle The Momentum indicator implemented as a sequence of candlesticks.
- CCICandle The CCI indicator implemented as a sequence of candlesticks.
- Active Chart The Expert Advisor allows you to determine which chart is active at the moment.
- Oscillator Candles OHLC colour candles drawn in a separate window.
- Donchian Fibo Modified Donchian Channels indicator with Fibonacci levels.
- Arbitrage II The indicator plots two lines that represent the difference between two currencies derived from three pairs/currencies.
- MD5 Cloud Decryptor This example shows the use of the mechanism of custom data frame transmission from agents during a brute force search aimed at finding MD5 hashes. The speed characteristics of the computing network and the progress are shown in real time. The program also demonstrates the principle of virtualization of nonlinear and non-numeric input parameters into a numeric counter.
- Shifted Moving Average The Shifted Moving Average allows you to shift moving average both vertically and horizontally.
- AdaptiveRVISign A semaphore signal indicator based on crossovers of the main and the signal lines of the AdaptiveRVI oscillator.
- AdaptiveRVI_HTF The AdaptiveRVI indicator with the timeframe selection option available in the input parameters.
- NRatio_HTF_Signal The NRatio_HTF_Signal indicator shows the trend direction or the signal based on the NRatioSign indicator.
- AFL_Winner_Cloud_HTF The AFL_Winner indicator with the timeframe selection option.
- MI_Fractal A fractal indicator with extended functionality.
- AdaptiveCGOscillator_HTF The AdaptiveCGOscillator indicator with the timeframe selection option available in the input parameters.
- AdaptiveCyberCycle_HTF The AdaptiveCyberCycle indicator with the timeframe selection option available in the input parameters.
- BackgroundCandle_3LineBreak_HTF The indicator draws candlesticks of a larger timeframe based on the 3LineBreak indicator values.
- ExTrend_Cloud_HTF The ExTrend indicator with the timeframe selection option available in the input parameters.
- RSI_DiverSign A semaphore signal indicator that uses divergence between two RSI oscillators based on extreme points of the last five bars.
- CCI_DiverSign A semaphore signal indicator that uses divergence between two CCI oscillators based on extreme points of the last five bars.
- Momentum_DiverSign A semaphore signal indicator that uses divergence between two Momentum oscillators based on extreme points of the last five bars.
- Force_DiverSign A semaphore signal indicator that uses divergence between two Force Index oscillators based on extreme points of the last five bars.
- WPR_DiverSign A semaphore signal indicator that uses divergence between two WPR oscillators based on extreme points of the last five bars.
- AFL_Winner_Signal The AFL_Winner_Signal indicator displays information on the current trend and on signals based on the AFL_Winner indicator.
- AFL_WinnerSign A semaphore signal indicator based on the AFL_Winner indicator.
- Exp_NRatioSign The Exp_NRatioSign Expert Advisor is based on signals generated by the NRatioSign semaphore arrow signal indicator.
- Exp_TrendlessAG_Hist The Exp_TrendlessAG_Hist Expert Advisor is based on signals generated by TrendlessAG_Hist trend indicator.
- Exp_FatlSatlOsma This trading system uses the FatlSatlOsma non-normalized oscillator.
- HLR_HTF_Signal The HLR_HTF_Signal indicator shows the trend direction and signals based on the HLRSign indicator.
- Exp_HLRSign The Exp_HLRSign Expert Advisor is based on signals generated by the HLRSign semaphore arrow signal indicator.
- FATL-SATL_Balance_HTF The FATL-SATL_Balance indicator with the timeframe selection option available in the input parameters.
- Ozymandias_HTF_Signal The Ozymandias_HTF_Signal indicator shows the trend direction and the signal based on the OzymandiasSign indicator.
- iSpread The indicator shows the spread for each bar, the current spread and the minimum spread for a period.
- HullTrendSign A semaphore signal indicator showing moments when the average difference between the Hull Moving Average and its averaging changes direction.
- HullTrendOSMA A trend indicator in the form of a colored histogram which shows the average difference between the Hull Moving Average and its averaging.
- Exp_RangeExpansionIndex The Exp_RangeExpansionIndex EA is based in the signals generated by the RangeExpansionIndex oscillator.
- TrendlessAG_HTF The TrendlessAG indicator with the timeframe selection option available in the input parameters.
- ForexProfitBoost_2nb_HTF_Signal The indicator shows the trend direction or the signal based on the ForexProfitBoost_2nbSign indicator.
- Risk Manager The Expert Advisor controls and limits the overall loss for the account, and the loss for every deal. It includes Trailing Stop for the account.
- Class СBmpButtonTransparent A class for a transparent button.
- A class for working with free form buttons This class is designed for creating interactive buttons with various states on a price chart.
- Ozymandias_HTF The Ozymandias indicator with the timeframe selection option available in the input parameters.
- AFL_Winner The ALF Winner indicator identifies a trend change by established turnover areas at -50/+50 levels.
- NRatio_Signal The NRatio_Signal indicator displays information on the current trend using the NRatio indicator values with a fixed timeframe.
- NRatioSign A semaphore signal indicator that uses an algorithm based on crossovers of oversold and overbought levels from the NRatio indicator.
- XCCX_StDev The XCCX indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- TrendlessAG_Hist A trendless indicator (based on the book "Trading with DiNapoli Levels") made as a colored histogram.
- TrendlessAGSign A semaphore signal indicator that uses breakthroughs of the zero line from the TrendlessAG oscillator to generate signals.
- BackgroundCandle_TrendlessAG_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles using the data provided by the TrendlessAG indicator.
- Exp_Simple_Trading_System This Expert Advisor is based on signals generated by the Simple Trading System semaphore arrow signal indicator.
- Ozymandias_StDev The Ozymandias indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Bezier_StDev The Bezier indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Leading_Signal The Leading_Signal indicator displays information on the trend and on signals based on the Leading indicator.
- HLR_Signal The HLR_Signal indicator displays information on the trend and on signals based on the HLR indicator.
- AML_StDev The AML indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Ozymandias_Signal The Ozymandias_Signal indicator displays information on the current trend and on signals based on the Ozymandias indicator.
- FatlSatlOsma A difference between the SATL and FATL digital trend filtering indicators that allows to estimate the speed and direction of the current trend.
- HLRSign A semaphore signal indicator that uses an algorithm based on crossovers of oversold and overbought levels from the HLR indicator.
- X2MA_StDev The X2MA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
- Exp_AFL_WinnerSign The Exp_AFL_WinnerSign Expert Advisor is based on signals generated by the AFL_WinnerSign semaphore arrow signal indicator.
- AFL_Winner_HTF_Signal The AFL_Winner_HTF_Signal indicator shows the trend direction and the signal based on the AFL_WinnerSign indicator.
- Exp_Modified_Optimum_Elliptic_Filter A trading system using the Modified_Optimum_Elliptic_Filter indicator.
- Ozymandias_v2_HTF The Ozymandias_v2 indicator with the timeframe selection option available in the input parameters.
- ForexProfitBoost_2nb A trend indicator based on two Moving Averages and Bollinger Bands made as a colored histogram.
- ForexProfitBoost_2nbSign A semaphore signal indicator that uses an algorithm based on crossovers of two moving averages.
- Exp_ForexProfitBoost_2nb A trading system using the ForexProfitBoost_2nb indicator.
- FiboBands_HTF The FiboBands indicator with the timeframe selection option available in the input parameters.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Simple Trading System A semaphore signal indicator based in the idea from "325 golden strategies" collection.
- HLR_HTF The HighestLowestRange (HLR) indicator with the timeframe selection option available in the input parameters.
- FATL-SATL Balance A middle line between the SATL and FATL digital trend filtering indicators.
- GARCH_HTF The GARCH indicator with the timeframe selection option available in the input parameters.
- GARCH A fractal volatility indicator based on the GARCH model by Tim Bollerslev.
- Leading_HTF_Signal The Leading_HTF_Signal indicator shows a trend direction or a signal generated by the LeadingSign indicator.
- ForexProfitBoost_2nb_HTF The ForexProfitBoost_2nb with the timeframe selection option available in the input parameters.
- MAMA_HTF_Signal The MAMA_HTF_Signal indicator shows a trend direction or a signal generated by the MAMASign indicator.
- OzymandiasSign A semaphore signal indicator that uses an algorithm based on crossovers of moving averages from the Ozymandias indicator.
- MAMASign A semaphore signal indicator that uses an algorithm based on crossovers of moving averages from the MAMA indicator.
- LeadingSign A semaphore signal indicator that uses an algorithm based on crossovers of moving averages from the Leading indicator.
- Exp_Leading Trade system using the Leading indicator.
- Leading_HTF The Leading indicator with the timeframe selection option available in the input parameters.
- Modified_Optimum_Elliptic_Filter_HTF The Modified_Optimum_Elliptic_Filter indicator with the timeframe selection option available in the input parameters.
- AdaptiveCyberCycleSign A semaphore signal indicator based on crossovers of the main and the signal line of the AdaptiveCyberCycle oscillator.
- i-Bul_Jerk A simple semaphore arrow signal indicator.
- Exp_ElderImpulseSystem Trade system using the Elder Impulse System indicator.
- Background_FiboCandles_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles based on the FiboCandles indicator.
- Exp_Ozymandias Trading system using the Ozymandias indicator.
- Trend Oscillator A trend oscillator that uses the Hodrick-Prescott filter.
- MAMA_HTF The MAMA indicator with the timeframe selection option available in the input parameters.
- Notches The indicator draws lines by ascending series of maximums and descending series of minimums.
- i-Spread This spread indicator shows minimum and maximum spread values for the last hour, 4 hours and day.
- Ozymandias_v2 A modification of the popular Ozymandias indicator.
- WASD_FR Fractals are generated using 3 previous bars (without redrawing because the current bar is not included in the calculation).
- TrendlessAG A trendless indicator (oscillator).
- Trinity-Impulse_HTF The Trinity-Impulse indicator with the timeframe selection option available in the input parameters.
- RangeExpansionIndex_HTF Range Expansion Index (REI) is a relative oscillator with the timeframe selection option available in the input parameters.
- Negative_Volume_Index_HTF Negative Volume Index (NVI) with the timeframe selection option available in the input parameters.
- Rj_SlidingRange One more analog of Bollinger Bands and envelopes with a similar working procedure.
- Geo_InnerBar The internal bar indicator showing locations of temporary price consolidation.
- ind_aMU The indicator shows trend and side (flat) price movements.
- ExtremLine A simple trend indicator.
- Ozymandias Ozymandias is a well known indicator which filters false price fluctuations.
- Exp_FisherCyberCycle The Exp_FisherCyberCycle expert advisor is based on the signals generated by the FisherCyberCycle oscillator.
- KeyFinder 2.0 This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.
- SimpleScalp_MTF A semaphore indicator of a directional trend.
- Back to the Future Fundamental analysis using regulators.
- KeyLevels The indicator of price levels with round numbers 00, 20, 50, 80.
- KeyFinder This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.
- Ilan 1.6 Dynamic HT The popular Ilan 1.6 Dynamic belongs to the category of "averagers". Ilan uses advanced money management formulas and allows taking even losing positions to profit. Now Ilan 1.6 Dynamic is available as a source code for MetaTrader 5.
- Fractal ZigZag This indicator is MQL5 version of FractalZigZagNoRepaint, it displays swing highs and lows.
- Smoothed_RSI and RSI_of_MA Smoothed RSI indicator and RSI of Moving Average.
- Class for set and check your trading time CTimeControl class for include to your EA for easy setting and checking your own trading time.
- Indicator Arrows II Plots up/down buffer arrows in chart window.
- CHashArrayStringString Example of implementation of lines hash array with a string key.
- dt_FFT Library of fast Fourier transformation functions (FFT).
- FileUnlimited Library for working with files using WinAPI without location limitations.
- Mutex - WinAPI Synchronize ОС/EA/MT processes etc. Any self-made DLLs are not needed now.
- Margin Calculation Library for calculation of a margin required for opening a position in MetaТrader 5.
- YZ_Summer_Time Checking a date for belonging to winter or summer time. The code was developed for news debugging.
- Trading Signals Module Based on Delta ZigZag Indicator Trading signals module based on Delta ZigZag indicator.
- Trailing Stop Module Based on Delta ZigZag The module for tracking open positions based on Delta ZigZag for MQL5 Wizard.
- SMTP Mail Library Library for sending mail messages.
- Mass_Index_HTF The Mass_Index indicator with the timeframe selection option available in input parameters.
- Execution of Flat The indicator displays expected time of position opening and closing.
- FractalsTrendLines The indicator draws bull and bear lines of a trend on the basis of iFractals indicator's data from the nearest extremum to the last fractal broken down.
- Flight smiles Flight smiles.
- Show Bid The indicator displays the current Bid price magnified on the chart.
- XVolume_HTF The XVolume indicator with the timeframe selection option available in input parameters.
- XVolume Volume indicator.
- RegressionPolynomial RegressionPolynomial is a trend indicator calculating values of polynomial regression on each bar.
- BnB_HTF The BnB indicator with the timeframe selection option available in input parameters.
- BoDi_HTF The BoDi indicator with the timeframe selection option available in input parameters.
- Imp_XMA_HTF The Imp_XMA indicator with the timeframe selection option available in input parameters.
- ExchangePrice_HTF The ExchangePrice indicator with the timeframe selection option available in input parameters.
- SizeBar_HTF The SizeBar indicator with the timeframe selection option available in input parameters.
- MFI_Price The Money Flow Index Indicator adapted for usage of all price types for calculations.
- SizeBar Indicator of bar sizes in points with due regard to spread and maximum one way movement only.
- ExchangePrice The indicator displays change of a current price regarding the price countBarsS/countBarsL bars ago.
- MaByMa_HTF The MaByMa indicator with the timeframe selection option available in input parameters.
- Exp_ForexOFFTrend The Exp_ForexOFFTrend Expert Advisor is based on the signals of the ForexOFFTrend trend indicator.
- ForexOFFTrend_HTF The ForexOFFTrend indicator with the timeframe selection option available in input parameters.
- WmiVol Optimal trading time indicator.
- ForexOFFTrend The trend indicator drawn in the form of the colored cloud.
- StohasticWithFlat Stochastic Oscillator which is able to identify flat conditions of the market.
- TSI_DeMarker_HTF The TSI_DeMarker indicator with the timeframe selection option available in input parameters.
- TSI_DeMarker A TSI oscillator based on the values of the DeMarker technical indicator, implemented with its own signal line in the form of a colored cloud.
- Tail_Bar The indicator of difference between high and low tails of a candle.
- TSI_WPR_HTF The TSI_WPR indicator with the timeframe selection option available in input parameters.
- Karpenko_HTF The Karpenko indicator with the timeframe selection option available in input parameters.
- Karpenko The trend indicator drawn in the form of the colored cloud.
- NRMA_HTF The NRMA indicator with the timeframe selection option available in input parameters.
- NRMA Well-known indicator of Constantine Kopyrkin which generated a great number of NRTR indicator implementation. NRMA moving average (line) and trailing stops NRTR (circular-shaped dots) are implemented in this variant.
- NonLagMA_v5_HTF The NonLagMA_v5 indicator with the timeframe selection option available in input parameters.
- NonLagMA_v5 This is a moving where effect of retardation is lessened by means of damped cosinusoid defining coefficients' ratios in equation of the linearly weighted average (LWMA).
- Simple dollar index indicator Special aspects: "holidays problem" is solved (problems arising due to absence of ticks).
- Mass_Index The Mass Index is intended for detection of trend turns based on changes in the bandwidth between the highest and the lowest prices.
- Chaikin_Volatility Chaikin's volatility indicator.
- Chaikin_Volatility_HTF The Chaikin_Volatility indicator with the timeframe selection option available in input parameters.
- MFI_2HTF A colored cloud formed by two MFI oscillators with different timeframes.
- Stoch_2HTF A colored cloud formed by two Stochastics with different timeframes.
- Accumulative Swing Index - ASI The Accumulative Swing Index indicator is applied for accumulative swing index construction.
- i-SpectrAnalysis The indicator exemplifies smoothing of price time series by means of filtration of harmonics of a greater order.
- i-SpectrAnalysis_RSI The indicator exemplifies smoothing of price time series of the RSI indicator by means of filtration of harmonics of a greater order.
- i-SpectrAnalysis_MFI The indicator exemplifies smoothing of price time series of the MFI indicator by means of filtration of harmonics of a greater order.
- ang_AZad_C_HTF The ang_AZad_C indicator with the timeframe selection option available in input parameters.
- DS_Stochastic_HTF The DS_Stochastic indicator with the timeframe selection option available in input parameters.
- SilverTrend_CrazyChart The SilverTrend_CrazyChart is a signal system similar to ASCTrend indicators.
- SilverTrend_CrazyChart_HTF The SilverTrend_CrazyChart indicator with the timeframe selection option available in input parameters.
- i-SpectrAnalysis_CCI The indicator exemplifies smoothing of price time series of the CCI indicator by means of filtration of harmonics of a greater order.
- CronexCCI The MACD Indicator, where the price series is replaced by the series of values of the CCI technical indicator. It is drawn in the form of a colored cloud.
- CronexCCI_HTF The CronexCCI indicator with the timeframe selection option available in input parameters.
- MultiAMkAx7Signal The MultiAMkASignal indicator shows information on active trends using the values of seven iAMkA indicators from different timeframes.
- WPRfast A semaphore signal indicator on the basis of Williams' Percent Range Oscillator. The indicator identifies fast trends.
- WPRslow A semaphore signal indicator on the basis of Williams' Percent Range Oscillator. The indicator identifies slow trends.
- Corr Correlation ratio.
- YURAZ_MCCH Calculation Indicator The indicator calculates % of growth or drop towards CLOSE. It is written via use of object-oriented programming and can be easily integrated into any Expert Advisor or other indicator.
- DynamicRS_C_HTF The DynamicRS_C indicator with the timeframe selection option available in input parameters.
- CronexRSI The MACD Indicator, in which the price series is replaced by the series of values of the iRSI technical indicator. It is drawn in the form of a colored cloud.
- MFI_HTF The MFI oscillator with the timeframe selection option available in input parameters.
- ColorCCI The classic CCI with the colored signal levels. For the moments of time, when the CCI indicator is in oversold and overbought zones, there are change of the indicator color corresponding to the trend direction. The growing trend colors the indicator in lettuce green, the falling into the red one.
- Simple Continuous ParabolicSAR Unlike ParabolicSAR this indicator is continuous and more precise. Indicator's calculation is also very easy.
- RSI_2HTF A colored cloud formed by two RSI oscillators with different timeframes.
- MA_2HTF A colored cloud formed by two moving averages with different timeframes.
- BlauHLM_HTF The BlauHLM indicator with the timeframe selection option available in input parameters.
- BlauHLM Indicator Directional Trend Index from the book "Momentum, direction and divergence" by William Blau, implemented in the form of a color histogram.
- XPVT_HTF The XPVT indicator with the timeframe selection option available in input parameters.
- Williams_Accumulation_Distribution_HTF The Williams_Accumulation_Distribution indicator with the timeframe selection option available in input parameters.
- Williams_Accumulation_Distribution Larry Williams' Accumulation/Distribution indicator is an accumulated sum of "accumulative" and "distributive" price movements.
- i-AMMA_HTF The i-AMMA indicator with the timeframe selection option available in input parameters.
- i-FractalsEx The indicator draws fractals with the bar number indication option available for determining a fractal in input parameters.
- New_Fractals_Lines The indicator displays "squatter" fractals with regard to volumes.
- BackgroundCandle_CronexRSI_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the CronexRSI indicator.
- BackgroundCandle_CronexMFI_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the CronexMFI indicator.
- CronexDeMarker_HTF The CronexDeMarker indicator with the timeframe selection option available in input parameters.
- CronexMFI_HTF The CronexMFI indicator with the timeframe selection option available in input parameters.
- CronexRSI_HTF The CronexRSI indicator with the timeframe selection option available in input parameters.
- DynamicRS_HTF The DynamicRS indicator with the timeframe selection option available in input parameters.
- Digital_MACD_HTF The Digital_MACD indicator with the timeframe selection option available in input parameters.
- DynamicRS_Channel_HTF The DynamicRS_Channel indicator with the timeframe selection option available in input parameters.
- Exp_ColorZerolagStochs The Exp_ColorZerolagStochs EA is based on the signals generated by the ColorZerolagStochs oscillator.
- CronexMFI The MACD Indicator, in which the price series is replaced by the series of values of the MFI technical indicator.
- Exp_JBrainTrend1Stop The Exp_JBrainTrend1Stop EA is based on the signals of the NRTR indicator JBrainTrend1Stop.
- Exp_BlauHLM This trading system uses BlauHLM oscillator.
- Exp_XPVT The Exp_XPVT is based on the signals generated by the XPVT oscillator.
- Exp_CronexRSI The Exp_CronexRSI is based on the signals generated by the CronexRSI oscillator.
- Exp_CronexMFI The Exp_CronexMFI is based on the signals generated by the CronexMFI oscillator.
- Pairs Trading The robot opens two positions, profits of which overlap each other, and waits for a profit.
- IcqMessenger System of receiving information concerning opened positions' current state, account, etc., as well as automatic notification about operations via ICQ.
- Exp_ExchangePrice The Exp_ExchangePrice EA is based on the signals of the ExchangePrice trend indicator.
- Exp_MaByMa The Exp_MaByMa EA is based on the signals of the MaByMa trend indicator.
- Exp_TSI_DeMarker The Exp_TSI_DeMarker EA is based on the signals of the TSI_DeMarker trend indicator.
- Exp_SlopeDirectionLine The Exp_SlopeDirectionLine EA is based on the signals of the SlopeDirectionLine trend indicator.
- Exp_Karpenko The Exp_Karpenko EA is based on the signals generated by Karpenko oscillator.
- Exp_TSI_WPR The Exp_TSI_WPR EA is based on the signals generated by the TSI_WPR oscillator.
- YURAZ_CLOSEPRC_V3_1 One-click closing of all positions, or closing of all positions after getting the stated profit as a percentage of the deposit.
- Exp_BlauSMStochastic This trading system uses the BlauSMStochastic oscillator.
- FineClock Fine Clock. Displayed on all charts.
- MA A very simple EA based on the crossover of two Moving Average.
- Value Chart Single The Math is Same the original Value Chart, but this indicator display only value of close value chart and in a line indicator.
- Candle Size Info The indicator shows information about size of candle in pips and size of the shadow too.
- Setting Chart Setting multiple charts at one click.
- Automatic Posting with WebRequest() An example of posting a message containing an image on the MQL5.com website using the WebRequest() function. This is an example of how to authorize using a login and a password, and to insert an image into a text message.
- TrendSignal Pro The latest version of the TrendSignal indicator. It doesn't repaints and also works well with a template.
- TrendSignal Indicator TrendSignal Indicator for MetaTrader 5.
- Script and Template for Market Analysis Script to apply my template to all charts opened.
- Apply Template Simple script for apply template and/or timeframe to all charts opened.
- Color Linear Regression Color version of the Linear Regression indicator.
- Linear Regression The indicator uses the least squares method for the construction of the "most suitable" straight line through a series of points of price values.
- AwesomeModPips This indicator is a modification of classical Awesome Oscillator indicator.
- PipsToAverage This indicator measures the (smoothed) distance in pips between the close and an exponential moving average.
- Rate_AOModPips This indicator measures the rate of change of AwesomeModPips indicator.
- BlauTVI Tick Volume Indicator from the book "Momentum, Direction and Divergence" by William Blau, implemented in the form of a color histogram.
- Rj_RMA Moving average of ranges. The calculation is based on the price high and low for a period.
- GFilter A Moving Average that includes price series processing by Gaussian filter.
- SimpleBars_Signal The SimpleBars_Signal indicator shows information on the current trend using the values of the SimpleBars indicator with a fixed timeframe.
- KaufWMAcross_HTF The KaufWMAcross indicator with the timeframe selection option available in input parameters.
- Exp_SimpleBars The Exp_SimpleBars Expert Advisor is based on the signals of the trend indicator SimpleBars.
- Simple ZigZag Another zigzag version with a simple code that correctly determines peaks.
- Exp_KaufWMAcross The Exp_KaufWMAcross trading system is based on change of the trend direction displayed by the KaufWMAcross indicator.
- BvsB_HTF The BvsB indicator with the timeframe selection option available in input parameters.
- Exp_BvsB The Exp_BvsB Expert Advisor is based on the signals of the trend indicator BvsB.
- Exp_BnB The Exp_BnB Expert Advisor is based on the signals of the trend indicator BnB.
- KaufWMAcross A semaphore signal indicator that uses crossing of a classical moving average with Kaufman's AMA indicator.
- BvsB An indicator for trend following trading implemented in the form of a colored cloud.
- LarryWilliams_MinMax A MetaTrader 5 indicator of short-term, medium-term and log-term extreme points created based on the book of Larry Williams "Long-term secrets to short-term trading".
- BackgroundCandle_SimpleBars_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the SimpleBars indicator.
- RegressionPolynomial_HTF The RegressionPolynomial indicator with the timeframe selection option available in input parameters.
- MaByMaSignal A semaphore signal indicator that uses the algorithm of crossing of two Moving Averages obtained from two consecutive averages.
- MaByMa A colored cloud using two consecutive averages of the price series.
- ImportantInformation The indicator displays the information about the time and account properties.
- ATR_Normalize_HTF The ATR_Normalize indicator with the timeframe selection option available in input parameters.
- ATR_Normalize A normalized true range by Larry Williams.
- SimpleBars The indicator colors candlesticks based on the highs and lows of previous bars.
- BnB The indicator shows the power of bulls and bears.
- CoensioTrader1V06 A multi-currency trading system, based on Bollinger Bands and trend catching technique. Capable of trading up to 6 currencies simultaneously. System has build in optimization parameter sharing.
- Mercado Aberto Simple indicator that shows when market is open.
- Maximum Percentage of Equity Risk This code allows you to set a maximum percentage of equity risk.
- FxTrend 25EMA FxTrend 25EMA is based on the difference of the EMA 25 value during two different moments.
- Astro Indicators Show the aspect of two planets, the declination of planets or just the Body position.
- Long Short only EA based on CExpert This CExpert subclass allows to open only long/short orders, showing its usage with an MACD example.
- Short Pending Order When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Sell Stop or Sell Limit pending order should be placed.
- Long Pending Order When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.
- Short position A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.
- Long position A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.
- MA World This Expert can run on all Symbols and Time Frames and uses the crossover of two Linear Moving Averages as Signal and an Exponential Moving Average as Trailing Stop.
- InverseReaction_HTF The InverseReaction indicator with the timeframe selection option available in input parameters.
- Range_Rider_HTF The Range_Rider indicator with the timeframe selection option available in input parameters.
- Range Rider The indicator of relations between the two true ranges by Larry Williams.
- MFIWithFlat_HTF The MFIWithFlat indicator with the timeframe selection option available in input parameters.
- RSIWithFlat_HTF The RSIWithFlat indicator with the timeframe selection option available in input parameters.
- RVIWithFlat_HTF The RVIWithFlat indicator with the timeframe selection option available in input parameters.
- CHOWithFlat_HTF The CHOWithFlat indicator with the timeframe selection option available in input parameters.
- CHOWithFlat Chaikin Oscillator with the market flat state detection option.
- SRm_Cloud The indicator utilizes the idea of finding possible resistance and support levels for a period defined in the indicator input parameters, similar to the use of GSV.
- SR_Cloud The indicator utilizes the idea of finding possible resistance and support levels, similar to the use of GSV.
- RD-ForecastOsc_HTF The RD-ForecastOsc indicator with the timeframe selection option available in input parameters.
- CCMx_HTF The CCMx indicator with the timeframe selection option available in input parameters.
- InverseReaction The indicator shows when the price goes beyond the volatility range.
- CCMx A non-normalized indicator that uses MACD, CCI and ADX for calculations.
- RD-ForecastOsc A non-normalized oscillator that uses Tilman's averaging, drawn in the form of a color cloud.
- TSI_WPR A TSI oscillator based on the values of the WPR technical indicator, implemented with its own signal line in the form of a colored cloud.
- BackgroundCandle_HullTrend_HTF The indicator draws candlesticks of a higher timeframe based on the values of the HullTrend indicator.
- Exp_TSI_CCI The Exp_TSI_CCI Expert Advisor is based on the signals generated by the TSI_CCI oscillator.
- Exp_TSI_MACD The Exp_CronexRSI Expert Advisor is based on the signals generated by the TSI_MACD oscillator.
- Exp_HullTrend The Exp_HullTrend Expert Advisor is based on the signals of the trend indicator HullTrend.
- RSIWithFlat Relative Strength Index with the market flat state detection option.
- MFIWithFlat Money Flow Index with the market flat state detection option.
- RVIWithFlat Relative Vigor Index with the market flat state detection option.
- SpearmanRankCorrelation_HTF The SpearmanRankCorrelation indicator with the timeframe selection option available in input parameters.
- BackgroundСandle_AMkA_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the AMkA indicator dots.
- AMkA_Signal The AMkA_Signal indicator shows information on the current trend using the values of the AMkA indicator with a fixed timeframe.
- NRatio The popular indicator by Constantine Kopyrkin. This version is based on the normalized NRatio oscillator.
- HullTrend_HTF The HullTrend indicator with the timeframe selection option available in input parameters.
- TSI_CCI_HTF The TSI_CCI indicator with the timeframe selection option available in input parameters.
- Exp_wlxBWWiseMan-2 The Exp_wlxBWWiseMan-2 Expert Advisor is designed using the semaphore signal indicator wlxBWWiseMan-2.
- HullTrend The trend indicator is formed of a colored cloud of the Hull moving average and its averaging.
- FivePattern An indicator of technical shapes by Merrill. М & W Wave Patterns by A. Merrill.
- TSI_CCI A TSI oscillator based on the values of the CCI technical indicator, implemented with its own signal line in the from of a colored cloud.
- TSI_MACD_HTF The TSI_MACD indicator with the timeframe selection option available in input parameters.
- TSI_MACD A TSI oscillator based on the values of the MACD histogram, implemented with its own signal line in the from of a colored cloud.
- wlxBWWiseMan-2_HTF The wlxBWWiseMan-2 indicator with the timeframe selection option available in input parameters.
- AMA_STL_HTF The AMA_STL indicator with the timeframe selection option available in input parameters.
- AMA Slow Trend Line An MA using Perry Kaufmann's Adaptive Moving Average.
- NRTR_ATR_STOP A trend indicator using the ATR technical indicator implemented in the form of NRTR.
- wlxBWWiseMan-2 A semaphore signal indicator using the Awesome oscillator.
- wlxFractals The wlxFractals indicator is designed for drawing Bill Williams' fractals, defining the number of significant bars to the left and to the right.
- NRatio_HTF O indicador NRatio com a opção de seleção de um período de tempo diferente nos parâmetros de entrada.
- DS_Stochastic The DS_Stochastic indicator is the original Stochastic Oscillator with the EMA smoothing.
- ang_AZad_C The non-normalized oscillator ang_AZad_C helps to identify the dominant trend.
- CronexDeMarker A modification of the MACD indicator, calculated with DeMarker's technical indicator data.
- Chaikin Oscillator Chaikin Oscillator with the averaging type selection option.
- VROC The speed indicator of volume change. It shows how quickly the volume changes.
- CronexChaikin The MACD Indicator, in which the price series is replaced by the series of values of the Chaikin Oscillator technical indicator. It is drawn in the form of a colored cloud.
- RWI_HTF The RWI indicator with the timeframe selection option available in input parameters.
- Random Walk Index The Random Walk Index indicator is used in situations where it is necessary to determine whether the market instrument is in a developing trend or performs random motion.
- ExMass_HTF The ExMass indicator with the timeframe selection option available in input parameters.
- ExMass The ExMass indicator helps to evaluate market fluctuations.
- TrendMagic_Signal The TrendMagic_Signal indicator shows information on the current trend using the values of the TrendMagic indicator with a fixed timeframe.
- ExVol_HTF The ExVol indicator with the timeframe selection option available in input parameters.
- ExVol The ExVol calculates the difference between the total sum of bodies of growing and falling candlesticks on a given interval in points.
- ExTrendV2 The ExTrendv2 indicator draws fractal channels.
- Exp_TrendMagic Trading system using the TrendMagic indicator.
- WPR_2HTF A colored cloud formed by two WPR oscillators with different timeframes.
- ASI_HTF The ASI indicator with the timeframe selection option available in input parameters.
- TrendMagic_HTF The TrendMagic indicator with the timeframe selection option available in input parameters.
- TrendMagic This is an optimized version of the TrendMagic indicator.
- CHO_HTF O indicador de CHO com a opção de seleção de um período de tempo diferente nos parâmetros de entrada.
- VROC_HTF The VROC indicator with the timeframe selection option available in input parameters.
- CronexAC_Signal The CronexAC_Signal indicator shows information on the current trend using the values of the CronexAC indicator with a fixed timeframe.
- CronexAO_Signal The CronexAO_Signal indicator shows information on the current trend using the values of the CronexAO indicator with a fixed timeframe.
- i-AMA-Optimum_HTF The i-AMA-Optimum indicator with the timeframe selection option available in input parameters.
- i-HighLow_Channel_HTF The i-HighLow indicator with the timeframe selection option available in input parameters.
- Exp_CronexChaikin The Exp_CronexChaikin EA is based on the signals generated by the CronexChaikin oscillator.
- Exp_CronexDeMarker The Exp_CronexDeMarker EA is based on the signals generated by the CronexDeMarker oscillator.
- CronexChaikin_HTF The CronexChaikin indicator with the timeframe selection option available in input parameters.
- BackgroundCandle_CronexAC_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the clouds of the CronexAC indicator.
- BackgroundCandle_CronexAO_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the clouds of the CronexAO indicator.
- CronexAC_HTF The CronexAC indicator with the timeframe selection option available in input parameters.
- CronexAO_HTF The CronexAO indicator with the timeframe selection option available in input parameters.
- Exp_CronexAO The Exp_CronexAO EA is based on the signals generated by the CronexAO oscillator.
- Exp_CronexAC The Exp_CronexAC EA is based on the signals generated by the CronexAC oscillator.
- i-HighLow The i-HighLow indicator draws a channel with the borders that correspond to the highest and lowest values of candlestick shadows for a specified number of bars with a vertical shift at the number of points defined by the indicator input parameters.
- CronexAC The MACD Indicator, in which the price series is replaced by the series of values of the Accelerator Oscillator technical indicator. It is drawn in the form of a colored cloud.
- CronexAO The MACD Indicator, in which the price series is replaced by the series of values of the Awesome Oscillator technical indicator. It is drawn in the form of a colored cloud.
- i-AMMA An indicator of a moving average similar to EMA.
- i-AMA-Optimum Adaptive Moving Average by Perry Kaufman for large periods.
- i-OneThird The i-OneThird indicator draws candlesticks that correspond to the bullish and bearish patterns (in the style of Heiken Ashi).
- Multi-timeframe SuperTrend in the form of Pivot The indicator shows the current levels and direction of the Supertrend indicator on multiple timeframes.
- HighsLows_HTF_Signal Indicator HighsLows_HTF_Signal shows a trend direction or a signal for performing a deal generated by the HighsLowsSignal indicator at the chosen bar as a graphic object with colored indication of trend or deal direction and sends alerts or audio signals in case of a market entry moment.
- DynamicRS_C_Signal The indicator shows information on the current trend using the values of the DynamicRS_C indicator with a fixed timeframe.
- DynamicRS An indicator of the series of simple indicators without averaging.
- DynamicRS_Channel An indicator of the series of simple indicators without averaging. It is implemented as a channel with a fixed width.
- Ticker_AMA The indicator is drawn as a colored cloud between the lines of Kaufman's AMA (Adaptive Moving Average) indicator and the price.
- Change Chart and Timeframe Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys.
- Japanese Candlestick Patterns Indicator displays different candlestick patterns on chart. It is possible to change colors and disable alerts.
- MACD Sample The MACD Sample Expert Advisor trades at the crossover of the main and the signal line of the MACD. This Expert Advisor is an example of object-oriented approach in EA development.
- BackgroundCandle_DigitMacd_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the clouds of the DigitMacd indicator.
- Exp_DigitMacd The Exp_DigitMacd EA is based on the signals generated by the DigitMacd oscillator.
- SatlMacd This indicator is an oscillator based on the averaged difference between the SATL digital filter and the Close price.
- Ticker_SATL The indicator is drawn as a colored cloud between the lines of a slow digital filter and the price.
- FatlMacd An oscillator from an averaged difference between the FATL digital filter and the Close price.
- DigitMacd A colored cloud formed by the lines of the FATL and SATL digital filters.
- Exp_DynamicRS_C A trading system that uses the DynamicRS_C indicator.
- Ticker_FATL The indicator is drawn as a colored cloud between the lines of a fast digital filter and the price.
- BackgroundCandle_StepMA_Stoch_KV1_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the StepMA_Stoch_KV1 indicator.
- MultiHighsLowsSignal The MultiHighsLowsSignal indicator shows information on active trends using the values of seven HighsLowsSignal indicators from different timeframes.
- DynamicRS_C A trend indicator of the series of indicators without averaging.
- PChannel_System The indicator implements a breakthrough system using a channel drawn on extrema for a period.
- Linear_Price_Bar A candlestick chart, all the Open prices of which are shifted to zero.
- Tally for Wins and Losses Way to keep a tally of wins an losses.
- Inverted Chart View The indicator shows inverted chart for better short trading.
- Sacred Chao - Signals from Trading Chaos, 2nd Edition Yet Another Chaos Indicator.
- Bollinger Percent B This is Bollinger Bands %b indicator for MetaTrader 5.
- Multi-Currency Indicator with USD reference The indicator is designed to show how the seven major currencies have moved against the US dollar.
- CandleColorCounter The indicator counts Bull and Bear candles in Bar_Period bars and calculates percent.
- QuotesDemo Example of getting world index quotes from Google Finance.
- SignalsDemo The EA shows information on available trading signals' features, allows to manage their copying settings, as well as subscribe to and unsubscribe from signal copying.
- EA based on indicator SAR, ADX and SMA 100 This EA is based on SMA, ADX and SAR indicators.
- Fast FrAMA Fast FrAMA, in contrast to the version from MQL5 suite, has more wide applied price constant choose and, what's the main difference, calculation speed is increased by a factor of 30 to 100.
- Straddle Orders Around Current Price Level A script to place straddle orders around current price level to catch price spikes around announcements.
- Dynamic Auto Resistance Support This technical indicator detects constant price zones and draws resistance and support lines.
- Advanced ADX Advanced ADX indicator.
- Horizontal line for max/min prices of the last 2 years Example code on how to draw an horizontal line for maximum and minimum prices of the last 2 years.
- Channel Trailing The EA for trailing along a price channel.
- Heatmaps, color gradients and scales in MQL5 The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL5 language and functions.
- HighsLowsSignal_HTF The HighsLowsSignal indicator with the timeframe selection option available in input parameters.
- Exp_HighsLowsSignal A trading system using the HighsLowsSignal semaphore arrow indicator.
- StochasticCGOscillator_HTF The StochasticCGOscillator indicator with the timeframe selection option available in input parameters.
- Exp_StochasticCGOscillator The Exp_StochasticCGOscillator EA is based on the signals generated by the StochasticCGOscillator oscillator.
- Laguerre_MinusDi The MinusDi indicator processed through the Laguerre filter.
- Laguerre_PlusDi The PlusDi indicator processed through the Laguerre filter.
- Exp_ColorTSI-Oscillator The Exp_ColorTSI-Oscillator EA is based on the signals generated by the ColorTSI-Oscillator oscillator.
- HighsLowsSignal A semaphore signal indicator determining the moments of a directional price change on several bars, the number of bars is specified in the indicator input parameters.
- StepMA_Stoch_KV1_Signal The StepMA_Stoch_KV1_Signal indicator shows information on the current trend using the values of the StepMA_Stoch_KV1 indicator with a fixed timeframe.
- StepMA_Stoch_KV1_HTF The StepMA_Stoch_KV1 indicator with the timeframe selection option available in input parameters.
- StepMA_Stoch_KV1 A non-normalized oscillator implemented in the form of a seven-color histogram.
- Ind-Fractals-1 The indicator shows fractals of different time periods on one chart.
- AsymmetricStochNR_HTF The AsymmetricStochNR indicator with the timeframe selection option available in input parameters.
- LOWEST_LOW_VALUE_HTF The indicator shows the minimum price for the period specified in the input parameters of the indicator, taking into account the timeframe, in which the price was searched for.
- HIGHEST_HIGH_VALUE_HTF The indicator shows the maximum price for the period specified in the input parameters of the indicator, taking into account the timeframe, in which the price was searched for.
- LOWEST_LOW_VALUE The indicator shows the minimum price for the period fixed in the input parameters of the indicator.
- HIGHEST_HIGH_VALUE The indicator shows the maximum price for the period specified in the input parameters of the indicator.
- MFI_3HTF Three MFI (Money Flow Index) oscillators with three different timeframes on one chart.
- Exp_AFIRMA The Exp_AFIRMA Expert Advisor is based on the signals of the AFIRMA (Autoregressive Finite Impulse Response Moving Average) indicator.
- iMirror The iMirror indicator shows a prices mirrored upside down. When the mouse is on the indicator, its color changes to the chart color, while the chart is dimmed. When you click on the indicator, it remains in the foreground till another click.
- X4Period_MFI_Arrows Four semaphore signal indicators based on MFI oscillators with different periods on one price chart.
- VolatilityPivot_Signal The VolatilityPivot_Signal indicator shows information on the current trend using the values of the VolatilityPivot indicator with a fixed timeframe.
- BackgroundCandle_VolatilityPivot_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the VolatilityPivot indicator.
- WeightedWCCI The indicator draws the slow and fast ССI and colors bars for determining patterns and trends.
- VolatilityPivot_HTF The VolatilityPivot indicator with the timeframe selection option available in input parameters.
- Exp_VolatilityPivot A trading system that uses the VolatilityPivot NRTR indicator.
- VolatilityPivot The trend indicator made as NRTR (Nick Rypock Trailing Reverse).
- BackgroundСandle_XD-RangeSwitch_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the XD-RangeSwitch indicator.
- Exp_XD-RangeSwitch A trading system that uses the XD-RangeSwitch semaphore, signal indicator.
- DailyLines Vertical lines starting new Day with above name of the DAY. Period Separators with options to choose different styles. Like period Separator each new day will gets its vertical line at starting. With several options how to display
- XD-RangeSwitch_HTF The XD-RangeSwitch indicator with the timeframe selection option available in input parameters.
- GannZIGZAG_HTF_Levels A set of support and resistance levels built on the last tops of GannZIGZAG_HTF with an option of fixing the timeframe, on which the zigzag is calculated.
- CDonchian class Uses the idea of the classical Donchian channel.
- FisherCGOscillator_Signal The FisherCGOscillator_Signal indicator shows information on the current trend using the values of the FisherCGOscillator indicator with a fixed timeframe.
- TrendRSI_v1 The RSI oscillator with two signal lines.
- ZigZagPointer Another interpretation of the ZigZag indicator.
- ZigZagOnParabolic_HTF_Levels A set of support and resistance levels built on the last tops of ZigZagOnParabolic_HTF with an option of fixing the timeframe, on which the zigzag is calculated.
- GannZIGZAG_HTF The GannZIGZAG indicator with the timeframe selection option available in input parameters.
- ZigZagOnParabolic_HTF The ZigZagOnParabolic indicator with the timeframe selection option available in input parameters.
- NRTR_ATR_STOP An indicator of volatility/trend.
- GannZIGZAG_Levels A set of support and resistance levels built on the last tops of GannZIGZAG.
- ZigZag_NK_MTF_Levels A set of support and resistance levels built on the last tops of ZigZag_NK_MTF with an option of fixing the timeframe, on which the zigzag is calculated.
- ZigZag_NK_Levels A set of support and resistance levels built on the last tops of ZigZag_NK.
- FisherCGOscillator_HTF The FisherCGOscillator indicator with the timeframe selection option available in input parameters.
- X4Period_WPR_Arrows Four semaphore signal indicators based on Larry Williams' Percent Range oscillators with different periods on one price chart.
- X4Period_Stochastic_Arrows Four semaphore signal indicators based on stochastic oscillators with different periods on one price chart.
- X4Period_RVI_Arrows Four semaphore signal indicators based RVI oscillators with different periods on one price chart.
- X4Period_RSI_Arrows Four semaphore signal indicators based RSI oscillators with different periods on one price chart.
- Exp_FisherCGOscillator The Exp_FisherCGOscillator EA is based on the signals generated by the FisherCGOscillator oscillator.
- Spread Trader's simple assistant. The MQL5 Spread indicator shows the current spread of the currency pair on a chart.
- BackgroundCandle_FisherCGOscillator_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the values of the FisherCGOscillator indicator.
- BlauCMI_Signal The BlauCMI_Signal indicator shows information on the current trend using the values of the Candle Momentum Index indicator with a fixed timeframe.
- GannZIGZAG ZigZag inscribed in Gann angles.
- RChannel A channel drawn by intraday extrema.
- Exp_ColorJJRSX This trading system uses the ColorJJRSX oscillator.
- i-sig A semaphore signal indicator that analyzes the last five bars.
- i-DRProjections The indicator predicts daily price ranges and draws them as filled rectangles.
- BackgroundCandle_ColorStepXCCX_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles. Rectangles are color filled in accordance with the values of the ColorStepXCCX indicator.
- i-DayOfWeek The indicator uses colored rectangles to paint the price range of the weekday selected in the indicator settings.
- Doji_Arrows The indicator finds Doji candlesticks and highlights them on a chart using colored arrows.
- HL The indicator displays the pivot level, support and resistance levels.
- NxBars A semaphore signal indicator with a prediction.
- NxBreakout The indicator draws support and resistance lines, which are defined by the maximum and minimum for the last N bars.
- The Moving Average Class Uses the idea of the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator.
- AroonOscillator_HTF The AroonOscillator indicator with the timeframe selection option available in input parameters.
- BlauSMStochastic_Signal The BlauSMStochastic_Signal indicator shows information on the current trend using the values of the BlauSMStochastic indicator with a fixed timeframe.
- DynamicRS_3CLines A trend indicator of three lines.
- AvgRange A channel of the middle range of price change.
- iFXAnalyser Three indicators of the simplest linear combinations of differences between the fast and slow moving averages on the same chart.
- i-GentorLSMAEMA_v02 A trend indicator of two lines, the color of which is determined by the price position relative to SMA and LSMA.
- DM A semaphore signal indicator. Four last bars are analyzed in its algorithm.
- BlauErgodic_Signal The BlauErgodic_Signal indicator shows information on the current trend using the values of the BlauErgodic indicator with a fixed timeframe.
- Simple EA The simplest robot that buys and sells!
- BWImp-T01 A non-normalized trend oscillator.
- iSpread is a spread indicator for pair trading Creates a synthetic from two selected pairs.
- BB-HL Another variation of Bollinger Bands. In this indicator prices High and Low are used instead Close for calculating Standard Deviation.
- BBands_Stop_v1_HTF The BBands_Stop_v1 indicator with the timeframe selection option available in input parameters.
- Chandelier Exit A trend indicator drawn in the form of a colored cloud. with stops beyond the range of the colored cloud.
- TimeZones The indicator draws four vertical colored lines during a day. Line parameters can be set in the input parameters.
- Exp_The_20s_v020 A trading system using The_20s_v020 semaphore arrow indicator.
- BackgroundCandle_ColorLaguerre_HTF The indicator draws rectangle candlesticks of a higher timeframe based on the values of the ColorLaguerre indicator.
- T3_TRIX_Signal The T3_TRIX_Signal indicator shows information on the current trend using the values of the T3_TRIX indicator with a fixed timeframe.
- The_20's_v0.20 A semaphore signal indicator not using averages to determine signals.
- ADXCloud_HTF The ADXCloud indicator with the timeframe selection option available in input parameters.
- rvmGann_sv8 The indicator implements the Gann principle in the form of a ZigZag.
- Slow-Stoch_HTF_Signal Slow-Stoch_HTF_Signal shows information about trend direction based on the data of the Slow-Stoch indicator and generates alerts or audio signals and sends push notifications if trading signals appear.
- Exp_Slow-Stoch A trading system that uses the smoothed Slow-Stoch stochastic.
- MultiSlow-Stochx7Signal The MultiSlow-Stochx7Signal indicator shows information on active trends using the values of seven Slow-Stoch indicators from different timeframes.<
- Slow-Stoch_HTF The Slow-Stoch indicator with the timeframe selection option available in input parameters.
- Slow-Stoch Smooth Stochastic.
- MultiJFatlSpeedx7Signal The MultiJFatlSpeedx7Signal indicator shows information on active trends using the values of seven JFatlSpeed indicators from different timeframes.
- BlauSMI Stochastic Momentum from the book "Momentum, Direction and Divergence" by William Blau implemented in the form of a color histogram with a signal line in the form of a colored cloud.
- LSMA_Angle A trend indicator drawn in the form of a histogram.
- bbhisto A trend indicator that uses Standard Deviation.
- ADXCloud A colored cloud drawn on the difference of smoothed lines PLUSDI and MINUSDI of the ADX indicator.
- Exp_BW-wiseMan-1 A trading system using the BW-wiseMan-1 semaphore signal indicator.
- CMx_3HTF Three CMx oscillators with three different timeframes on one chart.
- CMx This indicator combines two MAs, CCI, ADX and Fibo levels.
- IncGUI_v3 A library of GUI Controls.
- Exp_AltrTrend_Signal_v2_2 A trading system using the AltrTrend_Signal_v2_2 semaphore signal indicator.
- BW-wiseMan-1 Semaphore signal indicator, based on Bill Williams' Alligator indicator.
- Dyn_Pivot Pivot Points indicator.
- Exp_Digital_MACD Trading system using the Digital_MACD indicator.
- Dinapoli_ZZ The ZigZag indicator using Joe DiNapoli algorithm.
- MultiBlauTSStochasticx7Signal The MultiBlauTSStochasticx7Signal indicator shows information on active trends using the values of seven BlauTSStochastic indicators from different timeframes.
- ADXCrossing A semaphore arrow indicator based on the crossover of the DI+ and DI- lines of the ADX indicator.
- Exp_RSIOMA_V2 Trading system using the RSIOMA_V2 indicator.
- Exp_T3_TRIX A trading system using the T3_TRIX indicator.
- MultiT3_TRIXx7Signal The MultiT3_TRIXx7Signal indicator shows information on active trends using the values of seven T3_TRIX indicators from different timeframes.
- BackgroundCandle_T3_TRIX_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles. Rectangles are color filled in accordance with the direction of the T3_TRIX histogram.
- MultiBlauSMStochasticx7Signal The MultiBlauSMStochasticx7Signal indicator shows information on active trends using the values of seven BlauSMStochastic indicators from different timeframes.
- BackgroundCandle_BlauSMStochastic_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the direction of the BlauSMStochastic histogram.
- FisherCyberCycle_HTF The FisherCyberCycle indicator with the timeframe selection option available in input parameters.
- BackgroundСandle_BlauTSStochastic_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the direction of the BlauTSStochastic histogram.
- RSIOMA_V2 The trend indicator using an oscillator algorithm drawn in the form of a colored cloud with additional indication.
- T3_TRIX_HTF The T3_TRIX indicator with the timeframe selection option available in input parameters.
- MultiCandleSignal The MultiCandleSignal indicator displays information on current trends using candlestick direction from seven different timeframes.
- T3_TRIX The TRIX indicator uses Tilson averaging.
- BackgroundСandle_BrainTrend2_HTF The indicator draws rectangle candlesticks of a higher timeframe based on the values of the BrainTrend2 indicator.
- BackgroundСandle_BrainTrend1_HTF The indicator draws rectangle candlesticks of a higher timeframe based on the values of the BrainTrend1 indicator.
- RSIFilter The indicator changes color of bars in a separate window. It is changed to the color of the current trend calculated based on the RSI technical indicator.
- Background_Candles_Smoothed_HTF The indicator draws averaged candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- Background_Heiken_Ashi_Сandle_HTF The indicator draws Heiken Ashi candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
- RSI_BARS The indicator changes the bar color to the color of the current trend calculated based on the RSI technical indicator.
- Heiken_Ashi_BARS The indicator uses analysis of values of Heiken Ashi Open and Heiken Ashi Close.
- TTM-Trend The indicator uses analysis of values of Heiken Ashi Open and Heiken Ashi Close for a selected period.
- GannSwingsVIII A semaphore indicator with a ZigZag.
- QQECloud_HTF The QQECloud indicator with the timeframe selection option available in input parameters.
- BackgroundCandle_HTF The indicator draws candlesticks of a larger timeframe as color filled rectangles.
- Digital_MACD The MACD histogram drawn on the difference of two digital filters.
- Impulse A one period momentum averaged by the SMA algorithm.
- Laguerre_ROC The ROC indicator smoothed by Laguerre filter drawn as a color histogram.
- XChannel A channel build on the values of two moving averages of High and Low, drawn as a cloud.
- TDI-2 BARS The indicator changes the bar color to the color of the current trend calculated based on the TDI-2 custom indicator.
- DEMA_RLH A system of three Moving Averages.
- XDPO The indicator is drawn as a colored cloud between a price and its double averaging.
- StepMA_v6.4_HTF The StepMA_v6.4 indicator with the timeframe selection option available in input parameters.
- ShadeNY_candle An indicator of trading sessions displaying bodies and shadows of resulting session candlesticks.
- DarvasBoxes_System The indicator implements a breakthrough system using the DarvasBoxes channel.
- AltrTrend_Signal_v2.2_HTF The AltrTrend_Signal_v2.2 indicator with the timeframe selection option available in input parameters.
- AltrTrend_Signal_v2_2 A semaphore arrow indicator that shows trend change time based on the ADX indicator.
- Exp_BlauErgodic This trading system uses the BlauErgodic oscillator.
- Transparent MetaTrader 5 The script allows to set transparency level of the client terminal window using Windows API.
- Donchian Channels System The indicator implements a breakthrough system using Donchian_Channels.
- ShadeNY The trade sessions indicator.
- Renko_v2 The indicator implements a breakthrough system using the Renko channel.
- TrendTriggerMod_HTF The TrendTriggerMod indicator with the timeframe selection option available in input parameters.
- PrevDayAndFloatingPivot_HTF The PrevDayAndFloatingPivot indicator with the timeframe selection option available in input parameters.
- StepSto_v1_HTF The StepSto_v1 indicator with the timeframe selection option available in input parameters.
- CandleStop_HTF The CandleStop indicator with the timeframe selection option available in input parameters.
- MomCross An indicator based on the crossover of two momentums with different periods, drawn in the form of a colored cloud.
- WATR_HTF The WATR indicator with the timeframe selection option available in input parameters.
- AdaptiveRenko_HTF The AdaptiveRenko indicator with the timeframe selection option available in input parameters.
- Dynamic_trend_cleaned_up A semaphore signal indicator forming signals at the breakthrough of the dynamic price channel.
- T3_iAnchMom A non-normalized oscillator implemented in the form of colored icons.
- BykovTrend_HTF The BykovTrend indicator with the timeframe selection option available in input parameters.
- MaksiGen_Channels Indicator of price change range.
- BlauErgodic_HTF The BlauErgodic indicator (William Blau's Ergodic Oscillator) with the timeframe selection option available in input parameters.
- MaksiGen_Range_Move Flat determining indicator.
- RVI BARS The indicator changes the color of the bar to the color corresponding to the current trend, which is determined using the RVI indicator.
- ADX BARS The indicator changes the bar color to the color of the current trend calculated based on the ADX technical indicator.
- Fish_HTF The Fish indicator with the timeframe selection option available in input parameters.
- Fish A version of the Fisher Transform indicator implemented in the form of a color histogram.
- MACD-2 The MACD indicator is in the form of a colored cloud and the difference between the MACD and the signal line in the form of a color histogram.
- Flat The indicator for measuring market volatility.
- WPR_3HTF Three Larry Williams' Percent Range indicators from three different timeframes displayed on the same chart.
- Fisher_mbk_HTF The Fisher_mbk indicator with the timeframe selection option available in input parameters.
- Fisher_mbk Normalized oscillator that uses Fisher's transformation, drawn in the form of a color histogram.
- BlauErgodic Ergodic Oscillator from the book "Momentum, direction and divergence" by William Blau, implemented in the form of a color histogram with a signal line implemented as a colored cloud.
- SKB-1 A channel that uses fractals, implemented as a cloud.
- Pivot_Fibs A set of Fibo levels (pivot points) drawn on day candlesticks.
- EMA Bands Two channels drawn based on moving averages of High and Low of price series.
- MACD Cloud Indicator MACD drawn in the form of a colored cloud.
- iAnchMom A non-normalized oscillator implemented in the form of a color histogram.
- BlauSMStochastic_HTF The BlauSMStochastic indicator with the timeframe selection option available in input parameters.
- Demo_IndicatorSetDouble Example of using IndicatorSetDouble() function. This is an indicator that turns upside down the maximum and minimum values of the indicator window and values of levels, on which the horizontal lines are placed.
- Standard_Deviation_Channels Two Standard Deviation channels automatically positioned on the chart.
- Smooth Candle S Four moving averages based on the averaged values of Open, Low, High and Close of a candlestick chart.
- Pivot-2 A set of Pivot levels.
- Keltner Channel HTF The Keltner Channel indicator with the timeframe selection option available in input parameters.
- Exp_BlauTSStochastic This trading system uses the BlauTSStochastic oscillator.
- Woodies CCI A widely used indicator with two CCI from different periods.
- TTF_Plus_MW A semaphore arrow signal indicator. The indicator puts colored dots at times when you can trade.
- William36HistogramWaller A trend indicator drawn in the form of a colored histogram.
- UltraWPR_HTF Indicator UltraWPR with the timeframe selection option available in input parameters.
- TSD_PP_MACD_FORCE_Ind_v1 A trend indicator with three states. During strong trends it colors bars in red or green depending on trend direction.
- BlauTSStochastic_HTF BlauTSStochastic indicator with the timeframe selection option available in input parameters.
- BlauTSStochastic William Blau's Stochastic Oscillator implemented as a color histogram with a signal line in the form of a colored cloud.
- Awesome_Signal_HTF Indicator Awesome_Signal with the timeframe selection option available in input parameters.
- Accelerator_Signal_HTF Indicator Accelerator_Signal with the timeframe selection option available in input parameters.
- TrendValue_HTF The TrendValue indicator with the timeframe selection option available in input parameters.
- UltraWPR_HTF_Signal_BG UltraWPR_HTF_Signal_BG shows information about trend direction based on the data of the UltraWPR indicator on a selected bar as a graphic object with a colored indication of trend or deal direction and gives alerts or audio signals and sends push notifications to a smartphone.
- TrendManagerOpen A trend detecting indicator drawn in the form of a colored cloud.
- MACD On Chart A semaphore signal indicator that uses an MACD histogram.
- DeMarker_3HTF Three DeMarker oscillators with three different timeframes on one chart.
- Accelerator_Signal Bill Williams' Accelerator with the possibility of fine-tuning and an additional signal line in the form of a colored cloud.
- Awesome_Signal Bill Williams' Awesome Oscillator with the possibility of fine-tuning and an additional signal line in the form of a colored cloud.
- ASCtrend_HTF The ASCtrend indicator with the timeframe selection option available in input parameters.
- Exp_BlauTStochI Trading system using the BlauTStochI indicator.
- BlauErgodicMDI_HTF The BlauErgodicMDI indicator with the timeframe selection option available in input parameters.
- BlauSMStochastic Stochastic Oscillator (based on Stochastic Momentum) from the book "Momentum, direction and divergence" by William Blau, implemented in the form of a color histogram with a signal line implemented as a colored cloud.
- i_Trend The trend indicator drawn in the form of the colored cloud.
- Vegas Several envelopes with fixed shifts.
- FX_FISH_2MA Fisher transformation based histogram with two averages in the form of signal lines.
- JMASlope_HTF The JMASlope indicator with the timeframe selection option available in input parameters.
- SlopeDirectionLine_HTF The SlopeDirectionLine indicator with the timeframe selection option available in input parameters.
- InverseReaction An optimized version of the InverseReaction indicator, which operates at a maximum speed in the IREA Expert Advisor.
- ExchangePrice Shows the relative change of the current price from the price N/M bars ago.
- StepMA_NRTR_HTF The StepMA_NRTR indicator with the timeframe selection option available in input parameters.
- Fractal Dimension Index The Fractal Dimension Index determines the amount of market volatility.
- Instantaneous_TrendFilter An MA-based trend filter in the form of a colored cloud.
- Exp_BlauErgodicMDI This trading system uses the BlauErgodicMDI oscillator.
- BlauTStochI Q-period Stochastic Index indicator from the book "Momentum, direction and divergence" by William Blau, implemented in the form of a color histogram.
- Ang_AutoCh_HL-v1x3 The indicator plots three equidistant channels with the calculation periods defined in input parameters.
- Ang_AutoCh_HL-v1 The indicator plots an equidistant channel with the calculation period defined in input parameters.
- VoltyChannel_Stop_HTF The VoltyChannel_Stop indicator with the timeframe selection option available in input parameters.
- X2MA_HTF_Signal_BG X2MA_HTF_Signal_BG shows information about trend direction (based on the X2MA indicator data) as a graphic object with a colored indication of trend or deal direction and gives alerts or audio signals and sends push notifications to a smartphone.
- Median A channel built using the values of the ATR deviation from the middle of the range calculated on extremes.
- Cronex_Impulse_MACD The MACD histogram with a cropped display of flat areas.
- RVI_3HTF Three Relative Vigor Index indicators from three different timeframes displayed on the same chart.
- wlxBW5Zone A semaphore signal indicator that uses the values of Accelerator Oscillator and Bill William's Awesome Oscillator.
- FibSR The indicator shows possible resistance and support zones in the form of colored rectangles.
- Pivot_RS_session The indicator shows Pivot levels and uses a special background color for the session, during which the levels were calculated.
- Din Fibo Next A channel drawn by extremums for the period.
- RS_session The indicator allows to use a special background color for marking the price chart in the period of day selected in the input parameters.
- CCI_3HTF Three Commodity Channel Index indicators from three different timeframes displayed on the same chart.
- BlauErgodicMDI The Ergodic MDI Oscillator from the book "Momentum, direction and divergence" by William Blau, implemented in the form of a color histogram with a signal line implemented as a colored cloud.
- RES-SUP Two pairs of support and resistance levels based on the candlesticks of the timeframe specified in the input parameters.
- NR4ID-ATR The indicator fixes the moments when the volatility of the financial asset takes to a minimum value and puts colored dots on the chart in the middle of the range of the candlestick movement.
- Exp_BlauCSI Trading system using the BlauCSI indicator.
- StoneAxe_x3x Three normalized oscillators on one chart.
- BlauCSI_HTF_Signal The BlauCSI_HTF_Signal indicator shows trend direction based on the data of the BlauCSI indicator as a graphical object with colored trend indication, gives alerts or audio signals and sends push notifications on your smartphone.
- r_MaСrossing A moving average calculated as an average of all variants of calculation of the classical Moving Average with a signal line and the possibility to produce alerts and send push notifications.
- MTF RSI Smoothed (recursive) Recursive implementation of multi-timeframe smoothed RSI indicator.
- Awesome Modified This indicator is a modification of classical Awesome indicator. It computes the smoothed rate of change of two exponential means.
- Fractals Modified This indicator is a small modification of classical Fractals Indicator. You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.
- EasyXML - XML Parser EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.
- Simple Display Panel The code is designed to be a simple reference of how to create movable (drag) panels and populate it with information.
- StepChoppy_v2 An indicator of trend power with eight states.
- Spread Indicator Spread Indicator - displays current spread in the chart window.
- KLines A set of support and resistance levels with five different timeframes.
- r_Ma A moving average indicator obtained by averaging the values of all calculation variants of the classical Moving Average.
- r_Gator An analogue of the Alligator indicator with a smaller lag of signals.
- KAGI-1 The KAGI chart in the simplest form.
- KGHP A standard high-frequency filter.
- EMA_Prediction_HTF_Signal The EMA_Prediction_HTF_Signal indicator shows trend direction based on the data of the EMA_Prediction indicator as a graphical object with colored trend indication, gives alerts or audio signals and sends push notifications on your smartphone.
- LW_Fractals The indicator draws fractals based on three candlesticks.
- INERCIA_bars Coloring price chart bars depending on the size of price change.
- Stoch_3HTF Three main stochastic lines from three different timeframes on one chart.
- LinearRegressionLine The linear regression line with data placed in the indicator buffer.
- DigitalF-T01 A digital filter of rapid trend with a reference line, implemented in the form of a cloud.
- Math-System A set of target support/resistance levels for the predicted price movement.
- Moving Average The Moving Average Expert Advisor trades when the price crosses the MA.
- MA_3HTF Three Moving Averages with three different timeframes on one chart.
- ColorBlauErgodicMACD Ergodic MACD-Oscillator implemented in the form of a color histogram.
- Exp_BlauCMomentum A trading system that uses the Candle Momentum indicator.
- Exp_BlauCMI A trading system that uses the Candle Momentum Index.
- BlauDTI William Blau's Directional Trend Index in the form of a colored histogram.
- BlauCSI The Candle Stochastic Index indicator implemented in the form of a color histogram.
- BlauCMomentum A candlestick momentum with a triple EMA averaging.
- BlauCMI O oscilador CMI ergódico como um histograma colorido.
- WidnersOscilator A normalized oscillator of two curves, similar to the Aroon indicator.
- Ergodic_Ticks_Volume_Indicator One of the indicators of tick volume with multiple EMAs by William Blau.
- JFATL_3HTF Three smooth fast digital filters JFATL with three different timeframes displayed on the same chart.
- Ticks_Volume_Indicator An indicator that uses tick volume for calculations.
- BB_3HTF Three Bollinger Bands with different timeframes with the same parameters on one chart.
- RSI_3HTF Three RSI oscillators with three different timeframes on one chart.
- i-GAP A semaphore signal indicator forming signals when price gaps appear.
- Fast2 The indicator analyzes the latest three bars on the basis of a quadratic function and is displayed as a histogram with two signal lines with different periods.
- Fast3 A semaphore signal indicator. Its signals are calculated similarly to the Fast2 indicator. The difference is that trade signals are shown on the chart as corresponding arrows.
- DinapoliTarget_Malay The indicator displays DiNapoli levels on the current chart using alerts.
- TrendlinesDay The indicator draws trend support and resistance lines.
- EMA_Prediction A semaphore arrow indicator using two moving averages.
- ZZ_YZ_MDAC_ELDER 1-1000 The MDAC indicator with bar coloring according to Elder.
- Flame The indicator shows the method of drawing gradient semitransparent areas with independent update rate.
- i-SKB-F Barishpolts' moving channels on fractals.
- BAT_ATRv1 The NRTR indicator based on Average True Range technical indicator.
- i4_pivot_v1 The indicator displays the support and resistance levels calculated on daily prices.
- i-PassLevCCI_v.1.3 A semaphore signal indicator using the Commodity Chanel Index oscillator.
- HVR An indicator of trend strength.
- Commentator The Commentator indicator analyzes a group of technical indicators and displays information about the current state of the market and trade recommendations.
- ColorDM_361 A digital momentum in the form of colored characters.
- MultiCurrEA An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.
- Donchian Channel Donchian Channel is a volatility indicator based on the calculation of the current price range with the recent highest and lowest prices.
- Any Pair Stochastic This indicator is useful for correlation analysis and also for cross pair analysis.
- iBarShift There are a lot of users who searched for iBarShift function like in MQL4. But this function is no more include in MQL5, mainly because MQL5 provides all necessary basic, low-level, functions to process such thing in a library.
- Price_Channel_Trend Trend indicator, based on crossover of pivot level and its median.
- ChandeQStick The QStick indicator is a simple n-period moving average of the price difference.
- ChandelierStops_v1 A trend indicator implemented in the form of NRTR.
- Chande_Kroll_Stop_v1 An indicator of the trend power drawn in the form of a colored cloud.
- TrendLinearReg A smooth non-normalized oscillator implemented in the form of a color histogram.
- SI A non-normalized oscillator.
- StepRSI_v5.2 A trend indicator that uses the oscillator analogue of RSI and its signal line. It is drawn as a colored cloud.
- FilterOverWPR An indicator of trend power with four states.
- MQL5 Wizard - Trading Signals of Candlestick Patterns + Stochastic Trading signals of candlestick patterns with confirmation by Stochastic indicator.
- IREA IREA is an automated trade algorithm based on the idea of that an unusual impact in price changes will be adjusted by an inverse movement.
- Awesome Oscillator Divergence This indicator will plot divergence lines on the Awesome_Oscillator indicator and will give buy and sell signal by displaying arrows.
- Script for Calculation of Candle Statistics The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.
- Clock-Indiсator The indicator shows the current date, time, the current spread and stop levels.
- ChartChanger The script is assigned to a hot key for quick change of charts around in a circle.
- NextBarColor The indicator "predicts" the color of the next bar with the probability specified in the settings. It is useful for the evaluation of strategies aimed at such a prediction when choosing trading instruments / timeframes for strategies. Caution: The indicator "looks into the future", so do not apply it in real life or in the strategy tester!
- Visual Аnalysis AfterTesting Easier visual analysis of graphical objects created by the strategy tester.
- Three Screen Elder Arrows An indicator in the form of arrows on the basis of Elder's trading system.
- Levels Another version of the indicator that calculates support/resistance levels.
- ImpulseOsMA The indicator draws bars based on Elder's impulse system.
- Relative Momentum Index (RMI) The RMI (Relative Momentum Index) indicator is an improved version of RSI, momentum is included in the calculation.
- RSIImproved A combined indicator, constructed on the basis of two RSI oscillators
- Trend Score A simple trend indicator based on counting of the number of bullish and bearish candlesticks.
- Hull_Candles An indicator in the form of candlesticks based on the Heiken Ashi algorithms and two averages.
- Percentage_Price_Oscillator A non-normalized oscillator.
- MACD Divergence This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows.
- Velocity_v2 The Momentum oscillator with a triple averaging and a signal line.
- Bollinger_Squeeze_v9 A trend indicator with four states
- TrendChannel The indicator draws two trend lines for the closest price extremes
- FiboPivot_V2 A pivot with Fibo levels on the basis of daily candlesticks
- Renko Line Break vs RSI EA An Expert Advisor based on two indicators - Renko Line Break and RSI. It trades stop orders.
- RoundLevels The RoundLevels indicator draws two closest "round" levels above the current price and two more below it
- DeMarker_HTF DeMark's oscillator with an option of setting a fixed timeframe for the calculation of the indicator in the input parameters.
- Demo_IndicatorSetString An example of how to use the IndicatorSetString() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each level.
- Simple Hedge Panel A panel for opening and closing positions on several financial symbols in one click.
- Demo_IndicatorSetInteger An example of the IndicatorSetInteger() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each horizontal level.
- Gann_Hi-lo_Activator_SSL A simple indicator, a good one for MQL5 beginners
- PinBar An indicator of pin bars, to be used as a built-in indicator in Expert Advisors. Shows levels specified by the pattern for the open price and stop-loss.
- ATRStops_v1_HTF A trend indicator implemented in the form of NRTR. Timeframe is specified in the input parameters of the indicator.
- Volatility2 A simple indicator that calculates only the volatility of a financial asset
- ATRStops_v1 A trend indicator implemented in the form of NRTR
- Change To Range Ratio The Change To Range Ratio indicator is used for closing short-term positions and/or for filtering entry points.
- MTF_MACD_Bars A semaphore signal indicator showing the MACD histogram calculated on the timeframe specified in the input parameters
- Tro_Range A simple volatility meter which displays sizes of candlesticks in a separate subwindow
- Stochastic Fan A fan of Stochastic indicators, the period of which is defined by one of four types of progressions
- ang_AZad_Css The trend indicator drawn in the form of a colored cloud
- RSI Fan A fan of RSI indicators, the period of which is defined by one of the four progressions
- MA Fan A fan of MA indicators, the period of which is defined by one of four types of progressions
- SR_TLB An interpretation of Stieve Nisson's 'Three Line Break' strategy
- Damiani_volatmeter The volatility meter with the indication in the form of a colored cloud
- MQL4 to MQL5 compatibility library Version 1.2 - MQL5\Include\mql4compat.mqh
- JeromeClock The indicator displays the time in different time zones on a chart
- XO The indicator without averaging of the data array, that is a Buy/Sell decision is made in one move.
- Range Ratio An indicator for short term trading, it can be used as a signal for closing a position or as the filter to enter one.
- WildersDMI A complex trend indicator that uses ADX for calculations
- Stochastic_HTF A stochastic oscillator with an option for selecting a timeframe for calculations, which may differ from the timeframe on which the indicator is applied
- IINWMARROWS A semaphore signal indicator that uses Moving Averages
- AMA_SLOPE The oscillator shows the rate of change of the AMA indicator
- OnChart_RSI The RSI oscillator located directly on the chart
- OnChart_Stochastic A stochastic oscillator located directly on the chart
- FX5_SelfAdjustingRSI The RSI oscillator with the boundaries of the overbought/oversold areas expressed by Bollinger Bands
- RSICandle The RSI indicator implemented as a sequence of candlesticks
- BBflat_sw A simple interpretation of the Bollinger Bands indicator in a separate window.
- Cronex_Impulse_CD_Color A modification of the MACD histogram.
- A WPR Based Trailing Stop Module A trailing stop module based on the WPR indicator with short and long Stop Loss
- linreg A typical MA using the linear regression algorithm
- GRFLeadingEdge Quite an interesting alternative to Bollinger Bands
- CandleCountdown Shows the time left before a candlestick closes
- MVV_LinearRegression A standard linear regression channel with support and resistance levels
- PLdot The simplest moving-like indicator
- Triggerlines Shift Modified A simple trend indicator in the form of a colored cloud
- XPoints The indicator predicts the possible reversal points
- SignalTable The original indicator that shows buy and sell signals of three indicators on nine timeframes
- prusax The indicator paints the part of the bar depending on the direction of the candlestick
- TF Adaptive Moving Average One of the variants of a simple moving average of close prices, which automatically adapts to the chart period and shows the average value of the price for each of the 21 ranges provided in MT5. Comparing the current price with the average price value for a particular trader selected period.
- MACDonRSI The MACD histogram drawn on the basis of the RSI smoothed oscillator
- Normalized_Volume_Oscillator Extended version of the normalized volume indicator. Added tools that simplify the visual analysis of the indicator values
- VoltyChannel_Stop The NRTR trend indicator that sends alerts and Push messages
- PsyIndicator The trend indicator drawn in the form of the cloud
- CCICustomCandles The indicator draws candlesticks when finding the CCI indicator in the overbought and oversold levels
- EntropyMath The entropy indicator performed in the form of the MACD colored histogram.
- Daily_FiboPiv_DK Daily Fibo support and resistance levels in the leverage from -300% to +300%. There are 36 levels plus pivot in total
- DayBorders The indicator draws the boundaries of the calendar day for trading by Larry Williams
- InverseReaction This indicator is based on the idea of that an unusual impact in price changes will be adjusted by an inverse reaction.
- Adaptive to TF SMA The MA will automatically recalculate the period if there are any changes in time frame.
- Didi Index Didi Index mql5 source code.
- AscTrend Expert Advisor Trading strategy based on ASCTrend indicator as main signal, filtered by NRTR indicator and/or by TrendStrength indicator.
- SSL_Channel_Chart A variant of the SSL indicator performed in the form of the channel and represented as the colored cloud with the filling of alerts when the direction of the trend changes
- MACD_with_Crossing Variation on the theme MACD, using the colored bars as the signals of entry and exit.
- DT-Pirson The volatility indicator
- SSL A semaphore signal indicator that uses two Moving Averages in the form of NRTR
- Cam_H2_H5_Historical A modified Camarilla dt Historical indicator
- TrendStrengthv2 Conversion from MetaTrader 4 version.
- AutoDayFibs The indicator automatically draws Fibonacci lines by yesterday's or today's range
- ChannelZZ The channel ZigZag
- Exp_MUV_NorDIFF_Cloud Trading system using the XMUV and MUV_NorDIFF_Cloud indicators.
- Fractal_Level_Xrust The indicator draws horizontal lines on the level of last fractals up and down.
- Discipline The trend reversal indicator
- NRTR Color Line NRTR is Nick Rypock Trailing Reverse indicator.
- Waddah_Attar_Hidden_Levels Support and resistance levels drawn by the day charts
- VM - Volatility Measure The script for searching the maximum, minimum and average values of candlestick size
- MUV_NorDIFF_Cloud The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.
- MUV_Cloud The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.
- MUV_DIFF The fast trends indicator.
- vaMA The simple, smoothed, less lag indicator drawn on the principle of the smoothed shift using the EMA price by increments of the first 3 orders
- Interpolation Use of the Lagrange polynomial interpolation to predict the future price
- FullSSA The redrawing oscillator drawn on the basis of the SSA.mqh singular transformation library of functions
- Waddah_Attar_Def_RSI The MACD smoothed histogram drawn on the basis of the RSI technical indicator.
- Exp_F2a_AO Trading system using the F2a_AO semaphore, signal indicator.
- BB_CCI_CrossOver The indicator of patterns. It is based on the smoothed Commodity Channel Index and Bollinger Bands.
- Vo The averaged volatility indicator.
- NonLagAMA Padrão fortemente processado pelo indicador Média Móvel.
- F2a_AO A semaphore arrow indicator using three NavelEMA Moving Averages.
- NavelEMA The classic EMA with the linear combination of price timeseries.
- ColorRSI RSI with the colored signal levels
- Exp_Color3rdGenXMA Trading system to trade on the trend market using the Color3rdGenXMA Moving Average.
- CandleSize The indicator of ranges of the last three candlesticks of timeframe selected by the trader
- Exp_QQECloud Trading system using the Exp_QQECloud trend indicator.
- MorningFlat This indicator displays the levels of the "morning flat" and shows possible targets
- Bollinger Band Width calculation with Neural Network using This Expert Advisor works with Neural Network method
- i-Sessions The trade sessions indicator
- i-ParamonWorkTime The i-ParamonWorkTime indicator
- Exp_FigurelliSeries Trading system using the FigurelliSeries trend indicator
- Exp_CandleTrend The simplest non-indicator based trading system that defines the moments of entry by presence of single directed candlesticks
- i-MorningRange The i-MorningRange indicator
- DailyTurnPoint Another variation on reversed, pivot points
- Profit Loss Calculator Calculator-panel to calculate profit/loss. Data is calculated either when moving lines, or changing the parameters in input fields of the entry price, lot, profit or loss in pips or in deposit currency
- Demo_FileReadInteger The indicator demonstrates the example of using the FileReadInteger() function
- Demo_FileWriteInteger The script demonstrates the example of using the FileWriteInteger() function
- Demo_FileTell The script demonstrates the example of using the FileTell() function
- Demo_FileSize The script demonstrates the example of using the FileSize() function
- Demo_FileReadDouble The indicator demonstrates the example of using the FileReadDouble() function
- Demo_FileWriteDouble The script demonstrates the example of using the FileWriteDouble() function
- Demo_FileReadDatetime The indicator demonstrates the example of using the FileReadDatetime() function
- Demo_FileWrite The script demonstrates the example of using the FileWrite() function
- X Bar Clear Close Trend Alternative trend indicator based on the breakthrough pattern of closing the previous bars extremums
- i-Monday_Sig Entry signals on the system "Monday"
- Demo_FileReadArray The script demonstrates the example of using the FileReadArray() function
- Demo_FileWriteArray The script demonstrates the example of using the FileWriteArray() function
- Demo_FileGetInteger The script demonstrates the example of using the FileGetInteger() function
- Demo_FileIsEnding The script demonstrates the example of using the FileIsEnding() function
- i-IntradayFibonacci Intraday Fibonacci levels
- Demo_FileFlush The script demonstrates the example of using the FileFlush() function
- Demo_FileMove The script demonstrates the example of using the FileMove() function
- The20sv0.20 The semaphore trend signal indicator
- Demo_FileDelete The script demonstrates the example of using the FileDelete() function
- Demo_FileCopy The script demonstrates the example of using the FileCopy() function
- Demo_FileFind The script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions
- FigurelliSeries The indicator allows defining the trend direction
- CCIArrows The semaphore signal indicator fixing moments of breakthrough of the zero level by the iCCI technical indicator and displaying these moments by color points
- Average Volumes (Volumes Forecasting) The indicator displays in a separate window not only volumes, but their average value on history. The average value of volumes is used for drawing the forecast of volumes value for the current and the following days
- Object Emulator Emulator of functions for working with objects. It gives possibility to see the objects after testing in the chart
- Easy Trend Visualizer Simple trends visualizer
- Donchian Channel Donchian channel is a technical indicator developed by Richard Davoud Donchian.
- TradeBreakOut The local extremums breakthrough indicator
- QQECloud The QQECloud is the indicator of quantitative and qualitative evaluation based on rather complex calculations of the RSI smoothed indicators.
- Narrowest Range Signal Expert The Expert Advisor on the breakthrough of the range defined by the signals of the Narrowest Range Signal indicator. Handling stop orders
- Exp_TrendContinuation The Expert Advisor using the TrendContinuation trend indicator.
- ColorJJRSX Smoother Relative Strength Index.
- Pinbar Detector The indicator which fixes Pin Bars in the chart
- ColorJCCX Smoother Commodity Chanel Index.
- 3rd Generation Moving Average The Moving Average which uses quite a simple procedure on decreasing temporal lag based on the increase of the Moving Average period.
- Float The indicator which displays the beginning and the end of the trend
- PairsTrade_Light The indicator for pair trading. The simplified variant of the "ind_2_linep1.mq5" indicator
- RSIOMA The RSI indicator drawn on the basis of the smoothed price series with the added signal line.
- Renko Line Break The Renko Line Break indicator determines itself a synthesis of renko charts and three linear breakthrough
- TrendСontinuation This indicator is created to determine the trend and its direction.
- SmPriceBend-T01 The indicator of the first price change derivative or simply trend speed and sign.
- TrendStrength The indicator to define the global trend.
- The scripts for opening short positions These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price
- The scripts for opening long positions These scripts are designed to buy with fixed values of Stop Loss and Take Profit in points from the current price
- MinPriceChange The indicator of the minimum sum of price changes which forms signals after flat movements and before potential breakthrough in this or that side
- TradeAlgorithms Trade functions library designed for use in the code of scripts and Expert Advisors depending on a broker
- WeeklyPivot The indicator of reversal points drawn on the week candlesticks
- TrendRange The trend indicator with three states.
- IncGUI_BitPicA An updated version of the CBitPic class with the ability to control drawing transparency
- VolatilityPivot This indicator is calculated on the basis of currency pair volatility displaying the nearest support and resistance level depending on the trend direction.
- False Breakouts Counter The indicator displays the number of false breakthroughs for the specified period
- VSI Indicador que calcula o volume por segundo (ou de um determinado período) e sua correspondente média móvel.
- Narrowest Range Signal The narrowest range indicator defines the moments when the market is in the "compressed" state that says of the future breakthrough in this or that side
- i-Friday_Sig Signals of entries and exits on the system "Friday effect"
- CMIDI The class to play music using the MIDI device
- MD5 Hash Calculation of 32 digit string MD5-hash from transmitted byte array
- EMAPredictive3 The Moving Average drawn on the basis of the EMA algorithm. A linear interpolation of two different period EMA is used
- EMAAngle An interesting trend indicator drawn on the basis of the simple Moving Average
- ElliottWaveMaker 3.0 ElliottWaveMaker 3.0 is Tool for Semi-Automatic Analysis of Elliott Waves and Andrew's Pitchforks, a logical extension of version 2.0 known as AutoElliottWaveMaker. In version 3.0 minor errors are corrected, the ability to draw Andrew's Pitchforks and a few additional functions are added.
- Difference of Two Moving Averages An Expert Advisor based on the difference of two moving averages.
- FractalAMA The fractal adaptive Moving Average by John Ehlers. Version 1.1 7/17/2006
- EMA-Crossover_Signal The simplest semaphore signal indicator based on different period Moving Averages
- Exp_ToCloseProfit The Expert Advisor to perform global Take Profit for all open positions.
- Exp_ToCloseLoss The Expert Advisor to perform global Stop Loss on all open positions
- b-clock Show minutes and seconds left before new candle is appeared.
- OpenSellPosition_X The OpenSellPosition_X script is created to sell at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
- OpenBuyPosition_X The OpenBuyPosition_X script is designed to buy at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
- Skype Control Library Library to work with Skype.
- FX_Sniper_Ergodic_CCI The ergodic CCI.
- TrendPower The trend indicator drawn on the basis of a comparison of six levels of simple Moving Averages with High and Low of the current candlestick
- Average Speed Calculate Average Speed of price.
- OneSideGaussianMA The Moving Average drawn on the basis of Gauss algorithm
- The asymmetry indicator The indicator which defines the moments when the market becomes asymmetric and there are strong trend changes
- Exp_JMASlope The trading system is drawn on the basis of the signals of the JMASlope indicator.
- Support-Resistance Indicator The channel is drawn using Gauss Transform
- MPC - Measure Popular Candles MPC is a script which measures (searches) the most frequently occurring candlesticks
- Auto Fibonacci Indicator (Auto Fibos) There's a lot of Fibonacci indicators out there but I decided to make my own indicator for you.
- Volty Channel Stop The trend indicator which considers the market volatility
- SR-RateIndicator A trend, normalized oscillator drawn in the form of a histogram
- CatFX50 A semaphore arrow signal indicator drawn on the basis of the EMA trend and reversal signals from crossings of the StepSto_v1 oscillator and its signal line
- KiS_max_min_Channels The channel drawn on High and Low prices of daily candlesticks
- JMASlope The speed indicator of price change smoothed by the JMA averaging.
- AbsoluteStrengthMarket A tape indicator which defines the market state using the AbsoluteStrength indicator
- SolarWinds A typical and sufficiently smooth oscillator which can apply all oscillator analytical instruments
- LaguerreVolume Volume indicator smoothed by the Laguerre filter
- Divergence The indicator displays the situation when the direction of price movement and technical indicators does not coincide
- Ma_Distance_From_Price A semaphore signal indicator for the moments when the trend force measured by the deviation of the price from the Moving Average is higher than a fixed limit
- Positions Change Informer The Expert Advisor "catches" changes of the positions (opening, reversal, closing, triggering of Stop Loss and Take Profit) and depending on the configurations triggers the sound file, outputs alert or sends e-mail.
- BollingerBands© The indicator to determine the trend reversals on the basis of Bollinger Bands
- RAVI_FX_Fisher The unnormalized oscillator using Fisher Transform
- Quick ZigZag plus DiNapoli The "Fast ZigZag" indicator including the drawing of DiNapoli's target levels
- Chase the trend 1.0 The indicator uses in the calculation the deviation of its previous value from price
- TrendLine Touch Alert This indicator simply alerts and sends email every time the trend line touched by the price.
- NDuet Two different period Moving Averages to define the direction of the trend and the semaphore signal indicator to specify the moment for settlement of a deal
- Func Measure Trends Function to define the trend strength
- AFL Winner The oscillator for intraday trading.
- PFE2 The smooth oscillator performed in the form of the color histogram
- i-DRProjections_v1 The indicator forecasts day's price range
- Gann Hi-Lo Activator SSL A simple trend indicator.
- OzFX_D1_IndAES_v1.0 The system of three signal indicators in one window
- LSMA A typical Moving Average
- Phoenix5 Phoenix5 is Forex signal indicator which traditionally represents itself a set of pink and blue points
- AbsoluteStrength The oscillator that displays strengths of Buyers (Bulls) and Sellers (Bears) separately.
- Exp_AsimmetricStochNR Trading system using the AsimmetricStochNR indicator.
- ant-GUBreakout The indicator to display time ranges
- QQEA QQEA is Forex oscillator with an undistinguished name drawn on the basis of the Moving Averages and the RSI technical indicator.
- R-Squared_v1 R-squared is the linear regression indicator to calculate "reliability" of the current trend
- SlopeDirectionLine The SlopeDirectionLine trend indicator with the ability to change the algorithms of averaging and triggering alerts, push notifications and sending e-mail messages.
- Paromon The indicator draws the lines of day start and its high and low price values.
- super-signals The semaphore arrow indicator of trend change
- Slope Direction Line The trend indicator drawn on the basis of a Moving Average
- TTF The TTF classic indicator with T3 smoothed method and a signal line.
- Trend The trend indicator drawn in the form of the color cloud
- Translator The class for localization/multilingual support of text messages in user MQL5 programs
- Triple Bolling The advanced presentation of the Bollinger Bands indicator
- Exp_ColorCoppock The trade system using the ColorCoppock oscillator.
- Range The Range indicator calculates the range expansion index and displays the range of price change in the current bar
- Day Of Week The "Day of Week" function is designed to determine the number of required month according to data of the week and the day of the week inside this month
- MaxMinRange Two histograms to define the current market situation
- ExTrend The channel formed by two trend lines drawn at the high and low formed by the last two fractals
- RoundPriceAlert The indicator that gives signals in round value of price
- Dserg-PPZ The indicator draws possible support and resistance lines considering the fractals clusters
- DiNapoli Stochastic A smoother stochastic from the book by Joe Dinapoli "Trading With DiNapoli Levels"
- FiboBands The set of dynamic support and resistance levels using the ATR indicator and Fibo levels.
- EVWMA An elastic, volume weighed Moving Average
- One Cancel Other(s) The script imitates the One Cancel Other function for orders. When one order is triggered, the others are deleted.
- Exp_ADX_Cross_Hull_Style The Expert Advisor is realized on the ADX_Cross_Hull_Style and UltraXMA indicators.
- bts Comparing the speed of a binary or a ternary search
- Normalized Volume The market volume indicator whose main purpose is to filter false signals which occur in the side movement of the market.
- HawaiianTsunamiSurfer, a statistical look at determinant price explosions This system, based on Momentum indicator, assumes that very strong price movements are determinant. It consists in riding the appearing tsunamis, for instance, an important US Nonfarm Payrolls release. HawaiianTsunamiSurfer works well on AUDUSD, USDJPY and EURUSD.
- Limit Stop Order Script The script for manual trade: when achieving the limit price the script sets stop order and logs out
- Exp_MBKAsctrend3 The Expert Advisor drawn on the principle of the semaphore, signal MBKAsctrend3 indicator.
- ChannelAnt The channel indicator that draws support and resistance lines.
- FastStochastic The Fast Stochastic indicator is one of modifications of a popular stochastic oscillator.
- ADX Cross Hull Style A semaphore, arrow indicator drawn on the basis of the ADX technical indicator
- Exp_TMA The breakthrough trading system based on the signals of the TMA indicator
- Linear Sinus FT The mathematical indicator that operates on the principle of approximation of sinusoid waves and realizes visualization of Fourier series for currency pair quotes
- Universal Oscillator The Universal Oscillator indicator can display Bears Power, Bulls Power, CCI, DeMarker, MACD, Momentum, RSI, Stochastic, William's Percent Range. Three modes of overbought / oversold levels: the constant, dynamic (MA), dynamic (Bollinger Bands). Three rendering mode: line, filling, histogram
- channel_breakout_entry The market volatility indicator
- Exp_SuperWoodiesCCI The trading system drawn on the basis of the signals of the SuperWoodiesCCI indicator
- Support Vector Machine Indicator This indicator uses support vector machines to analyse indicator data and signal future trades. Buy trades are signalled by a green ‘up’ arrow with sell trades signalled by a red ‘down’ arrow.
- TMA Triangular Moving Average (TMA). The main weight goes for the average part of the price series. In fact, the Moving Average is a double smoothed simple Moving Average
- Cronex_T_DeMarker_GF The trend indicator with divergence histogram.
- XMA_RLH The typical trend indicator drawn on the basis of three Moving Averages.
- AverageChange Price impulse meter.
- TDI-2 The indicator "The Trend Detection Index" is a changed TDI indicator.
- ColorCoppock This indicator was created by Edward Coppock in 1962. It displays the long term possibilities to buy or sell (in the original, only to buy).
- Exp_Beginner The trading system based on the Beginner signal indicator.
- Beginner A simple, semaphore indicator to open positions
- ytg_MA_TF Moving Average with the choice of TF.
- KositBablo10 The Expert Advisor with which Alexander Prishchenko (Crucian) participated in Automated Trading Championship 2012
- RPoint The chart layout in X-points reversal
- Trend Lines Crossing The indicator "collects" the information of a trend lines drawn on a current chart, displays the prices of lines in the last (forming) bar and also either gives signals, or sends alerts when price crosses the trend line upon trader choice
- Exp_ColorSchaffTrendCycle Sistema de negociação baseado no indicador ColorSchaffTrendCycle.
- ColorSchaffTrendCycle The SchaffTrendCycle oscillator performed as a color histogram.
- Exp_TrendEnvelopes The Expert Advisor drawn on the basis of the TrendEnvelopes semaphore, signal indicator
- MaksiGen_Range_Move MTF The indicator draws support/resistance lines and the trend lines in the chart
- Exp_StepSto_v1 The Expert Advisor drawn on the basis of the signals of the StepSto_v1 stochastic oscillator
- Exp_CandleStop_Trailing The Expert Advisor moves Stop Loss of the open position along the border of the channel built using CandleStop indicator
- The class for drawing the Fractals using the ring buffer The class is designed for calculation the Fractals technical indicator (Fractals) using the algorithm of the ring buffer.
- SuperWoodiesCCI The indicator realizes the trading strategy using the CCI
- The class for drawing the TEMA using the ring buffer The class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.
- Predict A semaphore, signal indicator with three variants of signals
- StepMA_v6.4 A simple trend indicator of the NRTR type
- Exp_RD-TrendTrigger The Exp_RD-TrendTrigger trading system is based on change of the trend direction displayed by the RD-TrendTrigger oscillator.
- The class for drawing the DEMA using the ring buffer The class is designed for calculation of the technical indicator Double Exponential Moving Average (Double Exponential Moving Average, DEMA) using the algorithm of the ring buffer.
- PrevDayAndFloatingPivot The Prev Day And Floating Pivot indicator.
- Renko_v1 The trend indicator which draws the boundaries of the channel
- RoundPrice-Ext A very convenient indicator to confirm any signals of entry to the market
- The class for drawing the OBV using the ring buffer The class is designed for calculation the technical indicator On Balance Volume (On Balance Volume, OBV) using the algorithm of the ring buffer.
- The 4-color АО indicator The 4-color АО indicator.
- StepSto_v1 The trend indicator. The indicator line of level 50 can serve as the point to determine the trend
- CandleStop The indicator to trail the stop levels
- SuperSR6 The indicator for drawing possible Support/Resistance lines on fractals
- Exp_MultiTrend_Signal_KVN The trading system based on the indicator by Vladimir Korykin
- Exp_ColorXADX The trading system based on change of the trend direction and force of the trend displayed by the ColorXADX indicator.
- Breakout Bars Trend EA The Expert Advisor based on the Breakout Bars Trend v2 indicator. In dependence of settings the entry is performed as in the trend reversal, so after missing the set number of false signals.
- The class for drawing the Momentum using the ring buffer The class is designed for calculation the technical indicator Momentum (Momentum) using the algorithm of the ring buffer.
- TrendEnvelopes The typical semaphore trend indicator.
- ytg_Fractals_Price The indicator of fractals price levels
- T3MACO The oscillator using T3 averaging.
- MACDWaterlineCrossExpectator, the effectiveness of a MACD system This is the classical trading system which consists in buying when MACD crosses above the waterline line and selling when crosses below it. This EA works along with a monetary management system which has a positive mathematical expectation.
- The class for drawing the MFI using the ring buffer The class is designed for calculation of a technical indicator Money Flow Index (Money Flow Index, MFI) using the algorithm of the ring buffer.
- The class for drawing the AMA using the ring buffer The class is designed for calculation of the technical indicator Adaptive Moving Average (Adaptive Moving Average, AMA) using the algorithm of the ring buffer.
- RD-TrendTrigger The oscillator using T3 averaging from the Technical Analysis of Stocks and Commodities (Dec. 2004).
- WcciPatterns The Woodies CCI Paterns indicator
- The class for drawing the ER using the ring buffer The class is designed for calculation the technical indicator Efficiency Ratio (Efficiency Ratio, ER)using the algorithm of the ring buffer.
- MultiTrend_Signal_KVN The indicator of the famous trader Korykin
- PriceVSwma Variation on the non-trivial linear combination of stochastic oscillators
- Exp_EF_distance The trading system based on change of the trend direction displayed by the EF_distance indicator and force of the trend determined by the Flat-Trend indicator.
- The class for drawing the RSI using the ring buffer The class is designed for calculation of a technical indicator Relative Strength Index (Relative Strength Index, RSI) using the algorithm of the ring buffer.
- DecEMA The Moving Average that represents itself a linear combination of the EMA smoothing series by the Exponential Moving Average (EMA).
- X-bars Fractals The X-bars Fractals indicator allows setting the number of bars on the left and the right from fractal. It is good as for local, so for global extremums
- The example of the work with the CSV file as with a table The CSV file was written to write economic news but there was a problem that the Terminal does not distinguish lines, exactly their number when working with the CSV file. That is why I decided to share my solution of this problem.
- The simplified class of the CArrayRing256 ring buffer The class is the simplified version of the CArrayRing class: it has a predetermined fixed size of 256 elements, it is faster, and allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.
- Breakout Bars Trend v2 The second (edited and added) version of the alternative indicator for trend definition based on the breakthrough bars and distance from extremums. The breakthrough levels and size of the previous trends are added.
- Exp_VininI_Trend_LRMA The Exp_VininI_Trend_LRMA trading system is based on changes of the trend direction displayed by the VininI_Trend_LRMA indicator.
- ytg_Japan_Candles The indicator of the candlesticks combinations (Japanese candlesticks)
- The class for drawing the Stochastic using the ring buffer The class is designed for calculation the technical indicator Stochastic Oscillator (Stochastic Oscillator) using the algorithm of the ring buffer.
- The class for drawing the OsCD using the ring buffer The class is designed for calculation of the technical indicator Moving Average of Oscillator (Moving Average of Oscillator, OsMA) using the algorithm of the ring buffer.
- Exp_VininI_Trend The Exp_VininI_Trend trading system is based on change of the trend direction displayed by the VininI_Trend indicator.
- XMA_TrendSignal The indicator that fixes three states of the market.
- PriceChannel Signal This indicator is the conversion of famous Igorad's indicator namely PriceChannel_Signal_v1 with re-enter feature.
- The class to draw MACD using the ring buffer The class is designed for calculation of the technical indicator Moving Average Convergence/Divergence (Moving Average Convergence/Divergence, MACD) using the algorithm of the ring buffer.
- EF_distance Another variation on Moving Averages...
- Exp_CorrectedAverage The breakthrough system with the CorrectedAverage Moving Average.
- VininI_Trend_LRMA A trend indicator which determines its values based on the signals taken from the LRMA Moving Average and a group of its signal lines whose periods change in the arithmetic progression.
- VininI_Trend A trend indicator which determines its values based on the signals with the group of Moving Averages whose periods change in the arithmetic progression.
- Pivot Points to Html The script calculates Pivot Point on all the symbols from the market watch and displays the results in html-file.
- VininI_Trend_XMA_WPR A trend indicator which determines its values based on the signals taken from the Williams' Percent Range indicator and group of its signal lines whose periods change in the arithmetic progression.
- VIP_DSR The Dynamic Support/Resistance indicator for MetaTrader
- Clock The indicator displays three variants of time in the chart: local, server and GMT!
- The class for drawing the ADX Wilder using the ring buffer The class is designed for calculation of a technical indicator Average Directional Movement Index Wilder (Average Directional Movement Index Wilder, ADX Wilder) using the algorithm of the ring buffer.
- The class for drawing the ADX using the ring buffer The class is designed for calculation of a technical indicator Average Directional Movement Index (Average Directional Movement Index, ADX) using the algorithm of the ring buffer.
- The class for drawing the ATR using the ring buffer The class is designed for calculation of the Average True Range indicator (Average True Range, ATR) using the algorithm of the ring buffer.
- Exp_ColorTrend_CF The Exp_ColorTrend_CF trading system is based on change of the trend direction displayed by the ColorTrend_CF indicator
- Combinatorics Initial library of combinatorics functions.
- The class for drawing Moving Average using the ring buffer The class is designed for calculation of Moving Averages (Moving Average) using the algorithm of the ring buffer.
- The class to create the ring buffer 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.
- Exp_ColorLeManTrend The Exp_ColorLeManTrend trading system is based on changes of the trend direction displayed by the ColorLeManTrend indicator
- Disparity Index Disparity Index (difference index) displays the difference between the close price and chosen Moving Averages in percentage. It is recommended to use in combination with the other candlestick models
- i-KlPrice A trend indicator drawn on the basis of the advanced Keltner channel.
- Renko The renko (renko) chart in a separate subwindow. No matter on what chart timeframe the indicator is attached, the renko is drawn on close price of М1 timeframe.
- Exp_ColorMomentum_AMA The Expert Advisor drawn on the basis of the change of direction of the ColorMomentum_AMA indicator.
- i-BandsPrice The trend indicator drawn on the basis of the Bollinger Bands.
- Delta ZigZag Delta ZigZag defines the reversal on a minimal height of the swing and also identifies trend on breakthrough of local minimum/maximum levels and colors zigzag sections in current trend color
- MATonySignal The indicator displays trend force and direction
- ytg_Trend The trend indicator that displays possible rollback option
- ytg_Spread_StopLevel The indicator displays the spread levels and the minimum acceptable level of stop loss/take profit in points
- CorrectedAverage The indicator displays the breakthrough line
- Exp_ColorStochNR Trading system based on the signals taken from the ColorStochNR oscillator
- XMUV The drawing of this Moving Average is based on Demark's method "Daily Range Projections".
- LinearRegressionChannel Custom instrument of the linear regression. LR line, Support and Resistance lines values are in the buffers
- Exp_OsHMA Trading system drawn on the basis of the signals taken from the OsHMA histogram.
- AC_Signal A semaphore, signal indicator drawn on the basis of the values of the Accelerator of Bill Williams with sending alerts, push-notifications and e-mail messages
- ytg_Price_Peak The indicator of Peak Price Values.
- ColorX2MA_Osc The X2MA Moving Average turned to the oscillator using the normalization of its values in the range from 0 to 100.
- Silence This indicator displays the market activity in percentage
- Volatility A volatility indicator displays the amount of the corridor price movements for N period in points
- Aggressiveness The Aggressiveness indicator displays how many points the instrument runs on the average for one candlestick
- iSarX4 Four parabolic indicators at one time!
- GRNN Neural Network Class The class realizes generalized regression network (General Regression Neural Network - GRNN)
- PNN Neural Network Class The class realizes the probabilistic neural network (Probabilistic Neural Network - PNN)
- ATR_MA_Oscillator ATR MA Oscillator is the oscillator drawn on the basis of the difference between the ATR oscillator and its signal line.
- i-VaR95 The indicator displays the historical volatility value
- Exp_MovingAverage_FN The Expert Advisor is drawn on the basis of changing the direction of the MovingAverage_FN (digital hybrid and analog filtering indicator).
- RFractals Fractals with the ability to set range
- Kagi On Chart The Kagi chart is drawn on the main window of the currency pair and a considering timeframe
- MovingAverage_FN A Moving Average hybrid of digital and analog filtering.
- ZigZag On Heikin Ashi The ZigZag drawn using Heikin Ashi extremums
- Exp_ColorJVariation Trading system using the Exp_ColorJVariation oscillator.
- St_LRegr The linear regression channel indicator drawn on the indicator buffers
- ChanellOnParabolic The channel drawn on the basis of a parabolic
- Exp_ColorStepXCCX Trading system using the ColorStepXCCX indicator.
- RSI_MA_LevelSignal The "Trader assistants" series indicator drawn on the basis of two Moving Averages and the RSI
- ytg_Alert_New_Bar The sound signal which triggers that a new bar appeared
- TANGO The principle of this indicator is based on the RSI oscillator using divergence and convergence
- Exp_XRVI Trading system using the crossing of the XRVI oscillator with its signal line.
- ytg_Change_Price_Percent This indicator displays day price change in percentage for four selected financial institutes
- Flat-Trend The indicator to define the trend and the flat.
- BullsBearsVolume The indicator displays the dominant force of market movement (bulls-bears) to the volume
- Exp_ColorMETRO Trading system using the ColorMETRO indicator
- Kagi The Kagi chart drawn in a separate subwindow
- Three Line Break The chart of (three) linear breakthrough in a separate subwindow
- Exp_ColorNonLagDotMACD The Exp_ColorNonLagDotMACD Expert Advisor drawn on the basis of the signals taken from the ColorNonLagDotMACD histogram
- Exp_AML Trading system using the AML trend Moving Average
- The IndMATEMA indicator based on crossing of two MA and two TEMA The IndMATEMA indicator is based on crossing of two MA and two TEMA on close and open prices of bars.
- Exp_ADX_Smoothed The trading system based on crossing of the DI+ and DI- lines of the ADX_Smoothed indicator
- XMA_Range_Bands_HTF The XMA_Range_Bands indicator variant which can be placed by fixing timeframe of the indicator on a value different from the chart timeframe.
- Exp_3XMA_Ishimoku The breakthrough trading system using the 3XMA_Ishimoku indicator.
- Spectr Financial asset oscillation spectrum normalized by values of a simple Moving Average
- StopLevelCounter The Expert Advisor is a profit calculator on the opening position for price movement to a price level fixed in the chart
- ShowOpenDayLevel The indicator displaying the level of opening day at any timeframe (less than two hours) with the ability to perform the shift of day start time and consider the presence of Sundays in the chart
- Exp_XMA_Range_Bands The breakthrough system using the XMA_Range_Bands indicator.
- XMA_Range_Bands Volatility channel is a very interesting alternative to Bollinger Bands.
- Spectrometr_Separate Financial asset oscillation spectrum
- Trend Continuation Factor The indicator to determine the trend and its directions.
- XATRStopLevel The indicator gives Stop Loss value for open position on the basis of the XATR indicator.
- XXMA Digital adaptive XXMA Moving Average represents subtype of Moving Averages with a digital flat-trend filter and is made to separate the angular direction of price movement (trend) from the horizontal (flat) for effective trend trading.
- HeikinAshi_SepWnd The Heikin Ashi indicator drawn in a separate subwindow with the ability to choose a period
- Gaus_MA The indicator calculates the Moving Average using a modified algorithm of the linearly weighed Moving Average.
- Exp_XMA_Ishimoku_Channel The breakthrough system using the XMA_Ishimoku_Channel indicator.
- KeltnerChannelWithFlatZone The Keltner Channel indicator with the added flat area
- PriceChanel_HTF The Price Channel indicator. It draws the line of high and low price values for the last N bars from high timeframe
- OsHMA The OsHMA oscillator is the indicator of the difference between two HMA (between two Hull Moving Averages).
- RBF Neural Network Class Class implements neural network of radial basis functions (Radial Basis Function Network - RBFN)
- LeManChanel The indicator displays the possible boundaries and direction of the bar looking forward to one bar
- LeManSystem The system using the internal channel from High to Low
- XATR Average True Range indicator replacing the averaging algorithm.
- LeManStop The indicator to determine Stop Loss
- JS-Stoh-BB-RSI Multiple indicator system using the RSI oscillators and stochastic with Bollinger Bands.
- Exp_DSSBressert Trading system using the DSSBressert indicator
- sHistoryExport - handy script to export the historical data in the МetaТrader 4 format Export of all necessary instruments and time frames in one click with load and checking history
- Exp_UltraFatl The Expert Advisor using the UltraFatl oscillator.
- CheckHistory - Check and load history function Slightly modified history load function from MetaQuotes.
- Exp_AnchoredMomentum Trading system using the AnchoredMomentum indicator
- Silent stochastic This stochastic considerably reduces the number of false signals by adjusting sensitivity
- Exp_GG-RSI-CCI The Expert Advisor using the GG-RSI-CCI signal indicator.
- String - Library of functions for working with strings Library of functions for working with strings: StringToArray, StringToPeriod and PeriodToString
- 2XMA The MACD histogram drawn using two signal lines in the price chart of the financial asset.
- AffineTransform The indicator transfers the price data to the new coordinates system shifting price axis (axis of the ordinates).
- Ind_2 Line+1 The indicator of the arbitrage situation for spread consisting from two instruments
- AnchoredMomentum The improved Momentum indicator. The indicator is described by Rudy Stefenel in February'1998 issue in Stock&Commodities
- GG-RSI-CCI The offered indicator informs you about the current trend. It is useful for entering the trading.
- SumRSI The averaging amount of the RSI different period oscillators
- SumXMA The averaging amount of the different period Moving Averages.
- LineBreakOnChart The indicator of (three) linear reversal on the main chart
- Exp_UltraWPR The Expert Advisor using the UltraWPR indicator.
- UltraFatl_HTF The variant of the UltraFatl indicator which can be placed by fixing timeframe of the indicator on a value different from the chart timeframe.
- UltraFatl_Candles This indicator colors candlesticks in accordance with the color of the UltraFatl indicator histogram.
- Exp_Extremum Trading system using the Extremum indicator
- Exp_VortexIndicator The Expert Advisor with the VortexIndicator indicator
- Exp_LinearRegSlopeV2 Trading system using the ColorLinearRegSlope_V2 indicator.
- PerceptronOscill The oscillator drawn on the basis of the simplified algorithm of the perceptron
- SafeZoneV2 One more variation on the channels theme.
- Schnick [Support Vector Machine Learning Tool Tester - DEMO] This script attempts to demonstrate the power of using support vector machines in solving classification style problems. This version of the code has been written specifically to be used in conjunction with the demo version of the Support Vector Machine Learning Tool available for free from the MQL5 Market.
- Schnick - Support Vector Machine Learning Tool Tester This script attempts to demonstrate the power of using support vector machines in solving classification style problems.
- VortexIndicator The indicator from Technical Analysis of Stocks & Commodities (January, 2010)
- Extremum The indicator allows predicting the trend reversal
- BandsFBA The Bollinger Bands indicator with filtering of front and damping.
- Exp_MACD_Xtr Trading system using the MACD_Xtr indicator
- HaDelta The HaDelta indicator can help to be ahead the crowd.
- Exp_TrendValue Trading system drawn on the basis of the signals of the TrendValue indicator
- AutoTrendLines The indicator automatically identifies points and draws support and resistance trend lines on them. There are two types of lines calculation
- The MACD with the definition of price extremums The method of the advanced adaptation with a zero delay on the volatility front
- Volatility_FBA_NR The indicator to search extremums of volatility
- Exp_MA_Rounding_Channel The breakthrough trading system using the MA_Rounding_Channel indicator.
- Exp_ZPF Trading system using the zero point indicator.
- 2pbIdealXOSMA_Candles This indicator draws candlesticks in accordance with the color of the bars in histogram of the 2pbIdealXOSMA indicator.
- MA_Rounding_Channel The indicator draws the channel for flat market based on the MA Rounding.
- MA Rounding Crossed МА and ZigZag. To be more exactly, МА drawn on the Zigzag principle.
- TrendPaint The indicator draws candlesticks depending on the trend direction.
- Exp_Kolier_SuperTrend Trading system using the Kolier_SuperTrend trend indicator
- Kolier_SuperTrend The breakthrough trend indicator
- Exp_RMACD Trading system using the RMACD histogram.
- Color RMACD The MACD histogram drawn on the basis of the RVI technical indicator and the TRVI custom indicator.
- EA_MALR The Expert Advisor drawn on the basis of the MALR indicator. Trailing stop, lot increase, averaging and reversal functions are available
- Exp_MAMA The Exp_MAMA Expert Advisor drawn using the entry when crossing Moving Averages of the MAMA indicator
- Dserg - LinRegression Breakout The indicator for automatic drawing of consolidation areas and channels on the basis of the linear regression
- Exp_ColorX2MA-Parabolic Trading system based on the signals of the parabolic that uses Moving Average values as an input time series.
- Zero Point Force The Zero Point Force indicator drawn on the basis of two Moving Averages.
- StochasticStack The simpliest linear combination of eight stochastics in the form of the oscillator
- Ichimoku Oscillator The oscillator drawn on the basis of four lines of the Ichimoku indicator.
- SF-6(AM) Trend indicator that displays "weak" bars
- Exp_AdaptiveRenko The Exp_AdaptiveRenko Expert Advisor drawn on the basis of the NRTR of the AdaptiveRenko indicator
- ColorX2MA-Parabolic The iSAR technical indicator which uses the X2MA Moving Average as the basic price series for the best filtrating of false signals.
- Exp_JBrainSig1_UltraRSI The Exp_JBrainSig1_UltraRSI Expert Advisor uses the values of JBrainTrend1Sig and UltraRSI indicators to analyze the market state.
- Color Parabolic The iSAR indicator's main advantage is that it is based on current price time series thanks to which it can be applied to the other indicators
- Exp_Oracle The Expert Advisor is drawn on the Oracle redrawing indicator
- DMA (Displaced Moving Averages) Displaced Moving Averages
- Exp_Candles_XSmoothed The breakthrough trading system using the Candles_Smoothed indicator.
- AdaptiveRenko The NRTR Moving Average from Konstantin Kopyrkin for trailing stops and trends display
- MALR The Moving Average of a linear regression with two levels of bands like John Bollinger bands
- Momemtum In Time The indicator of price movement relative to one selected time point
- Oracle According to the author it is the best forecast indicator. The oracle which can be trusted more than analysts
- FineTuningMA The MA indicator with the ability of fine configuration
- KPrmSt The Cynthia Case stochastic.
- SendPush The simplest script to send instant PUSH-notifications to smartphone
- Adaptive Laguerre Filter Adaptive filter with the ability to calculate the Laguerre polynomial of any order
- Ind - CosmoGround The indicator of the star sky on the black chart
- Exp_2pbIdealXOSMA The Exp_2pbIdealXOSMA Expert Advisor is drawn on the basis of the 2pbIdealXOSMA indicator.
- ALMA(Arnaud Legoux Moving Average) Weighted Moving Average with a regulated lag using a curve of the normal (or Gauss) distribution as the function of weight coefficients
- VFractals The VFractals indicator marks the level of the fractal formed on the bar with a volume larger than the average volume of the last 3 bars to fractal
- NonLagMA Weighted Moving Average with a minimal lag using a damping cosine wave as the line of weight coefficients
- Exp_2MoHLC The Exp_2MoHLC based on the signals taken from the 2MoHLC_ indicator
- SuperZigZag ZigZag with the ability to specify the "significant movement" in points
- 2pbIdealXOSMA The 2pbIdealXOSMA indicator represents the MACD histogram based on the 2pbIdeal1MA and 2pbIdeal3MA indicators.
- Exp_2pbIdealMA The Exp_2pbIdealMA indicator is based on the crossing of two Moving Averages. A signal to perform a deal is formed at bar closing if there is crossing of a fast 2pbIdeal1MA Moving Average with a slow 2pbIdeal3MA Moving Average
- True RVI - Relative Strength Index (liveliness) of market An alternative replacement for the standard RVI indicator which considers trades volume
- VLT_TRADER When market activity decreases, then the Expert Advisor places two pending stop orders
- True MFI (Alternative to the standard MFI) Rise or fall in prices is often preceded by increased activity of trading. The True MFI indicator tries to use this factor.
- Smatf The Expert Advisor analyses many Moving Averages from three timeframes
- 2MoHLC Two lines are channel averages created by High and Low price values for different periods displayed as clouds
- Kloss The Expert Advisor used on such indicators as the Moving Average, the CCI, stochastic
- MaTMFI The smoothed and slower version of the True MFI indicator.
- 20_200 expert_v4.2_AntS The Expert Advisor with a very simple price analysis in two bars and with the increasing lot after a loss
- Exp_ColorBBCandles The Exp_ColorBBCandles Expert Advisor based on the ColorBBCandles indicator.
- Balance of Power The Balance of Power (BOP) indicator was described by Igor Livshin and measures the strength of the bulls vs bears by assessing the ability of each to push price to an extreme level.
- Exp_CoeffofLine_true The Exp_CoeffofLine_true Expert Advisor based on the CoeffofLine_true indicator. A signal to perform a deal is formed at bar closing, if the histogram breakthroughs its zero level
- Exp_CenterOfGravity The Exp_CenterOfGravity Expert Advisor is based on the CenterOfGravity indicator. The signal is formed when a bar is closing if there is crossing of indicator and its signal line.
- Averager on BUY and SELL simultaneously The Expert Advisor operates on the principle of the Moving Average. Simultaneously in both directions. Volume for BUY and SELL is calculated separately. Divide the volume received in accordance with the given "save percentage". It responds to the setting: "change the price"
- Breakout Bars Trend The alternative indicator for trend definition based on the breakthrough bars and distance from extremums.
- MultiMaRsiSignal The MultiMaRsiSignal indicator displays the information about the active trends using the five MaRsi-Trigger indicators' value from different timeframes.
- Exp_MaRsi-Trigger The trading system based on the signals taken from the MaRsi-Trigger trend indicator
- Exp_CMO The trading system based on the signals taken from the CMO oscillator
- T3MA(MTC) The Expert Advisor on the T3MA-ALARM indicator
- T3MA-ALARM A Moving Average with double smoothing
- Gator_HTF Bill William's Gator Oscillator which is drawn on the high and displayed on the lower timeframe.
- AC_HTF Bill William's accelerator (Accelerator Oscillator) which is drawn on the high and displayed on the low timeframe.
- AO_HTF Bill William's magic oscillator (Awesome oscillator) which is drawn on the high and displayed on the low timeframe.
- ColorXOSMA_HTF A standard version of the OSMA indicator which can be placed in a fixed timeframe on a value different from the chart timeframe where the averaging algorithms can be changed.
- MaRsi-Trigger The Trigger indicator has three states: rising, falling and flat
- Price and Volume Trend The Price and Volume Trend indicator (Price and Volume Trend, PVT) with its signal line.
- DigVariation Digital filtration of the variation indicator.
- NxDRangeSwitch Simple trend indictor performed in the NRTR form
- Parabolic_HTF The Parabolic SAR indicator with the ability to choose timeframe where it can be calculated.
- Eugene The Expert Advisor based on the candlestick analysis where only four last bars are analyzed
- Combo_Right The Expert Advisor with a basic trading system on the basis of the CCI indicator and several linear perceptrons regulating the work of the basic trading system.
- Change the color of the candles The indicator that allows modifying color of the candles.
- EMA Classic exponential Moving Average with the ability to use real numbers as the averaging period.
- iAlligator_HTF The Alligator of Bill Williams drawn in the zigzag form. The indicator can be calculated and set in a fixed timeframe.
- iWPR_HTF Larry Williams' the Percent Range indicator drawn in the zigzag form. The indicator can be calculated and set in a fixed timeframe.
- Close Flat Channel It defines the boundaries of a flat channel based on bars closings.
- High Low Flat Channel Defines the boundaries of flat channel based on bars extremums
- Exp_BuySell The trading system based on the signals taken from the BuySell semaphore, signal, trend indicator
- Exp_BullsBearsEyes The trading system based on the signals taken from the ColorBullsBearsEyes oscillator
- Exp_BullsBears The trading system based on the signals taken from the BullsBears semaphore signal trend indicator.
- CloseSeries The indicator displays a series of internal, external and single directed closing and prompts exit points on short-term trend trading
- WideRangePredictor The indicator "warning" about the appearance of the bars with an extended range and/or strong directed movements
- USDx dollar index USDX is an index which measures the dollar's value against a basket of six basic currencies
- Exp_BrakeParb The trading system based on the signals taken from the BrakeParb semaphore, signal, trend indicator
- Exp_BrakeExp The trading system based on the signals taken from the BrakeExp semaphore, signal, trend indicator
- Exp_BrakeMA The trading system based on the signals taken from the BrakeMA semaphore, signal, trend indicator
- Exp_Arrows_Curves The trading system based on the signals taken from the Arrows_Curves indicator
- Exp_XMACD The Expert Advisor Exp_XMACD based on the signals received from the XMACD universal histogram.
- Exp_BinaryWave The Trading system based on signal entry taken from the BinaryWave integral oscillator.
- Terminator_v2.0 Intitial position is opened according to signals of the indicator.(there are six variants). If position becomes unprofitable, its volume is increased
- Pivot Lines TimeZone The Pivot levels indicator, the Pivot sublevels and the Camarilla levels drawing the indicator buffers and the horizontal lines
- MultiJFatlSignal The MultiJFatlSignal indicator shows the information about active trends using the JFatl four indicators value from different Time Frame
- Displaying Several CChartObject Objects in a Single Window This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu.
- iEnvelopes_HTF Envelopes drawn in ZigZag form. They can be drawn fixing Time Frame and then calculate input parameters
- Exp_X2MA The Expert Advisor Exp_X2MA is drawn on the basis of X2MA universal Moving Average change.
- BarsMaxMinSystem The Three-Bar High/Low System indicator by Larry Williams
- i_Trend The oscillator with two lines based on Bollinger Bands, BearsPower and BullsPower
- Lucky Simple scalper
- GO The Expert Advisor analyses four Moving Averages: open, high, low, close. On its basis it calculates GO value and opens position according to its value
- Exp_AdaptiveCyberCycle The Expert Advisor Exp_AdaptiveCyberCycle is built on the basis of the Adaptive Cyber Cycle indicator. The signal is formed when a bar is closing if there is crossing of indicator and its signal line.
- Exp_AroonSignal The Expert Advisor based on signal entry taken from the AroonSignal signal indicator
- Exp_3Parabolic The trading system based on the three Parabolics with three different Time Frames
- Exp_AMkA The Expert Advisor based on the AMkA indicator
- e-TurboFx The Expert Advisor tries "to catch" rollbacks after a strong movement. Candlestick analyses is used
- iMa_HTF Good old Moving Average drawn using DRAW_SECTION style is a usual mean to draw ZigZag. Time Frame on which it is calculated can be set in input parameters. That is why such an unusual style of drawing is used.
- Artificial Intelligence The Expert Advisor on a single-layer line Perceptron with 4 entries which analyzes the Accelerator Oscillator indicator's data
- iBBands_HTF Bollinger Bands drawn using DRAW_SECTION style is a usual mean to draw ZigZag. Time Frame on which it is calculated can be set in input parameters. That is why such an unusual style of drawing is used.
- SelfLearningExperts Selflearning Expert Advisor
- Trading Signal Module - plain MA crossover Signals Simple MA crossover Signaling for Expert Advisor Wizard
- JPAlonso-modoki Analyzed copy of ATC2012 current champion JPAlonso's EA.
- DDE - Server Export MQL5 live data to Excel (DDE)
- isNormalDist The Shapiro-Wilk normality test.
- Exp_BBands_Stop The trading system based on the signals obtained from the BBands_Stop_v1 signal indicator.
- Support Vector Machine Learning Trader This Expert Advisor uses support vector machine learning to analyze historical price data and signal future trades.
- Exp_BBSqueeze The trading system based on the signals obtained from the BBSqueeze signal indicator.
- Exp_Bezier The trading system based on the change in the direction of a universal Bezier curve.
- starter The Expert Advisor based on the following indicators: Laguerre, CCI and MA.
- SHE_kanskigor The Expert Advisor opens a position at the specified time in the direction opposite to that of yesterday's daily bar.
- Divergence Trader The Expert Advisor operating based on divergence of two moving averages.
- TEMA Band An indicator similar to Bolinger Band.
- Regression Analysis Alert Change Alert for barmenteros original indicator that compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.
- AroonSignal The signal indicator based on the Aroon indicator values.
- ParkinsonHistVolatility Parkinson's historical volatility.
- HistVolatility This indicator calculates the classic historical volatility of a financial asset.
- CCI_DrawMode Implementation of the option to change the drawing mode, as exemplified by the CCI indicator.
- Trade_Time This indicator draws a period of operation that specifies trade start time and trade stop time.
- up3x1 The Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up a market entry upon the conclusion of a trend on the trend reversal.
- Universal_Investor The Expert Advisor operating based on exponential and linear weighted moving averages of the same period.
- TrendCapture The Expert Advisor operating based on the SAR and ADX indicators where the permitted trade direction is selected based on trade results.
- iClose_HTF The iClose_HTF indicator plots a zigzag based on closing prices of a time frame specified in the input parameters.
- CandleVisual The simplest visual interpretation of a candlestick chart.
- MultiCurrency The MultiCurrency indicator allows you to concurrently analyze up to eight currency charts.
- CCI T3 Tick The CCI indicator smoothed using Tillson's algorithm.
- Exp_3rdGenerationXMA The Expert Advisor based on the change in the 3rdGenXMA moving average direction.
- up3x1_Krohabor_D Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up an entry with the trend.
- ATR_OpenIndent_v2 The indicator shows the opening price of the senior time frame (e.g., 1-day time frame) and draws line indents to the opening price, thus forming a range.
- CSelectFile The file selection graphical interface class.
- TradeStatisticsPanel The panel for the display of statistical parameters calculated based on the trade history.
- CTradeStatistics Class for the calculation of the ENUM_STATISTICS enumeration parameters
- BidAskChannel The BidAskChannel indicator is designed to account for spread in the shadows of candles.
- Squize_MA The Squize_MA indicator displays the intersection of two Moving Averages with different averaging periods. The chart also features conventional flat limits.
- 3rd Generation XMA 3rd Generation XMA is the 3rd generation moving average. This is an advanced version of the standard moving average indicator (МА) that follows a fairly simple procedure to reduce the time lag based on the increase in the moving average period.
- SinTick The sine and tick indicator
- GetExtremums The function that identifies extremums over a given period of history.
- gpfTCPivotStop The Expert Advisor based on daily Pivot support.
- gpfTCPivotLimit The trading system operating based on the bounce off the support/resistance levels of the Pivot indicator
- GMMA_Long_Gistogram The GMMA Long indicator converted into a histogram for a better visualization.
- SpearmanStack_X20 (SpearmanRankCorrelation indicator threads) Twenty lines of the Spearman's Rank Correlation indicator in one window
- ColorXATR Smoothed ATR that uses color to show whether the trend strengthens or weakens.
- IncGUI_BitPic Graphical control for pixel drawing.
- MultiLineMovingAverage The MultiLineMovingAverage indicator shows levels of six moving averages for different time frames in the active chart window.
- ColorRVI_HTF The classic version of the RVI indicator (Relative Vigor Index) that can be arranged so that the time frame of the indicator is fixed at a value different from the chart time frame. The indicator is displayed as a cloud.
- New Highs-New Lows Index The New Highs-New Lows index is calculated as the difference between the number of currency pairs that reached new highs over a given period and the number of currency pairs that reached new lows over a given period.
- Color ZigZag Multicolor modification of Fast ZigZag.
- Fast Trading Panel Fast Trading Panel - the panel for fast trading
- MA2CCI Expert Advisor that operates based on two МАs and CCI
- TradeChannel The Expert Advisor based on the price channel
- Gann_Multi_Trend The indicator of the Micro, Middle and Main Trends
- MultiRVISignal MultiRVISignal displays information on current trends using values of the four RVI indicators obtained from different time frames.
- MultiMACDSignal MultiMACDSignal displays information on current trends using values of the six MACD indicators obtained from different time frames.
- MultiX2MASignal MultiX2MASignal displays information on current trends using values of the four X2MA indicators obtained from different time frames.
- MultiXRSXSignal MultiXRSXSignal displays information on current trends using values of the four XRSX indicators obtained from different time frames.
- EA_AML Expert Advisor that trades based on the AML indicator, at the intersection of the bar with the indicator line.
- Fast ZigZag The easiest and fastest zigzag.
- CCIT3_noReCalc The CCIT3_Simple indicator modified.
- PercentInfo PercentInfo gives information on the rise and drop in prices expressed as a percentage and in points as obtained from the three largest time frames of the currency chart. Simple and good information assistant.
- XPercentR-PCR The simple oscillator indicator displayed as colored cloud.
- CandleTrend The CandleTrend indicator displays price movement directions from six different timeframes.
- CCIT3_Simple Modified CCIT3 indicator
- BubblesAndDrops The indicator shows possible price movement direction.
- AML Adaptive Market Level Adaptive Market Level shows the current reference level of the market price. The level is shifted only in case of the price trend movement.
- ALGLIB - Numerical Analysis Library ALGLIB math function library (v. 3.19) ported to MQL5.
- Ask Bid Ticks Ask Bid Ticks is a high-precision, real-time tick data solution for microstructure analysis (a tick data collector). It works with local computer time.
- Daily Range This indicator calculates and shows daily highest and lowest prices, display them as two set of lines.
- XprofuterOverlay XprofuterOverlay shows the line of the price future movement.
- XprofuterDD XprofuterDD presents an attempt to predict the future price behavior.
- iMACD±ATR MACD shifted for the trading range is used to determine a trend and overbought/oversold areas.
- ColorStochastic_HTF Standard Stochastic oscillator displayed as a cloud that can be located by setting the indicator timeframe value different from the chart one.
- PositionInfo The simple indicator for displaying some relevant information about a position right in the chart window.
- Exp_ATR_Trailing The Expert Advisor moves Stop Loss of the open position along the border of the channel built using ATR_Trailing.
- i-AnyRange2 The indicator of two unspecified time intervals.
- TimeSeries - Function Library for Working with Time Series Function Library for Working with Time Series: iTime, iOpen, iHigh, iLow, iClose, iHighest, iLowest, iBarshift. Short invocation version is available for all functions (with the current chart's symbol and period).
- InfoMarket This is an informative script displaying data on the current trading pair in the chart window.
- ColorStochastic Standard Stochastic shown as a color histogram.
- XMACD_HTF Standard MACD version that can be located by setting the indicator timeframe value different from the chart one. The indicator also allows traders to select histogram and signal line smoothing algorithms.
- BvsB Bears vs Bulls. Bees vs honey. Rock vs drugs.
- InfoAccount This is an informative script displaying data on the current trading account in the chart window.
- Geo_ShowOpenDayLevel The indicator shows day open level on any timeframe.
- ShowMinMaxDayLevels The indicator displays high and low levels of a day (specified by the input parameter value) on any timeframe.
- Second Graph The simple indicator for displaying the price chart of any trading symbol in the indicator window.
- Spread Of Symbols The indicator shows the chart of the difference (sum) of trading symbols' prices. It is suitable for visual estimation of trading symbols' correlation. It will be very useful for traders interested in pairs trading (spread trading). Indicator bars are synchronized by time with the bars of the chart the indicator is launched at.
- 2 Symbols on Chart The indicator displays the second chart over the main one using the reference point.
- SpudsStochastic 8 Stochastic oscillators (%K 6, 9, 12, 14, 16, 19, 21, 24).
- XRSX_BB_HTF This indicator is a modified version of RSI that can be placed on a chart having another timeframe. It also allows users to change RSI and the signal line's smoothing algorithms.
- XLineRegression XLineRegression creates levels based on the linear regression algorithm.
- RSI-Crossover_Alert The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone.
- RVI-Crossover_Alert The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone.
- EA_CCIT3 The Expert Advisor is based on CCIT3_Simple and CCIT3_noReCalc. Crossing of the indicator's zero line is used for trading activity.
- Moving Average: 3-Pole Butterworth Filter Moving Average: 3-Pole Butterworth Filter. The indicator is based on the code of Witold Wozniak.
- ClosePosition The script is designed for closing open positions.
- InvertPosition The script is developed for reversing open positions with fixed Stop Loss and Take Profit values in points from the current price and the volume depending on the reversed position.
- AverageSizeBar The average candle size for a certain period.
- BrakeMA Simple trend indicator displayed in the form of NRTR.
- Simple Trend Detector Same RSI and Dem but more sensitive one.
- i-BB-Width Bollinger Bands Width. One of its application methods was described in FOREX Magazine №123 (July 2006) on page 47.
- TandemInstrument The indicator displays the charts of two symbols in one window.
- RSI HTF Standard RSI that can be applied for a chart having a different timeframe.
- Smoothed Simple Trend Detector Smoothed Simple Trend Detector.
- CCI T3 CCI smoothed by Tilson algorithm.
- WPRfix The indicator displays the price location within a specified range.
- BrakeParb Simple trend indicator displayed in the form of NRTR.
- Tandem Pair trading. Hedging. Market-neutral strategies.
- BrakeExp Simple trend indicator displayed in the form of NRTR.
- i-AnyRange The indicator of the ranges of unrestricted time intervals.
- MA-Crossover_Alert The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox.
- EMDcotir (Empirical Mode Decomposition) Empirical mode decomposition of the current symbol.
- SetSellStopLimitOrder The script is developed for placing a SellStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.
- SetBuyStopLimitOrder The script is developed for placing a BuyStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.
- SetBuyLimitOrder The script is developed for placing a BuyLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price.
- SetBuyStopOrder The script is developed for placing a BuyStop order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price.
- SetSellStopOrder The script is developed for placing a SellStop order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price.
- SetSellLimitOrder The script is developed for placing a SellLimit order with fixed actuation levels, Stop Loss and Take Profit levels in points from the current price.
- Inter Multicurrency multitimeframe indicator.
- Point and Figure Point and Figure indicator shown in bars and displayed in the separate window.
- BullsBears The trend indicator in the form of a colored cloud using volumes in its calculations. Enhanced version of Bears and Bulls indicator. The idea is to reveal the first market impulse and estimate its duration.
- MACD Elder Impulse Max MACD histogram with bars coloring according to Elder Impulse System.
- ATRNorm ATRNorm is the normalized version of АTR. Tick volume, standard divergence and other parameters can also be used instead of АТR. The indicator represents logical development of the script. ATRNorm has been created to detect flat areas.
- MARSICD Trend indicator based on two RSI oscillators.
- MA_NRTR Simple trend indicator in the form of NRTR
- The Height of the Period The indicator calculates the difference between the period maximum and minimum. The period is specified in the indicator parameters.
- OpenSellPosition The script is developed for selling with fixed Stop Loss and Take Profit values in points from the current price.
- OpenBuyPosition The script is developed for buying with fixed Stop Loss and Take Profit values in points from the current price.
- DaysOfWeekCheck The function is used to determine weekends on a server. It will be especially useful to those who use OnTimer() function in their Expert Advisors for events handling.
- EAX_Mysql - MySQL library This library allows an easy interface to MySQL.
- ExtObjects Dedicated functions to read and write object properties.
- Momentum Color Fill The Momentum Technical Indicator measures the change of price of a financial instrument over a given time span.
- QEMA QEMA - Quadruple Exponential Moving Average.
- PEMA PEMA - Pentuple Exponential Moving Average.
- GetLotForOpeningPos The function that calculates the lot size depending on the amount of money in the deposit currency being used.
- ResultRetcodeDescription The function that decrypts the code of the trade operation result for the functions OrderSend() and OrderCheck().
- GMACD Two-Line MACD. This indicator is available by default in a great deal of trading platforms. But it cannot be found in Metatrader 5.
- IncMatrix Class for working with matrices.
- Widescreenshooter Script to create wide screenshots.
- Choppy Market Index Indicator of market instability.
- Monitoring Spread Tools for monitoring spread of currency pairs
- Weather Vane This indicator calculates last average price for a symbol and determines the trend direction, so it can be a signal to commit a trade operation.
- Triangle Hedge Opens a virtual hedge position in MetaTrader 5.
- Ideal ZigZag This is a simple but very fast ZigZag with no suspended or wrong peaks. The indicator is designed for use in EAs. Peaks retrieval has been time-optimized.
- Jolly Roger EA Version Inspired by Pirat's Expert Advisor submitted to the Automated Trading Championship 2011.
- The Example of IndicatorParameters() usage This Expert Advisor illustrates the usage of the IndicatorParameters() function to get the information about the number of input parameters, their type and values.
- Corrected Average (CA) Corrected Average indicator by A.Uhl (also known as the "Optimal moving average").
- Chart_Period_Changer A simple script for switching basic timeframes. It allows to change a chart period using hot keys.
- Visualization of Optimization Results in Real Time Introducing the example of visualization of optimization results in real time (balance curve dynamics and an Expert Advisor statistical parameters).
- EA_MARSI The Expert Advisor is based on EMA_RSI_VA indicator.
- EMA_RSI_VA Exponential Moving Average - RSI Volatility-Adjusted by Jose Silva.
- EMA_BB_VA Exponential Moving Average - Bollinger Bands ® Volatility Adjusted by Jose Silva.
- EMA_ATR_VA Advaptive Exponential Moving Average - ATR Volatility Adjusted by Jose Silva.
- EMA_STD_VA Adaptive Exponentially Smoothed Moving Average, based on StdDev indicator.
- sSortTest Comparative study of sorting algorithms.
- Sampler The indicator calculates perfect market entry signals, which can be used for neural network training.
- Pearson correlation indicator Pearson correlation indicator shows the correlation between symbols.
- Size Highs And Lows The indicator shows the size of Highs and Lows and their values over the specified period.
- IncGUI_ColorInput Graphic control for color selection.
- IncColors This class contains functions for working with colors. It has color conversion and other useful functions.
- MultiSignals_PCH This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss/Take Profit levels were added.
- DCC The indicator plots the chart of the specified symbol in a separate window.
- Multi-Williams Percent Range trend indicator Multi-Williams Percent Range trend indicator.
- MA mass cloud Clouds formed by the masses of moving averages of different periods.
- News VLine The script adds vertical lines on the chart at the news events.
- Pivot Point Classic Pivot Point indicator paints pivot point and three resistance and support levels for all data points.
- JPTrend indicator The indicator calculates the resistance and support lines and shows alerts when price is reached them.
- AutoNK The indicator creates a channel and provides the possibility to configure it with automatic tuning.
- Smooth Lines The indicator shows the use of the free Library for Custom Chart library for the automatic connection of the indicators to iCustomChart custom charts created on the basis of custom history files.
- Expert Advisor Demonstrating LibCustomChart Application The Expert Advisor shows the use of the free LibCustomChart library for the automatic connection of the Expert Advisors and indicators to iCustomChart custom charts created on the basis of custom history files.
- ColorChart Simple script to randomize all colors of your chart. Just click on it and see results yourself!
- Percentage of Trend This Indicator is used for calculating trend.
- Statistics.mqh Functions The library that contains various statistical functions including the calculation of an average value, variance, asymmetry, excess, covariation, correlation etc.
- Objects Description Activator Enables the "Chart Objects Description" for non-programmers. For any open chart window.
- Price on Bollinger Channel The indicator draws (in a separate window) the Bollinger Bands relative to the moving average and projection of the price bars.
- MA-Env Moving Average Envelopes.
- Trading signals module based on SilverTrend_Signal indicator Trading signals module for MQL5 Wizard. SilverTrend_Signal indicator's color dot serves as a market entry signal.
- Trading signals module based on ColorJFatl indicator Trading signals module for MQL5 Wizard. The moment, when ColorJFatl indicator changes its color, indicates the time for market entry.
- CFastFile - class for working with uchar array as a virtual file The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant acceleration when working with data.
- Trading signals module based on WPRSIsignal indicator Trading signals module for MQL5 Wizard. WPRSIsignal indicator's color arrow serves as a market entry signal.
- Trading signals module based on Candles_Smoothed indicator Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by Candles_Smoothed changes its color, indicates the time for market entry.
- Trading signals module based on PriceChannel_Stop indicator Trading signals module for MQL5 Wizard. The moment, when PriceChannel_Stop indicator changes its color, indicates the time for market entry.
- Trading signals module based on NonLagDot indicator Trading signals module for MQL5 Wizard. The moment, when NonLagDot indicator changes its color, indicates the time for market entry.
- Trading signals module based on ColorLaguerre indicator Trading signals module for MQL5 Wizard. The moment, when the oscillator line formed by ColorLaguerre changes its color, indicates the time for market entry.
- Trading signals module based on Karacatica indicator Trading signals module for MQL5 Wizard. Karacatica indicator's color arrow serves as a market entry signal.
- Trading signals module based on BykovTrend indicator Trading signals module for MQL5 Wizard. BykovTrend indicator's color arrow serves as a market entry signal.
- Trading signals module based on LeManSignal indicator Trading signals module for MQL5 Wizard. LeManSignal indicator's color dot serves as a market entry signal.
- Trading signals module based on 3LineBreak indicator Trading signals module for MQL5 Wizard. The moment, when a bar formed by 3LineBreak changes its color, indicates the time for market entry.
- Trading signals module based on FiboCandles indicator Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by FiboCandles changes its color, indicates the time for market entry.
- Trading signals module based on ASCtrendSignal indicator Trading signals module for MQL5 Wizard. ASCtrendSignal indicator's color dot serves as a market entry signal.
- Trading signals module based on SuperTrend indicator Trading signals module for MQL5 Wizard. SuperTrend indicator's color dot serves as a market entry signal.
- Trading signals module based on Heiken_Ashi_Smoothed indicator Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by Heiken_Ashi_Smoothed changes its color, indicates the time for market entry.
- Trading signals module based on Go indicator Trading signals module for MQL5 Wizard. Go indicator's color arrow serves as a market entry signal.
- Trading signals module based on Sidus indicator Trading signals module for MQL5 Wizard. Sidus indicator's color arrow serves as a market entry signal.
- Trading signals module based on Stalin indicator Trading signals module for MQL5 Wizard. Stalin indicator's color arrow serves as a market entry signal.
- iSimpleClock_v2 Simple clock displayed via the "label" graphical object (OBJ_LABEL).
- CCalendarInputBox New CCalendarInputBox control element of the IncGUI library has been designed for date and/or time input.
- at_Itp(t)Env Curvelinear redrawing channel.
- SeNSetiVe The trend indicator that gives signals for performing deals. The indicator color depends on the market movement direction determined by the indicator position relative to the zero line.
- FP channel The channel is based on the prices extreme values for a period. Central line, upper and lower channel borders values are determined by calculation of the Pivot Points used as assumed support and resistance levels.
- BullsBearsEyes The sum of Bears Power and Bulls Power technical indicators values averaged using Laguerre algorithm.
- SinTrend Simple trend indicator.
- wlxBWACsig The indicator shows entry signals based on Accelerator Oscillator.
- Bezier This indicator is an alternative to the moving averages with less delay and possibility to manage sensitivity ratio.
- FlatTrend2 The simplest signal indicator for specifying trend power and direction.
- MBKAsctrend3 Typical semaphore signal indicator that shows market entry points using color arrows.
- Change Of Volatility The indicator specifies the market volatility as a standard deviation.
- Fx10 The semaphore signal indicator with the values based on five technical indicators: LWMA, SMA, RSI, Stochastic, MACD.
- TrendTriggerMod The indicator displays trend power and direction.
- IsNewBar СIsNewBar class allows to determine the moment of a bar change.
- i-Fractals-sig The indicator of the market entry signals using fractals.
- Forecast Oscillator Normalized oscillator provided by the signal line and colored dots for making deals.
- JBrainTrend1Stop The indicator building Stop Loss levels lines according to BrainTrend1 trading system data with preliminary price timeseries smoothing.
- ATR channel The channel based on ATR (Average True Range) technical indicator deviations from the moving average.
- 3X_ParabolicRegression Two rectilinear channels of standard deviations + curvelinear channel of the parabolic regression with interpolation of a price chart future values.
- JBrainTrendSig1 Signal indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing.
- LinearRegression When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level.
- J_TPO Normalized oscillator displayed as a histogram.
- DailyRange The indicator calculates forecast prices of the daily price range. It shows resistance and support levels of current day using the prices of the previous day.
- BuySell This indicator shows the "ultimate support/resistance" levels of current trend. Trend changes is shown with color rectangles, trend direction is shown with colored dots.
- StoDiv This typical signal indicator is based on Stochastic oscillator and Fractals technical indicators.
- J_TPO_Velocity Typical unnormalized oscillator displayed as a color histogram.
- KalmanFilter The indicator displays the fast adaptive line that allows to evaluate a trend line.
- JCFBaux The oscillator consisting of Momentums series.
- OpenCL Test A small example of the Mandelbrot fractal calculation in OpenCL. The OpenCL accelerates calculations of fractal approximately up to 100 times in comparison with the CPU calculations.
- CMO In this version of Chande Momentum Oscillator the smoothed price is used for the calculations.
- Ultra Spearman Rank Correlation This trend indicator is based on SpearmanRankCorrelation indicator values and analysis of its signal lines.
- ColorStdDev Most visually convenient trend power indicator based on Standard Deviation.
- JBrainTrend1 Trend indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing.
- XR-squared XR-Squared indicator uses linear regression to determine the presence or absence of a market trend.
- DSS Bressert The Double Smoothed Stochastics indicator was proposed by William Blau and Walter Bressert. The calculation of DSS values is similar to Stochastic indicator, the difference is the use of double exponentially smoothing.
- UltraFatl This indicator is based on Fatl indicator values and analysis of its signal lines.
- WKBIBS WKBIBS is a next generation oscillator with combined WKB and IBS indicators functions.
- Sidus This indicator is based on the first version of Sidus trading method. It shows market entry points.
- TrendManager Visual trend indicator that shows the direction and power of the current price movement.
- Ultimate_Oscillator The Ultimate Oscillator by Larry Williams is calculated as weighted value of three Stochastic, indicators, calculated for fast, middle and short periods.
- IBS Internal Bar Strength Indicator measures the "inner strength" of each bar by subtracting the close price from the low and dividing the resulting number by the difference between high and low bars.
- X2MA_KLx3_Cloud Keltner Channel displayed as colored background.
- FisherTransform_HTF_Signal FisherTransform_HTF_Signal shows a trend direction as a graphical object with colored trend indication and gives alerts or audio signals in case of a trend change.
- HLR The HighestLowestRange (HLR) determines the relative price position in range of the several X bars ago. If price located at range bottom (new low), the indicator is equal to 0, if price position at the top of the range (new high), the indicator is equal to 1 (or 100%).
- MPC The MPC indicator plots a simple channel using extermums of the specified period. It can be used for additional visual control of trading system (channel breakout), based on HighestLowestRange (HLR) indicator.
- StopOutPrice The script calculates Stop Out price (at this price position will be closed by broker) of the opened position and the price, at which Free Margin became negative (LockOut price).
- X2MA_BBx3_Cloud Bollinger Bands displayed as colored background.
- UltraCCI This indicator is based on CCI (Commodity Channel Index) and the analysis of a trend direction of its multiple signal lines.
- BBSqueeze Unnormalized symmetrical oscillator based on the linear regression algorithm with the simplest trend power indicator.
- Ultra Momentum This indicator is based on Momentum and its multiple signal lines analysis.
- XMA Ichimoku Channel Envelope construído pelas médias móveis e calculado da mesma maneira que os de Ichimoku Kinko Hyo.
- LinearRegSlope_V1_HTF_Signal LinearRegSlope_V1_HTF_Signal shows a trend direction as a graphic object with colored trend indication and sends alerts or audio signals in case the trend changes.
- UltraXMA This indicator is based on the integral value of the trend from the fans of similar moving averages with an arithmetic progression of the smoothing period.
- UtterFractals This indicator shows the "inner market structure" close to the real one in contrast to the standard "fractals" and all sorts of zig zags.
- ZigZag_NK_MTF ZigZag indicator version displaying results of its calculations from the larger timeframe at the current one.
- iGDR_Fractal_Levels iGDR_Fractal_Levels shows the fractals average values over a certain period of time.
- Waddah Attar Fibo The indicator displays possible support and resistance lines as colored dots using Fibo levels.
- 3XMA_Iсhimoku The indicator that reminds of Ichimoku Kinko Hyo by its creation and usage principles.
- HL Cross Signal for WPR The HLCrossSig for WPR is considered as a trend indicator, since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional influence from trading.
- XMA_Ichimoku Moving average with calculation algorithm equivalent to the one of Ichimoku Kinko Hyo.
- UltraWPR This indicator is based on WPR (Larry Williams' Percent Range) and its multiple signal lines analysis.
- FractalLevels FractalLevels displays the channel based on fractals.
- ^X_NonLinearRegression Non-linear regression with interpolation of a price chart future values.
- ColorXWPR Enhanced version of Larry Williams' Percent Range.
- Past Regression Deviated Channel trend indicator.
- UltraRSI This indicator is based on RSI and its multiple signal lines analysis.
- MA_AC_Stochastic_Signal This indicator shows trend direction (Moving Average) and trading signals (Stochastic + Accelerator).
- DinapoliTargets_MTF The grid consisting of DiNapoli levels and built using a larger timeframe chart. DiNapoliTargets indicator data is considered in the process of grid creation.
- ZigZag_INT ZigZag indicator version with optimized calculation speed.
- RSI_AC_Stochastic_Signal This indicator shows trend direction (RSI) and trading signals (Stochastic + Accelerator).
- AsymmetricStochNR Enhanced version of the Stochastic oscillator.
- RBVI The basis of the RBVI Forex indicator is an attribute of the night market to sharply decrease the volatility due to absence of active trading on exchanges. The indicator considers the price flow and the volatility (changeability) of the market what helps to successfully behave in a flat market. It is recommended to use RBVI in Expert Advisors that run in night time.
- SVS_Trend Trend Indicator. There are 10 possible variants of changing the averaging of the signal line in this indicator.
- IncDeMarkerOnArray CDeMarkerOnArray class is designed for calculation of DeMarker values on indicator buffers.
- Polarized Fractal Efficiency Polarized Fractal Efficiency is a technical indicator that displays the current market prices efficiency.
- SL_ATR The indicator creates areas of preferable stop-losses location for long and short positions at any time.
- IncDemaOnArray The CDemaOnArray class is intended for calculation of DEMA (Double Exponential Moving Average) on an indicator buffer.
- DinapoliTargets_Full This version of the DinapoliTargets_Full indicator is convenient with its capability to be draw for any bar of a chart, what allows seeing the whole picture of the market behavior relative to the indicator levels on each bar. Apparently this indicator can be most useful when analyzing a strategy in the offline mode.
- IncTemaOnArray The CTemaOnArray class is intended for calculation of TEMA (Triple Exponential Moving Average) on an indicator buffer.
- DinapoliTargets The indicator draws a grid of possible future levels of price.
- VQ bars Trend indicator that sets color dots on a price chart according to a trend direction.
- Break_Lag_ATR The indicator showing volatility breakout as a histogram and serving as a signal for market entry/exit/position reversal or position volume increasing.
- Heiken_Ashi_Smoothed_HTF_Signal Heiken_Ashi_Smoothed_HTF_Signal displays trend direction as a sequence of graphical objects, the trend is determined by Heiken_Ashi_Smoothed indicator.
- IncFramaOnArray The CFramaOnArray class is intended for calulcation of Fractal Adaptive Moving Average (FRAMA) on indicator buffers.
- IncOBVOnArray The COBVOnArray class is intended for calculation of OBV (On Balance Volume) on indicator buffers.
- IncCHVOnArray The CCHOOnArray class is intended for calculation of the Chaikin Volatility indicator (CHV) on indicator buffers.
- IncFractalsOnArray The CFractalsOnArray class is intended for calculation of Fractals on indicator buffers.
- IncTrixOnArray The CTrixOnArray class is intended for calculation of Triple Exponential Average (TRIX) on an indicator buffer.
- IncPriceChannelOnArray The CPriceChannelOnArray class is intended for calculation of the price channel on indicator buffers.
- IncEnvelopesOnArray The CEnvelopesOnArray class is intended for calculation of Envelopes on an indicator buffer.
- IncVHFOnArray CVHFOnArray class is designed for calculation of Vertical Horizontal Filter (VHF) values on indicator buffers.
- ZigZag based on the fractals of a larger timeframe ZigZag based on the fractals of a larger timeframe considering VininI_FractalsTrend indicator data.
- 3D_Oscillator_HTF_Signal 3D_Oscillator_Signal shows a trend direction or a signal for performing a deal generated by 3D_Oscillator as text messages with a trend color indication or deal direction and gives alerts or audio signals.
- IncVidyaOnArray The CVidyaOnArray class is intended for calculation of VIDYA (Variable Index Dynamic Average) on an indicator buffer.
- IncForceOnArray The CForceOnArray class is intended for calculation of Force Index on indicator buffers.
- IncWPROnArray The CWPROnArray class is intended for calculation of Williams' Percent Range (%R) on indicator buffers. The example of use of the class is provided.
- IncBullsBearsOnArray CBullsBearsOnArray class is designed for calculation of Bulls Power and Bears Power values on indicator buffers. The example of use of the class is provided.
- Fine_Fractals_MTF The indicator creates fractals from another larger timeframe on a current chart based on Fine_Fractals indicator data.
- BrainTrend_HTF_Signal BrainTrend_HTF_Signal displays trend directions from the last bars of the BrainTrend1 and BrainTrend2 as a sequence of graphical objects. The number of bars to be used is set in the input parameters.
- IncCCIOnArray CCCIOnArray class is designed for calculation of Commodity Channel Index (CCI) values on indicator buffer. The example of use of the class is provided.
- Rabbit Modified version of "Rabbit" indicator having enhanced display features (the indicator displays actual support/resistance levels for any currency pair).
- SilverTrend_HTF_Signal SilverTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by SilverTrend_Signal indicator as a graphic object with colored trend indication or deal direction.
- IncBandsOnArray The CBandsOnArray is intended for calculation of the Bollinger Bands ® (BB) on an indicator buffer.
- IncIchimokuOnArray The CIchimokuOnArray class is intended for calculation of Ichimoku (Ichimoku Kinko Hyo) values on indicator buffers.
- IncStdDevOnArray CStdDevOnArray class is designed for calculation of Standard Deviation (StdDev) on indicator buffers. The example of use of the class is provided.
- LeMan Objective The indicator shows possible targets of price movement. It calculates the distance from the market entry price to the highs and lows displaying the quartiles deviation.
- BykovTrend_HTF_Signal BykovTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by BykovTrend indicator as a graphic object with colored trend indication or deal direction.
- File Mapping without DLL The classes (conveted from C++ to MQL5) for working with memory mapped files.
- Memory Mapping DLL (MS VC++ 2010) for working with Memory Mapped files.
- Quotes Monitoring (memory-mapped file) This Expert Advisor is example of use of the Memory Mapping DLL for working with File Mapping functions. In this example the Expert Advisor create a virtual (memory-mapped) file and start to update the quotes on symbol. Using this way, Expert Advisors can exchange data (for example, quotes) using common memory-mapped file.
- IncRVIOnArray CRVIOnArray class is designed for calculation of RVI (Relative Vigor Index) values on indicator buffers. Test_RVIOnArray indicator is provided as the example of the class use.
- sSyncScroll Script for the charts simultaneous scrolling.
- ElderImpulseSystem_HTF_Signal ElderImpulseSystem_HTF_Signal displays trend directions from the last bars of the ElderImpulseSystem as a sequence of graphical objects. The number of bars to be used is set in the input parameters.
- IncCHOOnArray CCHOOnArray class is designed for calculation of Chaikin Oscillator (CHO) values on indicator buffers. Test_CHOOnArray indicator is provided as the example of the class use.
- Quartiles The indicator shows the first, second and third quartiles of the sample.
- XMA-XN The fan of hundred XMA moving averages with the possibility to change the number of lines on a chart and select a smoothing method out of ten possible versions.
- IncADOnArray CADOnArray class is designed for calculation of AD (Accumulation Distribution, A/D) values on indicator buffers. Test_ADOnArray indicator is provided as the example of the class use.
- GMMA Guppy Multiple Moving Average (GMMA) is an indicator based on the relationships between groups of moving averages providing insight into the behavior of two dominant market groups - traders and investors.
- Parabolic_HTF_Signal Parabolic_HTF_Signal shows a trend direction or a signal for performing a deal generated by Color_Parabolic indicator at the chosen bar as a graphic object with colored trend indication or deal direction and sends alerts or audio signals in case of a market entry moment.
- IncMomentumOnArray CMomentumOnArray class is designed for calculation of Momentum values on indicator buffers. Test_MomentumOnArray indicator is provided as the example of the class use.
- The Binary Wave The Binary Wave returns a positive or a negative value depending on how the indicator readings are interpreted.
- ASCtrend_HTF_Signal ASCtrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by ASCtrend indicator as a graphic object with colored trend indication or deal direction.
- IncSAROnArray CSAROnArray class is designed for calculation of SAR (Parabolic SAR) values on indicator buffers. The example of use of the CSAROnArray class is presented.
- Stochastic-X8 The indicator draws a grid of eight stochastic oscillators on one chart with the possibility to change the number of displayed lines.
- StepXCCX_HTF_Signal StepXCCX_HTF_Signal displays trend directions from three last bars of the ColorStepXCCX indicator as three graphical objects with a trend color indication.
- ToClearChart The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.
- XMACD_HTF_Signal XMACD_HTF_Signal displays trend directions from three last bars of the XMACD indicator as three graphical objects.
- SpreadInfo SpreadInfo displays current spread, its average value and their ratio in one of the chart corners.
- X2MA_HTF_Signal X2MA_HTF_Signal displays trend directions from three last bars of the X2MA indicator as three graphical objects, colors of which determine a trend direction.
- IncCMOOnArray CMOOnArray class is designed for calculation of CMO (Chande Momentum Oscillator) values on indicator buffers. The example of use of the CMOOnArray class is presented.
- GetFontName Function module for more convenient font selection display in the indicator input parameters. To free the indicator user from the necessity to manually enter a font name some changes to the code should be inserted.
- XdinMA The moving average, calculated by using the simplest algebraic combination of two other moving averages with different periods. Smoothing algorithms can be selected out of ten possible versions.
- IncERDOnArray CERDOnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA) considering price movement direction. When the price is moving upwards the indicator has positive values, when it is moving downwards, - negative ones.
- IncEROnArray CEROnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA). The example of use of the CEROnArray class is presented.
- ZigZag based on VininI_FractalsTrend ZigZag based on fractals. Due to the use of Fractals indicator, it works much faster than conventional ZigZag indicator.
- StochasticExpansion Good old stochastic oscillator. The difference from the standard one is that it shows overbought and oversold areas in a more visually convenient fashion.
- Val_Bands Candlesticks length volatility indicator useful for tracking gaps on the market and having the settings analogous to the Bollinger Channel. The indicator can show flats and trend beginnings.
- IncMFIOnArray CMFIOnArray class is designed for calculation of MFI (Money Flow Index) values on indicator buffer. The example of use of the class is presented.
- IncRSIOnArray CRSIOnArray class is designed for calculation of RSI (Relative Strength Index, RSI) values on indicator buffers. The example of use of the class is presented.
- WiOver The indicator shows the average percentage value of the last candlesticks overlap. It is useful for those, who enters the market manually using limit orders during price consolidation, as it allows to select order direction. Blue line - recommended BUY-LIMIT, red one - SELL-LIMIT.
- Laguerre_HTF_Signal Laguerre_HTF_Signal shows a trend direction or a signal for performing a deal generated by Laguerre indicator as a graphic object with colored trend indication or deal direction.
- Save history to HST The script exports historical data to HST format for its use in MetaTrader 4 client terminal. This file can be imported in MetaTrader 4 as historical data or you can open it as offline chart.
- IncAMAOnArray CAMAOnArray class is designed for calculation of AMA (Adaptive Moving Average) values on indicator buffers. The example of use of the class is provided.
- TrendLineAlert The indicator displays the inclined trend line that sets the signal actuating level.
- XTrendlessOS (trendless oscillator) The indicator is based on the description given in Joe DiNapoli book "Trading with DiNapoli Levels". It is designed to evaluate the actual market overbought/oversold states.
- VGridLine Intraday X6 Vertical time grid with six hours step.
- IncOsMAOnArray COsMAOnArray class is designed for calculation of OsMA (Moving Average of Oscillator) values on indicator buffers. The example of use of the class is provided.
- X2MA Transform Candles The indicator transfers the price data to the new coordinates system associated with X2MA indicator values.
- Elder Impulse System The candlesticks are colored in red, green and blue colors depending on a trend direction (Moving Average and MACD overall values).
- Percentage Crossover Channel The channel based on the price percentage deviation from the previous value of the channel middle line.
- NonLagDot Nonlagdot is the supply and demand indicator that calculates a possible trend considering market forces domination.
- XD-RangeSwitch Trend indicator. Trend reversal is calculated by the number of candlesticks set in the indicator input parameters.
- FiboCandles The indicator displays colored candlesticks depending on the current trend and considering Fibonacci levels correction and also gives alerts or audio warnings in case of a trend change.
- RSI Strike The indicator displays the crossing points of RSI (Relative Strength Index) indicators belonging to various periods.
- IncStochasticOnArray CStochasticOnArray class is designed for calculation of Stochastic indicator values on indicator buffers. The example of use of the class is provided.
- Trinity-Impulse Trinity-Impulse indicator shows market entries and periods of flat.
- VGridLine_Intraday X3 Vertical time grid with three hours step.
- PriceAlert The indicator displays the horizontal line that sets the signal actuating level.
- VGridLine_Intraday X8 Vertical time grid with eight hours step.
- IncMACDOnArray CMACDOnArray class is designed for calculation of MACD (Moving Average Convergence/Divergence) values on indicator buffers. The example of use of the class is provided.
- VGridLine_Intraday X4 Vertical time grid with four hours step.
- SpreadCandlesCreator The indicator builds a candlestick chart consisting of floating spread current values in online mode.
- IncADXWOnArray CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.
- IncADXOnArray CADXOnArray class is designed for calculation of ADX (Average Directional Movement Index) values on indicator buffers. The example of use of the class is provided.
- ReverseSymbol The indicator allows to work with changing in real time and mirror reversed (1/X) trading instrument.
- VGridLine Daily Vertical time grid with one day step.
- IncATROnArray CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.
- VGridLine Weekly Vertical time grid with one week step.
- Multi RSI Eight RSI (Relative Strength Index) technical indicators in one chart.
- IncMAOnArray CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.
- VGridLine Monthly Vertical time grid with one month step.
- JFatl HTF Baby The hybrid of digital and analog filters that displays larger timeframe values at a smaller one in a minimized way.
- VGridLine_Annual Vertical time grid with one year step.
- JFatl HTF The hybrid of digital and analog filters that displays its larger timeframe values at a smaller one.
- ColorStepXCCX Symmetrical normalized oscillator.
- TrendValue The trend indicator made as NRTR (Nick Rypock Trailing Reverse).
- ZigZag NK FiboFan ZigZag allowing to build Fibo fans on the last two ZigZags.
- Negative Volume Index Negative Volume Index (NVI) draws a connection between the volume downfall and financial instrument price change.
- HistoryLoader Multi-currency Expert Advisor functional module for organization of an access to any historical data with a request result processing.
- Positive Volume Index Positive Volume Index (PVI) draws a connection between the volume rise and financial instrument price change.
- BBands Stop v1 Modification of Bollinger Bands ® trend indicator.
- Murrey Math FixPeriod Murrey Lines with calculation at all bars and the possibility to choose a timeframe for lines calculation.
- X2MA HTF Universal moving average that displays the values from the higher timeframe.
- VHF (Vertical Horizontal Filter) Vertical Horizontal Filter (VHF) shows, if there is a trend or a flat
- TSI-Oscillator The typical normalized oscillator varying within the range -100 to +100 and provided with a signal line.
- AFIRMA МА combination is based on the digital filter and regressive Moving Average.
- METRO This oscillator displays its values considering RSI (Relative Strength Index) technical indicator.
- XDeMarker_BB DeMarker indicator with the possibility to select smoothing algorithms that is made in color with dynamically changing oversold and overbought levels.
- LinearRegSlope_V1 Unnormalized oscillator based on the linear regression algorithm.
- Modified Optimum Elliptic Filter Modified elliptic filter from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading"
- EQUILIBRIUM-2011 Multicurrency "grider" with risk control (version for Automated Trading Championship 2011 and updated version).
- MLP Neural Network Class CNetMLP provides multilayer perceptron (MLP).
- WPRSI signal The indicator gives trading signals using colored arrows on a chart. The signals are based on the WPR (Williams’ Percent Range) and RSI (Relative Strength Index) technical indicators.
- Leading The indicator consisting of two moving averages (Lead and its EMA smoothing) on one chart from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading".
- Laguerre Filter The indicator consisting of two moving averages from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading".
- LinearRegSlope V2 Moving average with the linear regression algorithm.
- XADX More informative Average Directional Index (ADX) indicator with the possibility to select the smoothing algorithm out of ten possible variants.
- XMA JJRSX System The indicator is based on comparing the signals of JJRSX oscillator and XMA moving average working on different timeframes - the current (chart timeframe) and the higher ones.
- JFatlAcceleration_HTF This indicator shows the direction of the acceleration of JFatlAcceleration price from a larger timeframe at a smaller one.
- Two-Pole Super Smoother Filter Two-pole super smoother filter from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading" is used in this indicator for moving average calculation.
- ZigZag on Parabolic + Fibo + Channel ZigZag indicator built using the values of the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these peaks.
- JFatlSpeed HTF This indicator shows the direction of the acceleration of JFatlSpeed price from a larger timeframe at a smaller one.
- Three-Pole Super Smoother Filter Three-pole super smoother filter from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading" is used in this indicator for moving average calculation.
- XML parser A library for parsing of XML documents. Pure MQL5, it doesn't uses any external libraries.
- Candles Smoothed HTF The indicator that displays "averaged" candlesticks of a larger timeframe at a smaller one.
- Magnified Market Price The indicator shows the current price in one of the chart corners.
- Three Pole Butterworth Filter Three pole Butterworth filter is used for smoothing in this moving average calculation algorithm.
- Sine Wave The indicator acts in a fully opposite way comparing to the adaptive moving averages during a trend market: in case of a definite trend, both indicator lines (Lead Sine and Sine Wave) move parallel to each other and show the trend direction by their location relative to each other; in case of a flat, the Sine Wave indicator quickly reacts on the market swing movements.
- TwoPoleButterworthFilter Two pole Butterworth filter is used for smoothing in this moving average calculation algorithm.
- ZigZag NK Channel The indicator draws the channel using ZigZag extreme points.
- Stochastic RSI Stochastic RSI is a standard Stochastic oscillator, the values of which are calculated not from a price series but from RSI technical indicator values.
- Smoothed Adaptive Momentum Adaptive Momentum from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading".
- Resonance Hunter Multi-currency Expert Advisor that analyze resonance events at related financial assets.
- Stochastic CG Oscillator Stochastic CG Oscillator is a stochastic oscillator, the values of which are calculated based not on a price series, but on CG Oscillator indicator values.
- iBeta The indicator of covariation, correlation and Beta ratio of two symbols.
- X2MA NRTR The hybrid of the universal moving average and NRTR indicator. In this indicator the values of the moving average are corrected with the help of NRTR algorithm (Nick Rypock Trailing Reverse).
- Adaptive CG Oscillator Adaptive CG Oscillator is a CG Oscillator that can adapt to constantly changing market cycles of a real financial asset.
- XXDPO Detrended Price Oscillator (DPO) shows the market overbought/oversold states and also can be used for getting buy/sell signals.
- Cycle Period This indicator is designed for measurement of a financial asset price change periodicity. Cycle Period allows to create adaptive versions of oscillators.
- Stochastic Cyber Cycle Adaptive Stochastic oscillator.
- Daily Range Projections Full Forecasting the next day candlestick changing range for all bars of the current chart.
- CrossIndex This indicator allows to display the chart of another currency pair in the additional window.
- Adaptive Cyber Cycle Adaptive Cyber Cycle that can adapt to constantly changing market cycles of a real financial asset.
- Daily Range Projections Forecasting the next candlestick changing range on a day chart.
- BrainTrend1 and BrainTrend2 BrainTrend1 and BrainTrend2 are placed in one minimized window to remove excessive elements from a chart workspace. BrainTrend1 (upper square dots) is a basic trend indicator, while BrainTrend2 (lower round dots) is a confirming indicator.
- LeManTrend LeManTrend determines a trend position based on the current price and high and low prices for three periods.
- VininI WPR FO Smoothed Larry Williams' Percent Range using Inverse Fisher Transform.
- Fisher Transform Fisher indicator calculates minimum and maximum price levels in previous history, determines direction of a trend and forecasts its reversal.
- Waddah Attar Explosion The indicator shows the moments of the market acceleration. Besides, it indicates appropriate time for buying, selling and market exit.
- StepMA_Line StepMA is executed as a moving average.
- Smoothed ADX There are a lot of smoothing algorithms. This indicator is a smoothing of standard ADX.
- Ichimoku Cloud Simplified Ichimoku indicator (Ichimoku Kinko Hyo) containing only the cloud.
- MarketProfile Market Profile is a tool used by many futures traders for the analysis of the statistical time distribution of the price, finding a price area and control values for the day trading session. The indicator is based on the simple price movement and does not use standard MetaTrader 5 platform indicators.
- Fisher RVI Fisher RVI is an oscillator that modifies RVI (Relative Vigor Index) custom indicator values using Inverse Fisher Transform.
- XOSMA Oscillator Four-colored histogram of OsMA (Moving Average of Oscillator) allowing to implement different smoothing algorithms.
- ATRPivot ATRPivot generates support and resistance levels considering Average True Range (ATR) indicator.
- Fisher CG Oscillator Fisher CG Oscillator is an oscillator that modifies the CG Oscillator custom indicator values using Inverse Fisher Transform.
- StepMA_NRTR StepMA made as the Nick Rypock Trailing Reverse (NRTR) indicator.
- Color Parabolic Ergonomic Parabolic SAR. The indicator itself is a two-color one and it also adds large colored dots that appear during each trend reversal.
- Fisher Cyber Cycle Fisher Cyber Cycle is an oscillator that modifies the Cyber Cycle custom indicator values using Inverse Fisher Transform.
- 3Parabolic System This indicator compares the signals of three versions of Parabolic SAR indicator. The versions are set at different timeframes: junior (chart timeframe), middle and senior.
- CG Oscillator CG Oscillator basic and signal lines crossing generates buy and sell signals.
- Mikahekin Mikahekin can be called a complete analytical block rather than just an indicator. The color of bars shows a trend direction and their height indicates a trend power. Blue and magenta dots show trailing-stop levels for long and short positions, respectively.
- i-Regression Channel i-Regression Channel generates regression channel.
- Hull Moving Average (HMA) Hull Moving Average (HMA) that can change its color.
- CyberCycle Cyber Cycle high-frequency filter.
- AutoTrendLinien Autotrendlinien generates a channel in the direction of an existing trend.
- Total Power Indicator The indicator generates continuous lines of the relative average bullish and bearish power.
- ZigZag + Fibo ZigZag indicator allowing to set Fibo levels at two last extremums.
- Instantaneous Trendline Instantaneous Trendline shows buy and sell signals, while crossing the moving averages.
- yEffekt The indicator marks possible trend reversals.
- Range Expansion Index Range Expansion Index (REI) is an oscillator that measures price changing rate and signals about overbought/oversold areas, in case a price shows weakness or strength.
- Swing Index Swing Index is a math expression of the operations activity for the last two bars.
- Mass Index (MI) The Mass Index is intended for detection of trend reversals based on changes in the bandwidth between the highest and the lowest prices.
- BarTimer The current time position in relation to the beginning and the end of the bar is shown. In addition the ratio between the time passed since the beginning of the bar and the whole bar duration expressed in percents is given. It is useful for choosing the moment of making a trade decision.
- Candles_Smoothed Smoothed candlestick chart.
- Ease of Movement Ease of Movement technical indicator is used to display the ratio between prices change rate and market volume.
- Stochastic RVI Stochastic RVI is a standard Stochastic Oscillator applied to the values of RVI (Relative Vigor Index) indicator instead of a price.
- cs2011 Automated Trading Championship 2011 version.
- LRMA_Channel_trajectory The indicator builds the trajectory of the front linear regression and standard deviation points.
- SuperTrend SuperTrend trend indicator.
- ZigZag on Parabolic This ZigZag indicator is based on the Parabolic SAR technical indicator.
- Demand Index The Demand Index combines price and volume in such a way that it is often a leading indicator of price change.
- Cronex Super Position Superposition of RSI and DeMarker technical indicators.
- XRAVI Range Action Verification Index trend indicator.
- Matrix operations library The library provides simple matrix operations: addition, subtraction, multiplication, inversion.
- XVSI The indicator that calculates the volume corresponding to MA per second (or period).
- Mass Index The Mass Index was popularized by Tushar Chande and Donald Dorsey.
- XKVO Indicador Klinger Volume Oscillator colorido com a possibilidade de selecionar seu algoritmo de suavização dentre as dez possíveis variantes.
- BB_XMACD BB XMACD is a simple MACD indicator variation.
- XMACD Standard colored MACD histogram allowing to select smoothing algorithms from ten possible variants and containing alerts.
- PowerTrend This indicator determines trend power and direction.
- XRVI Relative Vigor Index that allows to select RVI and the signal line smoothing algorithms.
- ExCandles2 ExCandles-v2 indicator shows candlesticks combinations on a chart using the arrows.
- iTrend Combined power and trend direction indicator.
- SymmetricDarvasBoxes Symmetric Darvas Boxes for Forex.
- Fine Fractals Fine Fractals can show important price curves, highs and lows in the cases where the standard Fractals indicator fails.
- Darvas Box Darvas trading technique is based on his method of a new trend detection.
- MFCS Currency Correlation Chart An indicator to put correlated currency charts on a given currency chart. It shows only bars currently. Color/monochrome mode is configurable. It also supports currency inversion for handling EURUSD & USDCHF like pairs.
- BykovTrend Simple indication of a newly born trend using colored arrows on a chart.
- ATR ratio The indicator of the ratio between fast Average True Range (ATR) and slow ATR.
- DailyPivotShift_Full DailyPivot_Shift indicator differs from the common DailyPivot indicator, as the main levels can be calculated with day start shift. This variant of the DailyPivot_Shift_Full indicator can be built for any chart bar and allows to clearly see the market behaviour relative to the indicator levels at each bar.
- XCCI Standard Commodity Channel Index with the standard average deviation formula and the possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.
- ATR Channels ATR Channels create price movement channels considering ATR (Average True Range).
- DailyPivot Shift DailyPivot_Shift indicator differs from the common DailyPivot indicator, as the main levels can be calculated with day start shift.
- XCCX Commodity channel index having possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.
- XRSX Relative strength index with dynamically changing oversold/overbought levels and the possibility to select smoothing algorithm.
- Stalin Stalin is one of the so-called «signal» indicators, as it provides a trader with accurate market entry points.
- iSimpleClock This indicator shows the simple clock in comment.
- Schaff Trend Cycle Schaff Trend Cycle indicator is a cyclical oscillator created by calculating the stochastic over MACD line using cycles. As a result, the developers managed to achieve more stable and reliable results of the indicator script operation.
- ASCtrend The indicator generates signals for entering the market.
- 3LineBreak The indicator that paints the bars in blue for a bullish trend and in red for a bearish one.
- Value Charts Value Charts is a detrended price indicator, it shows the overbought and oversold states using the detrended price extremes.
- SuperTrend SuperTrend indicator.
- SHI Channel true (NB-channel) SHI_Channel_true automatically shows Barishpolts dynamic moving channels on a chart.
- WATR Simple but demonstrative trend indicator.
- Trend_CF Simple and demonstrative indicator of the current trend power and direction.
- JFatlAcceleration JFatlAcceleration measures the current trend acceleration.
- JFatlSpeed The indicator shows trend change rate with a minimum lag.
- Heiken Ashi Smoothed Standard Heiken Ashi calculated using smoothed price time series.
- Camarilla_Full The system of Camarilla Equation levels for all bars.
- Camarilla Equation The system of Camarilla Equation levels for the current bar.
- X2MA The universal moving average with double smoothing and possibility to select each of this smoothings from the dozen of possible variants.
- AT_CF Four digital filters that form the basis of the V. Kravchuk's AT&CF method in one separate window.
- Chaikin Oscillator Chaikin Oscillator with a smoothing algorithm selection.
- Spearman's Rank Correlation Spearman's Rank Correlation is a non-parametrical method used for statistical analysis of the correlation.
- ZigZag The variant of the ZigZag indicator optimized by its operation rate.
- Chaikin Volatility Index With a Smoothing Algorithm Selection Chaikin Volatility Index determines volatility on the basis of the range width between minimum and maximum. The presented variant of this popular indicator allows to select the smoothing algorithm out of ten possible variants.
- Multistochastic The indicator for multi-currency technical analysis based on the related financial assets resonances.
- Keltner Channels Set Set of Keltner Channels based on the universal smoothing.
- Murrey Math Lines for the Current Bar Murrey Math Lines for the current bar are an effective tool for the market movements forecasts.
- Bollinger Bands Set Conjunto de Bandas de Bollinger ® criado com base no algoritmo de média universal.
- ColorMomentum_AMA The color histogram based on the Momentum and Perry Kaufman's Adaptive Moving Average indicators.
- i-Sadukey_v1 This indicator based on the digital filter shows trend direction.
- Exp_TEMA Multi-currency trend following expert system using the Triple Exponential Moving Average technical indicator.
- MACD_Histogram The indicator displays MACD histogram and price divergence on a chart.
- Color Smoothed Momentum More smoothed Momentum with colored indication of the current trend.
- Trend power and direction indicator This indicator paints the candlesticks in different colors depending on a trend power and direction.
- LeManSignal The indicator shows market entry points as colored dots. Signal dots locations can indicate the levels for setting a protective Stop Loss or a new Trailing Stop position.
- DailyPivotPoints_Full The indicator helps to compose a picture of market future movements, in distinct from the other tools that hang behind the market. The information that became available in the course of the previous day is used to calculate the check points of the minor trend of the current day.
- DailyPivotPoints The DailyPivot Points indicator helps to compose a picture of market future movements, in distinct from the other tools that hang behind the market.
- Variation Index Variation Index shows if a trend or a flat movement is prevailing in the time series or random behaviour.
- Five Tirone Levels The indicator consists of five Tirone Levels that are, in fact, support and resistance levels based on a trading range for a certain period of time.
- Three Tirone Levels The indicator consists of support and resistance levels based on a trading range for a certain period of time.
- MyComment - new comments added without deleting existing ones. New comments added to a chart without deleting existing ones.
- 3_Level_ZZ_Semafor The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots.
- SilverTrend_Signal The indicator generates buy and sell signals using colored dots on a chart and displays messages.
- Yaanna Yaanna is the simplest indicator of the overbought/oversold states.
- JCCX Symmetrical normalized CCI (Commodity Channel Index) with alternative (ultralinear and JMA) smoothing algorithms.
- JFATL The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.
- RBCI Range Bound Channel Index (RBCI) digital filter removes low frequency trend, generated by low frequency spectrum components, and high frequency noise, generated by high frequency spectrum components.
- J2JMA Moving average with the double adaptive JMA smoothing of a price range.
- SATL Slow Adaptive Trend Line is used for suppressing market noises and market cycles with longer oscillation periods.
- Stochastic_Cross_Alert_SigOverlayM_cw The indicator generates buy and sell signals and issues alerts in case of the Stochastic Oscillator indicator overbought or oversold levels crossing.
- JMA adaptive average Using JMA adaptive moving average is the best way to smooth price ranges with a minimum time lag.
- Go The simplest trend indicator.
- Extrapolator Extrapolator is a result of a long-term research in the field of Timeseries Forecasting. This indicator forecasts future price behavior.
- JJurX Slow adaptive trend line with ultralinear and JMA smoothings.
- 2pbIdealMA 2pbIdeal1MA.mq5 and 2pbIdeal3MA.mq5 indicators are the moving averages with the smoothing algorithm developed by Neutron.
- PriceChannel_Stop The indicator generates market entry signals and draws the line of Stop Loss orders positioning.
- RSTL Reference Slow Trend Line (RSTL).
- KRI While creating Kairi (KRI) oscillator, deviation of a price from its simple moving average is calculated. The result is shown in percentage of the average.
- LRMA Moving average indicator with the linear regression smoothing algorithm.
- JJRSX RSI oscillator with ultralinear and JMA smoothing algorithms.
- RFTL Reference Fast Trend Line (RFTL).
- T3Taotra The fan based on the five T3 moving averages for trend indication.
- ParMA Moving average indicator based on parabolic approximation of price.
- JMACD In this MACD histogram the JMA smoothing is used instead of the standard smoothing.
- MACD-RSI RSI indicator applied to MACD clearly shows the current price divergence.
- PCCI PCCI (Perfect Commodity Channel Index) is a high frequency part of the price fluctuations normalized using the standard deviation.
- 3D_Oscilator This oscillator generates market entry and exit signals based on RSI and CCI indicators.
- Universal digital filter This indicator solves an issue of the use of digital filters in the client terminal.
- FractalChannel_v1 The indicator shows the channel based on fractals.
- FATL Fast Adaptive Trend Line (FATL) is based on the low frequency digital filter.
- NRTR Rosh v2 The indicator shows the current trend, support and resistance levels.
- ColorMACD Histograma MACD colorido com a linha de sinal que muda de cor de acordo com a direção da tendência.
- Center of Gravity J. F. Ehlers Center of gravity is the oscillator developed by John Ehlers and presented in the "Stocks & Commodities" magazine (May, 2002).
- Karacatica The indicator generates market entry signals based on the ADX indicator.
- Laguerre Trend strength indicator based on the Laguerre adaptive filter.
- Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
- Variation This trend indicator shows the current trend direction and moments for closing of the opened position.
- Fibonacci retracement The indicator plots the Fibonacci retracement levels for a user-defined number of bars.
- Module of Trade Signals, Based on T3 Indicator The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.
- T3 T3 Moving Average is based on multiple exponential smoothing of price.
- MAMA Mesa Adaptive Moving Average (MAMA) indicator.
- ZerolagStochs Stochastic Oscillator equivalent with a minimum lag.
- Arrows&Curves Arrows&Curves shows signals to open and close positions.
- FTLM-STLM Fast Trend Line Momentum (FTLM) and Slow Trend Line Momentum SLTM) indicators show the rate of price change.
- Module of Trade Signals, based on Chande Momentum Oscillator Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.
- Chande Momentum Oscillator Chande Momentum Oscillator (CMO) is a technical indicator that attempts to capture the Momentum.
- CoeffofLine CoeffofLine indicator shows the most likely future price direction (2-3 bars).
- Keltner Channel Keltner Channel is volatility-based envelopes set above and below an exponential moving average.
- Donchian Channels Donchian Channels is a volatility indicator based on the calculation of the current price range with using the recent highest and lowest prices.
- Entropy The indicator that demonstrates the power of price changes entropy.
- Support and Resistance The "Support and Resistance" indicator shows the support and resistance levels using the Fractals indicator by Bill Williams.
- Module of Trade Signals, based on BrainTrend2 indicator A Lime candle of BrainTrend2 indicator is a signal to open a long position, a Magenta candle is a signal to open a short position.
- Module of Trade Signals, based on BrainTrend1 indicator A blue candle of BrainTrend1 indicator is a signal to open a long position, a red candle is a signal to open a short position.
- Aroon Oscillator Aroon Oscillator predicts price changes from trend to flat market conditions.
- Aroon Aroon indicator created by Tushar Chande indicates if a long-term trend is going to an end or just pausing a little before a new movement.
- AMkA Perry Kaufman's adaptive moving average with indicative signal points.
- BrainTrend1Stop BrainTrend1Stop is a trend reversal indicator.
- BrainTrend1Sig BrainTrend1Sig is an indicator for positions opening and closing. It indicates trend reversal points when a price reaches extreme values.
- BrainTrend1 Trend direction indicator BrainTrend1.
- BrainTrend2Stop BrainTrend2Stop is a trend reversal detection indicator, it is displayed by the stops line. Intersection of the line indicates trend reversal and the time to close previously opened positions.
- BrainTrend2Sig BrainTrend2Sig is an indicator of the market trends that assigns colors to candlesticks according to the trend direction.
- BrainTrend2 BrainTrend2 is an indicator of the market trends that assigns colours to candlesticks according to the trend direction.
- Ergodic DTI-Oscillator Blau_Ergodic_DTI Ergodic DTI-Oscillator (Directional Trend Index) by William Blau.
- Directional Trend Index Blau_DTI Directional Trend Index (DTI) Indicator by William Blau.
- Composite High/Low Momentum Blau_HLM Composite High-Low Momentum Indicator by William Blau.
- Ergodic CSI-Oscillator Blau_Ergodic_CSI Ergodic CSI-Oscillator by William Blau.
- Ergodic CMI-Oscillator Blau_Ergodic_CMI Ergodic CMI-Oscillator by Willam Blau.
- Candlestick Index Blau_CSI Candlestick Index (CSI) Indicator by William Blau.
- Candlestick Momentum Index Blau_CMI Candle Momentum Index (CMI) Indicator by William Blau.
- Candlestick Momentum Blau_CMtm Candlestick Momentum Indicator by William Blau.
- Ergodic MACD Oscillator Blau_Ergodic_MACD Ergodic MACD Oscillator by William Blau.
- Moving Averages Convergence/Divergence Indicator Blau_MACD Moving Averages Convergence/Divergence Indicator by William Blau.
- Ergodic Mean Deviation Index Oscillator Ergodic_MDI Ergodic Mean Deviation Index (MDI) Oscillator by William Blau.
- Mean Deviation Index Blau_MDI Mean Deviation Index (MDI) by William Blau.
- Stochastic Momentum Oscillator Blau_SM_Stochastic Stochastic Momentum Oscillator by William Blau.
- Stochastic Momentum Index Blau_SMI Stochastic Momentum Index by William Blau.
- Stochastic Momentum Blau_SM Stochastic Momentum by William Blau.
- Stochastic Oscillator Blau_TS_Stochastic Stochastic Oscillator by William Blau.
- Stochastic Index Blau_TStochI Stochastic Index Indicator (normalized smoothed q-period Stochastic) by William Blau.
- Stochastic Indicator Blau_TStoch Stochastic Indicator (smoothed q-period Stochastic) by William Blau.
- Blau_Ergodic Ergodic Oscillator by William Blau.
- Blau_TSI True Strength Index (TSI) indicator by William Blau.
- Blau_Mtm Momentum Indicator by William Blau.
- EA_OBJPROP_CHART_ID This Expert Advisor is a demo of working with OBJ_CHART objects as conventional charts. You can set custom color settings, attach indicators etc.
- The class of a module of trade signals, on "inner bar breakthrough" in trend direction The strategy is following: when outer (outside) bar appears, it checks the fact of the inner bar breakthrough in trend direction and generates a signal to open position. A module of trade signals is compatible with the new version of MQL5 Wizard.
- STALIN The Buy/Sell signals of the indicator are based on crossover of two moving averages with different periods.
- Exposure This script reads all opened position and calculates their exposure for each currency.
- sTimeToVariables The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds.
- Regression Analysis This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.
- Kaufman Efficiency Ratio Kaufman Efficiency Ratio (also called "generalized fractal efficiency") according to Perry Kaufman books "Smarter Trading" and "New Trading Systems & Methods".
- Kaufman Volatility Kaufman Volatility indicator according to Perry Kaufman book "Smarter Trading: Improving Performance in Changing Markets".
- DRAW_COLOR_CANDLES The DRAW_COLOR_CANDLES style (as DRAW_CANDLES) draws candlesticks based on values of four indicator buffers, containing Open, High, Low and Close prices. In additions it allows you to specify color for each candlestick from a given set.
- DRAW_COLOR_BARS The DRAW_COLOR_BARS style draws bars based on values of four indicator buffers, containing Open, High, Low and Close prices. This is the advanced version of the DRAW_BARS style, that allows you to specify individual color for each bar from predefined color set.
- DRAW_COLOR_ZIGZAG The DRAW_COLOR_ZIGZAG style draws lines of different colors by values of two indicator buffers. This is the color version of the DRAW_ZIGZAG style and allows you to specify individual color for each line from predefined color set.
- DRAW_COLOR_ARROW The DRAW_COLOR_ARROW drawing style plots the color arrows (symbols from Windings font).
- DRAW_COLOR_HISTOGRAM2 The DRAW_COLOR_HISTOGRAM2 drawing style is used to plot color histograms using two indicator buffers, the colors are specified in the color buffer.
- DRAW_COLOR_HISTOGRAM The DRAW_COLOR_HISTOGRAM drawing style is used to plot color histograms.
- DRAW_COLOR_SECTION The DRAW_COLOR_SECTION drawing style is used to plot sections with different colors, the colors are specified in the color buffer.
- DRAW_COLOR_LINE The DRAW_COLOR_LINE drawing style is used to plot lines with different colors, the colors are specified in the color buffer.
- Premier Stochastic Oscillator [v01] Premier Stochastic Oscillator - Double EMA smoothing of stochastic, based on article in TASC by Lee Leibfarth (August 2008)
- VininI Cyber Cyсle [v01] VininI Cyber Cycle - Identify cyclical movements of price, based on VininI_Cyber Cycle(V2).mq4 by Victor Nicolaev (2009)
- Creating fractals in MQL5 using the Iterated Function Systems (IFS) The cIntBMP library provides the creation of graphic BMP images. We will consider the example of its use in creation of self-similar fractal sets using the Iterated Function System (IFS).
- DRAW_ARROW The DRAW_ARROW drawing style plots the arrows (chars).
- DRAW_ZIGZAG The DRAW_ZIGZAG drawing style allow to draw sections using the values of two indicator buffers. It looks like DRAW_SECTION, but it allows to draw vertical sections inside one bar.
- DRAW_BARS The DRAW_BARS drawing style is used to plot the bars using the values of 4 indicator buffers with Open, High, Low and Close prices.
- DRAW_FILLING The DRAW_FILLING drawing style plots the filled area between the values of two indicator buffers. In fact, it plots two lines and fills the area between them with the specified color.
- DRAW_CANDLES The DRAW_CANDLES drawing style plots the candles using the values of 4 indicator buffers with Open, High, Low and Close prices.
- DRAW_HISTOGRAM2 The DRAW_HISTOGRAM2 drawing style is used for plotting the values of two indicator's buffers as a histogram.
- DRAW_HISTOGRAM The DRAW_HISTOGRAM drawing style is used for plotting the values of the indicator's buffer as a histogram.
- DRAW_SECTION The DRAW_SECTION drawing style is used for plotting the values of the indicator's buffer as a sections.
- DRAW_LINE The DRAW_LINE style is used for plotting the values of the indicator's buffer as a line.
- DRAW_NONE The DRAW_NONE drawing style is used in cases, when you need to calculate and show the values of the indicator in "Data Window", but the plotting isn't needed.
- RouletteGame The Roulette Game.
- iChartsSwitchSymbol When the chart symbol is changed, it will change symbols for all other charts.
- MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + RSI Trade signals based on "Morning Star/Evening Star" candlestick patterns, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + MFI Trade signals based on "Morning Star/Evening Star" candlestick patterns, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + CCI Trade signals based on "Morning Star/Evening Star" candlestick patterns, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- Demo_BitmapOffset (OBJPROP_XOFFSET and OBJPROP_YOFFSET) If you need to show just a part of the image at the moment and hide other, you can use the moving window by specifying the visible area of the image.
- MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + Stochastic Trade signals based on "Morning Star/Evening Star" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + RSI Trade signals based on "Bullish/Bearish Meeting Lines" candlestick pattern, confirmed by RSI (Relative Strength Index) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + MFI Trade signals based on "Bullish/Bearish Meeting Lines" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + CCI Trade signals based on "Bullish/Bearish Meeting Lines" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + Stochastic Trade signals based on "Bullish/Bearish Meeting Lines" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Hammer/Hanging Man + RSI Trade signals based on "Hammer/Hanging Man" candlestick pattern, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Hammer/Hanging Man + MFI Trade signals based on "Hammer/Hanging Man" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Hammer/Hanging Man CCI Trade signals based on "Hammer/Hanging Man" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Hammer/Hanging Man + Stochastic Trade signals based on "Hammer/Hanging Man" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Harami/Bearish Harami + RSI Trade signals based on "Bullish Harami/Bearish Harami" candlestick pattern, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Harami /Bearish Harami + MFI Trade signals based on "Bullish Harami/Bearish Harami" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Harami/Bearish Harami + CCI Trade signals based on "Bullish Harami/Bearish Harami" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Harami/Bearish Harami + Stochastic Trade signals based on "Bullish Harami/Bearish Harami" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + RSI Trade signals based on "Bullish Engulfing/Bearish Engulfing" candlestick pattern, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + MFI Trade signals based on "Bullish Engulfing/Bearish Engulfing" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + CCI Trade signals based on "Bullish Engulfing/Bearish Engulfing" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + Stochastic Trade signals based on "Bullish Engulfing/Bearish Engulfing" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- CDownLoadHistory class The CDownLoadHistory class provides the methods of historical data downloading.
- sToken The script contains a class, that can be used to solve mathematical and logical expressions, defined as string.
- downloadhistory.mq5 The script downloads historical data (for the current symbol), available at trade server.
- MQL5 Wizard - Trade Signals Based on Dark Cloud Cover/Piercing Line + RSI Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Dark Cloud Cover/Piercing Line + MFI Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Dark Cloud Cover/Piercing Line + CCI Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Dark Cloud Cover/Piercing Line + Stochastic Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- ChartNavigate Demo Simple script with demonstration of use of the ChartNavigate() function.
- Demo_DRAW_ZIGZAG Simple example of use of the DRAW_ZIGZAG drawing style.
- MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + RSI Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Relative Strength Index (RSI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + MFI Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + CCI Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- cIntSpeech It speaks the specified text using the speech engine.
- MQL5 Wizard - Candlestick Patterns Class The class can be used for creation of trade signal classes with reversal candlestick patterns.
- MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + Stochastic Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- Demo_resource_EA The example of use of the resources. It creates a button, using the object of OBJ_BITMAP_LABEL type.
- Demo_Create_OBJ_BITMAP_Script The example of chart background image, created using the object of OBJ_BITMAP type.
- Demo_Create_OBJ_BITMAP_LABEL_EA The example of button, created using the object of OBJ_BITMAP_LABEL type.
- cIntBMP - a library for creation of BMP images A class for creation and output of BMP images.
- TrendMagic The Trend Magic indicator.
- eKeyboardTrader The Expert Advisor allows to trade using the keyboard.
- Multicurrency OnTick (string symbol) event handler This is the simplified implementation of multicurrency mode in MetaTrader 5. It isn't necessary to consider the details how does it work. It has minimum settings and simple structure. It can be used in Strategy Tester.
- Nonparametric Zig Zag, Out of Price Walk Nonparametric zigzag. The monotonicity condition for the ascending segment of the zigzag: the High of the any subsequent bar should not be lower than any Low of the ascending segment.
- Nonparametric Zig Zag, A-la Clyde Lee Patterns Nonparametric ZigZag, based on the "a-la Clyde Lee Patterns".
- A la "Bobsley" Expert Advisor The Expert Advisor uses the Moving Average and Stochastic indicators.
- Hash functions library The library contains the following hash functions: adler32, CRC-32, MaHash8v64. Also it has functions for radix conversion of a number.
- Synchronized Charts This Expert Advisor performs the synchronization of charts.
- Export Indicator's Values This script exports indicator's values to CSV file.
- The "New bar" event handler for the indicators This indicator will allow you to perform the recalculation of the indicator's data only when the new bar on the chart has appeared.
- MQL5 Wizard - Trade Signals Based on Reversal Candlestick Patterns Trade signals based on reversal candlestick patterns is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- sChartsSynchroScroll_v2 New version of the sChartsSynchroScroll script.
- Professional ZigZag The improved version of the ZigZag indicator.
- MQL5 Wizard - Trade Signals Based on Crossover of Lines of the Alligator Indicator Trade signals based on crossover of lines of the Alligator technical indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Crossover of Main and Signal lines of MACD indicator Trade signals based on crossover of main and signal lines of MACD indicator (CSignalMACD from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Crossover of Two EMA with intraday time filter Trade signals based on price crossover of two exponentially smoothed moving averages with intraday filter is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages Trade signals based on price crossover of two exponentially smoothed moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- SelfGenerator This script generates a file with its source code (solution of the classical program in MQL5). It may be useful to study programming and algorithms.
- MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX Trade signals based on price crossover with moving average indicator confirmed by ADX is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- DXMA The DMI Expanded Moving Average Indicator.
- MQL5 Wizard - Trade Signals Based on Three Moving Averages Trade signals based on three moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average Indicator Trade signals based on price crossover with moving average indicator (CSignalMA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
- Linear Regression Channel The indicator plots a channel using the linear regression model: y=b+a*x.
- ZigzagColor_Channel The ZigzagColor_Channel plots a channel by connecting the ZigZag peaks and ZigZag bottoms.
- Grr-al The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.
- OptimReport v2.15 If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.
- iUSDx (USD index) Multicurrency Indicator The iUSDx indicator uses the "MCM Control Panel" for multicurrency mode. It calculates the USD index.
- FAT PANEL The Panel Designed for "Best Graphic Panel in MQL5" Contest. This graphic panel allows to automate manual trading. It has many functions, including the visual construction of trading strategies.
- "MCM Control Panel" for Multicurrency Expert Advisors and Indicators The MCM Control Panel provides the solution for multicurrency trading in MetaTrader 5.
- History of trade The script allows you to place the deals history on the chart using the graphic objects.
- eInTradePanel The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart.
- Control Panel for the Contest The panel simplifies manual trading and trailing of the opened position.
- TradeXpert Control panel for the MQL5 Best Graphic Panel Contest.
- Exp5-VirtualTradePad for mt5 v 4 (Contest version) This Expert Advisor will simplify the manual trading. It supports the One-Click trading.
- Graphic Panel Contest Graphic Panel Contest submission.
- YURAZ_CreateCSV_HistoryFile_From_MT5_For_MT4 The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.
- ChartReinit Chart reinitialization with recalculation of all chart indicators.
- FantailVMA This indicator is a combination of moving average and ATR indicators.
- 20/200 pips - Simple profitable Expert Advisor It has simple code and trading rules. It's doesn't use any martingale MM strategies.
- CIniFile class This class provides methods for working with Windows *.ini files.
- Multicurrency OnTickMarketWatch tick event handler The OnTick event handler is designed to proceed the ticks for a certain symbol. This is the version of Multicurrency tick event handler.
- Adaptive Moving Average with Bollinger Bands ® The indicator shows the trend and allows to see a price range.
- i-OrdersMQL5 The indicator shows deals history on the chart.
- ClearView - PricePointer, RoundNumberMarker, PeriodSeparator plus template Enhance your charts by adding intelligent markers for important price points and the start/end of year/month/week/day/session Includes a price pointer that changes color whenever price is near an important price point (e.g. historical high/low)
- s-LastPinkEventDate Since Terminal build 344 added display of economic calendar news using special graphical objects (OBJ_EVENT). A script that outputs as a demonstration of the Economic Calendar with current economic data, the date of the last major (Pink) event.
- 2MA_RSI This Expert Advisor uses two Moving Averages and RSI indicator.
- is7n_trend.mq5 (new) This trend indicator is based on moving averages.
- An Expert Advisor template This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.
- QQE [v02] and QQE multi-timeframe [v02] QQE - Qualitative Quantitative Estimation MA on RSI, Difference of MA on RSI and MA of MA of ATR of MA of RSI
- ytg_ADX_V1 It uses the values of ADX indicator for trading.
- Simple Expert Advisor based on the Simple Moving Average and ADX This simple Expert Advisor uses Simple Moving Average and ADX indicators.
- Ichimoku Oscillator The oscillator, based on Ichimoku indicator.
- Perceptron With 5 indicators Using Perceptron, Automatic Learning
- Position in channel The indicator shows the position of the current price in a channel.
- Hodrick-Prescott Channel The indicator plots a price channel using the Hodrick-Prescott Filter.
- Smoothed Accelerator Smoothed Accelerator
- MedianPriceChart It plots the bar-averaged price charts (median price).
- ytg_Percent_Lot The script calculates the number of lots to trade using the specified percentage of risk funds.
- ProMart The Improved version of MаrtGreg Expert Advisor.
- iCrossClose The indicator allows to perform any arithmetic action with prices of two symbols and plot result on any other chart. It allows to calculate crosses (using multiplication and division), spread (subtract) or just to plot the other symbol's data on the chart.
- Price Channel There is a Price Channel indicator, but I don't like it, because it fills all the space between the upper and lower boundaries. This version of Price Channel looks like in MetaTrader 4.
- Moving Averages, multi-timeframe [v03] Moving Average indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe). Includes: SMA, EMA, SMMA, LWMA, AMA, DEMA, TEMA, FRAMA, and VIDYA
- Stochastic multi-timeframe [v04] Stochastic indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe).
- RSI multi-timeframe [v03] RSI indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe).
- Functions to simplify work with orders All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.
- MACD Histogram, multi-timeframe, multi-color [v03] MACD indicator with histogram, can be applied any timeframe (higher or lower than the current chart's timeframe).
- MACD Histogram, multi-color [v04] MACD indicator with MACD line, Signal line and multi-color histogram.
- ZeroLag MACD The MACD oscillator with zero lag.
- Keywords and aliases of MQL5 The MQL5 keywords and aliases for autoreplace are presented.
- AlfOs It's an oscillator, similar to OsMA with Variable Index Dynamic Average.
- Working with sockets in MQL5 This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application.
- i-ImpulseSystem The indicator is based on the Elder's Impluse system.
- An Expert Advisor, based on Bollinger Bands ® This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy and Bollinger Bands indicator.
- Dual Trix Expert Advisor It uses martingale, the number of doublings is limited.
- DinapoliTargets This is MQL5 version of DinapoliTargets indicator. The ZigZag indicator is added to the chart.
- TicksFile This Expert Advisor allows you to save infomation about the ticks, actual or simulated in Strategy Tester.
- Relative Strength Index of Volatility The Relative Strength Index, applied to standard deviation of price.
- A Really Random Robot This robot uses a random number generator to simulate simply tossing a coin to decide on the direction of each trade. It provides an example of a minimal expert advisor programmed in an object-oriented style. It also provides a basis for quantifying the value added by alternative methods of entry.
- Pipser One-click trading.
- Dual_Trix_Upgrade2 The Dual Trix indicator with dual magnified Values in the Chart and in the Indicator window.
- Multik The Multicurrency Expert Advisor.
- MartGreg An Expert Advisor, based on two MACD, it uses the martingale money management system.
- Dual Trix UpGrade_1 Dual Trix Upgrade 1.
- MACD - Any higher timeframe This indicator is based on simple MACD but allows you to choose also timeframe of indicator, different from current. You can choose current timeframe of chart (then indicator shows the same values as common MACD) or any higher timeframe.
- spread_on_chart The spread_on_chart indicator shows the current values of spread, stop and freeze levels.
- Free Fuzzy Logic Library functions The API functions to Free Fuzzy Logic Library.
- Heiken Ashi On Adaptive Moving Average This is the Heiken Ashi indicator, based on the averaged Open, High, Low and Close prices, averaged using the Adaptive Moving Average.
- An Expert Advisor - Index Moving Average This Expert Advisor uses the Index Moving Average indicator.
- Index Moving Average The indicator shows the rate of change of the simple moving average.
- The "Night" Expert Advisor An Expert Advisor for trading during the night.
- NRTR The NRTR (Nick Rypock Trailing Reverse) indicator draws the base line (support and resistance) and a target line.
- Dual Trix 15 and 30 Dual Trix Indicator : 2 Moving Averages.
- Bulls Bears Power The indicator determines the bulls or bears prevail on the market and plots their strength.
- Reversal Bar The indicator helps to find the reversal bar of the trend.
- TimerClosingPeriod v.2 The updated version of TimeClosingPeriod indicator, it plots the time, remained to the current bar complete. At the last second it plays the sound file, specified in the input parameters.
- Color Parabolic 2 Color Parabolic 2. The color depends on the acceleration factor.
- The CGV class for working with global variables The CGV class simplifies the work with global variables of MetaTrader 5 client terminal.
- iStochasticOfOsc The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal.
- iUniMA The Universal Moving Average, it allows to select any type of moving average, included in the MetaTrader 5 client terminal.
- iMAFan A Colorful Fan of Moving Averages.
- iHeikenAshiSm The Heiken Ashi indicator with smoothing.
- An Expert Advisor, based on the "Puria method" Forex Strategy An Expert Advisor, based on the "Puria method" Forex Strategy.
- The Hodrick-Prescott Filter The Hodrick-Prescott Filter.
- The Moving Average Indicator, based on the Quasi-Digital Filter The Moving Average indicator, based on the Quasi-Digital Filter. The MACD indicator as example of its use is presented.
- iS7N_TREND.mq5 Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified.
- BB 3sigma Bollinger Bands +-3sigma. You can change period and sigma ratio (Proper size of Deviation is 0.5~1.0)
- Price prediction by Nearest Neighbor found by a weighted correlation coefficient This indicator finds the nearest neighbor by using a weighted correlation coefficient, in which more recent prices have larger weights. The weight decays linearly from newer to older prices within a price pattern.
- Price prediction by Nearest Neighbor This indicator uses the Nearest Neighbor clustering technique, also called k-NN, to search for the most similar pattern in history and use its past prices as predictions of the current pattern future prices.
- iS7N_TREND_1 Trend indicator with simple smoothing algorithms.
- Fourier extrapolation of price This indicator fits a trigonometric model to prices and extrapolates it in the future.
- AR extrapolation of price This indicator uses an autoregresive model to extrapolate prices
- Linear regression slope Linear regression slope normalized to SMA.
- A simple RKD Expert Advisor based on a specified custom RKD indicator This is a simple Expert Advisor, that uses a specified custom RKD indicator.
- Export historical data The script purpose is to export historical rates data to format, convenient for analysis in external programs.
- FIR_filter Moving Average, calculated using the digital filter.
- WPR_Hist It searches for tops or bottoms of price movement.
- HI LO Indicator This is HILO Indicator
- ZigZagNN The indicator shows recalculated ("broken") highs/lows of the standard ZigZag indicator.
- Heiken Ashi based EA The Expert Advisor is based on Heiken Ashi indicator.
- iS7N_SacuL.mq5 The iS7N_SacuL.mq5 indicator is based on the original indicator 'Lucas1.mq4', written in MQL4.
- Rabbit The Rabbit indicator plots the true support/resistance levels for any currency pair.
- Setka (grid) The purpose of this grid is to replace the standard grid with more convenient, it allows to determine many important points on the chart, the properties of the price movement and checkinh the quotes quality (for the presence of holes).
- isNewBar The function allows checking whether a new bar has appeared on the specified timeframe.
- Bollinger Bandwidth 1.0 for MetaTrader 5 The indicator Measures the distance between the Bollinger Bands ® and providing it as a singular indicator, using the MetaTrader 5 techniques to simplify Bollinger calculations.
- Clipboard The script gets contents from the Windows Clipboard.
- Simple MA Expert Advisor Something for those who wants to try out new Strategy Tester and don't have any EA.
- PivotPointUniversal The indicator plots Pivot levels for all available history. There are 5 variants of Pivot levels is supported: Classic, Fibonacci, Demark, Camarilla, Woodies. There are 3 calculation periods: daily, weekly, monthly. For the daily pivot levels it's possible to specify the GMT time shift.
- Murrey Math Lines (support and resistance) The indicator plots Murrey Math Lines for all available history, it doesn't uses any objects.
- ZeroLag MACD The ZeroLag MACD indicator shows the histogram with color of the previous bar.
- XmlParser A simple XML-parser, based on the msxml library.
- iBBFill The indicator plots the Bollinger Bands ®, filled with different colors depending on the trend direction.
- iMovment The indicator plots the candles with different colors depending on the trend direction and price movement.
- PivotPoint This indicator draws pivot points, resistances and supports.
- AdoSuite v 1.0 Classes for working with databases through ODBC and OLE DB interfaces
- WoodiesCCI Indicator for Woodie’s CCI trading strategy.
- Color Parabolic SAR Added colors to Parabolic SAR.
- Up and Down Indicator This indicator allows to see the activity of the market.
- DemoBufferPattern To demo buffer-pattern: Candles + Fractals + ZigzagColor + ColorMaLine.
- Ticks Example of a tick chart.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Price_Channel It's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars.
- WININET_TEST Here is a simple example that shows how to download page(file) from Internet using the library wininet.dll.
- sChartsSynchroScroll The script provides a synchronous scrolling for all charts opened in the client terminal.
- LoongMAx96 Draws 96 line MAs with only 100 lines of code (uses CMyBuffer class).
- TimerClosingPeriod The indicator prints the time to close of the current timeframe, if it less than H1, it also prints the time to close of the current hourly bar.
- ErrorDescription The library contains functions that returns description of runtime error codes and trade server return codes.
- LoongClock A very simple sample of clock
- MovingAverages The MovingAverages library contains functions for calculation of different types of moving averages.
- Triple Exponential Average (TRIX) It's an oscillator of the overbought/oversold market conditions. It can also be used as the Momentum indicator. Triple smoothing is used for removing the cyclic components in price movements with the period less than that of TRIX.
- Variable Index Dynamic Average (VIDYA) This oscillator measures the ratio between the sum of positive increments and sum of negative increments for a certain period.
- Triple Exponential Moving Average (TEMA) TEMA can be used instead of traditional moving averages. It can be used for smoothing price data, as well as for smoothing other indicators.
- Double Exponential Moving Average (DEMA) It is used for smoothing price series and is applied directly on a price chart of a financial security.
- Fractal Adaptive Moving Average (FrAMA) The advantage of FRAMA is the possibility to follow strong trend movements and to sufficiently slow down at the moments of price consolidation.
- TradePad_Sample This is a simple example of user interface of information system with possibility to trade by pressing a button.
- ObjChartSample The script illustrates control of chart properties using the classes from the Standard Library (CChart).
- SphereSample The script illustrates control of graphic objects using the classes from the Standard Library.
- FractalsPeriod An indicator lets you specify the number of bars separately before and after the current High / Low (fractal) can.
- Bulls Power The Bulls Power Indicator measures the balance of the bulls strength.
- ZigZagColor This is a modified version of ZigZag indicator that draws lines with different colors depending on the price movement direction.
- ZigZag The Zigzag indicator is a series of sections connecting significant tops and bottoms at the price plot.
- Williams’ Percent Range (%R) The Williams’ Percent Range Indicator (%R) is dynamic technical indicator, which determines whether the market is overbought/oversold.
- Williams'Accumulation/Distribution (W_A/D) The Williams' A/D indicator is the accumulated sum of positive "accumulational" and negative "distributional" price movements. Divergences between the indicator and the price are a signals.
- Volume Rate of Change (VROC) The Volume Rate of Change (VROC) is an indicator of the direction where the volume trend moves.
- Volumes The Volumes indicator shows volumes with different colors depending on the volume changes.
- Ultimate Oscillator The Ultimate Oscillator was developed by Larry Williams. It uses the averaging of three oscillators with different periods.
- Stochastic Oscillator The Stochastic Oscillator compares where a security’s price closed relative to its price range over a given time period.
- Standard Deviation (StdDev) The Standard Deviation (StdDev) measures the market volatility. This indicator charactrizes the scale of price changes relating to the Moving Average.
- Relative Vigor Index (RVI) The main point of the Relative Vigor Index Indicator (RVI) is that on the bull market the closing price is, as a rule, higher, than the opening price.
- Relative Strength Index (RSI) The Relative Strength Index Indicator (RSI) is a price-following oscillator that varies between 0 and 100.
- Price Rate of Change (ROC) 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.
- Price and Volume Trend (PVT) The Price and Volume Trend Indicator(PVT), like On Balance Volume (OBV), represents the cumulative sum of trade volumes calculated considering close price changes.
- Price Channel The Price Channel Indicator draws the price channel, its upper and lower boundaries are determined by maximal and minimal prices for a certain period.
- Parabolic SAR The Parabolic SAR Indicator was developed for analyzing the trending markets.
- Moving Average of Oscillator (OsMA) The Moving Average of Oscillator (OsMA) is the difference between the oscillator and its smoothed value.
- On Balance Volume (OBV) The On Balance Volume Indicator (OBV) is a momentum technical indicator that relates volume to price change.
- Momentum The Momentum Technical Indicator measures the amount that a security’s price has changed over a given time period.
- Money Flow Index (MFI) The Money Flow Index (MFI) is the technical indicator, which indicates the rate at which money is invested into a security and then withdrawn from it.
- Mass Index The Mass Index is developed to catch the trend reversal points. It is based on changes between maximum and minimum prices. If the amplitude gets wider, the mass index grows; if it gets narrower, the index gets smaller. The mass index was created by Donald Dorcy.
- ColorCandlesDaily The ColorCandlesDaily indicator draws candles with different colors depending on the day of the week.
- Market Facilitation Index (BW MFI) The Market Facilitation Index (BW MFI) is the indicator which shows the change of price for one tick.
- MACD The Moving Average Convergence/Divergence (MACD) is the next trend-following dynamic indicator. It indicates the correlation between two Moving Averages of a price.
- Ichimoku Kinko Hyo The Indicator Ichimoku Kinko Hyo is predefined to characterize the market Trend, Support and Resistance Levels, and to generate signals of buying and selling.
- Heiken-Ashi 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.
- Gator Oscillator The Gator Oscillator is based on the Alligator and shows the degree of convergence/divergence of the Balance Lines (Smoothed Moving Average).
- Fractals The Fractal is one of 5 indicators of Bill Williams’ trading system, which allows to detect the bottom or the top.
- Force Index (FRC) The Force Index Indicator was developed by Alexander Elder. This index measures the Bulls Power at each increase, and the Bears Power at each decrease.
- Envelopes The Envelopes Indicator is formed by two Moving Averages, one of them is shifted upward and another one is shifted downward. The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is.
- Detrended Price Oscillator (DPO) The Detrended Price Oscillator eliminates the trend effect of price movement. This simplifies the process of finding out cycles and overbought/oversold levels.
- DeMarker (DeM) The Demarker Indicator (DeM) is based on the comparison of the period maximum with the previous period maximum. When the indicator falls below 30, the bullish price reversal should be expected. When the indicator rises above 70, the bearish price reversal should be expected.
- Custom Moving Average The Custom Moving Average is example of the Custom User Indicator - it calculates and shows the Moving Average.
- ColorLine The ColorLine indicator shows the line of the price moving average on the chart. The line has diffrent colors (100 bars has the same color). The color settings of the line is changing every 5 ticks, there are 3 color schemes.
- ColorBars The ColorBars Indicator paints bars with different colors depending on the volume changes. If the volume has increased, the color is green, overwise the color is red.
- Chaikin Volatility (CHV) Chaikin's volatility indicator calculates the spread between the maximum and minimum prices. It judges the value of volatility basing on the amplitude between the maximum and the minimum. Unlike Average True Range, Chaikin's indicator doesn't take gaps into account.
- Chaikin Oscillator (CHO) The Chaikin's Oscillator (CHO) is the difference of moving averages of Accumulation/Distribution.
- Commodity Channel Index (CCI) Commodity Channel Index (CCI) measures the deviation of the commodity price from its average statistical price.
- BW-ZoneTrade The Indicator paints the bars according to the Trade Zones, as proposed by Bill Williams.
- Bears Power The Bears Power Indicator measures the balance of the bears strength.
- Bollinger Bands ® The Bollinger Bands ® Indicator (BB) is similar to Envelopes. The only difference is that the bands of Envelopes are plotted a fixed distance (%) away from the moving average, while the Bollinger Bands are plotted a certain number of standard deviations away from it.
- Alligator The Alligator Indicator is a combination of Balance Lines (Moving Averages).
- Accumulation/Distribution The Accumulation/Distribution Indicator is determined by the changes in price and volume.
- Plombiers - oscillator in the channel. Sometimes this is useful - to observe the behavior of the oscillator in the channel. Greatly simplifies the evaluation of the situation.
- Awesome Oscillator (AO) Bill Williams's Awesome Oscillator Indicator (AO) is a 34-period simple moving average, plotted through the middle points of the bars (H+L)/2, which is subtracted from the 5-period simple moving average, built across the central points of the bars (H+L)/2. It shows us quite clearly what’s happening to the market driving force at the present moment.
- Average True Range (ATR) Average True Range Technical Indicator (ATR) is an indicator that shows volatility of the market.
- Accumulation Swing Index (ASI) ASI was created by Wales Wilder as an ordinary fluctuations indicator that gets signals from previous maximums and minimums of price.
- Adaptive Moving Average (AMA) The Adaptive Moving Average Indicator is used for constructing a moving average with low sensitivity to price series noises and is characterized by the minimal lag for trend detection.
- Average Directional Movement Index Wilder The Average Directional Movement Index by Wilder (ADX Wilder) helps to determine the presence of the price trend.
- Class CalcFrac - Number of bars before and after the current High / Low (calculated fractal) Calculates fractals and lets you specify the number of bars separately before and after the current High / Low (fractal).
- Average Directional Movement Index (ADX) The Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.
- Accelerator Oscillator (AC) The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.
- MACD Signals Indicator edition for new platform.
- Using Moving Averages with an EA (Sample Source Code) This time, we're providing a sample that enters based on the Golden Cross and Dead Cross of the moving averages. If you want to see a sample where a long entry is made when the closing price of the candlestick crosses above the moving average, please refer to this article.
- MaybeAwo EA a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.
- Probability and Signals class With these classes you can create and test your signals runtime.
- Ranged Grid Bot EA with pending orders The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price
- Ehlers reverse EMA A trend or cycle indicator with very low lag.
- Gaussian Low Lag Filters Gaussian Filter Multi Pole smoother of price data
- Plot History Plot trade history levels on the chart for MT4
- Grid and Martin Gale include file Enables Programmers to create Martin Gale and Grid Trading strategies with ease.
- Grid Trading Algo This is a grid trading algorithm idea.
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Simple check open orders filter boolean function for Expert Advisors This is a simple boolean function for the EA to detect if there is any previous open market orders without using the "OrdersTotal()" built-in function which might cause the EA to calculate positions not opened by each specific magicnumber provided by the EA.
- Ma Price Cross (Custom Time) Buys when price breaks above the MA and Sells when price breaks below the MA. User can choose the time range (server time) to trade in.
- Strongest Pair Indicator This will return the pair with the most growth in the user input start time and end time
- Multi SellLimitOrders & Multi SellStopOrders Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price, with stop-loss and take-profit levels. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. Moreover, the multi Selllimit and Sellstop orders offer traders the flexibility to customize their trading strategies. Traders can set the stop-loss level to zero if they do not use stop-loss, and can choose between a target price or a pip-based entry. This level of flexibility allows traders to tailor their trading strategies to their specific needs, which can result in better trading outcomes.
- Multi_BuyLimitOrders & Multi_BuyStopOrders Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. This setup includes stop-loss and take-profit levels, which can be adjusted based on the trader's preferences. Notably, these orders come with a level of flexibility that enables traders to fine-tune their trading strategies. For instance, a trader can opt to set the stop-loss level to zero if they do not use stop-loss.
- Multi SellOrders To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
- Multi BuyOrders To assist traders who wish to open multiple buy orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Buy is the number trades the trader wish to open instantly. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple buy orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
- ChartButton Class MT4 This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.
- OneZeroMatrix Fishing EA fishing EA Opening Trade Buy/Sell Each 4 minute
- Auto TP multiplied by SL Th Expert will set the TP based on the SL manually set using the input multiplier. Using this you can set 2,3,4 etc times the SL set.
- Ofir Blue Telegram API for any indicator Connect your indicator to Telegram with 3 lines of code This sample code enables to connect your indicator to Ofir Blue, the first trading application for Telegram
- Change TPSL By Percentage The Expert will help you change the TP/SL of all open orders by setting the TP/SL based on the input percentage value.
- AllAverages v4.9 One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications.
- Exponential Commodity Channel Index Commodity Channel Index using exponential moving averages.
- MoveStopLoss Move the stoploss as the trade moves in your direction at a specific distance.
- Simple license on account name Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.
- Risk Manager EA This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest.
- Elder Impulse System Candlestick This indicator paints the candlestick chart color according to the Elder Impulse System
- Cryptos_V1 - MetaTrader 4 Expert for ETH Crypto EA for ETH/USD pair.
- oneminuteman Find what are the highs and the lows that happened the last 60000 ms
- Weighted deviation bands Weighted deviation bands - metatrader 4 version
- Weighted deviation Weighted deviation - metatrader 4 version
- Pause Trading for X Minutes When Consecutive Losses are N This code will pause the trading for X minutes when there are N consecutive losses happen within Y minutes
- period_converter_All_kai Convert historical data from M1 to M1, M5, M15, M30, H1, H4, D1, W1 and MN, specifying the start date.
- GridTrading Algorithm at volatile market This EA can do Grid trading and has useful functions for Gridtrading included
- Support and Resistance Indicator This Indicator shows the potential breakout/stop levels.
- Wilder's Relative Strength Index An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
- Wilder's Average True Range (ATR) An implementation of the original Average True Range indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
- Code for counting open orders by Order Type individually This is an Expert Advisor code for counting open running orders for each type: OP_BUY or OP_SELL.
- AK-47 Scalper EA AK-47 Scalper EA is fully automated. It uses the strategy of entering the sell Stop order continuously and will modifythe order when the price is opposite to the pending order.
- XP Forex Trade Manager MT4 Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 4.
- XP Forex Trade Manager Grid MT4 Forex Trade Manager Grid MT4 helps you to managing orders and achieve the goal.
- EASY TREND An indicator to see very easily the trend in a maxminband channel. (You need use Heiken Ashi to see the graph or change the parameter ti put the graph in front of the indicators)
- Auto Fibonacci Indicator (Auto Fibos) - indicator for MetaTrader 4
- Time Segmented Volume (TSV) Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
- Get message of Popup Alert MT4 using this Script will get content message from Popup Alert dialog
- RSI Scanner Simple indicator that will scan thru the symbols in the MarketWatch window to alert you if price is overbought or oversold based on RSI.
- TradeMo The trade strategy is based on 2 moving averages. To confirm the trend, it uses 2 moving averages crossing and 1 candlestick formation while the moving averages are still crossed.
- Swap Informer Search for positive swaps.
- DPO Histogram and smoothing This version of the 'Detrended Price Oscillator' shows the DPO in blue with a smoothed estimate of it as a histogram to view the length of price cycles from peak to peak and trough to trough.
- Binary DOT Signal 60 second expired Binary Option Signal
- SMA_Channel Channel Indicator using SMA
- Mean Reversion Mean Reversion strategy works best on daily time frame major forex pairs .
- Close All Trade at Once This EA will Close All your current running Trades when Applied.
- Open Order With Trade Management A Simple Trade Management Script
- Closing All Open Orders This Script Closed All Open Orders At Once (Except Pending Orders)
- TSV - Time Segmented Volume Time segmented volume (TSV) is a technical analysis indicator developed by Worden Brothers Inc. that segments a stock’s price and volume according to specific time intervals. The price and volume data is then compared to uncover periods of accumulation (buying) and distribution (selling). Time Segmented Volume was developed by Worden Brothers, Inc to be a leading indicator by comparing various time segments of both price and volume.
- Uplinktrade Hedge Our newest Ai trading software! Enjoy investing in the safest way. Uplink Trade Hedge is using a safe hedging strategy which allows you to invest safely into the forex market. No quick profits but an investment opportunity. Invest for your future!
- News Detector for Mt4 & MT5 One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on chart for all Upcoming events -Code can be easily modified to place trade at certain time before or after an event or to just stop trading during events.
- Price Horizontal Line Notifications Get notifications when hit price level
- Draw trade history onto chart Draw trade history onto chart
- Signals CSV to chart objects Plot entry and exit as line objects from MQL5 signal CSV onto chart
- MCDx Some call it as MCDx Smart Money Indicator. It's just modification from RSI indicator.
- 3LS Converted 3 Line Strike by TheTrdFloor from TradingView to MQL4
- TenkanSenKijunSenCross Checking the Cross of First Two lines of the Ichimoku Indicator
- Momentum offset histo Histogram of momentum
- SRBreakout An Efficient EA to notify breakouts
- ATR Bands Converted ATR Bands by AlexanderTeaH from TradingView to MQL4
- Trend Direction Force Index Converted Trend Direction Force Index v2 - TDFI [wm] from TradingView to MQL4
- SSL Channel (TradingView) Converted SSL Channel by MissTricky from TradingView to MQL4
- Trickerless Only successfully tested on INSTAFOREX broker, InstaForex-Europe.com server 5 digits, pair EURGBP daily, leverage 1:1000, with free swap account.
- Send LINE Notify - Send Alert Message to LINE APP This Script is the example of using function LineNotify that use to send message to LINE APP via Line Notify service As the function LineNotify use webrequest to send HTTP request so it can be used in EA or Script program only , can't use in Indicator program
- Exponential Range Average & Deviation Offset An exponential moving average of the true range and the offset of its average deviation
- Higher Timeframe Indicator that shows higher timeframe candle on current timeframe.
- Squeeze Momentum Indicator - LazyBear Converted LazyBear Squeeze Momentum Indicator from TradingView to MQL4
- Speed and Acceleration (with HMA) This indicator gives the Speed and Acceleration of the price for a given period. In order to make a smooth graph, can be used a procedure using the Hull Moving Average method
- R-Squard and Linear Regression a procedure that calculate most stats in one call: R-Squared and Linear Regression
- LP_entry Arrow Up and Down on each bar and other informations.
- ScalpX ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph.
- Market High and Lows This indicator shows market highs and lows for any timeframe with period separators. You can see daily/weekly/monthly highs/lows on lower timeframes like H1/M30/M40. This is good for trading breakouts.
- Kalman Speed oscillator Kalman Speed oscillator... Just an experiment
- Kalman Filter modified a bit more EA frliendly version
- Adaptive grid Adaptive grid expert for mt4
- CCI of Moving Average with Dynamic Signal Lines CCI of Moving Average with Dynamic Signal Lines
- Constant Range Channel A simple indicator plotting a channel with a constant range
- High Volume Bars Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level.
- Trade Classes from MT5 for MT4 Trade classes CTrade, CPositionInfo, COrderInfo, CSymbolInfo from MT5 rewritten for MT4
- SmoothStep (generalized) SmoothStep (generalized) - metatrader 4 version
- SmoothStep SmoothStep (metatrader 4 version)
- Detecting the start of a new bar or candle Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
- Listing all MT4 Signals' properties to a CSV file This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.
- How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs
- Account History Export Export the history of transactions on the MT4 trading account.
- ADXm (experiment) ADXm experiment (metatrader 4 versions)
- Real Trade Copy MT4 Adviser-Utility for copying transactions from one MT5 account or MT4 account to another MT4 account.
- Expert History Export Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
- Chaikin Oscillator smoothed for MT4 Chaikin Oscillator with smoothing option.
- Simple Slope Oscillator Normalized with symbol overlay for MT4 Simple Slope Oscillator Normalized with symbol overlay for MT4
- Recursive Moving Average Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
- MA Angle Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.
- Adaptive momentum oscillator idea from David Varadi. Adaptive momentum oscillator idea from David Varadi.
- BreakEven Function Just a Basic Functions For BreakEven.
- GARCHV2 A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.
- Multi Currencies EA CloseAll Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.
- Inverse Fisher Transform RSI by John Ehlers unsmoothed version for MT4 Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.
- Bollinger Bands Crossover Indicator This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.
- RSI based Overbought Oversold Detection and Signal Generation This is an EA to generate signals based on RSI signal crossing the upper level or lower level.
- Highest High and Lowest Low This code can be used to find highest high and lowest low of a chart for a given period.
- MACD Main and signal lines based strategies This indicator plots multiple signals based on MACD main and signal lines.
- Highest High and Lowest Low in Neighbourhood This code identifies highest high and lowest low in the neighbourhood.
- Stochastic Main and signal Comparator indicator This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.
- Creating Rectangles on Chart This code can be used to create rectangles on chart.
- Martingale EA This EA demonstrates how to implement martingale based on signals from any indicator.
- Bollinger Band crossover based EA This is an EA based on Bollinger band crossover with prices.
- RVI Crossover EA with trialing stop This is an EA using RVI crossover.
- Close Order at fixed interval This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.
- Buy trend EA This EA places buy trades based on trend of last 5 candles.
- Read CSV file and Tokenise string using Delimiter This code can be used to read csv files and separate string based on a separator token.
- RVI Crossover Indicator This is a RVI crossover indicator.
- WPR Crossove Indicator This is a WPR crossover indicator based signal generating indicator.
- ADX Crossover Indicator This is a ADX crossover based Indicator.
- Chart Screenshot This code can be used to take screenshot from code itself at any particular desired time.
- RSI and Stochastic Multi-timeframe Scanner Dashboard This is a multi timeframe dashboard scanner for RSI and Stochastic.
- Bollinger Bands Based EA This EA is based on upper and lower Bollinger bands.
- Tolerance for High Indicator This is an indicator based on tolerance for highs of two candles.
- MA crossover indicator This is an Indicator based on MA crossover.
- Moving Average (MA) Crossover EA This is an EA based on Moving average crossover.
- Plotting Shaded triangle This is a simple code to draw triangle on chart connecting open and close of different candles.
- Bullish and Bearish Candles This Indicator will plot bullish and bearish candles in separate colors.
- ADX real This ADX version is used on many other popular trading platforms. It is different to the standard one included with Metatrader.
- Level Indicator The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications
- Set Stoploss to All Orders Simple stoploss script
- Hotkeys_CycleTimeFrames_v1.0 cycle timeframes using hotkeys 'N','M' prev,next timeframe
- Elegant oscillator Elegant oscillator - metatrader 4 version
- Force index volatility bands Force index with Volume/Volatility bands
- Quantile Price Analysis Quantile Price Analysis by Jas Wu, Calculations are below.
- Didi Index (Cleaned/Reversed) Slow Line of the original Didi Index
- Save current chart to default template it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
- GSV - Greatest Swing Value MTF Larry Williams 'Greatest Swing Value' as an indicator
- Basic file handling in MQL This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.
- Check Trading time This code base is a simple function to check if current time lies within two specified times.
- Bullish Bearish Color This indicator draws coloured histograms to identify bullish and bearish bars.
- Check Binary Options Symbol This code can be used to find out whether the symbol is a binary option symbol or not.
- Check Trade Time This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.
- One click close The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.
- Custom sound on Alert This code will give custom sound on alert on new bar.
- One order every second This code places only one order every second ( not every tick )
- Time of an Object This code help you get the time of an object created on a chart.
- DPI Alert EA This EA will tell you the Depth Per Inch of your screen.
- Static arrows and graphic objects on MT4 Chart This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.
- Indicator Name it gives you the name of the indicator which is attached to a chart.
- MT4 Account details This code simply prints the account details for a MT4 account.
- Hotkeys_TimeFrames_v1.0 hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn
- Simple Parabolic SAR with alert This indicator shows a standard parabolic SAR another way. Also it send alert when SAR dot changes side.
- Momentum deviation bands Momentum deviation bands - MT4 version
- Momentum deviation Momentum deviation
- Hotkeys_CycleMarketWatchSymbols_v1.0 cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list
- QG Futures/CFD Intermarket Spread This is a simple script to chart the intermarket spread between 2 different futures or CFD contracts. The spread trading is a popular futures trading strategy and can be done using CFDs more easily as there is no formal expiry date.
- RSI Extreme Zone The indicator highlights the value in "over Sold" and "over Bought" zones.
- MA Cloud indicator Moving Average Cloud draws 4 MAs on chart simultaneously in histogram style.
- Pair Or Symbol And Time Frame With Watermark Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.
- Clean up all drawings ( Delete All Object Comment etc ) The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs.
- Dynamic pivots - any time frame Dynamic pivots - any time frame
- Expert Advisor specific day and time It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached.
- Limit channels - with states Limit channels - with states - metatrader 4 version
- Show Orders History On Chart Show Orders History On Chart
- Limit channels ATR based limit channels - metatrader 4 version
- DMH Directional Movement using Hann windowing - metatrader 4 version
- Trailing Step Function This Is Just A Normal Trailing Step Function.
- Trailing Function This Is a Normal Trailing Function For All Open Order In MT4.
- Correlation Calculator Panel Calculator
- MyRsi with NET MyRsi with Noise Elimination Technology - by John Ehlers : metatrader 4 version
- MyRsi MyRsi - by John Ehlers : metatrader 4 version
- Market and symbol Information for MT4 A script that displays MarketInfo and SymbolInfo data through a button list built from MarketWatch.
- RSI histogram bars Two RSI indicator periods smoothed and displayed as histogram.
- Nadaraya-Watson estimator Nadaraya-Watson estimator - metatrader 4 version
- Zigzag R An optimized version of the Zigzag indicator, which was included in the MT4 delivery of 2005 (and in MT3.83).
- Read news from forex factory website by web request Read news from forex factory website by web request
- G channel G channel is a channel indicator with 3 lines- a middle line representing a central tendency and 2 Upper and Lower boundaries calculated based on the past values of same indicator. Its based on the paper "Recursive Bands - A New Indicator For Technical Analysis" by Alex Grover and is a code conversion from TradingView. The channel breakout of Upper or Lower boundaries represent a new trend or trend continuation while narrowing of bands represents ranging or low volatility conditions. The channel can prove to be a good indicator of a trend direction and also a guide for trailing of stop loss. It has only 2 variables. Channel period - default set to 100. Price type.
- Trailing stop MT4 Use trailing stop point with MT4
- ATR with Smoothing ATR with 4 smoothing options : RMA, EMA, WMA, SMA
- Timeframe Flow Sharing this trend indicator made by me. Called "Timeframe Flow". It will draw a user defined higher time-frame candle on every shift on your current time-frame. Meaning you can have H4, H12 or D1 candles on every shift of your H1 Charts. Or you can have D2, D3 or D5 candles on every shift of your Daily Charts. Combined with the current time-frame ATR Bands, you have a trend indicator with some filter. You may also use the Mid Line crosses as exit( Calculated using Higher timeframe candles displayed in the indicator(Close + Open)/2 ).
- Tops and bottoms in trend with rsi .
- IND - RiskPerTrade - MT4 Building good trading habits by seeing things in terms of percentage not in terms of money.
- EVZ Reader Script to download EVZ data for Euro FX Vix indicator
- Motion Smoothness Index Determines when market price is smooth or rough
- SCT - RiskPerTrade- MT4 Building good trading habits by seeing things in terms of percentage not in terms of money.
- Get Comma Separated Things From String Custom Function To Get Comma Separated Things From String.
- Get Last Round Time And Date Acc To TF This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time.
- Directional volatility & volume oscillator Displays direction of volatility and volume
- Zone Recovery Hedge EA Turn your losing trade into winning trade with Zone Recovery Hedge
- Fractal This indicator is used for identifying extrema of different degrees.
- Mass Index - Indicador para MT4 Indicador Mass Index para Metatrader 4 con los niveles más importantes en donde se producen las señales de este indicador, de acuerdo a su autor. El MI es un indicador basado en la volatilidad del mercado.
- Indicador Media móvil Hull para MT4 Indicador de medias móviles Hull (HMA) para Metatrader 4 que cambia de color dependiendo de la tendencia. La HMA es una media móvil diseñada para seguir de cerca la acción del precio más reciente pero sin perder el efecto de suavizado. Puede resultar muy útil para el análisis de tendencias.
- Alligator trend cross Candle cross either of three lines.
- More Trade After Break Even Have you ever wanted to add another trade only after the previous has been modified by either trailing stop or even break even , This code will help you to be able to implement that
- Cercós Chaos vs Movement Volatility indicator
- Moving average breakout trending breakout
- simple engulf candle pattern
- Momentum-based Adaptive Channel The Momentum-based Adaptive Channel is a version of the adaptive channel based on the Euclidean distance. It is designed to adapt according to the dynamic market as needed.
- divergence and rsi macd divergence and rsi
- Validate Me framework Checks a trading robot must pass
- moving average candle cross 3 moving averages
- Logging library for mql4 A customizable logging library with Debug,Info,Error logging levels.
- SCT - The Overall Percent Risk - MT4 Building good trading habits by seeing things in terms of percentage not in terms of money.
- Tipu MACD EA Tipu MACD EA is a simple EA created to automate buy/sell orders based on the MACD indicator. You can automate entries and manage trades. This EA comes with many useful functions that can used to by anyone to create their own EA.
- Trading Panel I started to create a simple trading panel to switch between pairs and timeframes. and next version, I will add trading features and manage orders.
- One_Price_SL_TP This EA, Ask you to Put price, whatever price you put, in "ZEN" field, you will get that price on all open orders either SL or TP value, that would help to close all orders at one price, and you can close all bulk orders in one shot. (works very well with large balance - i suggest cent / micro account for newbees. to be able to place large closure of orders. Openin random orders manually with ongoing trend is suitable for large order accounts.
- Ehlers FM Demodulation The FM Demodulation Indicator tracks the timing of price variations.
- IND - The Overall Percent Risk - MT4 Building good trading habits by seeing things in terms of percentage not in terms of money.
- Smart Envelope for mt4 Clone of Smart Envelope from tradingview
- Redrawing Trading Positions Redrawing trading position for history data and current trading position
- RSI stop and reverse indicator This RSI stop and reverse indicator makes use of RSI on price v2 code. If required the RSI level bands can be hidden.
- Dual StopLoss, Hidden and Regular together What if we could have two Stop Loss instead of one?
- Scalper Assistant v1.0 When you scalp manually, a simple EA could be an assistant to set StopLoss / TakeProfit for each trade you open.
- RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs. RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs. The RSI 70 level line is blue The RSI 50 level line is gray The RSI 30 level line is red Length and Levels are adjustable
- Averaging By Signal This EA was created for learning purposes and can be developed for trading purposes.
- RSI levels rendered on price as bands RSI levels rendered on price as bands
- Reverse MACD Give the return zone of the MACD Zero Lag
- clock Extension for the datetime with DayLightSavingTime adjustments.
- forex revelation Short description.
- Daily Target, Max Daily Losses with MagicNumber With the aim of educating you how to make trading tools that are simple and can be used immediately.
- Auto Scheduler It's a auto scheduler.
- Close Orders By Target or Cut Loss This EA is used as a trading tool to help us close all orders with a specific target in the form of money or cut loss. We can filter orders by magic number.
- Trailing Stop with MagicNumber Add on tool to support our trading by shifting stoploss (SL) to the profit area
- 2 MA Crossing For the purpose of learning to create an EA, I will share how to make an EA that uses 2 cross moving average indicators as a trading position entry signal.
- EA - The Simple Trading Panel - MT4 The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips.
- Pivot_Points_Lines_v1.3 MT4 Draws Pivot Points Formulas
- Braid Filter indicator of Robert Hill stocks and commodities magazine 2006 Braid Filter indicator of Robert Hill stocks and commodities magazine 2006
- Close All Positions include pending ones. This one may not be the fastest, but it will definitely close all your positions.
- Self Adapting EA - Deep Learning System Deep learning Expert advisor , This EA will collect market patterns to predict the next Patterns.
- HCLC Range Draws two labels: High-Close and Low-Close range of the last closed candle left of the current candle
- MR FIBONACCI ROBOT Fibonacci PRO ⭐️⭐️⭐️⭐️⭐️ You want to become a constantly profitable 5-star forex trader? ⭐️⭐️⭐️⭐️⭐️ FIBONACCI PRO is a professional expert for trading according to the Fibonacci Retracement method. 1. MANUAL_CONFIRMATION - manual confirmation of transactions; 2. FIBO_CLOSE_PRICE - FIBO calculation at closing prices; 3. RSI_FILTER - input filter by modified RSI; 4. ATR_FILTER - ATR input filter. 5. ZIG ZAG
- INDICATOR Currency Strength Meter - MT4 The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.
- Currency Strenght Meter - MT4 The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.
- INDICATOR Breakout Strength Meter - MT4 The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout
- MT4 EA Template with all the basic features This is a great template to start from if you're looking to build an MT4 EA quick and easily with your own rules/custom indicators. It has all the nice features for managing the account and the trades.
- Breakout Strength Meter - MT4 The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout
- The colored volumes (English Version) Colored volumes at the bottom of the chart
- Log4mql(mini) MT4 A light header-only version of Log4mql that provides standardized logging.
- Corrected moving averages Corrected moving averages
- The intersections of two lines In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.
- Send a message from metatrader to telegram With this script, you can send a message from MetaTrader 4 to Telegram.
- Smart Forex System Open Version Force=((Bid-close)/close)*10000;
- Simple Open Order script with simple money & trade management feature Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP
- Relative volume trend Relative volume trend
- Relative price trend Relative price trend
- RSI dual features Cutler RSI with standard RSI full formulas RSI dual features Cutler RSI with standard RSI full formulas
- EA Fibonacci Potential Entry - MT4 The 8 effective steps to build a robust day trading plan using Fibonacci retracement
- Clarity Index Clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. It reflects the strength of trend with respect to volume.
- MultiVote On Balance Volume MultiVote On Balance Indicator displays a higher resolution of trading volume activity to the regular On Balance Volume calculation.
- Simplest EA using DeMarker indicator This is just a framework for building a simple EA
- iFisher New fisher to catch trend with indication UP and DN
- Deviation Rate BIAS MT4 Stock trading indicators. BIAS.
- Simple Martingale Template A simple but fully functional program that demonstrate how a martingale can work for you. Just change the entry analyis using your own scalping strategy and your personal money management style, then optimize.
- AverageRangeLines_v1.6 ADR,AWR,AMR,Draws Average Range Lines
- Identify potential Trends/Range (Pivot Points) - MT4 This script was developed in order to help us detect if a chart is actually trending or going nowhere.
- Stoch RSI MT4 The Stochastic RSI indicator (Stoch RSI) is essentially an indicator of an indicator. It is used in technical analysis to provide a stochastic calculation to the RSI indicator. This means that it is a measure of RSI relative to its own high/low range over a user defined period of time. The Stochastic RSI is an oscillator that calculates a value between 0 and 1 which is then plotted as a line. This indicator is primarily used for identifying overbought and oversold conditions.
- Fibonacci Potential Entry - MT4 The 8 effective steps to build a robust day trading plan using Fibonacci retracement
- Doulble MA Cross Draw Histogram Use the intersection of two moving average lines to draw a vertical line
- Swing trading 3 EMA Crossover Hassane Zibara
- Visual Trend Indicator Visual multi-timeframe trend indicator.
- CSV file creating example expert Example how to use file write function
- FE Fibo Expansion Draw Fibo Expansion
- Mission Impossible Power Two Open Version It only demonstrates the possibilities of the multiplier.
- Strategy - Set And Forget (with Alerting system) - MT4 This strategy is the well known set & forget with the ALERTING system. It is very useful on different trading scenarios. I urge you guys to always use trading tools that will make your live easier. So instead of watching the charts and the time and all day long, you can use this indicator that will watch the charts for you.
- Master Exit Plan This is a straightforward script for strategically managing open trades and pending orders.
- Pips Volatility Alarm Catching the extreme change on candle.
- Fibo Bars 3 Three-layer indicator Fibo Bars 2 by Ivan Kornilov
- Disparity Oscillator Identifies over-extensions in price
- The best TIMES & DAYS our Strategy Works the best (Improve your Strategy) - MT4 For day traders. 2 highly important indicators to turn strategies into extreme winning ones. The Win/Loss ratio and the Reward/Risk ratio will allow us to identify the best times and days our strategy works the best
- Camarilla Pivot Lines v1.0 Draw the Camarilla pivot point levels
- MACD View price in MACD
- Rijfie pyramid 1.12 I am sharing this pyramid. It is not perfect but works for me.
- Identify the potential best TIME To Trade (Improve your Strategy) - MT4 For day traders, this is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best TIME during the day to trade when the market moves the most as well
- DreamBot - Fully working trading robot Any account type,leverage and deposit
- ECN Trade Modifier On all MT4 market execution accounts (ECN, ECN Zero and Pro), preset stoploss/takeprofit price levels are not permitted. If a client wishes to specify stoploss/takeprofit values for an order, the client must modify the existing position after the order is opened. This EA helps a client effortlessly ensure that an on order is modified to desired stoploss/takeprofit values a short while after a trade position is opened This is especially helpful for scalpers who want to avoid the trouble of manually editing trade properties every-time a position is taken on a financial instrument. EA by Maduagwuna E.I
- DXYvsEXY_e1 for MT4 DXYvsEXY_e1 is an optimized version of DXYvsEXY. Original code here: https://www.mql5.com/en/code/30714
- Identify the Potential Best Days To Trade (Improve your Strategy) - MT4 This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
- The Power of Envelopes The power of Evelopes with trailing stop.
- Log4mql (MT4) A logging library similar to Log4j but for MQL.
- Daily Perspective Visualization of 3 previous daily bars with alarm.
- EA template for the market The source code is only a guide for the development of your EA.
- MarketsMaster EA Expert Advisor in MQL4 with 4 signals based on 6 Indicators. Works at any stock. If anybody wants to translate it to MQL5, it would be great. I still do not know MQL5. If you do, please, let me know.
- Pro Traders see RISK as Percentage MT4 Most traders keep losing money because they focus on money rather than planning their trades based on Percentage risk.
- Attractive Market Watch List for Potential Entries MT4 Are you tired and lost when it comes to creating an attractive market watch list ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well we will guide you step by step to create your own attractive market watch list for potential entries.
- Automatic Risk Reward box create An indicator that draws a Risk/ZReward Box Automatically on your chart
- SMART-ZONE When MaxBand > MA of MaxBnd => SMART-ZONE HIGH When MA of MinBnd > MinBand => SMART-ZONE LOW You can set the bandperiod of Max/MIN Band, and the period and the method of M Aof Max/Min Band With different parameters, the indicator gives us the pivotal areas or the trend areas
- MA of WPR Three mooving average of WPR indicator, you can set the indicator period, the mooving average period and the mooving average method.
- Strategy - Set And Forget (with Martingale system) MT4 This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.
- Strategy - Set And Forget (with anti-Martingale system) MT4 This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.
- Actual Volatility Scanner in raw form for currency pairs and indices.
- Hull moving average (ema based) Hull moving average (ema based)
- max profit of 1st order This expert shows the maximum profit level that touched by price line for your first position on chart window. the expert don't need any variable or specified timeframe. Please vote this program to help know this program how much helpful. Thanks for your vote stars.
- ATR adaptive SMA ATR adaptive SMA (Simple Moving Average)
- CCI H MTF Colored Fully customizable: Period, TimeFrame, Color, and Price. Above 0: Chartreuse Below 0: Red Above 100: Marron Below -100: Dark Green
- Theil_Sen Indicator Free This indicator draws a trend-line directly on a chart. It uses the Theil Sen Estimation method to calculate the slope of the trend-line. Theil–Sen estimation is a method for robustly fitting a line to sample points in the plane (simple linear regression) by choosing the median of the slopes of all lines through pairs of points.
- DXYvsEXY for MT4 Indicator DXYvsEXY is the USDX vs EURX with Awesome Oscillator Indicator for MT4.
- VR Watch List and Linker Lite Synchronous change of a trading instrument in all charts
- 5Mins Envelopes Scalping This Expert Advisor based on Envelopes indicator from MT4, my best TimeFrame is 5 Minutes on GBPUSD.
- NNFX Auto Trader Manage risk like No Nonsense Forex easily in MT4
- 5Mins Rsi Cci Ma Expert This Expert Advisor based on Relative Strenght Index, Commodity Channel Index and Moving Averages MT4 Indicator for Signal. Please test in Demo Account first. Regards.
- Currency Strength "Currency Strength" EA finds the strongest\weakest currency from 8 major currencies and trades with moving averages, has Trailing Stop Loss &Take Profit works on all time frames major Forex pairs.
- Order History Lines Drawer Short description: This Script will draw a line from the open to the close for each order in you account history. please show all history in account history before using this script.
- StdScore v4.2 An oscillator that duplicates the chart of a selected asset in a separate window in three ways: line, bars and candles. This is essentially an indicator Bollinger bands, displayed in a separate window. In my opinion, it will be useful for beginners as a way to look at various technical signals from a different angle. This indicator helped me in an adviser for filtering unfavorable moments for trades.
- Power of USD with average Power of USD indicator shows actual strength of currency USD calculated of 7 pairs that contain USD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR USD, AUD USD, NZD USD, GBP USD, USD JPY, USD CAD, USD CHF.
- Power of NZD with average Power of NZD indicator shows actual strength of currency NZD calculated of 7 pairs that contain NZD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR NZD, GBP NZD, AUD NZD, NZD USD, NZD CAD, NZD JPY, NZD CHF.
- Power of JPY with average Power of JPY indicator shows actual strength of currency JPY calculated of 7 pairs that contain JPY. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD JPY, EUR JPY, GBP JPY, AUD JPY, CAD JPY, NZD JPY, CHF JPY.
- Power of CHF with average Power of CHF indicator shows actual strength of currency CHF calculated of 7 pairs that contain CHF. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR CHF, USD CHF, GBP CHF, CAD CHF, AUD CHF, NZD CHF, CHF JPY.
- Power of GBP with average Power of GBP indicator shows actual strength of currency GBP calculated of 7 pairs that contain GBP. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR GBP, GBP USD, GBP JPY, GBP AUD, GBP CAD, GBP NZD, GBP CHF.
- Power of EUR with average Power of EUR indicator shows actual strength of currency EUR calculated of 7 pairs that contain EUR. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR USD, EUR GBP, EUR JPY, EUR AUD, EUR CHF, EUR CAD, EUR NZD.
- Power of CAD with average Power of CAD indicator shows actual strength of currency CAD calculated of 7 pairs that contain CAD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD CAD, AUD CAD, CAD JPY, EUR CAD, GBP CAD, NZD CAD, CAD CHF.
- Power of AUD with average Power of AUD indicator with average shows actual strength of currency AUD calculated of 7 pairs that contain AUD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR AUD, GBP AUD, AUD USD, AUD CAD, AUD NZD, AUD JPY, AUD CHF.
- Daily Pivot, Resistance and Support Levels Assist This is an indicator on Daily Pivot Points and Support and Resistance levels.
- Trade History Marker 1.10 Mark your historical trades in you mt4 with lines and arrows. You can load data from your history or load data from a csv file.
- Pan PrizMA CD Phase Sin leverage 72 Calculates the phase and amplitude of the expected wave.
- Consecutive Identical Candles for number of currency pairs.
- Volatility Scanner Volatility Scanner in raw form for number of currency pairs.
- PivotPointsLines _v1.1 Draws Pivot Points Level Lines for formula's Floor,Fibonacci,Camarilla,Woodie
- Bar Time Count Down This MT4 indicator is to count down the remaining time as the format HH:MM:SS
- DeleteAllObject Simple script to delete all object on the current chart.
- Independent Chart Independent Chart Indicator for MT4
- All In One Mirror Mirror indicator with a dropdown list of base indicators to choose from with optional alerts, email, and push notifications.
- Basic check-up of Experts for MQL4 This is a simple function for the initial control of an expert.
- Script to close all negative trades first and then followed by positive trades A modified close all script by me.
- CCI Expert MT4 Expert Advisor based on the CCI indicator
- waverider zigzag This indicator is ZigZag based on Bill Williams Aligator
- GMT Time on chart The GMT Time on chart indicator is written for users who like to see GMT Time on-screen. For convenience, This indicator code is written clearly and simple. Update 1: 16-5-2020 *Input font color *Input font size
- Virtual Profit Close Close your positions in profit virtually
- Expert adviser Easy Robot Any account type, leverage and deposit
- V Sync Chart Lite The V Sync Chart Lite indicator is written for demonstration purposes and shows how it is possible to synchronize the object
- MACD With All Parameters Standart MACD Indicator but All Parameters like as FastMA, SlowMA and SignalMA parameters can be changed
- RingSystemEA It's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. The expert starts opening six orders for each ring (3 plus and 3 minus) and waits to move prices in one direction to make a grid of orders.
- Disable auto trading but ONLY for a specific EA Simple Script to disable the Autotrading for the EA on the chart. If you just want to use the DLL, check the code and comment/uncomment the necessary
- Smoothed Bar to Bar Correlation The Correlation Indicator provides a smoothed bar to bar correlation value.
- MA HISTOGRAM SEPARATE WINDOW Trend indicator (separate window)
- Lot sizing risk based and also converting the currency of the account Hi, so I just made a little code here that will help out a lot of coders that hate doing this (I count myself in it haha). It's made to calculate the lot size of a position based on the risk input and the account size+currency.
- MA HISTOGRAM Trend indicator
- Manual Trading Lightweight Utility Free utility for manual orders placement.
- Trade Transmitter via web and OnTrade Function to MQL4 This EA can detect trades in your MT4 account and transmit them via web
- OC Momentum Simple oscillator with a histogram.
- The Currency Strength indicator shows the relative strength of a currency compared to seven other currencies. Simply select one of the main currencies (AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD) as "Currency" in the settings.
- Power of USD Power of USD indicator shows actual strength of currency USD calculated of 7 pairs that contain USD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR USD, AUD USD, NZD USD, GBP USD, USD JPY, USD CAD, USD CHF.
- Power of NZD Power of NZD indicator shows actual strength of currency NZD calculated of 7 pairs that contain NZD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR NZD, GBP NZD, AUD NZD, NZD USD, NZD CAD, NZD JPY, NZD CHF.
- Power of JPY Power of JPY indicator shows actual strength of currency JPY calculated of 7 pairs that contain JPY. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD JPY, EUR JPY, GBP JPY, AUD JPY, CAD JPY, NZD JPY, CHF JPY.
- Power of GBP Power of GBP indicator shows actual strength of currency GBP calculated of 7 pairs that contain GBP. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR GBP, GBP USD, GBP JPY, GBP AUD, GBP CAD, GBP NZD, GBP CHF.
- Power of CHF Power of CHF indicator shows actual strength of currency CHF calculated of 7 pairs that contain CHF. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR CHF, USD CHF, GBP CHF, CAD CHF, AUD CHF, NZD CHF, CHF JPY.
- Power of EUR Power of EUR indicator shows actual strength of currency EUR calculated of 7 pairs that contain EUR. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR USD, EUR GBP, EUR JPY, EUR AUD, EUR CHF, EUR CAD, EUR NZD.
- Power of CAD Power of CAD indicator shows actual strength of currency CAD calculated of 7 pairs that contain CAD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD CAD, AUD CAD, CAD JPY, EUR CAD, GBP CAD, NZD CAD, CAD CHF.
- Power of AUD Power of AUD indicator shows actual strength of currency AUD calculated of 7 pairs that contain AUD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR AUD, GBP AUD, AUD USD, AUD CAD, AUD NZD, AUD JPY, AUD CHF.
- Non Lag Relative Strength Index Non Lag Relative Strength Index for MT4 Eliminates unnecessary preliminary calculations on the built-in RSI.
- Refresh 28 Charts This code extracts tick data from the broker's server and refreshes the 28 charts of the 8 commonly traded currencies in MT4.
- Tick Chart in MQL4 This will create an offline chart for the ticks.
- MA based Currency Strength Indicator Indicator that displays the "strength" of each of the 8 major currencies (USD, EUR, GBP, CHF, AUD, CAD, JPY and NZD) based on the moving average trend of all 28 pairs that they are part of.
- Stochastic MACD Stochastic MACD (metatrader 4 version)
- Tether Line Indicator Best Direction Indicator. Red Line means the market UP. Blue Line means the market Down.
- Arrow and Smile Arrow for input and Smile for output.
- Basic ATR based take and stop expert adviser A ready made expert adviser template to use for further development
- Trend flex x 2 Trend flex x 2 (metatrader 4 version)
- Multi Currency Template Basic Template for Multicurrency Expert Advisors.
- TrendFlex TrendFlex indicator based on February 2020 TASC article published by John Ehlers - metatrader 4 version
- Reflex Reflex indicator (based on February 2020 TASC article by John Ehlers - metatrader 4 version)
- No Nonsense Backtester This EA is for testing No Nonsense Forex algos. With this EA you can test your algos much faster than eyeballing, using Soft4x or using any other EAs in Strategy tester.
- engulfing MA Simple indicators detect engulfing candle patterns, but with a moving average filter
- Time Frame Changer I recently needed an indicator that, once placed in a window, is able to change the Time Frame of all open windows. In addition, I wanted this indicator to be able to react to Metatrader's Time Frame selection bar. Despite my various searches, I couldn't find anything suitable. So I decided to develop my own indicator. I propose it to you here.
- My Trailing Simple Trailing Stop EA with Trailing Steps and Trailing Start Point It includes Stoploss and TakeProfit too..
- Basic Moving Average template A ready made expert adviser template to use for further development or use 'as is'
- PricerEA PricerEA is a utility to help any trader to place pending orders (stop or limit) at a specific price.
- SpreadWatch This indicator watches and displays the biggest spread the pair generated. It is recommended to run at least 5 days, from Monday to Friday, to get a big picture of the broker's spread.
- Daily/Weekly HL Previous day&week High/Low
- RSI with BB RSI with Bollinger Bands calculated on it
- Dynamic Pivot Dynamic Pivot Indicator, provide all timeframes and extra timeframes
- Carry Trade Tools These codes give you a list of currency pairs that have a positive and negative swap. This is useful when you do a Carry Trade strategy.
- Set Stoploss and Takeprofit at same level for multiple orders Let's say we have 20 open orders on one symbol and want to set takeprofit or stoploss for all of them at the same level(price) .The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). If the input parameters are left to zero , the stop or the takeprofit are left unchanged .
- Dynamic Stop Loss Dynamic Stop-Loss is a tool for traders who trade without a stop-loss. It gives the traders a trick to trade as if there is no stop-loss but actually using one.
- Cross Candle Cross above or below Conditions
- Safe Trend Scalp Safe Trend Scalp is an automatic robot that trades with automatic Trend lines that ea crated with market history.
- volatility_Bar volatility, flat
- RSI + MOVING AVERAGE this is RSI indicator that has two moving average inside the window
- Pivots MT4 Simple pivot indicator
- TimerEA It's an expert to open and close orders on a specific day and time. Expert open and close orders only with the same symbol attached. For more information, please visit product's page: https://www.mql5.com/en/market/product/44939
- X Man "X Man" EA uses Equity Stop from total Equity, you can use it as hedging grid EA or a single trade EA.
- Ichimoku Kinko Hyo2 Ichimoku Kinko Hyo is an indicator that tracks the equilibrium of momentum and identify likely areas of support and resistance. The Ichimoku chart is composed of five (5) separate indicator lines. These lines work together to form the complete "Ichimoku picture".
- Bid-Ask-Spread The indicator shows BID-ASK-SPREAD information on chart
- iWPR+ iWPR+ is an iWPR %Range function with a positive value.
- MACD Sample Hedging Grid Classic "MACD Sample " EA with a little twist
- VR Smart Grid Lite The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.
- ZigZag Semaphore ( semafor ) Indicator This indicator places a mark (a semaphore) at the zig zag for each of 4 zig zag evaluation lengths.
- Expert adviser licence protection template Guide 'how to' make different expert adviser license protections
- Fast In Fast Out Strategy FIFO strategy When all the market movement makes you have lost, This ea makes a good profit with a little profit with many orders in a short time Just on a Candle.
- Scalping With Virtual Pending Orders This scalping EA demonstrates the use of a Virtual Pending order class library to simulate pending orders.
- CoupleHedgeEA It's a two (2) pairs correlation system to use 3 currencies for make 2 pairs to open hedge orders on those. Expert starts opening four orders for each couple (2 plus and 2 minus) and wait to move prices in one direction to make a grid of orders Please visit the product's page for more information: https://www.mql5.com/en/market/product/34112
- TokyoSessionEA It's an expert to use price action and trade level to open each order. The expert can trade up 12 pairs, uses the corresponding default setting for each pair. Default settings are good for EURUSD pair and IC Markets broker. For more information, please visit product's page: https://www.mql5.com/en/market/product/43249
- Updated Meta Neural Dashboard An old forum indicator that's been updated
- Gonna Scalp The "Gonna Scalp" EA is a scalper , works with all time frames major forex pairs and stocks NASDAQ.
- N trades per set Martingale Will scale up after N consec losses and will reset after same amount of consec wins
- Smart AC Trader The "Smart AC Trader" EA trades with 2 moving averages , If we lose a trade then the EA will take a new trade with the opposite conditions
- Martingale Smart The "Martingale Smart" EA trades with 2 strategies , If we lose a trade then the EA will change strategy and take a new trade with a multiplied/increased lot size,
- ROC "ROC" EA Trades with "ROC" indicator, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- VR Calculate Martingale Lite Indicator calculate the average price
- Basic expert adviser with trailing stop A basic ea template with trailing stop for further development
- Basic Rsi Template EA A ready made expert adviser template to use for further development or use 'as is'
- ZigZag Based on Close Prices The code is based on indicator ZigZag which is in-built in MT4. I have changed it so that it isn't calculated on highest Highs and lowest Lows, but instead uses highest Close and lowest Close of chart price history. See attached chart for differences: ZigZag (red) versus ZigZagClose (yellow).
- Grid Template EA Grid Template EA - A ready made expert adviser template to use for further development or use 'as is'
- HistoScalperEA This expert is a tool to test any of my histo indicator (8) for testing and find better settings to trade. You can use separately one by one indicator or more of one or all together as a system. Expert need all indicators for working and generate signals.
- CompassLineEA The expert uses iFollowLine and iCompass indicators to generate signals. It's an easy and quick way to test both indicators. 27/09/2019 updated expert and indicators.
- iADX_Advanced_Histo The indicator is shown in a histogram the ADX uptrend and downtrend uses a different way. You can set period of indicator and bars count averages levels.
- iBands_Advanced_Histo The indicator is shown in a histogram the Bands uptrend and downtrend uses a different way. You can set period of indicator and levels for trend.
- iMACD_Advanced_Histo The indicator is shown in a histogram the MACD uptrend and downtrend uses a different way. You can set period of indicator and levels for trend.
- iStochastic_Advanced_Histo The indicator is shown in a histogram the Stochastic uptrend and downtrend uses a different way. You can set period of indicator and levels for trend.
- iBearsBulls_Advanced_Histo The indicator is shown in a histogram the Bull and Bears uptrend and downtrend uses a different way. You can set period of indicator and levels for trend.
- iATR_Advanced_Histo The indicator is shown in a histogram the ATR uptrend and downtrend uses a different way. You can set period of indicator and levels for trend.
- iCCI_Advanced_Histo The indicator is shown in a histogram the CCI up and downtrend uses a different way. You can set period of indicator and levels for trend.
- iRSI_Advanced_Histo The indicator is shown in a histogram the RSI up and downtrend uses a different way. You can set period of indicator and levels for trend.
- 5MinutesScalpingEA 5MinutesScalpingEA uses indicators (5) from 5MinutesScalpingSystem. This expert is to help any user of the system to try some different settings of indicators easy and quickly. Expert need indicators to generate signals. Has the ability to use all of the indicators, or some of them.
- Pending Order Timer on Closed Market You can send pending order on closed market between StartTime and EndTime at specific minumum and maximum price.
- FolowLineEA It's an expert to help any user to find better settings for FolowLine indicator. Expert works only with FolowLine indicator.
- DoubleChannelEA This expert uses iDoubleChannel indicator. You can use to make backtesting to find best settings for indicator.
- iDoubleChannel It is an indicator of technical analysis that aims to assist every trader in his manual trades.
- 5 Minutes Scalping System It is a manual trading system consisting of 5 indicators. We buy when all indicators are in blue, and we sell when all indicators are in red. Indicators auto turn chart in M5 time frame, there is a switch to skip it.
- Training Chart Generator/Controller Simple utility that makes use of offline charts to facilitate training by enabling bar-by-bar display - both forward and backward, as well as reset to a pre-defined date/time.
- Adaptive ATR Adaptive ATR
- boring-ea2 Detects intersections between MA3, MA20 and MA150.
- GridderEA It's a multi-currency grid and martingale system that can trade all input pairs from one chart. The expert will close all orders for each pair using a profit level. The expert has the possibility to trade up to 100 pairs. It's a grid, hedging and averaging system. For more information, please visit product's page https://www.mql5.com/en/market/product/30282
- NewsReleaseEA NewsReleaseEA is an expert to trade about economic news uses pending orders. For more information, please visit product's page: https://www.mql5.com/en/market/product/31590 Read how can to set GMT offset in my blog: https://www.mql5.com/en/blogs/post/732403
- FlySystemEA This Expert Advisor is a pure scalping system.
- SailSystemEA This Expert Advisor is a pure hedging system. The expert place and manage two market opposite orders. Runs perfectly on pairs with tight spread and low commission broker (commission plus spread equal or less than 0.5 pip). The code is available for testing and studying. For more information please visit the product's page: https://www.mql5.com/en/market/product/33295
- Overlay Chart Modified to not repaint on each bar Used to compare 2 currencies on one chart, the Original indicator will recenter its calculation on every bar, and hence the price will keep shifting up and down and so the historical relative values do not remain constant. This indicator was modified so that the 'center' or initial relative reference point stays fixed and does not update each bar. It will only reinitialize when the indicator is reloaded or settings are changed.
- Evenly weighted DXY and changeable base currency Currency Index that calculates evenly on all 7 major pairs. Can also change base currency. Based on No Nonsense Forex podcast.
- Automatically enable or disable the automated trading button Let say you have an EA and you want it to trade in between an interval of time but you do not have the source codes to modify the EA. This utility allows you to automatically enable or disable the automated trading button. You can use the codes as an EA, Indicator or script but I used as an EA. You can remove Ordersend command because I set it only for the codes to past the test but it is meaningless.
- Simple candle filter martingale EA EA with candle size filter and scale on loss
- dTrends Arrow trends by iBearsPower and iBullsPower indicator for MT4.
- Price Time Correlation Trading Model A Price Time correlation model is used for Trend and Reversal trading
- BearsBullsPower Indicator Bears and Bulls Power for MT4 together in one separate window.
- TraderToolEA TraderTool is a tool/panel that will help any trader to perform trades quickly and easily. The product has been developed with user-friendliness and ease of use in mind. It has the ability to manage multiple types of orders, either placed by an Expert Advisor or manually. It also allows you to place orders in a single click. For more informations, you can visit the product's page: https://www.mql5.com/en/market/product/9509
- Volatility ratio Volatility ratio
- Virtual Robot Virtual Robot
- MAxCD Three Moving Averages Convergence/Divergence - Indicator for MT4
- Camarilla Flat and Clear The code consists of lines created according to the opening, closing, low and high values of prices.
- Wedge pattern "Wedge pattern" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with Wedge pattern strategy,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Head and Shoulders "Head and Shoulders" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with "Head and Shoulders" strategy,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Quarters Theory Divides whole levels into Halfs and Quarters.
- HLCTrend Trend indicator
- ZigZag_Climber This EA doesn't need any indicator, just moving price action is necessary to operate.
- Awesome Oscillator Trader 2 - Continuation of modification Expert adviser that use a custom modified Awesome Oscillator indicator
- Relative ATR Shows what % the current ATR is relative to it's historical value.
- Triple top and triple bottom "Triple top and triple bottom" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with Triple top and triple bottom strategy,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Broadening top "Broadening top" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with Broadening top strategy, has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Reversals With Pin Bars "Reversals With Pin Bars" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with the Reversals of Pin Bars,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- RSI Candles revised Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
- MACD_Colored_Histogram_2019 Trending Indicator MACD with coloured Histogram to detect trend and retracements in that trend.
- Export Summary Grouped by Trading Days (MT4) The script exports summary of closed trades grouped by each trading day to .csv file
- EurGbp EA All ingenious is simple!
- Support Resistance Trader Support and Resistance lines are used with the Standard Deviation indicator for generating trade signals.
- Cryptocurrency Divergence "Cryptocurrency Divergence" EA draws 2 mini Trend Lines with "Fractals" on chart and trades with Divergence\Convergence of RSI & MACD indicators ,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs, Crypto and stocks NASDAQ.
- GbpChf 4 Advisor for a currency pair Gbp/Ghf. Algorithm - by opening the bar. Timeframe - H1.
- Crypto Scalper "Crypto Scalper" EA uses MFI indicator as Overbought and oversold indicators ,has Trailing Stop Loss &Take Profit works with all time frame major forex pairs,Crypto and stocks NASDAQ.
- s-Downloader (SingleTF, AllSymbols) The script downloads the historical quotes data of a single timeframe for all symbols in the market watch.
- Crypto Analysis "Crypto Analysis" EA uses 2 different time frames BB&RSI as Overbought and oversold indicators ,has Trailing Stop Loss &Take Profit works with all time frame major forex pairs,Crypto and stocks NASDAQ.
- Crypto SnR "Crypto S&R" EA uses 2 different time frames and fractals as support & resistance ,has Trailing Stop Loss &Take Profit works with all time frame major forex pairs,Crypto and stocks NASDAQ.Short description.
- Adaptive Moving Average - AMA Adaptive Moving Average - AMA
- Math Utils (MT4) Handy functions for comparison, rounding, formatting and debugging of doubles (prices, lots and money).
- indicator for day trading 5 min chart This is useful if you want to earn and work on 5 min chart . it uses bb , ma 10, ma50 , Psar, slow s, one faster s and macd along with rsi to give a perfect view of market . if you need some help let me know in my email. rinkanrohitjena@live.com only works in mq4 language . just drag and drop on a five min chart
- JohnBollinger_Ovrl EA based on parameters of the BOOK of John Bollinger with Lot size calculator and position overlaping.
- Export Summary Grouped by Symbols (MT4) The script exports summary of closed trades grouped by each currency pair to .csv file
- Cryptocurrency Fibonacci MAs "Cryptocurrency " EA Trades with 4 Fibonacci MAs has Trailing Stop Loss &Take Profit can work on all time frames Cryptocurrency , major forex pairs, and stocks NASDAQ.
- Variance Variance calculated using no-loop method
- Variance V2 Variance (Welford’s method for computing)
- Basket Viewer-View Statistics on groups of Long and Short Pairs User may enter up to 50 symbols from their market watch in either a long or short basket for viewing. The symbols for the chart can be changed to any symbol in the display with a click on the symbol. Statistics including ATR for the chart period, points gained or lost from a weeks start and position gains or losses and lots exposure are displayed. The statistics week may be changed with simple clicks on the display, and the display may be dragged and dropped to different locations. The load on quote processing is kept low by simply posting an event that starts the processing for a display update.
- Hull moving average Hull moving average (non-repainting version)
- iTRADE Do you rely on your analysis and just want help on position sizing and how and when to take profit ? Do you have a lot of open positions and you need to reduse your DD and release some margin?
- Remove Equity from Demo Account Quick scripts to remove Equity from a demo account for a broker that does not support anyway to withdraw.
- Simple decycler oscillator Simple decycler oscillator
- Sell relative strength index Sell relative strength index (SRSi)
- ProfitLossTrailEA This Expert Advisor is a tool for managing orders. The expert can to add stop loss and take profit in each order, and then can manage it. For more information about the expert, you can visit the product's page: https://www.mql5.com/en/market/product/7387
- iPlotterHistoryOrders This indicator is a tool to show history orders on the chart. Indicator show open time and price, close time and price and profit in pips on the chart. It helps the trader to see all history orders which are opened either manually or by an automated system on chart. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/33657
- VirtualProfitLossTrailEA This expert is a tool to manage the level of profits or losses for each order without using stop loss or take profit. The expert applies virtual levels to close orders in profit or loss. You can use the expert to manage manually opened orders or manage orders opened by another EA. For more information about the expert, you can visit the product's page: https://www.mql5.com/en/market/product/27228
- FollowLine This indicator uses Bollinger Bands lines to detect markets trend. It's a very useful tool for manual trading. Furthermore, it is possible to use the indicator with ATR as a filter, as well as the option to pop up an alert when a reverse trend occurs. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/6333
- iCompass This indicator uses Moving Average to detect markets trend. It's a very useful tool for manual trading. It's better to use it with other technics as a complete system. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/6420 Update v1.2: Added popup alert.
- STOCH in MA STOCH in MA is an indicator which applies the stochastic changes to the iMA. It can help to detect the trend of prices. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/26467
- MACD in MA MACD in MA is an indicator to change color in iMA if iMACD is upper of zero (uptrend) or lower of zero (downtrend). It helps any trader to see the trend of pair. For more information about the indicator you can to visit the product's page: https://www.mql5.com/en/market/product/25084
- RSI in MA RSI in MA is an indicator to change color in iMA if iRSI crosses level up (uptrend) or crosses level down (downtrend). For more information about the indicator you can to visit the product's page: https://www.mql5.com/en/market/product/6446
- CCI in MA CCI in MA is an indicator to change color in iMA if iCCI crosses level up (uptrend) or crosses level down (downtrend). For more information, you can visit the product's page: https://www.mql5.com/en/market/product/6444
- HistoryInfoEA This expert is a tool which helps every trader to see the historical results by magic number or orders' comment. For more information for expert you can to visit the product's page: https://www.mql5.com/en/market/product/26008
- iBrokerInfo It's an indicator to show some information about the account on the chart. For more information about indicator you can to visit the product's page https://www.mql5.com/en/market/product/7056
- CheckExecutionEA This expert is a tool to check broker execution and spread. For more information about the expert, you can visit the product's page: https://www.mql5.com/en/market/product/5791
- CloseDeleteEA This Expert Advisor closes all open positions and pending orders. It is possible to close only buy or sell orders, market or pending orders, positions with profit or loss. For more information about the expert/utility you can to visit the product's page: https://www.mql5.com/en/market/product/7010
- TargetEA This Expert Advisor is a tool to be used for closing all open positions by ticket in profit. Does not open positions, can only close positions. You can select the type of profits (pips or currency) and type of tickets (buy or sell) to manage it, and specific ID (magic number). For more information can visit the product's page: https://www.mql5.com/en/market/product/6990
- RIS Solar System It is based on solar winds joy and modified based on that. It is giving some good performance
- Position Size Calculator MT4 Indicator for Position Size Calculation
- Fractals - adjustable period and prices Fractals - adjustable period and prices
- Volume with MA and color of candle Volume indicator as modified by RonT, but histogram bar color will be red on a down candle, green on an up candle
- Awesome Oscillator Trader The Awesome Oscillator indicator is used for trade entry and exit
- Grid expert This ea designed based on Grid sterategy .
- Using the Williams AO and AC Indicators This EA uses modified Williams Awesome Oscillator (AO) and Accelerator Oscillator (AC) indicators for trade entry.
- Macd Secrets Macd Secrets EA uses 3 different time frames to find a trend,has Trailing Stop Loss &Take Profit works with all time frame major forex pairs and stocks NASDAQ.
- Different Signals Counting from indicator into EA via iCustom If you make your own EA with iCustom from any indicator, but you don't know which signals from indicator via iCustom work? This EA help you.
- Manual Hedging Manual Hedging EA is an advanced hedging system.to trade manualy, each time you press the "Start" button, a sequence of trades begins ,When the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.
- Zone_Recovery_Area Formula1 Zone Recovery Hedging Strategy Ea with two moving averages and Special formula. It works on any time frame, you should try it on demo account.
- Consolidation Breakout "Consolidation Breakout" naked trading price action EA draws 3 Trend Lines with "Fractals" on chart and trades after convergence breakouts,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Simple 2MA I "Simple 2MA I" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with the trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Trend Reversal "Trend Reversal"naked trading price action EA draws 4 Trend Lines with "Fractals"(2main+2small) on chart and trades with Trend Reversal,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Last Kiss Breakout "Last Kiss Breakout" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with consolidation breakouts,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Micro Trend breakouts "Micro Trend breakouts"naked trading price action EA draws 4 Trend Lines with "Fractals"(2main+2small) on chart and trades with Trend breakouts,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Martingale EA A very simple EA that makes anywhere from 8% to 69% profit. Randomly.
- Eliot Wave I "Eliot Wave I" EA draws 3 Trend Lines with "Fractals"(1main+2small) on chart and trades When a Eliot retracement is formed,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- This ia an rainbow MA indicator based on SMA This indicator uses various SMA to indicate a possible reversal point.
- ZeeZee Level ZeeZee Level, One by One
- Balance Graph HTML (MT4) Display interactive HTML graph of the account balance inside the web browser.
- Triangle "Triangle" EA draws 2 Trend Lines with fractals on chart and trades When a triangle is formed,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Trend Line By Angle With "Trend Line By Angle" EA you can draw Trend Line By Angle on the chart and trade with price breakthrough or trend,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.
- Equidistant Channel With "Equidistant Channel" EA you can draw Equidistant Channel on the chart and trade with price breakthrough or trend,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.
- Fibonacci Time Zones With "Fibonacci Time Zones" EA you can draw Fibonacci Time Zones on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.
- PremiumPivot The indicator plots Pivot levels for 3 custom periods on chart.
- Breakthrough volatility "Breakthrough volatility" breakdown robot scalper. Added function "roly-poly".
- Auto Stop And TakeProfit This is a simple EA that automatically places Stops and TakeProfit on opened orders .
- Cycle Lines With "Cycle Lines" EA you can draw Cycle Lines on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.
- Pan PrizMA Sin leverage 72 Building a moving line by a polynomial of the 4th degree. Extrapolate a sine curve and its axis. One value on each bar is removed from the drawn lines and a sliding line of extrapolated values is drawn, which is not redrawn.
- RSI booster Scalper for any timeframe, with the "roly-poly" principle.
- TheWardenFX Expert with advanced and optimized indicators aiming for best entry.
- Killer EURUSD_sell Advanced EA optimized on selling positions on EURUSD.
- MQL_Easy A cross platform library/framework
- Gann Grid "Gann Grid" EA draws Gann Grid lines on chart and trades with price breakthrough,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- DayPivotPoint Indicator DayPivotPoint System with Signal and Alert for MetaTrader 4
- Reverse Day Fractal Expert scalper for daily timeframe.
- ForexCandlestickPatterns ForexCandlestickPatterns with alert are forex indicators based on Japanese Candlestick Strategies.
- iTrend_new iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by Roberto Jacobs 3rjfx @ 2019/03/18, for MT4 with Signal and Alert and options to display signal on the chart.
- Explosion Advisor scalper. Trading algorithm: Candle[0]> Candle[1] * 2. Taimframe - 4H.
- FiboArc "FiboArc" EA draws Fibonacci Arcs on chart and trades with price breakthrough,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Daily Chart Trader This is strictly for daily chart and any symbol with spread low enough for its operation
- MultiTrader Trading and analysis dashboard which usually provides great trading opportunities during daytime.
- Standard Deviation Channel Lines "Standard Deviation Channel Lines" EA draws Standard Deviation Channel Lines on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Daily Percent Change Separate window! Uses daily open price and current price (close price for closed candles) to compute % change for the day.
- Gann Line "Gann Line" EA draws Gann Line on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Fibochannel line "Fibochannel line" EA draws Fibonacci channel lines on chart and trades its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Fibonacci lines "Fibo" EA draws Fibonacci lines on chart and trades with price breakthrough,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Daily Percent Change Uses open price on D1 timeframe and current price to calculate % change for the day, and comments it in the main chart window.
- OBVMTF Indicator OBVMTF base on the On Balance Volume indicator with Signal and Alert for MetaTrader 4 with options to display signal on the chart. with Signal and Alert, email alert, Push Notification and option to display trader info and signal.
- 3DMa Buffer-free indicator implemented on iCanvas
- Trend Line "Trend Line" EA draws Trend Line on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Channel20 high-low channel
- Andrews Pitchfork "Andrews Pitchfork" EA draws Andrews Pitchfork on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Multi Forex Scanner Instead of having to analyze each pair individually, you can see at a glance what are the most promising pairs according to your own criteria.
- Gann Fan "Gann Fan" EA draws Gann Fan on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Higher period Bollinger Band breakout and retrace strategy A higher period Bollinger band strategy used for trading reversals
- Linear Regression Channel Linear Regression Channel EA draws "Linear Regression Channel" on chart and trades with its trend,has Trailing Stop Loss &Take Profit works best on all time frames major forex pairs and stocks NASDAQ.
- manual trade by keyboard After looking for many Trading concepts and requirements of my own tried to code an EA. First collected many EA's and tried their codes I re-designed the following codes for my own needs to use for trading. Hope you also find the EA helps you .. Have healthy life and succesfull trades within your life.
- EUR/GBP H4 EA STRATEGY MARKET Tickmill-Live; EURGBP; H4 EA will trade a fix lot as you select and close as per the EA base indicator. ITs work only on Tickmill live broker account. without selected any date to back test
- MACD Candle Indicator for Mt4 Displays colored bars for MACD indicator above or below the zero level. Configurable with alerts.
- Trading Criteria Trading Criteria EA trades with crrosing signals strategy has Trailing Stop Loss &Take Profit,display of trading criteria on chart,works with all time frames major forex pairs and stocks NASDAQ.
- EURX - Finally, having found the calculation for the Euro Index - here it is This indicator calculates and displays the Euro Index and 2 definable moving averages. In order for it to work, the broker must provide prices for all the reference pairs, i.e. EURUSD, EURJPY, EURGBP, EURSEK, EURCHF.
- WaveMTF Indicator WaveMTF Bull and Bear System with Signal and Alert for MetaTrader 4 with options to display signal on the chart. with Signal and Alert, email alert, Push Notification and option to display trader info and signal.
- Day Trading "Day Trading" EA Trades with Day Trading strategy,has Trailing Stop Loss &Take Profit works on 1D time frame major forex pairs and stocks NASDAQ.
- Pure Price Action+push notifications Pure Price Action EA trades with "Price Action" strategy,has Trailing Stop Loss &Take Profit works best on 1H time frame major forex pairs and stocks NASDAQ.
- The Predator The Predator EA trades with two strategies ,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ
- Draw vertical lines at time A simple indicator to draw vertical lines at specified time in the settings.
- BrainTrendSignalAlerts indicator for MetaTrader 4. Software is the modifying indicator base on BrainTrend2SigALERTS by BrainTrading Inc. with Signal and Alert, email alert and option to display trader info and signal. Hopefully useful for fellow traders.
- stochSeller Expert optimized for EURCAD in 5min chart,using the stochastics for enter a SHORT ONLY positions.
- 2 Days Breakout Follow daily movement after 2 days breakout
- ThreeBreaky Multisystem of Volatility Breakout
- Entry Hour Stochastic Trader The One Hour Stoc Trader uses a simple trigger criteria of: Stochastic rising while in Over-Sold zone (stocval<Stoc_Lo) and specific hour of day for Buy trades; and Stochastic falling while in Over-Bought zone (stocval>Stoc_Hi) and specific hour of day for Sell trades. The one hour chart is used. The algorithm works well, after optimization, for the following currency pairs: EURUSD, GBPUSD, USDCAD, USDCHF, USDJPY, EURGBP and AUDUSD. The following chart shows the Tester performance for the EURUSD currency pair on the 1hr chart for the period Jan 2010 thru Dec 2018.
- Aroon EA EA that use Aroon indicator
- Aouto Adjusting "Aouto Adjusting" modified EA trades with 3 MA's and uses candels for Trailing Stop Loss &Take Profit and has aouto adjusting lot, works best on 4H time frames major forex pairs and stocks NASDAQ.
- Candle Trailing Stop "Candle Trailing Stop" EA trades with 3 MA's and uses candels for Trailing Stop Loss &Take Profit works best on 4H time frames major forex pairs and stocks NASDAQ.
- Macd Power "Macd Power" trades with 2 " Macd " indicators has virtual Stop Loss & Take Profit works on 4H & 1D time frames major forex pairs and stocks NASDAQ.
- Hedg System "Hedg System" EA trades with hedging strategy two trades at any given time: Buy and Sell ,works best on 1D time frames major forex pairs .
- Easy Object A simple way to manage graphical objects.
- Heikin Ashi Trader "Heikin Ashi Trader" EA trades with a strategy based on Heikin Ashi indicator (not visible) and has Trailing Stop Loss &Take Profit works best on 1D time frames major forex pairs and stocks NASDAQ.
- Fractals and Alligator "Fractals & Alligator" EA trades with a strategy based on Fractals & Alligator indicators and has Trailing Stop Loss &Take Profit works 1D time frames major forex pairs and stocks NASDAQ.
- ZigZag Signal Indicator ZigZag System with Signal and Alert Added Alert and modify by Roberto Jacobs 3rjfx @ 2018/12/29
- Price Movement Degrees Forex Indicator Price Movement Degrees with Trend Alerts. This indicator will write value degrees of the latest position of price at the current time frames according to the Daily price movement, and when position and condition of trend status was changed the indicator will give an alerts.
- Position Size Calculator - Based on VP Money Management rules This indicator is based on the Money Management approach used by VP from nononsenseforex.com It uses ATR to calculate Stop Loss, Take Profit and Volume you should enter into a trade based on the percentage of your Equity you want to risk.
- Easy Canvas (iCanvas) The library and iCanvas class simplify writing programs using Canvas.
- Buy Sell Stop Buttons "Buy Sell Stop Buttons" EA sets up 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.
- Harami "Harami" trades with 2 Moving Averages and an Harami pattern has Trailing Stop Loss &Take Profit works on 4H & 1D time frames major forex pairs and stocks NASDAQ.
- Displays open SL and TP totals This indicator will display the combined values of all stop losses and take profits.
- Multi Pair Pivot Point Scanner Alerts 2.8 Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.
- Trend Is Your Friend "Trend Is Your Friend" trades with 2 Moving Averages and an Engulfing pattern has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Pivot Points The indicator pivot points consist of support and resistance.
- 1MA "1MA" EA trades with a strategy based on one 20 period moving average and has Trailing Stop Loss &Take Profit works on all time frames major forex pairs
- Hedging Martingale Hedging Martingale opens two trades of buy and sell together,and uses the martingale method.
- Accelerator "Accelerator " EA trades with "Accelerator" indicator and has Trailing Stop Loss &Take Profit works on all time frames major forex pairs.
- Moving Average EA Open and close when fast moving average line cross slow moving average line. Default parameters is for XAU H1.
- StochasticAlerts StochasticAlerts is base of the Indicator Stochastic Oscillator by MetaQuotes Software Corp. with alert and email alert and option to display trader info and signal.
- ParabolicAlert Parabolic Stop-And-Reversal system with Alert is base of the Indicator Parabolic by MetaQuotes Software Corp. with alert and email alert and option to display trader info and signal.
- KeltnerChannels KeltnerChannels is base of the Indicator Keltner_Channels by MetaQuotes Software Corp. with alert and email alert and option to display trader info and signal. Hopefully useful for fellow traders.
- FractalsAlert FractalsAlert is base of the Indicator Fractals by MetaQuotes Software Corp. with alert and email alert and option to display trader info and signal.
- Risk Reward Ratio The "Risk Reward Ratio" EA trades with RSI,MA & STOCHASTIC indicators It uses a Risk Reward Ratio ,has Trailing Stop Loss &Take Profit,works with all time frames major forex pairs and stocks NASDAQ.
- Fractals Martingale The "Fractals Martingale" EA trades according to "Fractals" and "Iccimoku" indicators. If we lose a trade then the EA will take a new trade with a multiplied lot size,has Trailing Stop Loss &Take Profit,works with all time frames major forex pairs and stocks NASDAQ.
- 1H Bolinger Bands 1H Bolinger Bands EA trades according to the "Bolinger Bands" indicator and two MA's,has Trailing Stop Loss &Take Profit works best on 1H and 4H time frame major forex pairs and stocks NASDAQ.
- Bladerunner Bladerunner EA trades with "Fractals" indicator and 20 period moving average strategy has Trailing Stop Loss &Take Profit works on 1H time frame major forex pairs and stocks NASDAQ.
- 555 Scalper 555 Scalper EA trades with two 5 period exponential moving averages has Trailing Stop Loss &Take Profit works on 5 minute time frame major forex pairs and stocks NASDAQ.
- Candle Trader Candle Trader EA trades according to the low/high price of the candle of the previous day,has Trailing Stop Loss &Take Profit, works best on H4 and daily time frame major forex pairs and stocks NASDAQ.
- Stochastic Stochastic EA trades with two "Stochastic " indicators has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ .
- Ichimoku Ichimoku EA trades with "Ichimoku " and "Parabolic" indicators,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
- Demarker Martingale This Martingale EA trades with "Demarker" indicator, it is considered relatively safe because it takes a single trade at a time has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Color MACD MACD indicator, red color mean bullish, blue color mean bearish.
- Price_Action Price_ActionEA trades with "PRICE ACTION" strategy has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- 4H Swing 4H Swing EA trades with 3 EMA's and "STOCHASTIC" indicator and swing strategy has Trailing Stop Loss &Take Profit works best on 4H & 1D time frame major forex pairs and stocks NASDAQ.
- CycleMarketOrder(GRID TRADE CODE) This Expert Advisor is for the grid trade. Market order is repeated in a single direction at fixed intervals.
- BB Swing BB Swing EA trades with "BOLINGER BANDS" indicator and swing strategy has Trailing Stop Loss &Take Profit works best on 1H & 4H time frame major forex pairs and stocks NASDAQ.
- 10Pips 10Pips EA uses two moving averages to find 10 pips,has Trailing Stop Loss &Take Profit works best on 1 hour time frame major forex pairs and stocks NASDAQ.
- Macd 1 Min Scalper Macd 1 Min Scalper uses two moving averages and "MACD" indicator on 1 min time frame has Trailing Stop Loss &Take Profit works best on major forex pairs and stocks NASDAQ.
- 1 Minute Scalper 1 Minute Scalper EA with 13 moving Averages has Trailing Stop Loss &Take Profit works best on 1 minute time frame major forex pairs and stocks NASDAQ.
- Adx EA Adx EA trades with ADX indicator strategies has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- 15 Minute Scalper 15 Minute Scalper EA trades with Stochastic & Parabolic indicators has Trailing Stop Loss &Take Profit,works best on 15 minute time frame EUR/USD and stocks NASDAQ.
- 5 Minutes Scalper 5 Minutes Scalper EA retracement strategy has Trailing Stop Loss &Take Profit,works best on 5 minute time frame EUR/USD and stocks NASDAQ.
- Dōteki Heikin Ashi (Dynamic Average Foot/Bar) A dynamic version of the standard Heikin Ashi indicator (code compatible with both MQL4 or MQL5).
- Super Trend updated and simpler code This is just another version of the well known Super Trend indicator. The code is simplified but it has the same output on the chart screen.
- Smart Tunel Trading The Smart tunnel is a smart robot for trading with an automatically drawn trend line to act with it and market movement. Enjoy :)
- Market Open-Close Hours Indicator Displays a line when the markets are opened.
- One Click (Hot Key Alt-C) close all order and take screen for keep your trading journal 1) Close all order on the Symbol Chart 2) Take screen for keep a Trading Journal
- Places a retrace limit Buy,Limit Sell Order basic on Parabolic Sars Value. Global Variables , Press function key "F3" Change "GMT_Time_Diff" : Diff. Eastern Time with Local Time "_ParaSL_SL" : Stop Loss Pips "_ParaSL_TP" : Take Profit Pips "_Para_Diff" : Retrace Entry , Pips with Parabolic Sar Value Remark : Limit Sell ; Bid Price with Parabolic Sars Value Limit Buy ; Ask Price with Parabolic Sars Value "_Para_lots" : Lots
- OCO Order on MetaTrader4 Platform , MT4 (One cancels the other) OCO_EA.mq4 Copyright 2018, Speed Technology Copyright 2011, Trade Pro Company Write By Raymond (Hong Kong) OCO Order on MetaTrader4 Platform (Absolute Free) MT4 (One cancels the other) One pip Limit Order One Pip Stop Order
- Relative Strength Levy Relative Strength Levy can be abbreviated as RSL.
- Trend Finder "Trend Finder" EA Trades when there is a breakout from historical minimum/maximum has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Market Watch AUTO-CSV This script will create, automatically, a CSV file with all your broker markets listed. We thought would be useful. We use it to integrate it with all our experts statistics. The CSV file will be created in MQL4/Files folder. Good Trading and good statistics!!
- Engulfing "Engulfing" EA Trades when there is an ENGULFING pattern has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Ichimoku Rretracement "Ichimoku Rretracement" EA Trades when there is a retracement from "ICHIMOKU" levels has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Pull Back "Pull Back" EA Trades when there is a pull back from the trend of 2 Moving Averages has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Donchain Channel "Donchain Channel" EA Trades when there is a retracement from "DONCHAIN CHANNEL" levels has Trailing Stop Loss works on all time frames major forex pairs and stocks NASDAQ.
- Bolinger Band Squeeze "Bolinger Band Squeeze" EA Trades when there is an expansion after contraction of bollinger bands has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Pinbar "Pinbar" EA Trades when there is a PINBAR pattern,has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Fibonacci "Fibonacci" EA Trades when there is a retracement from "FIBONACCI" levels has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- Rsi and Cci Divergence Rsi & Cci Divergence EA Trades when there is a divergence of "RSI" or "CCI" indicator has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- PlannedPendingOrders Execute pending order(s) according to lines in the chart you have drawn before.
- Tap4Fibs Creates Fibonacci Retracement on the chart based on the ZigZag indicator. Tap the "X" or "Z" key to scroll through each swing in the ZigZag, to the right or to the left. For those who do not like clutter on their charts. The indicator can scroll to the right until it disappears from the chart, but it is still there. Scroll left to bring it back. This is one of the most useful tools in my trading toolbox!
- Renko-Fractals-Grid This EA uses "Renko" box size on MetaTrader 4 chart. When the price reaches the level where there was a fractal, the EA enters a trade, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- RSI MA EA EA purposes to always win with cumulative profit and to manage volume.
- KeyboardTrade This tool is for trading with keyboard input, it supports "Send order", "Set Stop Loss", "Set Take Profit", and "Close order".
- Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.
- Change Zoom Level All Changes the zoom level for all opened charts.
- Change Timeframe All Change the timeframe for all opened charts simultaneously.
- Scale All Charts Set all opened charts to use auto scaling or fixed scaling simultaneously.
- Schedule Library for defining schedules by weekday and time.
- Tipu CCI Tipu CCI is one of the popular indicators in the Market. The original code for Tipu CCI is modified by removing compatibility with Tipu Panel. This version of Tipu CCI is open for everyone who is interested in developing an Expert Advisor.
- CSeries Class A low latency container for working with ticks
- s-Downloader (SingleTF) The script downloads the historical quotes data of the current chart symbol and timeframe.
- SHA256, SHA384 and SHA512 + HMAC Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.
- Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
- Average Volume per Hour Calculate the average volume per hour in a 1 hour chart.
- Record IsConnected, Spread, Stop, FreezeLevel EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.
- Martingale Bone Crusher This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.
- Hourly Pivot Points with Color Filling Calculate Pivot Points based on H1 bar, according to normal formula and Fibonacci, with color filling.
- RSISignal This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.
- Hedging_Zone_Recovery_Area This is my version of Zone Recovery Hedging Strategy Ea with two moving averages. It works on any time frame, you should try it on demo account.
- Start External Process Script to start an external program.
- Multi Pair Closer Close all positions on a basket of currencies when the profit target has been reached.
- ADX Expert MT4 Expert Advisor based on ADX indicator.
- Permutations and Combinations (MT4) A fast library for combinations and permutations in MQL.
- MACD Expert Expert Advisor which trades signals from MACD indicator.
- RSI Slowdown The indicator is based on the idea that before the price and the indicator itself turn, the indicator rate slows down first and only then turns.
- RSI vs BB This is the semaphore indicator with arrows based on BB and RSI.
- Limit Orders Control This is a not big assistant for trading with limit orders.
- Limit orders Pro This script provides quick work with a large number of pending orders in the market and contains functions for placing, changing, and deleting of orders within the your price range.
- Identical candles This is the semaphore indicator of candles that highlights the candles on the chart, which have same direction like all candles for your chosen timeframes.
- Open two Market orders in opposite directions Can be used for hedging or trading breakout systems.
- MA Cross Studies Simple program using the moving average as bias and providing many trade and money management options.
- Regular Expressions Tester MQL4 The script allows you to try regular expressions in MetaTrader 4.
- Save and show the objects of testing chart After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to the new chart. This script helps to save the objects into a file and show the objects on a new chart.
- s-Downloader.mq4 The script downloads history for all timeframes and symbols in the Market Watch.
- History Downloader This is an Expert Advisor (+ indicator) for downloading the quote history of the current symbol and TF
- Currency Strength Meter Displays the relative strengths of chosen currencies on one chart.
- Signal Candles Get entry signals from specific candles based on your rules.
- Momentum Histo Displays a Histogram of Momentum, ATR, CCI or RSI indicators relative to a specified level.
- Period Converter All Timeframes This script is used to convert history data from M1 to M5, M15, M30, H1, H3, D1, W1, MN.
- Coin Flipping EA Generates a random number, and if this number is even, it will buy, if odd - it will sell.
- RSI with divergency RSI modified to show the excess of the market (more than 70 and less than 30), and show you the divergency with the price.
- TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
- Center of Gravity Modification Center of Gravity Modification 2018.
- SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
- CEquityHstBar CEquityHstBar - library for showing the equity of EA back-testing by the offline chart.
- Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
- Multi Timeframe Triple Moving Averages This indicator allows you to see the Moving Averages from different timeframes on the same chart. It helps you to spot the dynamic levels of support and resistance. It uses a custom window with check boxes to show/hide the different Moving Averages without need to access the indicator settings window.
- Robot_ADX+2MA Uses the analysis of 4 indicators.
- CSyncEvent Class - WinApi Class for working with synchronization events.
- BarNumbers Displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.
- Symbol Movement This custom indicator will show you 28 pair's daily candle range, High-Low range, candle bullishness or bearishness from real tick market. So you can understand the overall market situation very short time. You can change the default timeframe from Daily to any period and default candle (bar) number from 0 to any previous number. Also you can open the required symbol by clicking the symbol button.
- RegularExpressions in MQL4 for working with regular expressions Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.
- Engulfing with RSI Not really profitable but the code fits on one page.
- Previous Candle Hi-Lo Previous Candle Hi-Lo is used to check the last candle multi-timeframe position relative to the current price.
- Simple Regression Channel As simple Regression Channel code for MetaTrader 4.
- News EA Template Without DLL From 2 Sources The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.
- Consecutive Candles with Stochastic Filter Indicator Shows when two or three consecutive bull or bear candles of a certain size print after qualifying the stochastic level of the initial candle in the series. New in version 3 /* Changelog 2-4-19 Added 50% line to indicator box - Ignored changing the indicator lines individually since mql does not have a built-in language convention to create this change would require too much additional research and effort. Fixed error with the DodgerBlue lines not showing, the problem was due to using DodgerBlue instead of clrDodgerBlue in the code to indicate color, should be fixed now. */
- Simpler Trend Get a grasp of the current trend by candle colors.
- All In One Divergence Indicator to trade divergence. One of 30 indicators can be selected.
- Hidden StopLoss and TakeProfit System A class system to represent a hidden stop loss and take profit system, combined with 4 example files showing the use of the classes.
- S4T_DaysOfTheWeek The indicator marks the days of the week with a colored histogram in the chart sub-window.
- Multicurrency hedge example EA (overlay hedge) The example of multicurrency hedging implementation on a single chart in Metatrader 4.
- II (Outbreak) EA Expert Advisor for pyramiding into big and fast market movements.
- Open Two Pending Orders Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.
- Chaos Trader Lite Use Chaos Theory to trade!
- Simple Single Layer Perceptron EA The EA using single layer Perceptron.
- Track/close buys and sells buttons Open two buttons on a chart, one for closing all shorts, one for closing all longs. The buttons labels display the current total profit for each type of order.
- Hidden Stop Loss and Take Profit Stores and implements a basic hidden Stop Loss and Take Profit system.
- RSO, Relative Strength Oscillator Relative Strength Oscillator or RSO is an Oscillator version of RSI.
- Strategy Checklist This indicator allows you to define a checklist for you to manually check and confirm your strategy before entering into a trade.
- Tipu EA A simple EA based on Tipu Trend indicator and Tipu Stops indicator.
- Multi Timeframe Bollinger Bands This is a multi timeframe indicator for Bollinger Bands. With it you can plot the Bollinger Bands of the higher timeframes without changing the current chart. This allows you to more clearly understand the price context by seeing the levels of the other timeframes on the same chart.
- FileLog FileLog class for efficient logging at different Levels.
- Market Watch Cleaner This script removes all instruments with spread higher than the specified maximum requested and it also removes all non-trade enabled instruments from Market Watch, which allows you to concentrate on items you may want to trade without all the clutter.
- Automatically bring charts one by one to the top This indicator helps to move charts one by one to the the front, just like slide show,and make your hands free.
- Standard Deviation Channel MT4 A channel based on standard deviation of close price.
- Binary Options Simulated Trading Indicator for MT4 This is a binary options simulated trading indicator on MetaTrader 4 client, novice traders can use to practice trading strategies, program interface have simplified Chinese and English.
- Tipu MACD Tipu MACD is one the popular indicators in the Market. The original code for Tipu MACD is modified by removing compatibility with Tipu Panel. This version of Tipu MACD is open for everyone who is interested in developing an Expert Advisor.
- ChartEvent Test Example Test ChartEvent is an example demonstrating the various types of ChartEvent: keyboard keys events, mouse click & move events, custom events. The source code works both in MetaTrader 4 and MetaTrader 5.
- TrailingStop Trailing stop allows you to automatically protect the profits with your positions. It adjusts itself according to the current market rate and the amount of pips you give it to trail behind.
- Currency Strength EA This EA opens Buy or Sell trades in strongest or weakest pair. It cannot be backtested. Kindly use it on Demo account first & use it on your own risk.
- Trade Multiplier This expert will copy a trade with the preset volume on the same account, can be used with a signal. No cross-account functionality.
- Auto Fibo Automatic Fibonacci with ZigZag Base.
- Example of Heiken Ashi Using Multi Time Frame (MTF) Example of Heiken Ashi Using Multi Time Frame (MTF).
- RSI Accumulated (Floating Levels) Accumulated RSI that uses floating levels or quantile bands.
- LRDegrees MT4 Forex indicator for MetaTrader 4 with show double line of linear regression with position degrees and trend alerts.
- Modify SL TP This script is used to modify StopLoss and TakeProfit.
- Pending order grid This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop.
- Laguerre RSI with Laguerre filter Laguerre RSI with Laguerre filter.
- TimeManagement The header file contains functions and input variables for a time management.
- Proper Bot The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All are calculated in POINTS.
- Precision trend (histo) Precision trend (histo) - MetaTrader 4
- Precision trend Precision trend for MetaTrader 4.
- Detrended Synthetic Price (oscillator) Detrended Synthetic Price (oscillator).
- Detrended Synthetic Price (bars) Detrended Synthetic Price (bars form).
- Detrended Synthetic Price (histo) Detrended Synthetic Price (histogram form)
- Ultra - ATR scalping tool Experimental indicator I wrote for myself. It's made to show some reference (it's more like a rifle scope, than a rifle). Main components are pip scale, ATR/pivot, MA level, RSI, and spread alert. Can be used on any timeframe, but since it's made for scalping it is somewhat adjusted for M1-M15.
- Messages Helpers Various helper functions for sending messages of different types to different sources.
- Zig Zag & Fibonacci One of the best indicators about with a slight tweak to make it less noisy. Shows ZigZag lines to help spot cycles and draws Fibonacci lines to indicate support and resistance levels.
- Dsl - DMI oscillator DSL - DMI oscillator
- I_CloseDifference_v-08 This indicator detects the currencies in the chart and compares the current close value in all the pairs of the currencies trying to understand if the currency is strong or weak.
- Set Fixed SL and TP This script scans for open orders and sets a fixed stop loss and take profit to all of the relevant.
- High/Low indicator for a predefined period This indicator can show you the weekly/daily/hourly/... progress on a lower timeframe. High, low, middle and/or open-lines can be configured individually.
- Send Order Basic A script used to submit market or pending orders with take profit and stop loss levels, lot size, and optional trailing stop.
- Vidya zone (metatrader 4) Vidya zone (metatrader 4).
- Schaff trend cycle - adjustable smoothing Schaff trend cycle - adjustable smoothing.
- Quantile bands Quantile bands.
- Dsl - stochastic Dsl (discontinued signal line) - stochastic.
- Dsl (discontinued signal lines) - rsx Dsl (discontinued signal lines) - RSX
- Dsl - MACD Dsl (discontinued signal lines) - MACD.
- Dsl - rsi Dsl (discontinued signal lines) - RSI (MetaTrader 4).
- NonLag Inverse Fisher Transform of RSX Inverse Fisher Transform version of nonlag smoothed RSX.
- OrderNotify Small Expert which sends email notification of last opened and closed order.
- CloseOrders (With further filtering) This script allows you to close orders with one click, filtering by profit, loss, magic number and comment.
- OpenOrder (With Risk Management, TP and SL) OpenOrder script allows you to open an order defining the % of balance to risk, the Stop Loss distance in pips and the Take Profit distance in pips and a magic number.
- V1N1 New Order Open orders / positions in MT4 with absolute control of the risk / reward ratio, automatically calculating the lot size.
- V1N1 LONNY MT4 Automated trading system for breakouts in the London and New York sessions.
- Normalized Price Indicator By using this indicator you can see the normalized price of any chart!
- Price Quote Displays current bid price and % change of (open price of) current bar or X previous bars, also High, Low, and range.
- Auto Fibonacci Retracement Automatically draws Fibonacci retracements on chart.
- Example of A Simple Breakout Trading Robot Example of a simple breakout trading robot. There are a lot of breakout methods, but this is the simplest one as I think. Please see the attached images to visualize what is the breakout trading...
- Yen Trader Expert Advisor to trade Yen Crosses based on Major Pairs and USDJPY divergence/convergence.
- Example of MACD Automated Code example of MACD automated with advanced money management function.
- Pivot Star Pivot indicator. Standard, Fibonacci, Camarilla, Woody's, Demark. Calculates pivot points from previous bar of chosen period (M5 - MN).
- Automatic Fixed Scale with Top/Bottom Margins This code was written as an indicator. It adds top and bottom margin to the chart. Both can be adjusted separately.
- Notify This library has smart notification(alert, push and alert) function with an option of having a single notification per candle at a time.
- Tipu Signal Plotter This is a simple indicator that plots Signal History on the chart.
- Ultimate Moving Average Moving Average based on Ultimate Oscillator. It calculates weighted average of three moving averages (Simple, Exponential, Smoothed or Linear Weighted).
- LB & SB using RSI & Momentum The same EA's as previously released. The additional code allows the user to set parameters on RSI and Momentum.
- Binary Options Strategy Library Build Binary Options strategies to test in the Strategy Tester of MetaTrader 4 with Binary Options Strategy Tester utility from marketplace.
- Custom Moving Average Indicator Code based on MetaTrader 4 Moving Average indicator.
- Ichimoku Kinko Hyo System An EA fully based on the Ichimoku Kinko Hyo system.
- MetaCOT 2 CFTC ToolBox (Set of Indicators) MT4 MetaCOT 2 CFTC ToolBox Indicators is a set of MetaCOT 2 indicators which provides access to data from CFTC reports. MetaCOT 2 supports COT reports, Disaggregated COT, TFF and CIT. All indicators are available in source code and can be used to build your trading system.
- Holt's double exponential smoothing trend Holt's double exponential smoothing - the trend component (mt4 version).
- Holt's double exponential smoothing (mt4 version) Holt's double exponential smoothing with linear forecasting.
- TimeToNextCandle This indicator shows how much time remaining to the next bar opening.
- PA adaptive MACD Phase accumulation adaptive MACD - completely adaptive MACD
- Basket Chart Creator Basket offline chart creator script using geometric mean method.
- News EA Template without DLL Template EA that downloads news without the use of DLL.
- TypeToBytes Byte-wise operation with structures and standard data types.
- PriceLines Script for drawing a price markup.
- Multi Timeframe Moving Average The indicator displays the moving average for the selected timeframe.
- Sigma Bands Advanced Bollinger Bands indicator.
- Price_Compare Elegant and nimble comparison of 'double' values of the "price".
- Indicator for monitoring the lot and profit The indicator displays the total lot and profit for the current instrument.
- VATicks Class for working with ticks in the MetaTrader 4. It is suitable for creating experts that make decisions on trading based on the analysis of tick data.
- Cauchy derivative Derivative of the Cauchy difference
- Cauchy difference Cauchy difference.
- CheckMark pattern One of the divergence subtypes.
- Candle Difference Indicator that displays the change in price as a percentage relative to the Open price of the current candle.
- Break-Even Master The Expert Advisor that moves the stop loss to breakeven after reaching certain profit.
- Trailing Master The Expert Advisor that performs order trailing after reaching certain profit.
- Grid assistant The Expert Advisor is designed for placing managing grids.
- The simplest RSI-based EA Sells at downward crossing of 70, buys at the upward crossing of 30.
- Pivot point The indicator displays the price pivot point.
- Limits Martin The Expert Advisor places pending limit orders at the specified distance from the price and trails them after the price with the specified step, applies martingale.
- Spread and time until the next candle This indicator displays the current spread of the instrument and the time left until the current bar closes.
- StopAndTake When run on the price chart, the script modifies the stop loss or take profit of all open orders for the current instrument.
- OandaX OrderBook Chart The OandaX OrderBook Chart indicator is designed for displaying the history histogram of orders or positions history on the instrument with reference to the chart scale.
- Binary Option open trade The script is designed for opening trades on binary options via the MetaTrader 4 terminal, if your broker supports this feature.
- Modified assistant for selecting the manual strategy The indicator is designed for testing manual strategies and for practicing working according to the strategy. It provides operation reports presented as a table, chart, and additionally saves templates with and without the markup.
- Fishing The Expert Advisor opens positions after the price passes the specified distance. 1 step up - sells, 1 step down - buys.
- SAW_system_1 The SAW_system_1 Expert Advisor places pending orders on the basis of the volatility for the last N days.
- RAD - Rapid Application Development library Rapid Application Development library.
- Indicator of the options levels The indicator is designed for calculating and displaying the options levels on the screen.
- Trade panel with autopilot An example of creating a trade panel using the MasterWindows library.
- AwesomeOC Modification of the standard Awesome Oscillator by Bill Williams. Recommended timeframe - М15.
- The MasterWindows Library A library of classes for creating a user-friendly interface of your programs.
- Nevalyashka Stop Up After a loss, the EA opens orders with stop levels increased by the coefficient.
- Jupiter M Martingale grid EA. The main idea of the EA is not in accurate entries, but in flexible plotting of grids.
- ShowImportantParams Displays important parameters, which can change during news release or on Fridays before closing.
- PAMM on the chart Downloads the history of Alpari PAMM accounts and displays it on the chart.
- GAP Finder This indicator plots bullish and bearish gaps, and crosses/hides closed gaps.
- TP-SL_Removing Immediately deletes the SL/TP of all positions.
- Closed_TOTAL Total closure of all positions (winners/losers). You can also select which are of a single instrument.
- Closed_LOSS Closure of all positions with a loss. (You can indicate a specific instrument if you want to).
- Closed_WIN Closure of all winning positions. (You can indicate a specific instrument if you want to).
- Multi TimeFrame RSI Shows multi timeframe (M1, M5, M15, M30, H1 , H4, D1) RSI indicator in a separate window.
- OBz Trading Functions Library OBz library of trading functions: position size, open, close position etc.
- Inside Bar Indicator detects the Inside Bars and marks them high/low (no redraw).
- Example of OnChartEvent() Function This is a great beginners' example of the function OnChartEvent() & creating objects on the chart to access them for some tasks.
- Awesome Oscillator - 4 colors, customizable Awesome Oscillator, customizable, 4 colors (as seen on some AIMS YouTube videos), and some more parameters.
- Var Mov Avg 2016 (varmov) This indicator is based on the moving average, but it doesn't use any standard moving average indicators.
- Stop & Limit Bots Two EA's. One places Stop orders the other places Limit orders.
- Renko Chart from ticks (Most precise method) Renko chart generator using the tick values.
- TimeInRange time checking function Fast time range checking function. Doesn't use slow string parsing.
- Modify All TP SL The script modifies all orders (market and pending) on the symbol with specified Take Profit and Stop Loss.
- iFractals 4all TF Buy or sell just by looking at the "arrow" as a signal. Very easy and simple.
- PricePosition PricePosition indicator provides the position of price in the point of angle when the price rises above (BUY) or falls below the angle section line (SELL).
- LinesProfitLoss Calculates profit (loss) of the current orders on the symbol.
- FFC - Forex Factory Calendar Modified version of FF Calendar Indicator with new features.
- TickRecorder Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
- Lot Rebate Calculator This script is used to calculate lot rebate.
- Real Signal This indicator provides an easy way to find out the current direction of a pair.
- Accelerator Bot for USDJPY H4 This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.
- Base64 Encode Decode Simple way to encode and decode using Base64.
- Elliott Wave Oscillator An oscillator to help you confirm your Elliott waves counting (doesn't count the waves automatically)
- DWMChannels Shows simple channels for daily, weekly, monthly timeframes.
- The correct order (version 1.0.01) The EA is based on 5 MAs: 10-, 20-, 50-, 100-, 200- period and + ADX (the main line)
- ATR MA Oscillator ATR MA Oscillator - Oscillator is based on the difference between the ATR oscillator and its signal line.
- AIS1 Standard Indicator Indicator
- "Tic Tac Toe" chart The script plots a "Tic Tac Toe" chart in the form of Japanese candlesticks.
- Tick emulation for accelerated testing of indicators ver.2.2 Expansion and improvement of the script ver.2 and an example of accelerated processing of an indicator for use in conjunction with the script
- ds_Ticks - Ticks on the price chart Simply displays ticks on the price chart
- Expert Advisor based on the Sidus indicator. Expert Advisor based on the Sidus indicator.
- BW-Zone Visualizer indicator (what a terrible phrase to use!). Colors the chart bars according to the logic of determining the state of the fourth dimension of the Chaos Theory by B. Williams - Zone.
- Tick emulation for accelerated testing of indicators ver.2 Modernization of the first version of the script with the ability to manage multiple indicators
- Tick emulation for accelerated testing of indicators The script allows to preview the indicator behavior on a real chart from the specified point with the minimum computation resources.
- Channels The indicator plots channels on three different timeframes (by default 1 hour, 4 hours, 1 day) and displays them on one chart. Also, for greater clarity, it displays the boundaries of each channel on the chart.
- NTK 07 Expert Advisor for trend trading with lot increase
- Divergence Semaphore indicator that predicts the future direction of the price
- Channel and the angle of its inclination using the least squares method It responds to market faster than the MA (moving average)
- ZeroLag MACD Colored The ZeroLag MACD Colored indicator is a modification of the ZeroLag MACD. Added coloring of the histogram bars relative to the previous bar, if the previous bar is below/above the current.
- Trailing Trailing stop by balance
- Live limit When assigned to a hotkey, the script allows to almost instantly open limit orders with the specified risk level (in the deposit currency) and take profit (so-called braces).
- Pipso Rebound pipsing within a daily channel
- Trading signals function. Based on the values of the CCI indicator. Trading signals function. Based on the values of the CCI indicator.
- Volatility, aggressiveness and their normalization Aggressiveness - the rate of price change. Volatility - the size of the channel
- Calculation of the number of lots by Anton Trefolev. Calculation of the number of lots by Anton Trefolev.
- F2a_AO Determination of the entry levels
- Errors function. In Russian. Errors function. In Russian.
- Trading signals function. Based on the values of the OsMA indicator.
- Ma_Parabolic_st2 Parabolic plotted based on Lows and Highs of a moving average. Efficiently displays the trends on smaller timeframes, and allows to mostly eliminate frequent switches, inherent to the "Parabolic SAR" indicator.
- Grid Alternative grid
- Spazm works on the movement continuation with position inversion after closure
- The Cronex T Demarker GFC (Color) indicator Modification of the DeMarker indicator with additional color indication based on the histogram
- 2pbIdealMA Moving average
- Locker It can be used as a standalone EA or as a method of recovery from losses
- The Cronex T RSI GF indicator Popularly demanded modification of the RSI indicator
- Klinger Oscillator KVO Oscillator based on turnovers
- BETTER_YZGraphOnLine The script visualizes the deals on the chart in a convenient way.
- The Cronex T Demarker GF indicator Variation of the DeMarker indicator
- e-Smart_Tralling Excellent trailing expert. I have been using it for a long time - I recommend it!
- 4hVegas_Chart The indicator is similar to 4Hour Vegas Model.
- MTF_Fractal Another variation of the fractals.
- MTF PCCI-as a filter Multi-timeframe PCCI indicator.
- 7_Macd Another variation of the Macd. I do not remember it had already been published.
- RSI prognoz The indicator predicts (at least tries to) the RSI on a specified number of bars using the cluster analysis
- Example of plotting a function spectrum using the FFT library Example of plotting a function spectrum using the FFT library
- Divergence based on a standard MACD with Alert and language selection. The MACD is not required to be present on the chart. However, if a standard MACD is attached, the divergence lines will be drawn both on the chart and in the indicator window, and the indicator will use the MACD settings.
- #MarketPrice Really helps in trading
- Opening Positions Attempt to more or less fully automate the opening of Buy and Sell orders
- Doubler Simple Expert Advisor that simultaneously opens two positions in different directions, provided that the stop loss of the losing position triggers 5 points earlier than the take profit of the profitable one.
- Stochastic Divergence Divergence based on a standard Stochastic with Alert and language selection.
- Future___ It can be combined with any indicator to get an expert
- Billy expert The Expert Advisor uses a certain candlestick pattern and Stochastic.
- ChangeObjectsColor The script allows to change the color of selected objects to specified one.
- Classifier based on k-nearest neighbors. This EA considers an example of classifier usage. It can be applied to any other strategy.
- Tabela sygnałów (PL) This is a table of signals created based on the popular market indicators ... I think anyone can find it useful.
- On Alligator vol.1.1 I had thought about selling it, but my conscience did not allow that. I had worked on it for more than 2 months.
- FiboCalc Allows to get the signals for entering and exiting the market.
- MA with a price MA with a price.
- Hans123_Trader Good EA, good optimization results. The unfailing EUR/USD pair and H1 timeframe.
- Attempt to create an Expert Advisor based on the Center of Gravity indicator The idea has existed for a long time - based on the "Conservative intraday scalping" strategy, but I could not find a suitable indicator in MT4... Integration of the custom indicator to the EA.
- i1AMA Another attempt to adapt the moving average.
- ParabolicM Simplified Parabolic
- Correlation USDCHF/EURUSD The Correlation USDCHF/EURUSD indicator.
- Euler - Euler number calculation The script demonstrates a simple and quick way to calculate the Euler number.
- Open BUY v2 The script opens a BUY order for a specified part of the FreeMargin (second edition).
- The exp_iCustom_v5 Expert Advisor New versions of the exp_iCustom Expert Advisor, which works with any Custom indicator, and draws buy/sell arrows.
- Brandy EA based on MA. As easy as pie :)
- Macd Support and Resistance MACD on the chart.
- BarTimer It displays the current location in time relative to the beginning and end of the current bar. It additionally displays the proportion of time elapsed from the beginning of the bar as a percentage of the duration of the whole bar. It is useful for monitoring the moment of making the trading decisions.
- Paragolic-close Revised Parabolic.
- Trend Trend indicator. It adapts to the history, unfortunately redraws.
- Monitor rynku v2 The indicator displays in a separate subwindow of the chart the current symbol, Bid/Ask prices, the current swap, the expected deposit for long/short position as well as the floating spread for the symbol and the remaining time until the candle completion of the current timeframe... Let's see
- PivotCustomTime Indicator PivotCustomTime.
- AutoDayFibs Indicator AutoDayFibs.
- ASCTrend1sig V2 ASCTrend1sig
- T3 Bands Indicator T3 Bands.
- Hi-Lo Indicator Hi-Lo.
- AllMinutes - Free-of-Holes Charts The Expert Advisor fills the missing bars on the chart with "dashes" (Dojis) — bars which have O=H=L=C.
- Oblomov The title contains the idea based on observations of the market regularities. It has been written for the CHF/USD pair.
- EA Kloss The EA is based on Stochastic as well as CCI. It uses the fact that a reversal happens when the limits are broken, for cci - 120 and -120, for stoch - 70 and 30. Buys when the lower levels are broken, sells when the upper levels are broken.
- Information on the symbols The script outputs the information on symbols to a CSV file: swaps, spreads, stops, contracts.
- ROC2 VG Plotting the ROC indicators of two custom types (including Momentum) and periods in one window.
- Grouping account history The script reads the list of deals from the account history, groups them by the sign specified in the parameters and outputs to a file.
- Transfer trades from the tester report to the chart The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart.
- Period converter It is designed to create a non-standard symbol period based on the use of the standard period.
- Trade Trade - script sending BUY order and printing selected order data to the log.
- LotSize The EA suggests the optimal lot size depending on the deposit size.
- 3_Otkat Sys v1.2 The 3_Otkat_Sys_v1.2 Expert Advisor. The system is configured for 5 hours (Moscow Time), does not trade on the nights of Monday and Friday.
- 1_Otkat Sys. The 1_Otkat_Sys Expert Advisor. The system is configured for 0 hours (Moscow Time), does not trade on the nights of Monday and Friday.
- MDAC_ELDER The MDAC indicator by Elder The MDAC indicator by Elder
- KeelOver The script closes all open positions and opens new one with the difference of Buy and Sell lots.
- Sensetive The SeNSetiVe indicator. The indicator displayed the market movement direction when the zero line is crossed.
- 3c_DM The 3c_DM indicator.
- Candlesticks BW The CandlesticksBW indicator. Plots bars by B. Williams.
- Commentator The Commentator indicator analyzes and displays the possible action for a certain time interval.
- Ind - Widners Oscilator The Ind-Widners Oscilator indicator. Draws the support and resistance levels.
- ind - Profitunity Bars The ind - Profitunity Bars indicator. Colors the bars in green, red and black.
- Combined MA Signal Combined MA
- Bollinger Bands, BB The Bollinger Bands (BB) indicator is plotted at the distances equal to a certain number of standard deviations.
- r_Gator A simple alternative to the Alligator.
- Linear Regression Line The indicator draws the linear regression line based on the closing prices of the last bars.
- Gann's_Cycle_Levels This script draws the price levels within a cycle (by Gann) between the significant Highs and Lows.
- Channel Indicator of channels on different timeframes.
- Stat Master EA that writes statistic data (Ask, Bid, Spread) in CSV file.
- Close Master EA that can delete pending orders, close open orders and close terminal at certain time.
- AutoFibo Indicator that automatically draws Fibo Retracement.
- ATR Value Indicator Displaying ATR (Average True Range) value in pips or points with option for setting multiplier.
- Stochastic Buy Sell Arrows with Alert Buy and Sell arrows based on exit from overbought and oversold region in Stochastic Oscillator.
- All Pivot Points MT4 An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement".
- The computer time resolution The indicator shows computer time resolution. Normally it is about 15-16 ms. This is important, for example, to copy positions from other MetaTrader 4.
- Draw Elliott 5 waves Draw Elliott Waves (5 waves) manually.
- KNJ ZigZag with Value KNJ ZigZag with value at pivots (highs/lows).
- Reco system It is a recovery system implemented in EA. But you can copy it to any other EAs.
- Auto Trade with BB Auto trading with the help of some indicators.
- Indicator Buffers This EA will detect the buffers values of any indicator you want. Just type its name in the EA settings.
- Candle Strength Indicator that shows candle strength.
- Higher Timeframe Indicator that shows higher timeframe candle on current timeframe.
- Graphically display current trend for all time frames in one simple panel This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms.
- Pips to Point Conversion Factor This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.
- Full Information Show full information: price, symbol, timeframe, date, time, spread, swap, stop out level, your name...
- RSI 2 TimeFrames The RSI indicator has the ability to display a single window of RSI values of another timeframe defined by the user.
- Trading Volume Indicator Trading Volume indicator shows the volume of buying and selling trades on the current bar or on average of specific number of last bars as you want . Both volumes are shown simultaneously with green and red colors for buying and selling trading volumes respectively.
- Swing Point Highs and Lows This indicator helps to determine swing point highs and swing point lows.
- Adding password protection to your Indicator / Expert Advisor Here I propose a simple password verification scheme which uses MT4's built-in security engine providing DES/ECB encryption and does not require code re-compilation for each new customer.
- Tipu Renko Live Tipu Renko Live is a modified version of Renko Charts that can be plotted on a normal time frame.
- 3DaysHiLo Simple indicator which displays High and Low 3 days ago.
- StochPosition StochPosition is an indicator for MetaTrader 4 based on Stochastic Indicator, which shows the position and direction of Stochastic in M5 timeframe up to W1 timeframe.
- Retrieve high impact events from ForexFactory.com and display them in your indicator or Expert Advisor As I'm currently developing an Expert Advisor for Crude Oil and Brent, I wanted to get from ForexFactory.com the exact date and time of the 'Crude Oil Inventory' report. This report is typically issued on Wednesday's at 10:30am Eastern but when there's a holiday, the release date can change. As this is an important report for my EA, the only way was to check an online service to validate the release date.
- Ticks Volume Indicator In the futures markets data on trade volumes a reported with a one day delay. To compensate for this, many analysts use the tick volume indicator (tick volume).
- Universal_1.64 The Universal_1.64 EA. It has a lot of settings.
- Parabolic SAR Parabolic SAR Indicator was developed for analyzing the trending markets.
- Ang Autoch HL.v1 The Ang Autoch HL.v1 indicator. Draws a channel.
- Serg153xo The indicator colors rising and falling candlesticks.
- XOdiagram 1 The XOdiagram 1 indicator. It plots the Х0 charts by close prices.
- Momentum The Momentum Indicator measures the change of price of a financial instrument over a given time span.
- Buy Percent Opens a BUY position with the size of a percentage of the maximum allowed size.
- e -Trailing Automatic Trailing Stop for all open positions. Attach to one chart only.
- Sell Percent The script opens a SELL position with the size of a percentage of the maximum allowed size.
- ADXdon The ADXdon indicator. Another version of the ADX indicator, which shows the strength of the trend.
- Gap indicator The indicator shows the gaps between the closing price of the previous bar and the opening price of the current bar.
- lot lib Lot sizing library. 29 money management options.
- ZH_Dynamic_Arrays_Lib A set of functions to emulate the dynamic arrays.
- Rotating text objects Example of working with objects: creating object, changing properties, redrawing the chart.
- 5 _34_5 Indicator 5_34_5
- AG I am not a programmer, so I apologize for mistakes. This is my first EA, please rate it. And also its reliability.
- AK47_A1 Simple EA, but such efficiency for the year 2007!
- Disaster Expert Advisor from the ATC-2007. Buys/sells when the price crosses the line of a moving average with the period (590)
- FarhadCrab1 The FarhadCrab1 EA. It has a lot of settings. It also uses a large number of indicators. Some of them: MA, Stochastic, Macd, RSI.
- FlatTrend v.2 A modified version of the FlatTrend indicator, shows the beginning and the end of a flat.
- Farhad The Farhad EA. It has a lot of settings. It also uses the indicators: MACD, Stochastic, SAR, Momentum, MA.
- Exp_karacatica Expert Advisor based on two indicators (ADX and Momentum) with a built-in optimizer. Based on the optimization results it selects the best period for indicators and the trading direction or refrains from trading.
- Relative Strength Index Relative Strength Index technical indicator.
- Ikarakatica The Ikarakatica indicator. It shows when to buy and when to sell.
- EMA - Expert Advisor based on intersections of two moving averages Classic signals for opening positions on the intersections of two moving averages.
- Blockbuster EA The Blockbuster EA.
- Binario Binario is not an automated trading system but a trading idea. It consists of entering at a breakout and following the trend. The suggested method can be used on all time frames.
- Avalanche_v1.0 The Avalanche_v1.0 Expert Advisor.
- ArtificialIntelligence_Right The Expert Advisor using artificial intelligence - a single-layer neural network. The "Perceptron" is used for identification of the quotes movement direction.
- MAMA_NK This indicator version was created using the code for Omega, written by John Ehlers
- exp_iCustom_v1 Universal Expert Advisor for working with any Custom indicator, that draws buy/sell arrows.
- MyFriend Expert Advisor that has been repeatedly discussed on the forum.
- NinaEA The NinaEA Expert Advisor. It uses the NINA indicator. And NINA uses 0_IndInverse.
- RSICCIDiv The indicator of trading signals based on the divergence of the RSI and CCI values
- Semilong This EA was discussed at Alpari. Opening when moving against the trade for the period of 0-n1 by p1 points after moving towards the trade for the period of n1-n2 by p2 points. Closing by TP or SL.
- Program for controlling testing and optimization The program is designed to facilitate the routine work of the trader on testing and optimization of experts, performing sequential multi-currency, multi-timeframe and other types of tests and optimizations.
- MartingailExpert The EA uses the values of the Stochastic indicator on the H4 timeframe to open a position, and after that it builds up based on the martingale principle.
- Applying the Equity graph on the chart Example of an equity indicator based on the market profile
- Varmovavg_v0011 It uses VMA - ЕMA, which automatically adjust the smoothing percentage based on the market volatility.
- Wss_trader The Wss_trader EA. People recommend setting the trading hours to 7-17, trailing to 60, metrics to 36 and to look back to 2 months.
- Zs1 I came across an expert that was discussed many times on the forum.
- Three Line Break Three-Line Break charts. This method has been described by Steve Nison in the book "Japanese Candlestick Charting Techniques". "Three-Line Break" combines the qualities of the "tic-tac-toe" charts and the standard line charts or bars.
- StochasticOnPriceVSwma A version of the Stochastic located right in the price window.
- Standard Deviation Channels The Standard Deviation Channel is plotted on the basis of the Linear Regression Trend.
- Pivot-2 Another version of determining the pivot point of the next day.
- ADXm The ADXm indicator, unlike the traditional one, allows to see the positive and negative waves of the trend. The method for working with this indicator is the same as with the traditional one.
- FX10setup The indicator shows when to sell and when to buy. But it is not so simple.
- FractalChannel_v1 Quite interesting method for plotting a channel. Despite the obvious plotting primitivism, it can be useful during the flat level analysis (for example, if you had no access to the terminal in a while, and it is necessary to assess the past events quickly).
- CTG-Modify Date The script fixes the chart by extending it with the consideration of the weekends and holidays.
- Firebird hma [I] The indicator displays the channel.
- CoeffofLine_true2 Displays the probable direction of the price movement in future.
- ADX BARS Paints the bars in the color corresponding to the current trend. Based on ADX.
- MaxRange Displays the High and Low price for the specified number of bars.
- RSI(MA) The RSI based on the MA values. Not as twitchy.
- RPoint The chart layout in X-points reversal.
- Sidus This indicator is based on the first version of Sidus trading method. It shows market entry points.
- SHI_Mod_vLine The indicator is replotted when a vertical line is moved.
- SweetSpots Splits the chart by horizontal levels after a specified period.
- Past regression deviated The Past regression deviated indicator.
- Mouteki The indicator plots trend lines based on the two last extremums.
- Barishpolets Channels The indicator displays the Baryshpolets channels.
- ASCTrendExpert The ASCTrend is the program that determines the most probable direction of the market along with the optimal stops. The primary purpose of the ASCTREND is to determine the trend objectively.
- channel_breakout_entry The market volatility indicator.
- TrendStrengthTrio This version of the indicator combines 3 TrendStrength.
- TrendStrength The indicator used to determine the global trend.
- Trend continuation factor2 This indicator is created to determine the trend and its direction.
- Ticker Trail Here, the trail line is used instead of the signal line. Trail is the line that is distanced from the current price no more than the trailing length.
- Ticker MACD The chart contains the main line (the difference between the fast EMA and the slow EMA, applied to the Ticker line) and the signal line (obtained by applying the SMA to the main line).
- Ticker Awesome Oscillator It is calculated as the difference between two simple moving averages: SMA(5) and SMA(34). Type of the chart: histogram with green and red colored bars.
- Lagrange polynomial Two options of the calculation, which creates the Lagrange polynomial based on the reference points.
- camarilladt8 It is suitable for those who are too lazy to calculate the daily levels.
- MultiTrend_Signal_KVN The indicator of the famous trader Korykin. It helps to enter inside the channel.
- MaksiGen_KaHaJI_CkaJIneP Some people think that most indicators, such as: MACD, RSI, AO, AC, are delayed and not convenient to work with. But the MaksiGen KaHaJI ckaJIneP allows to earn 10 points every day persistently.
- MMLevls_VG The result - receive not only the Murray levels on which the pivot points are based, but also their current statistical significance...
- MA_In_Color_wAppliedPrice Modified LSMA_In_Color indicator. Added: usage of the applied price.
- Laguerre_ROC This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones.
- Traditional Itrend Trend indicator with a multitude of settings. Displays the direction (red) and strength (blue) of the trend as a two-colored histogram. The main signals are the crossing of the zero line, reaching a new high/low, divergence.
- RSIFilter_v1 Trend filter. In short, the RSIFilter fails on strong fluctuations, but handles the trend good enough, but if it get improved a bit, it could be able to give clear answers.
- EVWMA Elastic Volume Weighted Moving Average (EVWMA), a natural replacement for the standard moving average.
- EMAPredictive3 This is a very simplistic method, one of the best in the signal processing and target tracking.
- EMA-Crossover_Signal The indicator is very simple, and it requires certain mental and psychological efforts.
- DayImpuls_T3_v2 The modified version of the DayImplus 1.1 indicator.
- Complex_pairs A clearly visible fractal is required to determine a signal. The second point is the presence of an auxiliary (reference) peak. A signal line is drawn from the fractal through this auxiliary peak...
- Complex_Common This is an impulse or signal indicator. It is very sensitive and quickly responds to the price movements.
- Bunnygirl Cross and Daily Open Based on the intersection of the averages. The author of the system states that about 90% of the trades are positive. And considering its exit strategy, it is possible to collect a rather big profit during a trend.
- ASCT1sig The indicator generates a sound signal and a Sell or Bye window appears.
- ADX Crossing Directional system (ADX). The directional system has been created by George Wilder in the middle of the 70s as an addition to the PARABOLIC SAR system, and then further developed by a number of analysts.
- 3c_JRSX_H The properties of this indicator are quite similar to the classic oscillators and exactly the same methods of technical analysis can be applied to it as to the RSI.
- BW2 - WiseMan 1 The BW2 - WiseMan 1 indicator. Based on the book by Bill Williams - Trading Chaos Second Edition.
- TMA Here, the focus is on the middle part of the price series. In fact, they are double-smoothed simple moving averages. The simple Moving Averages' length depends on evenness or oddness of the chosen number of periods.
- Super-signals This indicator is very simple to use: red arrow - sell signal, blue arrow - buy signal. Exceeds its analogues, such as Hi-Lo, Trend and others, by several times. Works on any timeframe and with any currency pair.
- TimeZones Displays 3 vertical lines each for a time zone.
- rvmGann_sv8 The indicator implements the Gann principle in the form of a ZigZag.
- rvmFractalsLevel An interesting indicator that plots the trading channel by fractals and adds a Fibonacci fan on top.
- DynamicRS_3CLines The fourth indicator of the series of indicators without averaging.
- i-Sessions The trade sessions indicator.
- i-ParamonWorkTime The Paramon work time indicator.
- i-MorningRange The morning range indicator.
- i-Monday_Sig Entry and exit signals by the "Monday" system.
- Example of SAR Automated - with Advanced Money Management This example has been built using SAR (Stop And Reverse) indicator with Advanced Money Management function.
- iCrosshair Handy crosshair for MetaTrader 4.
- QEMA percentage QEMA is the Quadruple Exponential Moving Average. With this small change you can modify the percentage of the quadruple correction respect to the normal EMA.
- Renko Indicator RenkoLiveChart_v600 version 6 indicator converted from RenkoLiveChart_v600 version 6 Expert Advisor.
- MA Cross Alert Once When two Moving Averages cross the indicator will alert once per cross between crosses and mark the cross point with down or up arrow.
- Forex Fraus (for M1) Multi-currency This EA is based on Forex Fraus (for M1) which was made by Dmitriy Zaytsev. I added limitation of positions, multi-currency trading.
- Trend Movers with Notifications The indicator shows the current possibilities for getting buy, sell, or exit positions. No need to attach 6 indicators at a time. Now available with all notifications.
- HA Arrows Buy and Sell Arrows based on Heiken Ashi candles.
- i-IntradayFibonacci Intraday Fibonacci levels.
- i-GentorLSMA&EMA_v.0.2 Synchronized version numbering using the iGentor CCIM v.0.2.
- i-GentorCCIM_v.0.2 Removed LSMA and EMA. Made the sixth signal bar and trend coloring.
- i-DRProjections Prediction of the daily price ranges.
- i-DayOfWeek The indicator displays the selected day of the week.
- i-Cross&Main The indicator calculates the product of GBPUSD x USDCHF. Painted red, GBPCHF - black (repeats the price on the upper chart)
- i-BigBarsFromH1 The indicator is designed for displaying the candles of any higher timeframe on the H1 chart. It is also possible to display the candles of the non-standard timeframes: H5, H7 or H11. The upward and downward bars are filled with different colors.
- forecast osc Quote: One of Jurik's smoothing versions.
- Doji Arrows The indicator finds Doji candlesticks and highlights them on the chart.
- dayHL_Average The indicator plots levels based on the previous days.
- ZigZag Pointer The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low.
- SUPRES MultiFrame The indicator draws levels interestingly, especially on the smaller timeframes.
- XO The indicator without averaging of the data array, that is a Buy/Sell decision is made in one move.
- Correlation by njel Improvement of the pair correlation indicator, for different timeframes. Green - positive correlation. Red - negative.
- Weighted WCCI The indicator draws the slow and fast ССI and colors bars for determining patterns and trends.
- VoltyChannel_Stop_v1 The indicator helps to follow the trend on the market.
- Volatility Pivot The indicator is calculated on the basis of currency pair volatility displaying the nearest support and resistance levels. It can be used as a trend indicator.
- VSI The indicator that calculates the volume corresponding to MA per second (or period).
- Up&Down Indicator of support and resistance levels. It simplifies the navigation in placing the "stops".
- TrendRSI_v1 The indicator that works on the level breakout\rebound.
- The HighLowWeek library Displays the levels of the current week!
- DynamicRS_C The indicator plots dynamic support and resistance levels.
- MM % volatility Simple strategy - MM % volatility
- ModiSimple Simple tactics using RSI and MACD
- TrailCD The indicator shows convergence/divergence of the fast and slow trailing.
- Ticker SATL SATL (Slow Adaptive Trend Line) - the «slow» adaptive trend line is obtained using a digital low-pass filter of a different order (light-blue line on the chart).
- Ticker FATL FATL (Fast Adaptive Trend Line) - the «fast» adaptive trend line is calculated using a digital low-pass filter (cream-colored line on the chart).
- The optimized variant of the Kaufman's Adaptative Moving Average by wellx Example of optimization using the "running total" method.
- TTF The classic TTF with the T3 smoothing method and signal lines.
- TSI True Strength Index (TSI) is a double-smoothed Momentum. TSI follows the bars with little or hardly noticeable delay in the main and intermediate trend reversal points.
- TMA Triangular Moving Average (TMA). The main weight goes for the average part of the price series. In fact, they are double-smoothed simple moving averages.
- TD_Points&Lines_mgtd1 DeMark indicator - changed the rendering of the TD lines.
- TDI-2 The "Trend Detection Index" indicator is a modified "TDI" indicator.
- TD Sequential Sequential is an automated trading system developed by Thomas DeMark.
- T3_DPO-v1 It uses a detrender based on a Т3 filter, and the "moment" is the price at the closing of the bar.
- SUPRESMultiFrame The indicator draws levels interestingly, especially on the smaller timeframes.
- SuperWoodiesCCI Indicator for a strategy that uses CCI. When trading Woodies CCI all you need is to find Woodies CCI patterns.
- ang_Amp_ZZ The Zig Zag indicator with a sound alert on appearance of a new line on the chart.
- Gap indicator Clearly displays the gaps in points as a colored histogram.
- Demark Lines My version of plotting the DeMark lines, also draws channels in addition to the trend lines and targets. Added one more target (the third one defined as 1.62 of the inner extremum), added the signal cancellation when closing within the channel.
- SmPriceBend-T01 The indicator of the first price change derivative or simply trend speed and sign.
- Signal Bars This indicator shows the trend from the smaller timeframes up to H4.
- Library of functions for singular transformation Have you perhaps heard about the caterpillar? Here it is.... I do not remember where I got the code, I simply translated it from С++ to MQL4.
- PeriodBarsHIGH PeriodBarsLOW Library functions, get the HIGH LOW for the specified time interval
- STARCBands The indicator plots a moving average with a Bollinger type envelope.
- SHI_SilverTrendSig The indicator generates buy and sell signals.
- SATL (Slow Adaptive Trend Line) – the «slow» adaptive trend line is calculated using a digital low-pass filter LPF-2. LPF-2 serves to eliminate the noises and market cycles with longer fluctuation periods.
- RoundPrice-Ext Very convenient to confirm any market entry signals.
- Regression_Channel The Regression Channel is based on the Linear Regression Trend, which represents a usual trend line plotted between two points on a price chart using the method of least squares.
- MTF_PSAR The Parabolic SAR was also developed by Welles Wilder for use in trending markets. The author of this indicator recommended to identify the trend first, and only after that to use the PSAR for trading with the trend.
- RSTL Reference Slow Trend Line (RSTL) is a response of the SATL digital filter to the series of input prices with a delay equal to the Nyquist interval of 1/2F.
- Cronex DeMarker Trigger based on two MA by DeMarker.
- RPoint This is a high-quality ZigZag based on HiLo.
- RFTL Reference Fast Trend Line (RFTL) is a response of the FATL digital filter to the series of input prices with a delay equal to the Nyquist interval of 1/2F.
- RBCI2 The modified version of the RBCI indicator.
- PCCI Perfect Commodity Channel Index. It has a certain similarity in the calculation method with the Commodity Channel Index (CCI) by D. Lambert.
- NeuroProba Trend indicator based on the Kaufman's AMA.
- NDuet The indicator contains another entry signalizer.
- Michelangelo One of the greatly smoothing trend indicators.
- MaksiGen_Range_Move As I recall, this indicator had been written by OlegVS for МТ3, for determining the flat. If the price is inside the dotted channel - flat. And MaksiGen redesigned it for МТ4.
- MaksiGen_KaHaJI_CkaJIneP This indicator shows when to open and when to close by drawing 2 lines.
- Camarilla Pivots The "Camarilla Pivots" indicator. The ideal indicator for those who like to work "by levels". It clearly shows the reversal level, support/resistance levels for the current day.
- Cronex Taichi The indicator that facilitates the interpretation of the Ichimoku signals.
- MIndex The indicator calculates the indices of the USD, EUR, GBP, CHF, AUD, CAD currencies and displays the index specified in the parameters in a separate window.
- Macd-2 MACD2 generates bearish signals from three main sources. These signals are a reflection of the bullish signals - negative divergence, bearish intersection of the moving averages, bearish intersection of the center line.
- Lines_buy и Lines_sell The indicators that perform the chart ruling.
- Linear Regression Line Linear regression is a mathematical method for determining the linear dependence between the variables. This technique is often used by analysts to identify the trend based on the time and price data.
- DynamicRS+Channel The indicator of dynamic resistance/support level with a fixed channel.
- LWMA-Crossover_Signal In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight coefficient.
- LGP_Ivanoff_Maloma-Demark_levels The indicator shows the price points of reference.
- Kalman filter Fast adaptive trend line is an estimate of the trend line.
- JMA The Jurik Moving Average indicator. JMA's improved timing and smoothness will astound you.
- Ind-TD-DeMark-3-1 Useful for those who use the DeMark TD lines in trading. It draws TD points, plots TD lines, calculates the current values of TD lines, calculates the targets.
- Ind-Fractals-1 The indicator shows the fractals of different time periods on one chart (with different colors). Only М15, Н1, Н4, D1 are used.
- Pivots_Hi_Low The Hi/Low indicator shows how close the current value of the parameter is to the minimum and maximum values over a certain time interval.
- Juice It is not recommended to open a position when the histogram is red. If all indicators give entry signals, the final check is done according to this indicator. The histogram must be green.
- HMA Based on the use of a slightly modified Hull Moving Average (HMA).
- ZZ_Standard_Functions_TF_YR1_Lib Set of standard functions for the YR1 timeframe.
- ZZ_All Quotings 0-0070 The script is designed for downloading history on all known currency pairs, metals, indices, CFD and for controlling "holes" in history.
- GentorCCIM The indicator draws the slow and fast ССI and colors bars for determining patterns and trends.
- Guppy Mulitple Moving Average (Long) The indicator allows the trader to understand market relations.
- Intensivnost_Tikov The indicator displays the number of ticks inside the candlestick.
- Stochastic trading When the stochastic enters the overbought or oversold area, the first lot is opened, if the chart is reversed, then operate with one lot.
- Price_vs_Alpha The new version of the Mc_valute_v8_final EA. It works well on a flat market.
- FX Fish The unique FX_FISH indicator is widely used by the Western experts to trade in the foreign exchange market, stock market, and others.
- FTLM_STLM Plotting principle - digital filtering.
- FATL (Fast Adaptive Trend Line)– the «fast» adaptive trend line is calculated using a digital low-pass filter with a small cutoff period.
- DynamicRS A simple indicator of dynamic support and resistance levels.
- Three scripts for working with horizontal levels The Lines_Create script creates 2 horizontal lines on the chart with the names UP_LEVEL and DOWN_LEVEL. The Lines_Delete deletes the lines created by the Lines_Create script from the chart. The Lines_RASST script is an addition to the Lines_Create script.
- Daily Research This script is designed for obtaining various statistical data on the chart candlesticks on the selected timeframe.
- History_Draw 2 scripts for the analysis of trading results. Useful both for investors and traders.
- Forex calculator The calculator estimates the value of one point of a currency pair and the maximum stop loss for the user-defined lot.
- Donchian Channels System concept: The Donchian Channels are quite popular among the trend following systems.
- DinapoliTargets The operation logic is as follows: Once a local maximum\minimum has been determined several horizontal lines will be drawn. The white one is an entry point, the following lines in its direction are targets. Naturally, the first one is the most reachable.... Red line is a stop line.
- Darma System Indicator (beta) This indicator is a conversion of the Darma indicator set from MT3 to MT4.
- DT-ZigZag Originally the DT mode was used by klot in his DT-ZigZag.mq4 indicator.
- DM The "Directional Movement" (+/-DM) indicator. Developed by Wilder to improve the PTP indicator.
- MACD EA The EA was created similarly to EA that won the first place in the championship.
- MultiTimeFrame Indicator This indicator help you keep 3 different timeframes on the screen to see the price action clearly on both short term and long term without switching buttons.
- Hidden StopLoss This library is made for experts that need to calculate StopLoss and TakeProfit without putting SL/TP points on the trade.
- Fibonacci Levels This is an indicator which draws Fibonacci levels as indicator indexes.
- StopLoss Calculation This library made to simplify calculating your stop loss.
- SmartTrail This library has SmartTrail trail function that depends on the previous candle.
- MoneyManagement It calculates the lot size depending on risk percentage entered by user in input parameters.
- PriceAction indicator PriceAction indicator based on indicating Price Action candles. It indicates each candle type by different colored histogram bars.
- Count Buy-Sell Position This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.
- BreakEven&TrailingStop This library has two functions: BreakEven & TrailingStop.
- Lot Multiple This function calculates your lot size depending on definite conditions explained in input variables.
- Doctor EA This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.
- Alligator Signal Buy and Sell arrows for Alligator signals.
- ForexDegrees This indicator will write value degrees of the lastest position of Price / MA / WPR / RSI / Stochastic at the current Timeframes.
- EA Hedge Average Expert Advisor created using hedge function and the moving average indicator.
- Multi TimeFrame MovingAverages Show multi timeframe Moving Average on one chart.
- Example of Commodity Channel Index Automated Expert Advisor based on Commodity Channel Index (CCI) indicator.
- Harami MA RSI MACD Harami slightly modified.
- Auto Trade (RSI) This is my first expert totally based on RSI.
- RSI Monitor Simple and clean panel that shows RSI values on all timeframes with Oversold and Overbought notification.
- 1 Click Button To Close All Open and Pending Orders V03 Click "Close All" button to close all your open & pending orders at once.
- Roboost v1 Roboost is an EA for MetaTrader 4 trading using several half-scalping and traditional trade management techniques. It shall work on different pairs and TF. Target is H1 for major pairs.
- Arbitrage The multi-currency arbitrage tactics.
- EMA and SMMA are identical This tiny script visually demonstrates the identity of two common Moving Averages
- FirstStrike Displays what was reached first - Low or High for the current bar.
- cloud's trade 2 An example for my yet unpublished article. An easy template for writing custom experts.
- PowerTrend The trend strength(phase) indicator.
- MIndex The indicator calculates the indices of the USD, EUR, GBP, CHF, AUD, CAD currencies and displays the index specified in the parameters in a separate window.
- Complex pairs The idea of the indicator is to select each currency from currency pairs separately. The currencies are measured in relative units (points). The sum of all currencies at any given time is equal to zero.
- Complex Common Displays the overbought or oversold states of the currencies relative to each other.
- Chandelier Exit Chandelier Exit calculates the trailing stop based either on the maximum value of the maximum price or the maximum value of the close price over a specified period.
- Camarilla The ideal indicator for those who like to work "by levels". It clearly shows the reversal level, support/resistance levels for the current day.
- BrainTrend2 Stop The indicator demonstrates the trend stops with multicolor dots. In order to distinguish the targets the BrainTrend2Stop uses Blue and Red dots.
- Brain Trend1 Stop The indicator demonstrates the trend stops with multicolor dots.
- Avg Daily Range The Avg Daily Range indicator.
- MCVA - Multichart Visual Analyser The script helps to perform the visual analysis of multiple currency pairs on a custom time frame.
- Multiple ZigZags in a single window A simple indicator that demonstrates the general principle of displaying multiple indicators from different timeframes in a single window
- ShowOrdersOnChart Small indicator for monitoring the history of closed and the status of open orders on the chart. Red - unprofitable order, green - profitable.
- ACD_PV Belongs to the Pivot group.
- ^Dyn_Pivot Calculates the pivot point.
- StochasticONpricePrice A version of the Stochastic located right in the price window.
- Kazakh Boa ZigZag with unusual properties (specify the length when plotting).
- DT-ZigZag-Lauer An interesting attempt to make levels based on ZigZag values. This indicator is strongly recommended for those who can not "feel" the market. The indicator gives a very clear view of the market.
- DT-ZigZag-ATR An attempt to combine ZigZag and ATR. And to use it for determining the trend phase.
- GannZigZag Gann angles inscribed in ZigZag.
- 5 _34_5 The 5 34 5 indicator
- FTLM_hist The FTLM hist indicator is one of many digital indicators that emerged after some of the articles by Vladimir Kravchuk.
- SMI The SMI indicator. Based on the "Momentum, Direction, and Divergence" book by Blau.
- StrangeIndicator This indicator belongs to the oscillator group.
- T3 TRIX (ROC of T6) The TRIX indicator represents the rate-of-change percentage, smoothed by the exponential МА of the closing price.
- Linear Regression When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from the "standard" level.
- T3_adx_+di_-di_burst Smoothing for the ADX indicator. Recalculates the specified number of bars at every tick (not optimized)
- BW-wiseMan-1 The first version of the wlxBWWiseMan indicator. Displays the candles of trend changes.
- Import of "minute bars" from forexite.com Script for preparing the "minute bars" from forexite.com to be imported to MetaTrader 4
- Trend power (stop loss) The indicator is based on comparison of the current price to six simple moving averages with the periods 10, 20, 30, 40, 50 and 60. The values of the indicator are fixed: -100, -66, -33, 0, 33, 66, 100.
- ICWR.a The script plots one Fibo line based on the latest ZigZag. This is a remarkable tool to get rid of unnecessary work for those who constantly place Fibo grids (the majority).
- ICWR v0 The indicator plots four different Fibo lines based on four latest ZigZags. Useful when applied on the higher timeframes.
- StocRSI Superposition of Stoch and RSI. One of the most commonly used indicators. This is the most fortunate and useful indicator.
- 3-line MACD This indicator adds a smoothing curve to the MACD.
- BBhisto One of the most interesting modifications of Bollinger bands. It shows the standard deviation in the bar representation.
- BBsqueeze Another indicator based on the «Bollinger bands». Good for displaying «Where the trend is, and where the flat is».
- BBwithFractdev Literally, "Bollinger bands with a fractional ratio of deviation."
- Murrey_Math_Line_X Murrey Math (ММ) is a trading system suitable for any markets. The MM system comprises two main components: geometry, used for measuring the price movements of the specified market, and a set of rules based on the Gann technique and Japanese candlesticks.
- 3shadeopen One of the indicators that display the session times.
- Time1 The idea of this indicator is quite simple: draw lines to remember the current phase of the market and who "rules" the market.
- Instantaneous Trend Line One of the indicators I recommend to novices as the entry indicator.
- Solar Winds As it can be seen, the indicator is perfect. Simply buy at the second black bar and sell at the second red bar. And take all the movement literally pip by pip.
- Pattern Displays the type of candlestick or small pattern in accordance with the general setting.
- Pattern Alert v1.1 A more advanced patterns analyzer. In addition, it generates a signal.
- DJ Lines The DJ Lines belongs to the Pivot group. All similar indicators operate on the principle - «Based on the values of the previous day (days) it is possible to calculate a point, passing which would mean a change in the trend».
- Digits_Comment One of the new tendencies in trading is digital indicators.
- Keltner Channels If you like plotting channels, I recommend plotting them yourself. This is particularly true for the slope channels. However, if you use channels merely as filters or simply like to set alerts on these levels, then the indicator will be useful.
- NB_SHI_Channel Really useful channel indicator.
- Dynamic Zone RSI In classical literature, the relative strength index is described as the "price-following oscillator that ranges between 0 and 100, and signals the market sentiment to change the trend at high (close to 100%) or low (close to 0%)...
- Bollinger Bands %b The most common and essential modification of Bollinger bands. Displays the standard deviation in a separate window, without disturbing the trading psychologically.
- ADXDMI A modification of the popular ADX indicator.
- Kaufman Kaufman Moving Average.
- 4Period_RSI_Arrows The 4Period RSI Arrows indicator
- Channel based on the Fibo levels Moving average channel based on the Fibo levels
- RSI_BANDS_MA Indicator based on the data of multiple RSI, Bollinger, MAverage. Beautifully displays the areas for buying and selling. Recoups 30-90 points, depending on the currency.
- Calculation of the 3-rd Elliott wave Script for the calculation of the third Elliott wave
- 4 Period MA Indicates the number of periods for the calculation of the average line.
- 3C JRSX H Through the use of more sophisticated smoothing algorithms this RSI has less delay and smoother shape of the curve.
- FanSimple8 The FanSimple displays the correctness of reversal of the moving averages fan on different timeframes. The indicator includes four moving averages with the values 5, 21, 55, 233, that are displayed on the chart.
- Plagiat The name of the indicator is left as it was: Plagiat. In the original version it was HMA.mq4 (based on a publication in ForexMagazine #104").
- The currency indices indicator The currency indices indicator with the ability to calculate CCI, RSI, Momentum, MACD and Stochastic.
- CatFX50 The CatFX50 is an easy and winning system, but it is not so simple. Be sensible and place stops at the distance of 34 pips.
- 3end Shows when to buy and when to sell. Position is opened when the indicator color changes: if there is a green dot - buy, if there is a red dot - sell.
- Divergence Displays the situation when the directions of price movement and technical indicators do not coincide. This is mostly seen when the indicator reaches an overbought or oversold area (20;80).
- Diapazon The indicator displays the ranges. Useful for the visualization of various "zones".
- DayImpuls Simple indicator with great potential for the analysis of data and its use.
- Custom MACD Displays the difference between the long-term and short-term market sentiments relative to the price.
- Signals A solution for those who can not devote much time to the analysis of the current situation on the Forex market and to making correct and confident decisions, that are an integral part of online trading.
- Lsma The LSMA is used for confirmation of counter-trend signals.
- Swaper The Expert Advisor that gains profit from the positive swaps + multi-currency arbitrage tactics.
- Range The Range indicator displays the index of the range expansion and is an oscillator for the market calculation.
- FX-CHAOS Indicators for the "Chaos" trading system described in the third book by Bill Williams (Bill Williams and Justin Williams. Trading Chaos - Second Edition).
- ZZ_All Quotings 0-0050 The ZZ_All Quotings 0-0050 script is designed for downloading history on all currency pairs, metals, known indices, CFD and for controlling "holes" in history.
- SymbolLister A simple function that creates a list of the available currency pair symbols.
- Function library and Experts for trailing / Yury Dzyuban Function library and Experts for trailing (11 types). Simple usage of complex algorithms.
- Dealers Trade v 7.74 MACD The Dealers Trade v 7.74 EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.
- Dealers Trade v 7.51 RIVOT The Dealers Trade v 7.51 RIVOT EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.
- Movment The indicator shows direction of movement and rollbacks.
- awo Holidays The awo Holidays EA reports the status of the next day: working day, weekend or holiday.
- History analysis on presence of holes and gaps The history_data_analysis_v3 script checks the history for missing bars, determines the size of the holes, gaps and makes a list of them.
- Converting hst-files into csv files The hst2csv script is used for converting *.hst files to *.csv files, that can be imported into the MetaTrader 4 client terminal with no errors.
- Auto optimizer The library for automated optimization of an EA during its operation.
- s_wininet Example of using wininet.dll for downloading a web page.
- The WaveMarker script set A set of scripts for quick drawing the Elliott waves.
- Extended Regression StopAndReverse Universal trend utility for near predictions and making decisions by "stops" and/or "stops/reversals" of the orders.
- CurrencyChart The CurrencyChart indicator allows to display the charts of multiple currencies (symbols) in a single window.
- Writing the quotes to a txt file with the full path and file name This library allows you to write a text file with the quotes of the symbol in any place on your hard drive.
- OsMACD The OsMACD indicator is a combination of the colored Moving Average of Oscillator(OsMA) and Moving Average Convergence/Divergence(MACD) indicators.
- TimeLib by BabyBear Additional functions for working with the datetime variables.
- FloatPivot A simple indicator of the floating reference center and its nearest resistance and support levels.
- Comment2 The Comment2 library expands the capabilities of the standard Comment function for comment output.
- WATR trend indicator, simple but clear A simple trend indicator that clearly shows the direction of the current trend. It can be used in the breakout trading systems.
- New_Fractal_Lines The New Fractal Lines indicator implements not the "squat" bar, but the "squat" fractal and draws the fractal lines.
- Function library for maintaining positions with a simple trailing stop With the help of this library it is possible to implement the ability to maintain positions with a simple trailing stop in any Expert Advisor.
- Library of functions for working with INI-files. The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of 'integer array', 'boolean', 'double', 'integer' and 'string' types.
- MA-4H The MA-4H indicator displays the moving average of the selected timeframe on the chart of the current timeframe. The intersection of the two moving averages is implemented as optional. The external parameters allow to activate the second moving average in order to see their intersection.
- Period ConverterALL Script for converting a chart of the M1 timeframe into all other charts of the standard timeframes and recreating the M1 timeframe chart.
- Trading Comments Commentary on behalf of Exponential Moving Average.
- Nevalyashka 10-line EA The Expert Advisor simply opens orders in the opposite direction after the current order is closed.
- Daily Channel Simple display any time zone daily channel.
- Strength Arrow This is an indicator which totally based on RSI. The reason to amend this indicator is knowing the strength of a currency.
- Pending Order Pending Order is an order that will be executed if the price touches a point that we specify, in other words open pending order means ordering to open a position at a certain price level. So if price hits a predetermined level, then automatically we have an open trading positions.
- MACDChannels This indicator shows MACD in the main chart.
- Trend Movers The indicator shows the current possibilities for getting buy, sell, or exit positions. No need to attach 6 indicators at a time.
- Seasonal The indicator is for seasonal trade.
- Indicators saver The script saves the values of Time, Open, High, Low, Close, Volume and standard indicators.
- Script to StopLoss and TakeProft in Pips, use your EA Number Script to set StopLoss and TakeProft in Pips, uses your EA Number, separate SL and TP.
- Example of Heiken Ashi + SMA Automated Showing how to trade FX market trend using the (SMA: Simple Moving Average) with the Japanese indicator Heiken Ashi.
- Turn Area Chart The RSI indicator in the main chart window.
- Turn Area Areas of the potential price reversals.
- ChannelsFIBO_v2_MTF The multi-timeframe version of the ChannelsFIBO_v2 indicator.
- RSI_MA_Trade_Sist_Chart The signal indicator that detects potential market entry points.
- RSI_MA_Trade_Sist The indicator points to the potential entry points.
- RSI_TS The RSI indicator implemented as a histogram with a designation of the overbought and oversold levels.
- ChannelsFIBO_v2 The Fibonacci channel with the ability to select the type of the reference distance.
- Hodrick-Prescott Channel The indicator draws a price channel using the Hodrick-Prescott Filter.
- Future_Indicator The indicator based on the moving averages shifted to the left relative to the chart.
- Tick Chart The presented indicator plots a fully-functional tick chart similar to the standard price charts, with the ability of the analysis using all the MetaTrader features.
- Assistant for checking strategies on history data The indicator was developed to help analyze the interesting strategies, and also to practice and gain experience in analyzing the signals on history data in the selected strategy.
- Zonal Trading The Expert Advisor which uses AO and AC. Buying and selling is performed when the colors of the indicators match.
- RSI_Expert_v2.0 The Expert Advisor based on the RSI indicator. МА and martingale are added in the new version.
- SuperTake The SuperTake implements the strategy of Martingale by Take Profit.
- Four_Screens The Expert Advisor based on the Heiken Ashi indicator.
- CM Orders Info The indicator shows the identification (magic) number and the profit of the order.
- UpDown The indicator displays the pairs with the current price most/least distant from the opening price.
- i-DivergenceBar The indicator points at the reverse bars based on the Profitunity system by Bill Williams excluding the angulation relative to the Alligator indicator mouth.
- Equivolume and range-bars in the strategy tester The script inserts the FXT-file of any custom chart, synthesized from real tick flow, into the strategy tester folder.
- The logarithmic rate of return, or the increment of price logarithms This indicator can be useful for arbitrageurs.
- Slope Direction Line The Slope Direction Line trend indicator, used by the Hammering EA from the Market section.
- Use MA to draw UpDown_Resistance The indicator uses Move Average to draw the level line of up and down.
- Dynamic Candle Timer The indicator shows: the remaining time on each candle, the changing value of the Bid price, tick by tick, the relative price position of the Bid/Ask spread.
- Simple Horizontal Grid A round-number horizontal web with continuous auto-adjusting.
- Signalitics Trend Assistant View current and historical trends of every timeframe.
- Kaufman's AMA from wellx Non-optimized version of Kaufman's adaptive moving average.
- 3ColorMACD Standard MACD diagram with bullish and bearish bars colored differently.
- 1 Click To Close All Open Positions at Current Attached Chart 1 Click "Close All" button to close all open positions at current attached chart.
- Simple Multiple Timeframe Moving Average Multiple Timeframe Moving Average. It is set to look at H4 and H1 time frames. This code is for anyone who wants to use a different timeframe than on the current window.
- Predictor Marks for Renko, Mean Renko and Range Bars The indicator places two price marks for the expected candle close, based on the candle range and the chart type.
- Droneox Equity Guardian Expert Advisor that will close all orders and disable another Expert Advisor / AutoTrading at desired level.
- Example of Stochastic Automated The main idea of this Expert Advisor is to trade by the basic concept of Stochastic oscillator in its basic parameters, with ability to change these parameters via the EA inputs.
- Not Only Spread Spread, its moving average (EMA), its maximum and minimum, and ticks per second (market speed) in the Comment. The version 1.01 is made with the normal average, instead of the moving average.
- 1 Click Button To Close All Open Positions 1 Click "Close All" button to close all your positions (regardless of the pair) will be closed at once.
- Example of RSI Automated This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.
- FloatingSpread The indicator for the floating spread. Displays the change in spread of multiple currency pairs.
- ChannelsFIBO_MTF The multitimeframe version of the ChannelsFIBO indicator.
- Stream The indicator marks the bars, the size of which exceeds the value specified in the settings.
- Stochastic Only The arrow indicator that displays the potential market entry points based on the simultaneous presence of three Stochastic indicators with different periods in the overbought/oversold areas.
- DUCT The indicator plots a channel based on fractals.
- ChannelsFIBO The Fibonacci channel display, the axis of which is the moving average line.
- Fonts lib The library is intended to implement the font list in the input parameters. The library contains 208 fonts.
- Subway The indicator displays a channel based on the moving averages.
- The Fraktrak xonax Expert Advisor based on the fractal breakouts The EA searches the last upper and lower fractals and opens positions when the price exceeds these levels.
- Heiken Ashi in Subwindow Display of the Heiken Ashi candlestick indicator in a subwindow.
- Quantum One of the implementation variants of the Quantum trading system.
- Lossless MA The EA opens trades at the intersection of the fast and the slow MAs. It has the function of outstaying the losses.
- Zakryvator The EA closes orders when certain loss is reached by them in the account currency. It is possible to vary the loss by the volume of the order.
- CM Open 2 Stop Orders Script for opening opposite stop orders at a specified time. Once one of them triggers, the other one is deleted.
- F_RSI The RSI with dynamic levels.
- Shved Supply and Demand The indicator showing the supply and demand zones.
- Info rectangle drawing Example of creating info panels.
- AfterEffects Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences".
- Trade when the market is closed The script is designed to place orders at the time when it is not possible, for example, when the market is closed.
- UP bot 1 A simple Expert Advisor, which works without the use of any indicators. Enters at trend reversal attempt.
- Another_Symbol Display of a symbol's chart in a subwindow of another symbol.
- TEMA_Custom Triple Exponential Moving Average with customizable parameters.
- Regression Сhannel The channel indicator plots a linear regression channel.
- Super Trend The Super Trend indicator not only determines the trend direction, but also helps to detect the Elliott waves.
- Equity Chart The indicator displays the equity and balance charts.
- TradeBreakOut Reveals distance from the actual price up to the breakthrough of recently set support or resistance levels.
- Placing Stop Orders Grid The script determines the price at the point of the chart, on which it was dropped down, and depending on that it places a grid of orders.
- Length of trend The indicator shows the length of the trend line in points.
- Price Alert Plays sound alerts when the price reaches certain levels, specified by trader.
- HAN The Heiken Ashi Naive Expert Advisor is based on the Heiken Ashi candle chart system and uses the standard indicator of the same name.
- GainLossInfo Shows the current gain and loss for the candlesticks on the chart.
- Easy Trend Visualizer A simple visualizer of trends.
- Dots The indicator shows current trend direction by placing colored dots on the main chart.
- WRB The indicator detects and marks the WRB (Wide Range Bars) or candlesticks with Wide Range Bodies.
- Divergence Petr The indicator of divergences on 30 oscillators of choice.
- Binario The Expert Advisor is based on the exponential moving averages of the same period.
- Pinbar Detector The Pinbar Detector indicator tries to identify the pin bars.
- Aroon Up and Down The Aroon Up and Down indicator detects the local tops and bottoms on the chart.
- Coppock The Coppock indicator shows long-term opportunities for buying or selling.
- 3rd Generation Moving Average 3rd Generation Moving Average
- Forex Fraus Slogger The Expert Advisor is based on the operation of its predecessor — Forex Fraus (for M1), but using the Envelopes indicator.
- VR Moving Average The classic Moving Average indicator with a color change depending on the direction.
- TicksVolume Tick volumes indicator. It shows the price change with an increase and decrease.
- Guppy Multiple Moving Averages The strategy by Daryl Guppy is implemented using this indicator.
- Labouchere EA The Expert Advisor is based on the lot management according to the Labouchere system.
- Proboy Xonax The Expert Advisor trades by breakout of High or Low of the previous candlestick.
- DayWPR The Williams Percent Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayStochastic The Stochastic indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayRVI The Relative Vigor Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayRSI The Relative Strength Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayMomentum The Momentum indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayMA The Moving Average indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayForce The Force Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayDeMarker The DeMarker indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayCCI The Commodity Channel Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayBulls The Bulls Power indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayBears The Bears Power indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayBB The Bollinger Bands indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- DayATR The Average True Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
- MAVA-XonaX The Expert Advisor uses moving averages, based on the opening and closing prices.
- The universal trend indicator It shows the trend direction for multiple currency pairs on the current time frame.
- Stowell's Three-Bar Net Line The indicator plots two Stowell patterns on the right edge of the chart: upper and lower.
- Random The Random EA, which operates by the principle of a coin flip.
- Trend Expert Advisor based on the Escort strategy The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.
- Time until the bar closes The indicator displays the server time and the time until the current candlestick ends on the М1-D1 timeframes.
- Rate Of Change (ROC) The indicator displays the percentage of the price change for the specified period of the specified pairs.
- Ultra Oscillator Another interpretation of the moving averages indicators.
- Calc Profit Loss on LinePrice The calculation of profit/loss in the deposit currency at the desired symbol price level on all open orders.
- ClockAnalog 24-hour analog GMT(UTC) market clock displaying in background. The clock displays the Greenwich Mean Time and shows the status of all main stock exchanges according to their schedule.
- ID Lite Info MA The indicator displays the values of the Moving Averages (MA), deltas between the values and deltas between МАs.
- Grid Arrangement of the pending orders at equal intervals (steps).
- Tick Chart Tick chart of the price/spread/volume. Saves tick data in a file.
- Expert Advisor based on the rollback from the MA channel boundary The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line.
- RSI Bollinger Bands EA RSI Bollinger Bands are used to establish overbought and oversold RSI regions for generation of short and long trading signals.
- ScalpWiz 9001 Trades on price spikes around important financial announcements.
- PricePercentRange Price(%)Range is the indicator for the MetaTrader 4, which calculates the price movement based on percentage High (Highest) and Low (Lowest) price on 100 bars.
- Pivot Only This is a simple indicator showing pivot only for H1, H4, daily, weekly and monthly.
- Close all orders once the drawdown reaches a specific percentage This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance.
- SBVolumeAvg SBVolumeAvg is a Forex Indicator (MetaTrader 4) for calculating Average Volume on the Swing Bars by a ZigZag trend line that is bounded by two vertical lines.
- Plot MQL signal This script plots MQL signal history on a MetaTrader 4 chart.
- Hidden TP and SL Easy EA for closing positions with profit or loss. All positions of chart's symbol are counted separately.
- BSpread This indicator helps you display spread on a chart.
- SymbolSynthesizer_Chart It synthesizes any symbol if you have the source symbols and then makes a real time virtual chart. Same concept with Triangle Hedge (SymbolSynthesizer.mq5 https://www.mql5.com/en/code/909) but for chart display in MetaTrader 4.
- iPivot Draw your preferred pivot formulas: Standard, Fibonacci, Camarilla, Woody’s and DeMark with 4 Support and Resistance lines.
- iClean Close, Delete or Clean values from all orders by your choice.
- Sort Volume Calculates volume for each currency on pair based on price movement.
- Moving Average Ex Moving average with some extra features.
- iStdDev - Standard Deviation Channel Simple indicator to show two levels of Standard Deviation Channel on your chart.
- RJT Matches This indicator helps determine the end and the beginning of trends based on the inclination of the matches.
- Trailing Stop that can do everything The Expert Advisor moves the Stop Loss in the direction of the price movement using various methods.
- iFibonacci This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator.
- Expert_RSI_Stochastic_MA This Expert Advisor uses three indicators: MA(150), RSI(3) with the levels of 80 and 20, Stochastic(6, 3, 3) with the levels of 70 and 30. The direction of opening deals is based on MA. Entry by RSI and Stochastic. Exit by Stochastic.
- Updated Nevalyashka The Expert Advisor reverses the orders after closing.
- VR Engulfing Pattern A simple indicator, which informs the trader about the appearance of "Bullish Engulfing" or "Bearish Engulfing" candlestick patterns on all timeframes.
- Coin Flip Opens orders using the martingale and a virtual trailing stop.
- AP Script ver 1.01 The script analyzes the market based on two criteria: the moving averages and the support and resistance levels.
- Lot-SL propotion The function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable.
- Close all locked orders The function closes all locked orders. This really saves money on the spread.
- Divergence Implementation of a trading system based on divergence detection.
- iPulsar - indicator of critical price levels The indicator registers the price level breakout moments and the significance of these levels.
- High, Low and Close of the previous day, week or month The indicator shows the High, Close and Low of the previous day, week or month with time shift.
- The function of program operation by time The function allows the execution of the specific code in the specified time interval.
- Levels with Trail The Expert Advisor trades based on the support/resistance levels set by the user, while trailing the Stop Loss order.
- Simple News The Expert Advisor places a grid of pending orders in both directions several minutes before the specified time and trails the Stop Loss order after the orders trigger.
- ClusterBox_DayHistogramm - horizontal cross-section of the market by days Tick volumes drawn by days as a histogram of clusters.
- ClusterBox_Histogramm - horizontal cross-section of the market Tick volumes of a specified interval drawn as histogram of clusters.
- Arrows Template An indicator template that draws arrows on the chart.
- Close_all-e Script that closes orders and (or) deletes pending orders.
- Several Moving Average Indicator with several Moving Averages.
- ClusterBox - vertical cross-section of the market Tick volume of the candlestick drawn as clusters.
- On the MaZi The Expert Advisor is based on the "On the MaZi" strategy.
- ConvertTicksFile The converter of the tick files created with the Ticks collector into different data representation formats.
- ZigZag Signal Signal based on the ZigZag indicator.
- Ticks Volume Indicator 1.1 A small improvement of the little known TVI indicator (https://www.mql5.com/ru/code/7804).
- Ticks collector Collection of ticks with writing data to a file and plotting non-standard charts.
- Volatile action The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.
- Simple Williams The Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.
- Virtual Trailing Stop The virtual trailing stop can place stop loss, take profit and trail the order in a way that they are not visible to the broker.
- RSI_Expert Simple Expert Advisor based on the RSI indicator.
- The Expert Advisor on Traffic Light trend strategy A trend strategy based on moving averages with colors as in a traffic light. The purpose of writing the EA — to test the strategy on history and pick working parameters.
- Price Channel Central The channel indicator. It also displays the current channel levels as price labels and the type of the signal for making trading decisions.
- Road Map The indicator displays the series of waves, breakthrough points and targets for Take Profit.
- Derivative The indicator performs the calculation of the derivative of the price.
- Detection of the divergences The lookup and display of the divergences of different classes based on the data of the base indicator.
- OrderTimeAlert The Expert Advisor watches the market orders and generates a sound signal after a predefined time from the moment of order opening.
- Elementary trailing stop Elementary trailing stop able to distinguish its "own" orders among others by comment and/or Magic number. It also distinguishes the financial instrument that needs to be trailed.
- PinBar The indicator marks the pin bars on the chart based on the parameters set.
- Forex Fraus (for M1) The Expert Advisor is based on the Williams Percent Range indicator. It sells in the overbought zone and buys in the oversold zone. Trailing Stop and operation timer are attached to it.
- The Expert Advisor based on 2 lines of the Moving Average The Moving Average indicator values are used for trading.
- Swapping This indicator downloads history of symbols which have open charts. It will no longer be necessary to wait for an update when switching timeframes.
- Buying and Selling at the Same Time This EA implements a grid strategy by placing buy and sell orders at the same time.
- Simple Max-Min Channel with Slope Just a Donchian channel with slope. If xslope=0 it becomes the Donchian channel. It uses the moving average of Momentum.
- VR System Test The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.
- ZigZag Dual Buffer This ZigZag indicator uses dual buffers to store high and low points.
- Levels with Revolve EA opens trades from support and resistance levels, which were set by a trader, and revolves them at another levels.
- Close At Time Close At Time is an EA that closes open positions or deletes pending orders or both. You can also specify how it should be closed – by symbol, magic number or ticket number.
- Cidomo_v.1 The strategy of this EA is daily breakout which is compare previous high or low previous day candle then place a pending order for breakout.
- Millenium Code This program is a basic version of the original code of relatively simple system Millenium.
- Singleton Example This is a working singleton code example. A singleton object is created when there 'can be only one' of the object.
- Simple Copier Copying utility with minimal functionality.
- Simple Levels EA opens trades from support and resistance levels which were set by a trader.
- FibonacciPivot Fibonacci indicator drawing levels on previous day.
- Candle SnR Indicator S&R based on OHCL candles.
- Traditional MACD with Momentum indicador and alarms Traditional MACD indicator with a Momentum indicator and alarms. Allows customization of most of the parameters without having to dive into code.
- AutoSLTP This EA will help you to set Stop Loss and Take Profit.
- Trend_Catcher The EA looks for trend using three MAs (period 200, 50, 25 or other) and opens orders using the Parabolic SAR indicator. There is martingale in an Expert Advisor, the lot is calculated in percents from a deposit depending on Stop Loss.
- Instant Execution New Instant execution button to close profit orders, close all orders, auto close by trailing parameter. Last update: 21 April 2016. Prev: 8 Dec 2015
- Squeeze RA V1 My version of Squeeze Indicator for MetaTrader 4. This indicator is based on a strategy mentioned in John Carter's book, Mastering the Trade. It is also a fully improvised version of Squeeze_Break indicator by Des O'Regan.
- Robust EA Template A robust EA template to use with your entry conditions.
- Close symbol with profit or loss Easy EA for closing positions of the symbol with profit or loss. You can use it for hidden SL too.
- Basic Trailing Stop An EA template to add a simple trailing stop to your strategy.
- Authenticate into an MT4 account from MQL4 (tested in build 880) MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.
- Custom Bollinger Bands Bollinger Bands with customizable moving average method and applied price.
- History Dump CSV with heat map for Excel analysis This script creates a .CSV file of your order history so you can import it into Excel and analyse it using the calculated heat map slots and other calculated values. All trading attributes are extracted from the history and output to the .CSV file. Updated version 1.03 (about 27KB) has NetProfit, OpenDay, OpenHour, OpenSlot, CloseDay, CloseHour, CloseSlot, DurationMinutes, PotentialWinPips, PotentialLossPips and others. The file is tab delimited for easier conversion from text to columns in Excel. Times are server time. Handles 4 and 5 digit brokers and 2/3 and 4/5 point value pairs, e.g. JPY correctly.
- CCI on Step Channel This version of CCI indicator uses median line of the Step Channel indicator.
- Master Tools Money Management / Pivot / Daily Open / Support-Resistance / Grid / Information of all kind / Tendency indicator.
- Daily Break Point This an H1 strategy. This EA will execute at the new bar if the last bar has broken through the point that we set.
- Volatility Step Channel This indicator shows Step Channel based on volatility.
- Close All Orders by Current Symbol This EA will show the button that can used to close all orders by the current chart symbol.
- Money Manager Graphic Tool Money Manager Graphic Tool shows Lot Size, Ratio, Risk and opens orders (Buy, Sell, Buy Stop, Buy Limit, Sell Stop, Sell Limit).
- ATR Values This indicator plots the values of the user specified ATR period for all timeframes as a text block. The text block corner can be changed by the user.
- Triangular MA Draws a Triangular Moving Average on the chart.
- Wedge Pattern This indicator shows Wedge pattern.
- Change Timeframe and Zoom Directly in the Chart Simple button to change the timeframe directly in the chart.
- Fuzzy - library for developing fuzzy models FuzzyNet library for developing fuzzy models was written in C#. While converting to MQL4, 8 membership functions and 4 defuzzification methods for Mamdani-type systems were added to the library.
- ATR 3 LWMA This indicator shows 3 periods ATR LWMA.
- Histogram Blanket This new representation helps to see charts in a new different way.
- COrdersManager class Simple way to control your orders.
- MySQL library for MQL4 with proper memory management Library provides functions for management of MetaTrader 4 to MySQL database connections. Fixed memory allocation and release problems of the original library.
- Flag and Pennant patterns This indicator shows Flag and Pennant patterns.
- Support Resistance - Tools Easily create horizontal lines by 1 key stroke, choose the color of the resistance line and the support line, the indicator automatically changes the color when a line is crossed, you can be alerted when a line is crossed. You can see the history of support and resistance of the line.
- RSI EA RSI EA based on overbought and oversold levels.
- Personal Assistant - The Next Generation Personal Assistant The Next Generation is there to make your trading easy, basically it does what a real assistant does — provides information and executes your orders.
- BSI Trend and Channel This indicator shows trend line or channels (using the BSI Indicator).
- Personal Assistant Personal assistant is there to provide you with crucial information for making investment decisions and to execute your orders.
- Auto MM This script will help you calculate your lot to open position.
- ExpMartin This Expert Advisor trades on the principle of the Martingale: if the order is closed by Stop Loss, the next order will be the opposite type with a lot size increased by a certain rate.
- Change Timeframes with Hotkeys This simple indicator will change the timeframes of the current chart with keypress.
- PriceHistogram Channel This indicator shows channels using the price histogram.
- DXWeekSnR Indicator of support and resistance levels based on Open Close High Low Weekly Candle.
- PriceHistogram OnClick Event This indicator shows four price histograms when a chart click event is fired.
- News Hour Trade Expert Advisor I have developed for News Time Trading (set time and leave it).
- Hull Moving Average The Hull Moving Average (HMA) is an extremely fast and smooth Moving Average that almost eliminates lag altogether and manages to improve smoothing at the same time.
- Bounce Strength Indicator 2.0 with Tango Line Bounce Strength Indicator (BSI) shows the strength of bounce. It now works in trend and uses Tango Line calculations.
- Tango Line This indicator is a sharp turn to the dynamic change of direction. Like tango steps!
- SpreadMIN The indicator is a histogram of the lowest/minimum spread only, given in a candle whilst the indicator has been running. Example scripts for placing buy or sell at the lowest spread are included.
- Reversal Navi Reversal Navi indicator shows the entry point coming after the reversal bar.
- Bounce Strength Indicator Bounce Strength Indicator (BSI) shows the strength of bounce. Inspired by the Wyckoff method.
- Check Current Open Orders With Profit This script lists current open orders with profit.
- Guppy (Long and Short) This indicator combines two groups of six exponential moving averages of different periods to elucidate the direction and the strength of the short-term and long-term trend.
- Log4mql Log4mql is an MQL4 library for flexible logging to files and the terminal console. It is modeled after the Log4j Java library.
- Trade History Export to CSV Exports CSV file to analyze trade history for a symbol.
- Fibo For Yesterday and Last Week Using Golden Section Analysis of the market for yesterday and last week.
- Daily Balance Sheet This indicator allows you to plan your financial balance.
- LacusTstopandBE This Expert Advisor places Stop Loss and Take Profit for Buy, Sell, Buy Limit, Buy Stop, Sell Limit and Sell Stop orders.
- SDX-TzPivots_3 Calculation of pivot and similar levels based on time zones.
- PrimeLevelsBlack This indicator will place up to 6 lines, at prime levels of your choosing, in a successive pattern on the chart.
- PairsIndex PairsIndex indicator shows the price index of 7 currencies dealing with 7 currency pairs.
- Linear Momentum Simple implementation of physical calculation of Momentum.
- Convert time to double and vice versa Library to convert datetime to double and vice versa.
- Pivot Point with adjustable closing time Pivot Point (PP) indicator for use on timeframes < D1 with adjustable preceding day close time, elimination of sunday bars, optional display of weekly and monthly PP, preview of tomorrows' PP and current days' midpoints.
- ToolBox Gives you information on pip value, spread value, daily pips average, how much you can earn, future range of the present day.
- SDX-TzPivots Calculation of pivot and similar levels based on time zones.
- MA Triple Median This indicator draws 3 Moving Averages by median price.
- Convergent Divergent Range Volatility The indicator analyzes price volatility for optimal setting of Take Profit and Stop Loss.
- AtrRange This indicator shows low-volatility periods on the chart.
- ZigZag Arrow ZigZag Arrow indicator is based on a built-in ZigZag indicator that replaces the Line Section with Arrow.
- RealValueExtended An extended version of my RealValue indicator with a new parameter.
- RealValue This indicator is my attempt to estimate the real market value.
- MA Lock Bound MA (Moving Average) to specific timeframe.
- Trades to CSV Simple EA template to export trade details from a backtest or live trading to a CSV file.
- Aeron JJN Scalper EA Expert Advisor based on JJN Scalper indicator.
- Parallel Strategies Example This is a simple multistrategies EA based on many strategies that work in parallel mode.
- Alpha Trend Spotter PA Free This indicator acts by PRICE ACTION to find the strongest trend each day.
- Arbitrage Difference between two currencies.
- Doji Candle Detection Doji candle histogram detector with alert & email notfication.
- Angry Bird (Scalping) Expert Advisor with the system is very sensitive to movement.
- Open a Trade Script Easy to use an open trade script.
- Smoothing Average This EA is based on 1 moving average indicator, the exit and entry points are determined by a "smoothing factor".
- iClock_Mod1 Second-by-second candle timer not dependent on incoming ticks. New candle alert option. Automatic Broker GMT and Daylight Saving Time adjustment.
- Alpha Trend Spotter Free This is an indicator for finding the strongest trend each day, suitable for intraday trading or a swing trading.
- Spread and Pip Cost Checker This script shows you current currency pair spread, pip value and the total cost of the spread to open a position. Result will show in your account currency.
- Close All Simple code to close all opened orders.
- Easy Reverse The script reverses all the orders of the actual chart symbol.
- Market Data to CSV Saves all historical bar data (Open timestamp, Open, High, Low, Volume) and every new tick to CSV of your choice.
- Indicator Values to CSV Save your indicator values and Open, High, Low, Close, Volume data to a csv file of your choice.
- Candle Movement Monitoring This indicator is used to monitor the movement of the previous candle from 1m to 1D timeframe.
- ForexLine ForexLine indicator provide signals for trade, white line (sell signal) and the blue line (buy signal).
- FMOneEA FMOneEA is a scalping Expert Advisor based on MA and MACD indicators.
- Average of ATR Average of ATR (AATR) is simple but effective indicator to confirm any price action trading strategy.
- COT The indicator for the analysis of CFTC reports.
- Draw Ellipse The script creates an ellipse on window drop.
- Blue Spread The indicator shows current spread with color line.
- Delete all objects of the selected type Script deletes selected object types from the charts (current chart or all active charts).
- Multi-Trendlines Breakout When the current price is below trendlines, EA will wait for upward breakout, and vice versa.
- BB_OsMA BB_OsMA indicator is the OsMA indicator in the form of spheroid with a deviation as the upper and lower bands.
- FiboPivotCandleBar This indicator is a composite of several indicators: Fibonacci, Pivot Point, ZigZag, MACD and Moving Average which are combined in this indicator.
- Overlay and Spread Charts for 2 symbols Main chart shows the overlay chart of 2 symbols - while subchart displays the price spread line with spreadfactor.
- InfoLabel A simple label that shows information like Ask & Bid, OHLC prices, volume, spread, remaining candle time, local & server time.
- HarmonikManual new version This is the improved version of the "HarmonikManual", with more attractive and easier to use.
- LivelliSR Now The indicator shows support and resistance levels.
- Price - EMAs The indicator shows the distance between the open price and 3 different exponential moving averages (EMAs) in pips.
- MACD_2ToneColor Custom MACD indicator with 2 tone color (MACD Up and MACD Down colors).
- MonEx indicator MonEx indicator is the Weighted Close (HLCC/4) candlestick bar combined with ZigZag indicator.
- Renko Time and Time Between Candles Indicator A very simple indicator to display the difference in time between candles in seconds.
- HarmonikManual This indicator will show the name of the pattern by placing point XABCD manually and also will search the next Potential Reversal Zone (PRZ) automatically.
- Balance Sheet This indicator will show balance sheet for a year.
- Spread Lines The indicator supports two functions: 1. Ask and Bid line customization(style, thickness) and 2. Second Broker spread comparison.
- MACD and Volumes Usual MACD with showing volumes on it.
- Template Name Trading multiple instruments across multiple timeframes (and multiple brokers) can result in the use of many different templates. An immediate means of template identification is expedient in order to avoid confusion, trading inefficiency and possible trading mistakes. This simple indicator accomplishes the required.
- Oscillator of Indicator and MA The indicator shows Moving Average and oscillator in a separate window.
- Strategy Tester Equalizer The indicator allows to control the Strategy Tester speed.
- Close by Equity Percent The Expert Advisor closes all positions if equity exceeds specified percent from balance.
- Simple Pip Value Calculator "How much is a 1 pip movement on EURUSD (or any pair) worth in my currency?" - here's the answer!
- Profit Counter It's a hedging Expert Advisor, which trades only one time per day.
- Indicator Arrows Up/Down arrows drawn in chart window.
- RoNz Auto SL-TS-TP v2.06 EA for Automatic StopLoss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.
- CSPA 1.43 CSPA is a multi currency Expert Advisor, it uses the currency strengths to open trades on the best pairs.
- MPM 1.8 MPM is a stop reverse strategy.
- ProfitLine Graphical calculation of profit/loss from lot, or vice versa.
- VSA Syndicate Trader v1.04 Syndicate Trader is coded from the basic VSA (Volume Spread Analysis) study by Wyckoff.
- Volume Divergence Markers (VDM) Flat indicator showing potential entry points.
- RoNz Higher Timeframe High and Low This indicator shows High and Low points for certain timeframe.
- Making ScreenShot The script allows you to get a certain section of the chart image specified by the user.
- Trap News Use this script 2 minutes before high impact news pip moving faster FOMC, NFP, RATE BANK.
- Buzzer This indicator shows good signals based on modified MA.
- KNUX Martingale New version of KNUX Expert Advisor. The strategy works with martingale.
- All In One Grab The indicator shows the information about indicator values and important levels.
- Stohastic to CSV for MatLab This indicator exports the indicator values in CSV to use for MATLAB analysis with neural network, SVM, KNN, fuzzy.
- Trailing The Expert Advisor can be used for Trailing and hidden Take Profit/Stop Loss.
- RoNz Simple Scalper Rapid-Fire Strategy EA v1.03 This Expert Advisor is based on one of 17 Proven Currency Strategies by Mario Singh.
- Visual Order Processing Order_EA is a simple visual oriented program that uses drag & drop scripts to control order processing.
- OHLC Range Draws two labels: Open-Close and High-Low range of the last closed candle left of the current candle.
- Vertical Time Lines Possible uses: Mark session open/close, mark time of regular news release, any other relevant time.
- Indicator Candles The indicator draws candle objects in a separate window of any one of the following indicators: Percent Range, RSI, CCI, Price.
- Hybrid Scalper Hybrid Scalper is the Expert Advisor based on many indicators.
- Extremums This script makes horizontal lines, that shows max and min price values for a period of time.
- TrendCollector TrendCollector is the EA based on price action, Stochastic indicator, specific EMA's (206) crossings, and trade size variability based on ATR and time of a day.
- Murrey EA This Expert Advisor is based on Murrey lines, Stochastic Oscillator, Bollinger Bands and Candles.
- Trailing Stop EA The EA manages open position with a user defined Trailing Stop.
- Open with break MA This indicator shows when to open positon.
- NineTFMovement NineTFMovement indicator gives an overview of the price movement on 9 timeframes (M1 to Monthly).
- ATR Levels ATR Levels indicator marks 5pm NY on the chart along with the 14 day ATR value.
- Delete all objects on all charts The script deletes all objects on all active charts.
- CloseMultipleOrders A simple script to close multiple market orders.
- PRSI and PCCI The indicator draws two indicators in separate window.
- RoNz Auto SL and TP This EA automatically sets preconfigured Stop Loss and Take Profit value on all orders with empty TP & SL.
- RoNz Price MA Candle MA-Based Price Candle.
- RoNz Clear All SL and TP Clear All StopLoss n TakeProfit on All Orders.
- Coensio Swing Trader EA CSTV06 This EA makes it possible to trade semi-automatically using manually pre-defined support/resistance or breakout levels.
- 2 MA Channel Breakout Trend following system with breakout of different EMA as entry signal and SL and a breakout of highest high and lowest low as TP.
- Average (Breakeven) Price Indicator This indicator draws a horizontal line at the Average/Breakeven Price for multiple positions.
- Multi Market RSI (GOLD-SILVER) RSI average commodity for gold and silver.
- Spread Info The Expert Advisor shows information about the current spread.
- Random 2 The Expert Advisor makes random buy/sell with automatic Trailing Stop.
- iMaxMinTrends The indicator draws horizontal lines corresponding to daily, weekly, monthly highs/lows and connects them consistently trendlines.
- Look for Trend The indicator marks the current chart with red/blue arrows to signal a possibility for buy/sell.
- The SmartAssTrade-V2 Forex Expert Advisor The SmartAssTrade-V2 Forex Expert Advisor is a new update for SmartAssTrade EA Version 1.
- Closing Prices to CSV file The script gets all the symbols available on your platform and writes their closing prices for a specific bar to a csv file.
- Indicator Data to CSV file This indicator gathers indicator data and prints them in the csv file.
- AutoTStop EA AutoTStop EA does not work to open the orders, but only helps trader to use Trailing Stop.
- FiboStop Expert Advisor that moves Stop Loss according to Fibonacci retracements or expansions.
- KNUX V1.0 The idea is to work with a trigger, based on ADX, CCI, RVI, WPR and EMA.
- LogTickData Easy to use ticks recorder.
- Auto SLnTP EA Helps trader by setting automatic Stop Loss (SL) and Take Profit (TP) on trades while scalping.
- DonForex DonchianFibo Classic Donchian-channel with Fibonacci retracement levels.
- 3 Timeframe Indicator Draws either MACD, Stochastic, RSI or CCI of 3 timeframes in a separate window.
- Trend Testing This indicator will show trend, based on EMA200 of the higher timeframe.
- Stufic Lite This is simple copy of STUFIC PRO strategy which you can follow as signal or buy at the market.
- Close All Open Orders This script automatically closes all open orders within few seconds.
- PivotPoints_MTF Pivot points - Midpoints, H4, Daily, Weekly, Monthly.
- MA_BBands_YXF The indicator is a combination of MA channels and Bollinger Bands.
- Market Sessions The indicator displays Market Sessions.
- Bleris - Hedging Strategy This strategy uses hedging if trend changes.
- NetFlows The indicator computes the volume-adjusted flow of a currency considering all currency pairs available on your platform.
- MTF Inside Bar A tool to better visualize price action using a higher timeframe.
- LastOrder The header file contains functions for searching last and previous order in the trade pool.
- COrdersCounter The simple class for counting of the orders with different filters: by symbol of currency, Magic Number, either closed, either opened orders.
- RobotiADXwining Expert Advisor work with one hour chart, and is the best robot for now, plays a sound when orders/alarms are executed and multiply positions by 10 when 5 digits is true, trailing stops every tick regardless of Execution Mode.
- GARCH Fractal volatility indicator based on Bollerslev Model.
- WelchCandlesticks_v2 Change of the spread is being reflected in the candlestick formation, which you can use to more accurately place your stops and not get kicked out of a trade when it might just be challenging a price before making a huge swing in the direction you initially placed your trade.
- Regression Channel with variable polynomial degree, Indicator & EA This is a fast adaptation of old source to MetaTrader 4 b600 environment.
- Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
- xLiquidex_V2_Mod1 xLiquidex_V2_Mod1 is an Impulsive/Volatility/Breakout Expert Advisor.
- Horizontal Grid Lines Draws horizontal grid lines at specified distances.
- Signal for Trend The indicator shows trade signals using combined Stohastic with breaking of High/Low by Moving Average.
- ChainPriceRSI Forex indicator ChainPriceRSI is based on the RSI and MA indicators.
- eaTemplate This template code contains basic features and functions required for the developing the Expert Advisor.
- PipStriker-com The indicator shows top and bottom ranges of price movement.
- Auto Pending and Manage Orders by RSI Auto pending and manage orders by RSI, lower risk at weekend, send mails if necessary.
- B-clock with Spread Modified Nick Bilak's b-clock with spread (ask-bid) and font customization (font, color, size).
- Toptahlil Bollinger and ATR Bands This indicator shows Bollinger and ATR Bands.
- Close All Charts The script closes all charts for the specified symbol.
- Copy Objects The script copy objects (Trendline, Horizontal Line, Rectangle, Fibo) from active chart to all charts in this same symbol.
- Analyze History EA to find gaps in history data.
- BBMACD_V2 BBMACD_v2 is the Bollinger Bands® and MACD indicator in the same place at separate window version 2.
- SendAdvancedEmail SendAdvancedEmail function for Metatrader 4 and 5 with HTML mailbody support.
- BBMACD BBMACD is the Bollinger Bands® and MACD indicator in the same place at separate window.
- Genie Stochastic RSI Stochastic RSI Expert Advisor.
- Tma Slope TMA Slope indicator.
- RSI_Filter Smoothed RSI indicator.
- ATR_Filter Smoothed ATR indicator.
- CCI_Filter Smoothed CCI indicator.
- Genie RSI Relative Strength Index Expert Advisor.
- Genie Pivot Point Reversal Pivot Point Reversal scalping Expert Advisor.
- Volatility Trader and Breakout EA (X-liquidex) X-liquidex is an Impulsive/Volatility/Breakout EA. It uses Range, Moving averages and Keltner channel. It's logics are simple yet powerful.
- Tiger EA The Expert Advisor determines buy and sell based on Moving Averages, it also uses ADX and RSI.
- CEK OP The indicator plots trade history on the chart and account informaton.
- Ilan Expert Advisor for Metatrader 4 Ilan16 Expert Advisor for MetaTrader 4.
- Mail All Order Status Periodically Mail all order status periodically.
- Bollinger Breakout EURUSD M15 Break out strategy based on Bollinger Bands.
- Quickly Open Charts with Different Timeframes Easy script to help analyze specified symbol, it opens 8 new charts with different periods and applies a specified template.
- Currency Correlation Correlation(strength) between eight currencies & Gold.
- Zero Lag Timer Implementation of zero lag countdown timer.
- DonForex MinInfo Some basic information which every trader needs.
- СloseAll A collection of scripts for closing various types of orders.
- MACD Momentum MACD Momentum indicator (The Red line is the Momentum 10 of the histogram MACD, smoothed 3).
- MTF EMA 20 This indicator helps to find possible support/resistance areas after a trend has developed.
- Oscillators on Chart A few oscillators (RSI, CCI & PercentRange) drawn in the chart window.
- Moving Avreage Once the price closes above or below the two moving (60 &100) a signal is generated. Signal must be generated ONLY in-case the price closes above/below the TWO lines.
- Forex Indicator Black & White Beauty Win ~ BBWin BBWin is the Bollinger Bands® indicator in the separate window with trend lines.
- Close@Profit Expert Advisor that closes orders after defined profit or loss.
- Time Filter Library The function will filter the trade positon. If the current time in the time you set, the function will return true.
- Candle Time End And Spread The indicator shows candle end time and current spread.
- Indicator Tracer Traces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.
- The Heavy The indicator helps to find the correct trend before enter the market.
- Infoboard Trading information with Fractal trend.
- Aku Rapopo The indicator calculates and draws the highest, lowest and median point of certain period.
- Peak n valley The script recognizes and shows peaks and valleys of certain period.
- Forex Indicator Price Degrees with Trend Alerts This indicator will write value degrees of the lastest position of price at the current timeframes, and when position and condition of trend status was changed, the indicator will give an alerts.
- 3 EMA Crossover 3 EMA Crossover Indicator.
- Trend Strength Indicator This indicator based on a 5 period simple moving average detects trends: if there is an uptrend then shows green bars, if there is a downtrend then shows red bars, if there is a weak trend then shows yellow bars.
- ProfitTrailing Realize virtual profit trailing.
- Genie Parabolic SAR ADX Expert Advisor.
- i-AMMA Average Modified Moving Average.
- Expert Advisor Template with Trailing Stop v2 Expert Advisor template with Trailing Stop, autolots, candle scan, buy block sell, buystop / sellstop. Working ea example and many improvements in template!
- EA based on indicator SAR, ADX and SMA 100 This Expert Advisor is based on SMA, ADX and SAR indicators.
- Advanced ADX Advanced ADX indicator.
- spread_on_chart The spread_on_chart indicator shows the current values of spread, stop and freeze levels.
- AFL Winner The oscillator for intraday trading.
- Skype Control Library Library to work with Skype.
- wlxBWACsig The indicator shows entry points according to AC indicator.
- MACD MACD indicator.
- STOPD Levels MTF Plot the STOPD Price Levels based on user specified timeframe.
- QuotesDemo The Expert Advisor shows the current values of World Stock Indices from Google Finance using WebRequest function.
- SignalsDemo The Expert Advisor shows the properties of the signals, allows to modify the signal copy settings and subscribe or unsubscribe to the selected trade signal.
- XigXag Typical zigzag indicator
- Step Up and Down Forex Indicator Step Up and Down Forex Indicator draws the price direction movement with single arrow Up or Down on the trading chart.
- DailyLines DailyLines Vertical lines starting new Day with above name of the DAY. Period Separators with options to choose different styles.
- Heatmap, Gradient and Scale representation of symbols The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL4 language and functions.
- MAC3D Custom Indicator. 3 Dimensional MACD Ribbon.
- Order Manage EA This is a percentage of the user set stop-loss or profit robot.
- ProfitInfo ProfitInfo is an indicator to show in one window opened buy and sell trades of defined symbols and systems.
- VR---STEALS-3 Advisor exposes not visible to brokers levels StopLoss, TakeProfit, Breakeven, Traling stop
- Didi Index Indicator An indicator based on three moving averages.
- Change Chart Symbol Menu The indicator loads as a Menu on the menu bar. Click the Symbol Menu to open or close the symbol list. Click a selected symbol to change the chart symbol.
- MA-ATR This indicator combines Moving Average (MA) and Average True Range (ATR).
- Firebird hma [I] The indicator shows the channel.
- Donchian Channel Indicator This indicator draws three Donchian bands: up, middle and down bands based on which you can design your scalping system.
- H3, H6, H8 and H12 Candle Sticks Indicator This indicator adds H3, H6, H8 and H12 time frames into your charts.
- exad... My first exad.....comment if any not modified and improve ment running..
- Camarilla Level Pivots Camarilla Level Pivots.
- _RSIvsValue_EA The EA opens transactions when RSI is Upper or Below 50
- gSpeak Build 6xx The gSpeak dll for MetaTrader Build 6xx
- MTF Fractal Multi timeframe fractal indicator with "Extend_Line" and "Show_Validation_Candle" functions (compatible with MT4 build 600 or later).
- _MAvsMA_ema EA Crossing of 2 MA
- MPCandle Combine Candle sticks and Market Profile indicator.
- Script Calling Library for MT4 build 600 and later Script Calling Library for MT4 build 600 and later
- Indicator RDS2689SignalAlerts This indicator will write the price of Pivot Point on the trading chart, ranging from Price Support 6 to Price Resistance 6. When prices change or pass one of Pivot Price level, the indicator will be given alerts.
- EA SmartAssTrade This EA just using a very simple formula, but according to my experience, the formula was accurate enough to make a profit.
- FiboRetracementLevels.mq4 Fibonacci Retracement Levels indicator draws Fibonacci Retracement Levels on the trading chart.
- Condition Scanner Scan for conditions in which you have an interest. Show where the condition arose historically on the current Symbol and timeframe. On a separate panel, show where the condition has currently arisen for any of your chosen symbols and timeframes.
- Universal EA This is my first Expert Advisor so please give feedback on how I can improve it to make the best possible EA. Thanks for the inputs in advance and happy trading.
- JSON Parser This is a Class for the new MQL4 that parses JSON. It requires the Hash.mqh class.
- SwingCyborg This Expert Advisor is based on your human ability to predict medium and long term trends.
- MACD vs Signal line It opens and close transactions depends on MACD vs signal line - upper - opens buy, closes sell, below - closes buy, opens sell.
- VR---Overturn Adviser may trade in two modes: Martingale and antimartingeyl ...
- Day Trader Market Profile The indicator ыimulates the full structure of the market profile system that described by "James Dalton" in his book "Mind Over Markets".
- MQL4 OnTrade() Alternative This code is an Alternative of the missing OnTrade() event in MQL4.
- Multi Time Frame Bars Visualization v1.6 A tool to give us a better market perspective.
- Turtle Trader Good For EURUSD. Start by Money $300.
- OpenAlert v1.0 Someone needed a quick way to open the Alert window again, after they had closed it. Place this script in your \experts\scripts folder.
- HTTP requests for new MQL4 (tested in build 600) Simple library that allows sending requests via HTTP protocol from new MQL4
- HashMap implementation An implementation of a HashMap in MQL4
- RosePipsIndicator This indicator will calculate pips wins and losses for any pair with a parsar and doji star trading strategy. You can see pip targets and losses and see if you can find a winning pair with this. 5MIN charts are the best on current settings.
- DF-ProfitMonitor With this indicator you can follow the evolution of account profit.
- MySQL for new MQL4 (tested in build 600) Connecting to MySQL server from new MQL4.
- Candle Direction Panels Shown all TF candle direction on Chart.
- mt4R for new MQL4 mt4R, modified for supporting new MQL4
- Simple UnitTest include library for new MQL4 This is a simple (cheap) UnitTest include library for new MQL4
- Elliott_1 EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &
- CSV signals to Expert How to load csv signals into your expert
- Smoothed Awesome indicator This indicator is a modification of classical Awesome indicator. It computes the smoothed rate of change of two exponential means.
- Price Action EA Amazing EA that does not use any indicator. Instead, it follows the price action. Tested from 18 August 1995 to 29th January 2014. It has managed to turn $10,000 to 11,958,183.37.
- KILL ALL ORDERS (All Symbols) Someone asked me to provide them a way to close all their orders. This script will serve that purpose. Place this script in your \experts\scripts folder. When you want to close all the orders just drop this script on a chart.
- Temporary Fair Value Where is the herd of Bulls and Bears within the candle? A candle does not show where most of the activity has been during the candle's timeframe. TFV does. TFV shows with 1 simple dot where the battle has taken place in the candle, where the trenches are
- Artificial Intellegence optimized by Pramod Baviskar Artificial Intellegence (by Reshetov) original code is optimized with higher returns and accuracy for positional traders.
- Mad Trader GBPJPY 5M Only. Good luck.
- Fractals Modified This indicator is a small modification of classical Fractals Indicator. You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.
- popup tip: any bar's local time popup tip: any bar's local time, with help of a verticle line.
- Awesome Bar Counter This is a indicator to see if you can find a trend by drawing a graph with bars counted.
- ZigZag Indicator with Extra Features Taking a Closer Look at the Workings of the ZigZag Indicator.
- HFT EA (LIQUIDEX_V1) liquidex is a HFT EA. It uses moving average and range to determine it's entries and exits.
- Screenshot in the original chart size Take screenshot in the original chart size with labels (instrument, timeframe)
- SignalViewer Check out any MQL5 closed positions on a chart.
- Close cross Kijun Sen The EA will close all open orders across all charts corresponding to the EA chart symbol when Bid or Ask is equal to or crosses the Kijun Sen.
- Close Cross MA The EA will close all open orders across all charts corresponding to the EA chart symbol when Bid or Ask is equal to or crosses the MA.
- Stop Loss and Take Profit Scripts A collection of predefined Scripts immediately available for use without having to key-in. Step-by-step instruction how to make your own Scripts from Scripts Collection.
- Fractal Support & Resistance Levels The indicator draws support & resistance levels based on the last MN1, W1, D1, H4 and H1 fractals.
- a_informer It Is placing stop loss and take profit at a given distance. Displays the current status of open orders. For closing of the order it is enough to select and move the label to the left.
- Constant Range Detector Detects and displays the fixed value of Constant Range Bars/Candles.
- Renko Range Detector Detects and displays the fixed size of Renko Bars/Candles on offline chart.
- Value Chart Deluxe Edition Value Chart as developed by David Stendhal. Value Chart was designed to show the valuation of the market.
- ALGLIB - Numerical Analysis Library ALGLIB math function library (v. 3.5.0) ported to MQL4.
- Time indicator Time indicator displays broker time and local computer time on the chart.
- OBJ_EDIT_Example Example of working with OBJ_EDIT graphic object.
- Weekly and Monthly Pivot Weekly and Monthly Pivot shows resistance and support lines of pivots using classic formula
- Catcher Profit 1.0 This isn't an operating EA, but profit management EA.
- Symbol Label Draws label of the chart symbol and Period. Any text size, color and position on chart.
- a_stops Shows the distance to assumed stop with two lines located at a predetermined distance from the current price.
- Alerts on New Bar Alerts on New Bar. Alert options - 1: Popup Alert, 2: Sound, 3: Email, 4: Push Notification for iOS and Android.
- Trigger Lines Small & Large Triggerlines ported from NinjaTrader to be used with existing strategy and to help identify key buying and selling areas.
- Weekly Open Horizontal Line + Horizontal Target Lines Draws a Weekly Open Horizontal Line and Horizontal Target Line above and below the Weekly Open Line.
- OBJ_Label_Example Example of working with OBJ_LABEL graphic object.
- THREE MOVING AVERAGE EA (X3MA EA) It uses 3 fast MAs to determine entries and exits as well in an event of a crossover.
- HardcoreFX Expert Advisor This is the Expert Advisor with Money Management and signal selection. You can add your own signals in this EA very easily by just adjusting the function signals.
- EURX Euro Currency Index EURX=34.38805726 x [(EURUSD x 0.3155) + (EURGBP x 0.3056) + (EURJPY x 0.1891) + (EURCHF x 0.1113) + (EURSEK x 0.0785)]
- Coensio Swing Trader EA CSTV04 Coensio Swing Trader makes it possible to trade semi-automatically using manually pre-defined support/resistance or breakout levels.
- USD Strength Indicator CUSIV01 Indicator measures the momentary USD currency strength, using combined data from the following four USD pairs: EURUSD, GBPUSD, AUDUSD and USDJPY.
- Unseasonalised Average Trading Range and Forecast for monthly charts Best used on monthly candlestick charts with four decimal points to a pip (use the JPY version for other pairs). This EA calculates the likelihood of your desired range of pips being hit based on two years of past trading ranges and a statistical forecast
- TRYBASK Turkish Lira index (Sepet Kur) TRYBASK= 1 x [(USDTRY x 0.50) + (EURTRY x 0.50)]
- Candle Closing Time Remaining (CCTR) Version 3 Candle Closing Time Remaining (CCTR) is an indicator which displays the remaining time for an open candle to be closed.
- a_day Shows the Max and Min levels of the previos day and today's open price. Change the "up" and "dn" parameters to see the day candle.
- a_info The indicator shows the current market conditions.
- a_candle The indicator shows the remaining candle time.
- Auto uploader This scripts uploads data of open and pending trades to a webserver and with additional webscripting saves it to a database for further processing. May be a good basic for providing signals in your site.
- sideway trend indicator this sideway or trend...confuse?? use this indicator
- Specific support and resistance indicator Specific support and resistance indicator is based on indicators MW_ZigZag.ex4 and High_Low v2.ex4.
- The amplitude of price movement statistics - English version English version of AllAmplitude.mq4 The original script was posted here: http://codebase.mql4.com/3852 . The output file will be stored in the MetaTrader 4\experts\files\ directory. The file name contains following information: "Symbol_Period---da
- Milestone Trade 5min charts mostly EURUSD. Added news filter from Forex Factory and stops. Loads of versions inside. Good luck
- Target indicator You confuse where the next target? Use this indicator - it will show you where the next target.
- Open chart With 3 settable parameters (currency pair, timeframe, and template) opens a new chart on your screen at the initalization period of the script.
- NewsTradingEA EA for Trading on News event, will set BUY and SELL Stop (pending order) then will delete one pending order after open BUY/SELL occur (OCO) on specifed date and time.
- MA Candles Two Colors Draws different color candles above and below MA lines. Supported MA methods: SMA, EMA, SMMA, WMA & TMA.
- Kijun Sen Candles Two Colors This Indicator draws different color candles above and below a Kijun Sen line.
- Color Fill - Tenkan + Kijun Draws Tenkan and Kijun with Color Fill between 1. Price and Tenkan, 2. Price and Kijun, 3. Tenkan and Kijun and 4. No Fill.
- Color Fill MA The indicator draws 2 Moving Averges with different color filling.
- Account Information Adds account information to chart: Profit, Balance, Equity, Free Margin, Margin and Margin Level %. On chart click hide/show account information. Show Profit only option.
- Open Position v3a - Updated for MT4 Build 600 Displays open position: Symbol + Lots + Points + Profit (Updated for MT4 Build 600)
- TimeZones Six v2 Display up to six Times Zones. Hide Time Zones not required.
- Open position with STOCH and RSI This indicator shows when to buy and sell in the right time..so you don't miss the train.
- Spread Tracker Tracking Variable Spreads with an Offline Chart
- Timer Timer is a break trough system.
- eur/usd trend catcher The idea of this robot is to catch long trends. Crossing the 15Min moving average triggers buy and sell orders.
- Advanced MTF RSI With the MTF RSI Indicator you can easily identify the oversold/overbought levels on several different timeframes by using only one chart.
- Real Cloud Cloud indicator based on 2 Moving Averages.
- b Clock Plus This is an updated version of b Clock.
- MoneyManagement visualizer This is an indicator that uses horizontal lines for calculate lot size for next order. You can drag them up and down until you will get right numbers for your risk and money management that is based on your strategy scenarios.
- Brooky Psar Levels Support and Resistance levels using the psar logic.
- Fracture 7.4.0 Trade EURUSD 5 min scalping or similar. Good Luck.
- BreakThrough System open positions after crossing hand drawn trendlines on chart.
- Key Level Indicator The indicator draws true Key Level on chart based on DiNapoli Fibonacci levels gives point of intraction by buyers and sellers.
- EA Move StopLoss to BreakEven When the order reaches the specified profit, then EA automatically moves StopLoss to BreakEven.
- Stochastic TP TS V3.103 An EA with automatic trading at setable minute using stochastic indicator and scalping lot
- Tick Chart and Record Record, storage and displays of data, fully tick chart in MetaTrader.
- Close All This scrip will close all your open positions in your MT4. You just need to drag it to the chart.
- Сlose positions by result, time passed or at specific time This EA will watch your open positions and close the ones that meet the preset conditions.
- PZ Pivot Points Yet another pivot points indicator, light and customisable.
- Positive Volume Index This indicator, recognizing trends in an early stage, can be used to get ready for a break-out scenario.
- Market crash alert when you sleep Indicator that shows you market push and future 80% of next big trend.
- Rogue tick detector Detects fake, old, stale, or other erroneous ticks that come to the MT4 platform. These rogue ticks can sometimes cause a take profit, stop loss, trigger orders and/or any price-related action to occur when the price is actually no longer actionable.
- Simple Support and Registance Lines This indicator shows simple Support and Registance lines.
- MAGNA RAPAX The Great Hunter, is a Holy Grail attempt, by using a mix of trend following indicators, volatility filters and martingale system (optional).
- STRADDLE NEWS This EA puts two simultaneously Pending Orders (Buy Stop and Sell Stop), when activated one of two pending orders, the reverse pending order is closed.
- Close Pending Orders.mq4 This script can close all your pending orders in your MT4, or you can select different pending orders.
- Order-Tool "Hedger" An EA meant as advanced Order-Placement tool, which tries to help its user to set the "Stop-Loss"-level farther away with the same or less losses than normally expected.
- X trader v3 X trader trades using two moving average crosses.
- Collector_v.1.0 It trades huge amount of trades with small lot sizes. Does not use indicators or price formations, buys/sells in growth/fall of price.
- AntiFragile EA AntiFragile EA is an innovative trading strategy built on the idea of Antifragility professed by Nassim Nicholas Taleb. The general idea is to gain from disorder.
- PZ Parabolic SAR EA This Expert Advisor trades Parabolic Sar (PSAR) trend changes and applies a fast exit strategy. The parabolic SAR is a technical indicator developed by J. Wells Wilder. Basically, if the stock is trading below the parabolic SAR you should sell. If the sto
- Stretch Breakout Channel The Stretch is a Toby Crabel price pattern which represents the minimum average price movement/deviation from the open price during a period of time, and is used to calculate two breakout levels for every single trading day.
- PZ Reversal Trend Following EA You can either be long or short at any given time. You buy and close a short position if the market makes a new 100-day high, and sell and close a long position if the market makes a new 100-day low.
- CheckPower of Bulls/Bears Based on ibull/ibear, but compare power to define good entry bars.
- Kijun Sen and Envelope Kijun Sen and Envelope.
- ZFXiSwap2 Any symbol Bid, LastDayDiff(% or pip), Spread, Swap, Hi-Lo Today, Hi-Lo Week, Hi-Lo Mounth view to separate window.
- C_Factor_HLH4_Buy_Only Buy only using High Previous candle Breakout H4 timeframe
- Close All Advanced This script can close all your open positions in your MetaTrader 4, or you can select different similar positions.
- CSV Margin Tracker Writes Account Balance, Equity, Margin, to a .csv file in regular intervals, and alerts via email when certain Margins levels are reached
- Trendsignal indicator version 2 Trendsignal indicator with potential area drawn on chart.
- Channels The indicator finds and draws linear channels using all timeframes from M1 minute to MN.
- Limited Donchian Chanel Indicator Limited distance between the upper and lower donchian line.
- GreedyPigAnalyzerIndicator Indicator to save screen shots of your charts at regular intervals, based off the timeframe of a chart. Great for analyzing combinations of indicators, Price Action, and multiple timeframes.
- ZFXiSwap Any symbol Swap, Spread, Hi-Lo Today, Hi-Lo Week, Hi-Lo Mounth view to separate window.
- Aeron Expert Advisor Aeron Expert Advisor is well known. I am the author of Aeron Expert Advosor. It is based on martingale pattern and all of its parameters are fully customisable.
- Ichimoku Moving Average Ichimoku with Moving Average instead middle Price channel (Donchian channel) .
- Export to Excel in Real Time Export text to Excel in real time using native DDE library provided by Windows
- Sliders Uses up to 4 visual "sliders" in the chart window to quickly and easily adjust values of any technical indicator in a separate window. Based on MetaTrader 4 chart objects, not DLLs.
- VR---FIGURA Different view of the figures and the patterns of the day ....
- SK-Days of Week Writes days of week above candles.
- Imp_MA Moving average on the basis of individual price
- PZ Progressive Trading Scripts This set of scripts has been designed to scale-in your trades as price action runs in your favor. This will maximize profits due to proper pyramiding, decrease the impact of unprofitable trading decisions and in general, make your life easier.
- VR---ORDERS Indicator displays information about the current positions
- Non Repainting Supertrend Indicator This is a new implementation of the SuperTrend indicator for MetaTrader 4. The SuperTrend indicator is an application of the concept of MAE (maximum adverse excursion), which was introduced by John Sweeney in the mid-nineties.
- maximus_vX lite Expert Advisor opens deals based on price consolidations
- RSI Breakout The Expert Advisor places buy trades when RSI crosses above 73 and sells when it drops below 27. A trailing stop based on ATR protects profits.
- Zigzag with line at lows and line at highs See http://forum.mql4.com/54660 for getting a connection between highs and a connection between lows. I made a zigzag this way.
- [EA] - Charles-1.3.7 Improvements to the previous version.
- A new indicator to see the range bound period and an Expert Advisor similar need help I wrote a new indicator to find the range bound period, then we can place order when the price break the range bound.
- ind_aMU. The indicator specifies on trend and lateral movements of the price.
- GruchaAverage Trend Line The moving average that divides the prices for classes. The classes with extreme price get bigger weight (importance)
- EW Elliott Wave Easy Counter Script Drag and drop wave counts.
- Short Term Momentum Trading I'm looking for a skilled programmer that can take my existing EA alert and fine tune it. I have a solid set of rules that consistantly make me money, and I am looking to automate the signals so that I can effectively manage several currency charts at th
- FollowYourHeart "Follow Your Heart" is an Expert Advisor that open an Order strictly by price increase/decrease during nBars on the M1 time frame (without any indicators).
- BreakOut This EA will open a Long Order if the Price move above yesterday High or Short Order if the Price move beneath yesterday Low.
- ADX + MA Expert Advisor based on the ACD and MA Attention: this is not a Holy Grail
- X trader v2 Trades when two moving averages cross each other
- PSAR trader v2 Trades using parabolic SAR signals
- Profitstat Shows you profit history in real time.
- The example of using the Named Pipes in MetaTrader 4 Many developers face the same problem - how to get to the trading terminal sandbox without using unsafe DLLs. One of the easiest and safest method is to use standard Named Pipes that work as normal file operations.
- MAonMA Moving Average on Moving Average
- MMA_Breakout_strategy_Volume I - coded by WhooDoo22. Strategy is founded on support and resistance AND the theory that the market moves in trends or consolidated horizontal movement containing smaller ranges. It uses default custom indicator moving average and partial order closing. -WhooDoo22.
- Delete All Pending Orders in a row. Execute Script only one time and it will delete all pending orders i.e Limits and Stops by this script at once. No Need to run script for each order separately.
- Renko EA Renko Expert Advisor.
- [EA] - Charles 2.1.5 Multi-currency EA, working on brekouts and stop-orders.
- Autostop v2 Autostop automatically sets stops on open trades
- Elliot Waves labels A simple script to quickly place letter/numbers on the chart for wave labeling (A, B, C or 1, 2, 3, etc)
- Schaff Trend + Signal EMA Schaff Trend + Signal EMA
- iACfunc, iAOfunc and iBearsBullsfuncs Improved functions iAC, iAO and iBearsBulls
- Modify stop loss or take profit Scripts to modify stop loss in buy or sell opened orders on current chart.
- clock displaying time in main chart For those trader who can't stand having the Market Watch or Navigator boxes up on their platform but like to have a time displayed on chart a Simple Clock Indicator
- VR---SETKA---3 Extension of VR --- SETKA. Advisor to the grid works by Martin ...
- Indicator BoDi. Indicator BoDi for finding signals to close position.
- ProfitOnDrop Calculates the profit from oppened trades if the Price reaches the dropped Price
- Time trader v2 Opens specified trades at the specified time
- MFI_price MFI indicator with possibility to establish applied price.
- Brooky FibIt Scripts Customizable Fibonacci Tool scripts to make these tools more informative on chart as per your needs.
- Bullish Reversal This EA executes trades when it recognizes candlestick patterns that are associated with Bullish Reversals. Test have been ran on the daily chart. The code still needs a lot of work, so trade at your own risk.
- BB_MACD_funcs Improved functions iBands и iMACD.
- Automatic stoploss and takeprofit Automatic set (woth confirmation) of tp ans sl calcul use buy cost it work for every trade available and for all symbol. You can change the external parameter for tp and sl. I work on a new version where you could choose sl and tp for each symbol
- X trader Trades on two moving average crosses
- PSAR trader v1.1 Trades when the first parabolic sar dot occurs signaling a new trend
- JJN-Scalper Scalper system. It shows the entry, takeprofit and stoploss levels.
- JJN-Bee Scalper system. It shows the entry, takeprofit and stoploss levels.
- JJN-Nugget This indicator gives BUY and SELL signals and entry level.
- JJN-BigTrend Simple multicurrency trend indicator. You can modify it according to your taste.
- PEMA PEMA is the Pentuple Exponential Moving Average.
- QEMA QEMA is the Quadruple Exponential Moving Average.
- Running Median Indicator for MT4 This indicator computes the median of odd span. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the mean.
- BreakOut + MM + Multi-currencies The EA based on break-outs with money management. It is able to trade on multiple pairs.
- MACD MA Price MACD indicator with possibility to establish mode of moving average and applied price.
- PSAR trader Trades using parabolic sar signals
- Constant Range Detector Detects and displays fixed value of Constant Range Candles - Range Bars and Renko Boxes. Place any position on chart.
- Drag SLTP A brand-new EA to modify orders stop levels
- EM_VOL I make the new EA similar Sophia1.1 but logic is different and money management. I saw it strategy up a book of Enrico Malverti (Trading Systems).
- Bollinger MA Price Bollinger Bands indicator with possibility to establish mode of moving average, applied price and deviation as a double value.
- TrendByAngle Find the highest and lowest price in the specified period,then draw four 25~85-degree angle line for forecast price .
- [EA] Charles-1.3.3 EA placing orders progressively and scalping on global profit.
- MACD + Flat Market Detector This is the standard MACD indicator drawing two flat lines instead of a signal line. It allows you to detect and trade flat markets.
- Linear Regression Channel Regression channel for long period, per variable is number of candle, deviation variable is a standard deviation.
- RSI trader v1 Trades on RSI indicator.
- Session Open H-Line Draws a Horizontal Line at Session Open: On the hour (09:00, 15:00 etc) or any minute past the hour (9:30, 18:47 etc).
- VR---MARS-EN Opening trades directly from charts;
- Snowies EA with 3 indicators Take a look at my EA using the 3 indicators.
- HybridEA 1.0 Final version of my hybrid Expert Advisor.
- Money Management Script Automatically does volume calculation based on percentage of desired account balance and enters instant or pending trades. Optional take profit is automatically at 1:1 with respect to SL.
- Open Positions Indi Displays open position: Profit or Loss + Lots Long or Short + Pips or Points
- RGT2 EA Expert advisor based on Bollinger bands and Rsi. Modified trailing stop system.
- Bears Bulls Impuls The new idea of the classical Bears Bulls Indicator.
- MAC-Fibo EA EA based on MAC-Fibo trading strategy
- The classic Turtle Trading Indicator This is classic implementation of the Turtle Trading system, with clear entry/exits signals within the same trend and enter/exit alerts. It should be used together with my other indicator, The Turtle Trading Channel to get further entry signals if you h
- Correct Gann fan A set of scripts to install and work with Gann fan. Custom fan has correct angles and is scale insensitive.
- The Turtle Trading Channel A trend following indicator that implements Dennis Gartman and Bill Eckhart trading system. Commonly known as "The Turtle Trader".
- Session Open V-Line Indi Draws a Vertical Line at Session Open - Eurozone/London - USA - Asia.
- Heiken Ashi Histogram Another suggested way to track Heiken Ashi candles and trading short-term price swings
- Line Order v. 3 A Line order EA capable of changing stop losses, take profits, trailing stops and lots.
- MACDcrossAUDD1 A simple robot to trade AUDUSD D1 chart only when MACD crosses.
- MAC-Fibo indicator Indicator based on MACFibo trading strategy
- Emagic EA based on macd signal and ema cross
- MTF Zigzag with 3 level 3 TF Zigag Level with same settings.
- Heiken Ashi Oscillator Choosing between Heiken Ashi bars and candlesticks is a problem and measuring when the short term trend is losing strengh is another one. This indicator solves both.
- MTF-StDev Multi Time Frame Standard Deviation
- Autostop Automatically sets a pre set take profit and stop loss for you.
- VR---SETKA=2=01032012 Modification of the first version of the grid EA.
- ATR Channel Draws an ATR envelope surrounding price action and assists you in setting proper stoploss and takeprofit levels.
- VR---MOVING-AVERAGE An improved version of the standard Moving Average indicator, now on the hourly timeframe, you can see moving averages of higher timeframes.
- A set of scripts for a quick trade with the mouse. Scripts of pending, market orders, placing and removing stops.
- Ask Bid Spread The indicator shows spread-related values (spread, Bid + spread, Ask + spread, Ask + Bid + spread).
- Reversal fractals This indicator points possible price reversals using 5bar and 7bar fractals.
- s-PSI@Refresh_v.2.0 The script (in the absence of communication) rescans the server, will make paging history, emulates the ticks for the indicators and experts.
- Hamyar V3.0 Hamyar indicator, the complete package (pivots,zones,panel,tp's...)
- s-PSI@CalculateProfitFromTime Review the results of the work of your strategy (in history) by the hour.
- Martini The EA without indicators with increasing lot size.
- Ideal ZigZag Very fast zigzag. No suspended peaks. No wrong peaks. Designed for use in EA. Optimized peaks retrieval
- Main Points - Dottor Market Three main pivot points : Daily - Weekly - Monthly.
- Strategy Viewer This is a script to view a myfxbook's CSV statements file in MT4.
- SpreadLogger + Bid and Ask Logger Do you want to know how the Spread on your Broker fluctuates? I developed 2 small indicators which will allow you to see hot the spread is performing real time and for the last few minutes or whichever you can thing your platform can hold.
- RampokScalp The Martingale with Envelope indicator.
- Candle trader v1 Uses candlestick signals to trade.
- ACC+BAL+MARG-INDI Account Balance, Equity, Margin, Free Margin + Account Profit: position anywhere on chart - hide any item - enhanced user preference options.
- Average Daily Range TheGreedyPig Average Daily Range Indicator calculates 5, 10, 20 days and shows them on the chart. I found this on a Forum, updated, modified the Indicator I found.
- Pure_Martingale Martingale syste, trades are random.
- Fractal ZigZag (never repaints) This indicator shows signals triggered using Fractals and the original ZigZag indicator. Signals are never -ever- repainted and is an useful tool to study the real behavior of the ZigZag indicator.
- Double ZigZag (no repaint) This indicator shows signals from two different Zigzags without repainting, and allows you to study the real behaviour of the zigzag indicator as a trading tool over time.
- Triniti The support and resistance levels are determined. It provides the values for TP and SL.
- HTTP using WinINet directly in mql4 This is a "conceptual" script that uses the WinINet functions to load a HTTP page directly from mql4, without a C++ dll
- LRMA Fast Calculation The ideas from the article 3 Methods of Indicators Acceleration by the Example of the Linear Regression" is implemented in this indicator.
- JForex OHLC data converter Rewrites JForex csv data without the weekend candles and the seconds.
- News Trader EA This EA is supposed to trade news and high market spikes.
- MMPRO - Dottor Market Trade with right risk !
- EA to automatically take "pictures" of your orders This EA doesn't open orders, it takes PICTURES every time you (or another EA) opens or closes an order.
- Inverse Distance Weighted Moving Average (IDWma) This multi-timeframe capable moving average discounts prices far from the average. It is smoother than SMA but follows price similar to an EMA of the same length.
- Bill Williams ATZ indicator This indicator throws visual and verbose buy/sell signals according to Bill Williams Trading in the Zone methodology and Alligator.
- Clear Method This indicator is based on the article: Getting Clear With Short-Term Swings by Ron Black
- WatchDog - An EA monitoring script. WatchDog sends an e-mail when things go wrong, an order has opened or closed, on requotes, on log errors, on server shut down... Just drag the script in a chart window.
- MMT It is a Malty order Placer(4 LIMIT and 1 INSTANT). and good performed EA. It Works With THE Co-ordination of Different Moving Averages.
- Time trader v1.1 Opens specified orders at a specified time
- Batman V1.0 The EA open position on Breaking S/R , it will make offsets if that was not a break
- Display Ask-Bid This code simply display ask-bid value.
- LotScalp EA scalper 1430% = 2011!!!
- Dailypivot Simple Daily pivot.
- ZigZag For Long Term This Robot uses the default zigzag indicator from Metatrader.
- Close at Profit Close all trades after reaching defined profit or loss
- COG on MACD Center of Gravity Indicator plotted on MACD values in sub window.
- TwoPole Butterworth filter Butterworth filtration.
- TwoPole SuperSmooth SuperSmooth filter
- Gaussian MACD MACD using gaussian filtration
- SL+TP-CP DIST INDI - v2 Calculates pip difference between Current price and SL & TP price. Places Text labels at SL & TP lines: Order Type, Ticket number, SL & TP price, Pip calculation and Pip label.
- SL+TP-OE PIP CALC INDY – v2 (Indicator) Updates: 1. Order Type Discrimination 2. SL+TP and OE line price. 3. Enhanced user defined labels. Calculates pip distance between Order Execution price and SL & TP price
- Gaussian Bands StDev Bands with gaussian smoothing
- Gaussian Rainbow Rainbow through gaussian refirtration
- e_OnMA_004 EA is based on 2 MA (High and Low). Long position will occur when Ask > MA(High) and Short position - when Bid
- Wipeout Closes all orders when total cash profit in the account is a certain value.
- Ticks-MilSec This indicator is calculating numbers of ticks and average time between ticks for each minute in the current hour.
- EA with sounds This EA is based on the 10 SMA moving average and another things which could be better - It also make sounds according to the context.
- Multi Levels Trend Expert Advisor This expert advisor is based on the concept that market does not move always in one direction. Even when the market is trending in one direction at some points it pullback. The EA has been backtested from July 1, 2011 to Jan 13, 2012 on EURUSD. It has
- Notarius Notarius - trend indicator with alerts on the basis of price averaging.
- Multi currency pair Indicator V2 This version 2 of Multi currency pair Indicator. It includes an optional trend line and the color of the label has been changed to red to make it visible on default chart template.
- Hedge Expert Advisor disturbed EA wich open a long and a short position at the same time.
- Multi currency pair Indicator This indicator watches the major currency pairs to find the status of the current candle (Bullish or Bearish) of USD, EUR, and GBP compared to other currencies such as EUR, JPY, GBP, CHF, AUD, and CAD.
- Spread Normalized This indicator use in cross ( es. EURAUD, GBPAUD, EURGBP, ect) depends of correlation of currency. Usually I use with timaframe Daily. But I think can to use in another timeframe. Important can use in commodity and stocks.
- SL-TP price to Order Execution price Pip Calculator Calculates pips between Order Execution price and and Stoploss or/and Takeprofit price.
- Sophia1_1 My first trading System using simple pattern.
- InsideBars The InsideBars indicators can be used for trading with breakout Strategies.
- Expert Advisor 3 Level ZZ Semafor This Expert Advisor is based on 3_Level_ZZ_Semafor indicators.
- UpDownBars Oscillatior indicator that counts Up bars (Close-Open) and Down bars (Open-Close).
- Geedo Expert Advisor EUR/USD (1H) +78% win.
- AO EfMA Based on two MA.
- ShowTrades Displays the trades from the history as visible lines on the chart
- Export Trades Exports your history into a .csv file which can be read by excel or similar. You can sort your trades and see easily how much a certain EA won or lost.
- prior day close yesterday market close european market or NYSE close price
- COG Center of Gravity Modification Two modified COG indicators. Center of Gravity on Stochastic in sub window and enhanced On Chart COG.
- Figurelli RSI Auto This is the Figurelli RSI automatic gain version, so input parameters is the same as original Welles Wilder RSI (i.e. period setup). The indicator figures out the gain value based in minimal and maximal values inside the sample and period programmed.
- Renko Scalper EA achieved best results on Renko Chart. Renko Chart is not mine but I used it to write EA on it. EA can trade every pair but I got best results on GBP/USD and EUR/JPY. I'll appreciate any comments.
- GruchaChannel The indicator is similar to Bollinger Bands (this same idea), but it uses GruchaAvarage instead of MA for counting.
- Time trader Opens sell, buy or both orders at a specified time.
- MACD Based on MACD.
- Figurelli RSI In my opinion, Welles Wilder RSI (Relative Strength Index) is a great momentum oscillator that works fine for small periods values (from 2 to 20). So I did some changes to it performe as good for greater periods, like 120, introducing a gain variable.
- qFollow EA This EA implements a trailing stop buy and a trailing stop sell. It places an order above the price and below the price. The sell stop order will fall with the price, the stop sell order will rise.
- Rj_HSlice 1.1 Price levels Call / Put the lines of support / resistance.
- Show Number Consecutive Heiken Ashi Candles Many consecutive Heiken Ashi candles of the same color often indicate a soon and harsh trend reversal. This indicator shows the number of consecutive same color candles. So you can see overbought and oversold situation at first glance.
- ADX-StDev Average Directional Movement Index with Standard Deviation
- Дивергенция на стандартном Стохастике Индикатор показывает дивергеницию на стандартном стохастике.
- e-PSI(at)PROC The system of multiple strategies "in the same package," with a virtual trading system to determine the rankings for each of the strategies (before open market order) and the library management of investment-capital.
- e-PSI_ManagerTrailing_v.2.5 Trailing orders (in person) and the total profit.
- e-PSI@MultiSET On a way to Grail!...
- YEA3 - simple EA Strategy is based on simple rules. It can work on any currency pair. Best results are obtained with the lowest set TS. The strategy works with any broker, but works better with brokers who allow you to set the low TS.
- 4 Sessions Shows 4 sessions: Pacific, Asian, European, American.
- X bug free version v4.0 Trades using two moving average crosses.
- psar bug 7 Opens and closes orders using parabolic sar signals.
- exp_Lego_4 (Beta) One more step to perfect.
- News Expert Advisor (no indicators) EA trades on a large market movements, and does not uses any indicators.
- Universal configurable EA with include indicators inside. This is my own best EA, in the main lines can be setted up many things.
- Simple Scalping EA Very simple scalping EA, no Indicators. Logic is based on very fast price movements.
- Postzigzagv2Close Based on Zigzag Indicator.
- Trading scripts with pictures These scripts will record and file a picture of the chart at the time of each trade executed with them.
- True Range Envelopes Envelopes with MaOnArray and Average True Range.
- SpreadProbe Just like internet speed test can tell you your internet speed, SpreadProbe can measure ask/bid spreads on the go.
- DivStochv5 Basic on iStochastic. Show good area price for long/short.
- TARZAN Trend indicator.
- Simple Scalping System Simple scalping system for m1-m5 timeframe.
- X alert v3.0 Alerts on two moving average(MA) cross
- PSAR alert v2.0 Alerts you on every first parabolic SAR signal in a sequence.
- Simple tick data collector A simple tick data collector written in MQL4 for you to collect tick data on any symbol you choose.
- My Line Order version 2.1 A new and improved version of LineOrder
- psar bug 6 An Expert Advisor designed to open and close respective orders at the first parabolic SAR signal.
- X bug free version v3.0 Trades using MA crosses on all timeframes.
- Blonde Trader EA This Ea open buy/sell positions based on Grid, no size lot optimised works well on M5
- LOCSignal-MACDDoublePike A simple signal indicator that detects MACD Main line extreme value. It filters first pike and displays all after the first.
- Status Mail and Alert On Order Close This simple EA sends hourly status e-mail and informed of the last closed order with some additional information.
- "Build With Own Sketch" - LegoEA (or PanelOfSwitches) Perfect solution for newcomers at coding. Allows to implement strategies with difficult stop-management. Yes, this thing need some "baking", i.e. editing, but you will like the result; especially if the strategy is already tested with hands.
- ATR exponential Exponential average true range reduces the lag by applying more weight to recent prices.
- Hamyar A very clean system by Farshad Saremifar, Based On Pivots and ATR and Moving average.
- My Line Order A simple way of managing orders and other features through horizontal lines.
- AVer12345 Make big deal!
- Shuriken Lite Live trade monitor that scores up to 10 EA's at once, tallying Pips, Wins, Trades, PF and profits.
- News events and market times on your chart Indicator displays News with a market clock.
- MA's on the side Often times I find my chart is too cluttered with indicators to see the price action, however I still need those reference points. My solution was to create an indicator which displays the current level of some of the MA's of the current candle.
- 204060 program Three grades take profit Grid System, use it on weak market and fluctuating market, may need close all positions at some time.
- LOCLinePipsAgile a Script to display distance in pips from horizontal lines to current market price This script is useful when you drop lines on chart and want to see the distance to current market price. You can drag line and see the distance in pips.
- DiNapoli and Fibos Basic combination of fractals, DiNapoli objectives and Fibo nodes.
- RideAlligator Simple EA based on Alligator indicator.
- GRUCHA Percentage Index GRUCHA Percentage Index
- YangTrader YangTrader is a good indicator, it core is price moving and return, when the value crosses 15, maybe it's the best buy time and down cross 80 it's the sell time.
- Aver4Sto+Postzigzag(Set-up for USDJPY only) Using 4 Stochastic + post-zigzag indicator(last post). The result is good!!! Profit trades (% of total --82.26%)
- Post-zigzag The post-zigzag can count the moving of zigzag line. If see many continuous post on screen, It's will more signal for changing the trend of price.
- LOC Kijun-Sen Channel The channel indicator formed of 2 Kijun-Sen lines (Ichimoku system).
- BBR Scalping Bollinger Bands Breakout Reversals with RSI confirmation.
- Statement To Chart Just a simple script , that reads the HTML file a report , or detailed report , and draws a transaction from it on the chart
- GMail Reader using MQL and wininet This script reads your unread GMail messages.
- Welch Bollinger Band ® Width This uses the standard Bollinger Band calculations to further calculate the width of the Upper and Lower Bands, comparing that number to the Max and Min width of the bands for the last N periods. The results are plotted onto a histogram.
- EMAplusWPR_V2 Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R
- Tester v_0.14 Example of using optimization reports in an Expert Advisor.
- MMR Combines a strategy based on MA crossover with RSI and MACD confirmation by cmillion
- Heiken Ashi w/ Doji Spotter This is the standard Heiken Ashi, but with the option to spot Dojis and color them differently.
- Price Alert Price Alert MetaTrader indicator plays sound alerts when the price reaches certain levels that are specified by the trader.
- Close Orders This is a tool for you to automatically close all orders when you have dozens of pending orders and open orders.
- Highest - Lowest Simple chart to display the highest and lowest values for a data series over "n" bars period.
- 204060 Program AIGrid System Grid is a money maker in weak market, while a disaster in trending market. Maybe you can consider close all positions at some time, and run it totally again at another time, just like a fisher. This is AIGrid System With Manual Control.
- EA_Fibo_Avg EA based on the indicator Fibo-Average-2B.mq4
- Profits your EA(s) have made on your account These indicators are made to show how much profit your EA have made in a certain period.
- Fibo Moving Average Calculates the Moving average indicator based on Fibonacci value.
- Intraday EA A 15min intrday trading strategy
- Time Script The script prints the week day and time.
- LiveRSI Based on RSI with Parabolic SAR trailing...
- New bar event in EA This is a template EA with onBar() event.
- LiveAlligator Based on Alligator and MA indicators.
- MTF sar_rsi This EA capitalises on four timeframes SAR, RSI and BB to determine entry as well as time zone.
- ZMFX Stolid 5a EA trend trading EA
- Tester Control This is a control library for MT Tester.
- Sicker_EA_DIGITS Sicker_EA_DIGITS - daytrading EA
- InputResizer: edit indicator and EA settings comfortably A small utility making MT4 input windows resizable.
- Smoothed RSI Inverse Fisher Transform by Sylvain Vervoort An evolution of John Ehlers Inverse Fisher Transform of RSI.
- madnessMA Shows correlation between different MAs.
- All Market Symbols and Data extraction script Reads all available instruments and their characteristics and generates an HTML report. Positive Swaps are highlighted.
- Trendline Price Alert This indicator will trigger an audio/visual alert when the symbol mid-price crosses one of two trendlines placed on the chart.
- Symbol Watermark With Timeframe This indicator will display a symbol watermark on the chart background, showing the timeframe and symbol name in large font.
- BOBB Based On Bollinger Bands
- After open a trade, take a screen shot and send email to you. After open a trade, take a screen shot and send email to you
- Channel scalper M1-M15 Indicator for scalping trading - Chanel scalper M1-M15
- STALIN Two Moving Averages (MA) crossover indicator with alerts and filters.
- EES Velocity Velocity = High-Low / Time. Time is changeable to minutes, hours, or days. Seconds is the default. In physics, Velocity = distance / time.
- Currency Pairs Correlation This indicator is developed to show the average movement of any 2 correlated currency pairs of the same TF.
- MAcrosses Counts crosses off moving averages, it shows % that all MAs are above slower MAs
- MultiLineMovingAverage_v1.1 Индикатор показывает в рабочем окне графика цены средних линий с других периодов.
- cci with arrow This indicator makes use of increase in momentum of cci value with respect to the last peak or bottom.
- MACD Sample EA Updated The classic MT Sample EA updated for full/sub-pip accounts, also now handles ECN/STP brokers. Examples of setting trading hours, and added externals for StopLoss, MagicNumber and order comment.
- Source Code V2 This is the 2nd version of Source Code
- Source Code Version #3 Help me making this better.
- GodBot GodBot EA is using Bollinger Bands together with DEMA, Moving Average and Candlesticks. (EURUSD M5)
- 3-Candle Chart Simple chart to display candlesticks for the 3 following periods: London Open to New York Open, New York Open to London Close, London Close to New York Open.
- Line Order LineOrder gives you the ability to place an order by using the horizontal line object from the toolbar menu. You can also control stop loss and take profit buy moving its horizontal lines.
- MTF MACD scalper This is a Multi time frame indicator based on the MACD. I was attempting to see if I could get a good entry on the M5 chart, and make the MACD values of the H1,H4,D align with the M5.
- VSA by the master the market e-book this indicator is from the e-book master the market of Tom Williams, calling VSA method. It plots many arrow sign of the weakness and strength definition. Just point the mouse out at the sign, then the definition will show.
- Send Price Quotes By Email (Up to 50 quotes of your choice) The purpose of this EA is to receive by email the price quotes of the symbol selected and daily % change, as well as some information about your account. You can insert up to 50 different symbols of any type (FOREX, CFD).
- Source Code This is first EA I am providing for everyone to see and work upon. This is written by me. This EA should be used on EURUSD 15min with initial capital of $1000.
- Stop Loss Mover This EA automatically moves your stop loss to break even at a predefined level.
- Another version for AutoEnvelope Another version for AutoEnvelope according to the format described by Dr. Alexander Elder in your book How To Take Profits, Cut Losses, and Benefit from Price Declines.
- Stoc-2B Multi TimeFrame Stochastic. This indicator was created at the request of several traders in the image of the indicator Nik_PSAR_2B (http://codebase.mql4.com/6934)
- Trix Trix two lines
- AutoEnvelope Automatic EMA envelope.
- BbSq-OsMA It is the bbsqueeze indicator but with OsMA as momentum.
- RDI_ForexForecast This indicator shows the future movement depending on similar movement in the past.
- Regression Analysis v2.0 This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.
- Buy / sell indicator with alerts. This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121.
- JJN-TradeInfo Indicator that shows profits and losses (in pips and money).
- JJN-Promise Indicator that shows trend and divergencies.
- JJN-Fibo Intra-[Month,Week,Day,H4,H1 ...] Fibonacci. (Maybe) the most useful Fibonacci tool.
- JJN-Autopitchforx Automatic Andrews, Schiff or modified Schiff pitchforks.
- JJN-ActiveHours Simply displays active hours (definied by the user).
- ORDER MANAGEMENT FOR EA DEVELOPMENT - v1.5 ORDER MANAGEMENT FOR EA DEVELOPMENT - v1.5
- X trail 2 Alerts you whenever there is a moving average cross
- GMACD Wonderful for scalpers
- Place OCO Order, One pip Limit Order and One Pip Stop Order Places OCO Order, One pip Limit Order and One Pip Stop Order on Metatrader 4 platform.
- MTrainer Strategy Tester Backtest your ideas in ST with simple order initiation. 100% visual, no typing, just drop a horizontal line on the chart to order! Focus on your indicators and trade with ease. Has SL and TP lines as well as PC line for partial close. Externals: BSRa
- EMAplusWPRv1_1 Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R
- ZMFX Forex Trend v3 Trend of 8 pairs on one chart
- Regression Analysis This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.
- Kaufman Efficiency Ratio Kaufman Efficiency Ratio (also called "generalized fractal efficiency") according to Perry Kaufman books "Smarter Trading" and "Trading Systems & Methods".
- Kaufman Volatility Kaufman Volatility according to Perry Kaufman books "Smarter Trading"
- I-Regr Alert Notifier A Notifier for I-Regr Indicator, It alerts when Price Breaks Up or Down I-Regr lines.N
- ZMFX all pivot levels Indicator which draws daily, weekly and monthly pivots, support and resistance levels.
- X Trail This EA alerts you whenever there is a MA cross.
- Daily Change (Percentage Indicator) This indicator shows the % Daily Change of yesterday close with respect to actual price (Bid).
- Doda-Stochastic Indicator Variant of stochastic indicator, which filters false signals automatically.
- GoodG@bi Review Join me to develop this project. It has been my project for 2 years now and running.
- Power Wave Oscillator Power Wave Oscillator.
- BBSqueeze Dark Indicator Indicator shows buy and sell regions based on combination of Bollinger bands and Keltner channels.
- Daily Breakdown The Expert Advisor places stop orders and waits for breakdown of the last day or time period.
- VisualTrader-SimulatorEdtion Use the tester as Simulator
- Programmatic modification of Tester "From:" and "To:" fields with user32.dll This script uses the Windows API to modify the "From:" and "To:" fields within the strategy tester according to user input. For this script the strategy tester should already be open. Tested on Windows 7 64 bit. If you are using another version of win
- Daily trend ZCOMFX v2 Daily trend indicator to show up to 6 pairs and arrows on your chart.
- 'Am I missing bars in my chart?' two simple indicators to show you Two similar indicators (one in main chart, another in separate window) to show when you're missing historical bars from your chart.
- PSAR_2B_Line Line indicator Parabolic SAR for the current Time Frame and the next one
- Twitpic - Send chart screenshot Drop the script on your chart to send a screenshot to twitpic with or without a message
- "Native" MQL HTTP Client This library implements two simple HTTP GET / POST function and does not require external dll(s).
- EMAplusWPR Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R
- Urban Towers The indicator shows the arrows point of entry into the position according to the Urban Towers Scalping Strategy.
- Market Flow Analysis Method (MFAM) Indicator for Price Action This indicator relies on price action alone - does the price break a previous High or Low?
- Doda-Bollinger Bands Modified version of famous Bollinger Bands.
- pSAR bug 5 Opens and closes orders using parabolic SAR signals
- Accelerated MA MA accelerated with CCi and ATR, easy to stop divergenses on CCi
- Spread Data Logger Collect and analyze real-time spread data.
- Mirror in the Bands Mirror indicator in the chart. Entry Buy when Red line above Blue line dan Entry Sell when Red line below Blue line. For the Exit try to combine my mirror others indicator.
- MAM_Crossover Trader EA Based on MAM_Crossover Indicator by pramono72 Code base: http://codebase.mql4.com/7113
- Move Cross Simply 450% profit
- Forex market session indicator This indicator shows the session of the four major forex markets:Sydeny,Tokyo,London and New York. It is helpful for day trader.
- Scalp_RSI Uses movements of the relative strenghts index to find long-opportunities. Profitable (and especially reliable) parameters for short-positions couldn't be found
- XIT_FIBS XIT_FIBS indicator automatically plots Fibonacci lines on current chart. Lines have retracement values and price.
- CustomTimeframe Candles Shows custom Timeframes on the Main chart
- ZigZag of Orlov Zigzag with a simple, clear and natural principle of work. By the Close prices. Without redrawing.
- XIT_BuySellAutoStoploss.mq4 - Stoploss set from Fractal Levels, Money management Risk/Reward This script will set your stoploss at the fractal level of your choosing. Money management built in helping take some of the guess work out of your trading.
- MACD Ichimoku The MACD Ichimoku indicator uses the Ichimoku structure but applied to MACD values. It tells an entire story in itself which is one of the Ichimoku system strengths.
- MACD+Histogram This is a normal MACD with Histogram. It's really simple coding but helpfull. I'm not testing on MT5 but i think it's ok with that. Let me know if you're tested.
- EA PSAR 4B EA designed on the idea of the indicator Nik_PSAR_2B. EA works on the Symbol = "EURUSD" and Period = M1.
- MTF RESISTANCE AND SUPPORT This Indicator gives you a clear S & R of Custom Timeframes....Good for Swing Traders
- BackToTheFuture Overbought / Oversold
- Simple MA over Price Simly Calculation of Price changes over x period. Overlay with fast MA and slow MA for smooth lines
- Daily trend ZCOMForex A very useful indicator to show trend of 4 currency pairs on your charts.
- FSS longtradeScalper Working as scalper our long trading manage by settings. For scalping use 1-25 signal period, for long trade 25-100 and change period. Always use 2 % money management using this software!!!!
- Tool to auto-Insert Take-Profit & Stop-Loss limits. A tool to auto insert preset Take-Profit and Stop-Loss limits when an order is executed. Specially when doing scalping manually where you need quick setting of stop limits.
- Breaking Out with RSI An indicator based on Lows and Highs of last 16 candles + RSI reading. Describes trend as Flat, Trending Up, Breaking Out Upwards, Trending Down, Breaking Out Downwards.
- Tick Chart Tick chart in separate window with Ask line and candle price lines.
- OBTR On Balance True Range Indicator The On Balance True Range Indicator is essentially based on the On Balance Volume indicator but uses the Average True Range Period 1 instead of Volume.
- AlertLine The indicator shows a messsage then the price crosses the lines, titled the "Support" and "Rezistans" on the chart.
- ZIGZAG on fractals, without redrawing the values Zigzag lines are built on fractals
- 3 stochastics in one The indicator is constructed based on 3 gistorgammu stochastics higher order
- Average Sentiment Oscillator Momentum oscillator of averaged bull/bear percentages.
- BPA - D1 London Session Ricx - 1st indicator submit This indicator will plot EURUSD D1 candlestick chart on white or other bright background.
- Doda-Donchian v2 mod This is the Doda-Donchian v2 created by Gopal Krishan Doda, but when I use this indicator, I found some error and I have to fix it. also adding features price and candle time. Doda-Donchian v2 mod fix-->Fix Stop Loss Color
- Automatic Parabolic Support and Resistance Levels Indicator Indicator that draws for the last ( You nominate how many bars back ) x bars the levels at which the psar indi turns.
- Donchian Channel with Fibbed Levels and Alerts A support and resistance indicator to assist in setting stop losses and take profits with any strategy.
- AggM AggM is a composite trend and mean-reversion indicator.
- double lot Sea Dragon Nothing to say, the people of the game more money
- Auto news trader Trades news events.
- JJN-InfoBar Indicator of some basic information.
- MSLEA - Expert Advisor using Market Structure High/Low Expert Advisor trading with Local High/Local Low (msl/msh)
- Market Report Creates a report in HTML about all pairs and symbols, for example how many days ago a cross moving average appeard. Pairs with a last recent cross moving average at daily timeframe have a chance for a trend reversal which may be traded.
- AggZ AggZ is a composite trend and mean-reversion indicator.
- OrderManager You can adjust SL/TP by dragging the lines drawn by the EA.
- BUY/SELL indicator Just trade looking at the arrows shown by indicator
- Kolier_SuperTrend_Indi Indicator for detect trends of the market. For trend following usage.
- SimpleMarketInfo Shows upcoming news events 1 hour before and 30 minutes after event. Also shows active sessions etc.
- Doda-Trend Shows whether the market is trending or range-bound. Must to note before opening any position.
- ZeroMQ asynchronous communication version 1 of bindings to zeromq library
- Emilio's Trend Line Breakout Alerter The Alerter simply works on 1 or 2 trendlines and plays a sound file when the trendline has been broken so the only think you must do is name correctly the trendlines.
- STP-Entry Framework Daily V1 Stop-Orders are used to enter a position. Pending orders and postions are handled based on a daily system. Risk and money management are included as well as time and dayfilters. The entry logik (STP-value calculation) can be easily changed.
- VivaLasVegas Betting Strategies Simulator
- Doda-Donchian with stop-loss feature Modified version of Donchian channel that shows when to Buy & Sell and most important, where to place stop-loss.
- Wilder's Volaility System Wilder's Volaility System
- Metatrader shortcuts extensions (Emilio Shortcuts) :) with some shortcuts i can operate with multiple objects very quickly, this script change the size, the color of line
- DVD Level (100-50 cent) Powered by level equal to a whole cents (1.38 1.39 1.40 etc.)
- Emilio Super Bands This bands Are used by me for the calculation of the stop loss for a breakout entry and for indicate 2 things: the expected volatility and the trailing stop
- Doda-EMA Indicator Gives Buy, Sell and Exit signals based on EMA
- MAM_Crossover The Crossover Moving Average Mirror user, completed with Sound Alert.
- dailyTrendReversal_D1 Underlyings for this EA are the daily opening (o1), the daily high (h1) and the daily low (l1). The distances from each other in a maximum of 3 steps form the filter base, which is confirmed by the CCI.
- Fibonacci for visual and coding use Whether you use Fibonacci for visual trading or for automated trading, this Fibonacci will handle it. Works across multiple timeframes and pairs.
- X bug Opens orders using moving average crosses.
- pSAR bug 4 Opens and closes orders using parabolic SAR signals now with improved features.
- error EA but with run with profit! an EA , run with a profit this is Error EA in error, so you can correct the EA, But no use EA
- MACD Mirror The Next Generation of MA Mirror, completed with SignalSMA.
- SDL_MAM Upgraded version of Slope Direction Line.
- RSI Mirror Another simple, powerfull and profitable Mirror Indicator.
- MA_Mirror EA Based on the idea of pramono72 I wrote an Expert Advisor for it. It may also server as a simple way to write expert advisors using an include file and very few code lines.
- Moving Average Mirror Entry BUY after Red Line crossing up the Blue Line and exit before the Red Line crossing down the Blue Line. Opposite position : entry SELL after Red Line crossing down the Blue Line.
- BandsFilter Полосы Боллинджера на основе цифровых фильтров
- EA_RSI_MA This EA is based on the indicator RSI_MA. EA designed for EURUSD, D1.
- RSI-MA This indicator is a combination of a classic RSI and even more classic MA indicators. I hope it will be more stable and with more Profit/Loss Ratio.
- EA_PSar_002B_v1 EA designed on the idea of the indicator Nik_PSAR_2B (http://codebase.mql4.com/6934). EA works on the Symbol = "EURUSD" and Period = M1.
- Optimize single Moving average trading Optimize trading with a single moving average. This indcator tests each moving average and automatically finds the moving average which fits best to the current market
- MaEnv_02B Indicator MaEnv_02B will be helpful to BUY, SELL or stay out of the market.
- QuickFib Draws a fibonacci study on the visible portion of your chart, and basic downtrend and uptrend lines. Shows the basic price action geometry.
- Flat_001a EA works at the "slow" time (OpenHour_1 = 0) - North American Eastern Standard Time. EURUSD, H1
- EndOfBar This script gives You information about time left to end of the bar.
- Rsi Ichimoku Indicator Ichimoku indicator based on RSI values that displays in your sub-window.
- OpenOrderMarketExecution The script quickly open warrants Market Execution/Instant Execution with a choice lot at risk%
- TrailingStopFrCnSAR The script can apply the trailing function based on the portfolio profits, i.e. Stop Levels can be set upon reaching the total breakeven level of all the orders in the selected direction.
- Symbols.mqh Retrieve a list of all Symbols/Instruments known to the Server with MarketInfo output to a CSV file
- Price Distribution Numeric representation of how many times each price occurred during a given period, Use on a 1 min chart, enter number of hours and minutes you want to look back. Useful in determining actual support and resistance levels.
- Stop Hunter This EA is based on the strategy "Stop Hunting with the Big Players". It sends BuyStop and SellStop orders at near distance from the round price targets.
- Doji Hunter This indicator is a spin off of the Doji Reader 2 found in the code base. I have made several changes such as it is now capable of being used in code for coding use, not just as a visual indicator. I also took out several un-needed code that was redunda
- HML Family Get the High Median and Low values of each timeframe, use them all or one at a time, pick a specific one it is up to you and your needs. The family of indicators will be here for your use
- FX Multimeter IV (demo) All-in-one trading tool. Multi-TF Indicator & Expert advisor.
- AutoFib TradeZones Auto updating fib retracer showing zones for range trading/breakouts.
- earlyTopProrate This EA is based on daily highs and lows and the relationship to each other.
- Double Zero EA Double zero cross level is the signal to open position and/or close.Settings for H4 TF.
- Change Percentage This indicator shows the change in percentage between the Close of the current period and the previous one.
- Take-profit Eur/Usd Ea optimised on H4 based on low trailing stop
- Huge Income Start balance 10000$, trade on eur/usd ,Daily timeframe, only short
- Slope Rsi MTF Expert Enjoy this simple Expert Advisor
- HML Rainbow The High, Median, Low of every timeframe in MT4, 24 lines of varying colors, showing the highs lows and median based on price behaviors.
- Cycleidentifier-cyclops The Cyclops follows the Cycleidentifier indicator, plus SMA and RSI for filter. It is taking a trade when the indi shows a bold two spike. The filter is suppose to confirm with that but the repaint of the spike seems to make this a Martingale effort.
- Syntax checker Revision 1 Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses, brackets,.sin....
- Nik_PSAR_2B Parabolic SAR for current TF and 3 next TFs with Alert. This indicator made by request of maks741 and with help of Nikolay.
- earlyBird3 early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.
- earlyBird1 early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.
- Kolier Market Sessions Indicator KMSI is short for Kolier Market Sessions Indicator. It can be use to check time periods of market sessions.
- Syntax checker Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses, brackets,.single and double quote, and multi line comment symbol pairs.
- Heat Map MultiColor The purpose of this indicator is to highlight the price zones that had the most activity : the hottest zones.
- earlyOpenTrend simple and successful, multiple functions
- Rich quickly with the lowest DD Use this Ea with an extreme attention, i got this amazing result searching to optimise setting several days. Work the best on Eur/Usd timeframe M5 long&short
- MACD_Not_So_Simple EA for EURUSD, H4
- CloseAllTrades Script closes all opened and pending positions.
- TakeAllProfit TakeAllProfit
- Random ZigZaG Random ZigZaG
- A highly profitable Ea This Ea operate the best setting on a daily time frame
- Easiest RSI Opens position when RSI returns from extreme level.
- Extreme RSI Draws arrows when RSI returns back from extreme zone
- Second Easiest Works with open, high, and low prices of the current day.
- Modified Brooky Strength Indicator Displays the stength of a currency based on 7 of its crosses. Origianally done by Brooky a few pages back in the code base.
- Easiest ever Easiest daytrade robot ever - does the same what happened yesterday.
- Simple Trend Detector Simple Trend Detector. Use the same as RSI and DeM.
- AutoMagiCal Auto Magic Nr. Calc The Magic Nr. per ASC II Code from Symbols
- Heat Map The purpose of this indicator is to highlight the price zones that had the most activity : the hotest zones.
- OsMaSter_V0 The Expert Adviser uses the indicator OsMA.
- Universal Ranger Shows low high from the last bar from other timeframe. Timeframe can be changed
- DoubleDragon Simple Momentum x 2
- Big Times This indicator reflects the positive difference between the High and Low of the period.
- Average Change V 0 This is the basic version of the Average Change indicator
- Indicator Pivot Multi Time Indicator that shows two resistance levels, 2 levels of support and pivot, they calculated the traditional way.
- RSI Peak & Bottom It showed the peak/bottom at rsi14
- Daily Opening EA (needs improvement ideas!) A slightly different EA based off daily opening breaks.
- USD Strength Effect Indicator This indicator uses the position and direction of 7 pairs to gauge the overall effect that (by default) the USD currency may have on the pair that you are trading. Base currency can be changed.
- psar bug 3 Opens and closes orders using parabolic SAR
- IFR Trading Page Plotter Plots price level and open positions from the IFR trading pages provided via the FXNews program offered to accounts registered with OANDA's FXTrade and FXGame platforms.
- Market-Heart-Beat The indicator will show how many ticks occurred every minute of an hour and the number of points.
- EA: ytg_Speed_MA_ea The adviser uses the indicator Moving Average.
- Average Change Average Change Indicator
- sH Bulls n Bears This indicator shows both powers of the Bull and Bear, the market volume excluded.
- Close-Low Close-Low indicator by mt-coder
- Four Legs Four Legs Indicator
- H Bulls n Bears This indicator trys to indentify the dominanting power in the market.
- Simple Volume This indicator shows the interaction between price open and the period's volume.
- ChannelBalance This indicator is based upon the Channels indicator. It calculates, percentagewise, whether price action is towards the top or bottom of the channel.
- Channels This indicator calculates the high / low channel that price action has been moving in, for a given currency pair and a given (parameter) number of candles. This indicator, on the one hand, is interesting because it allows you to see the "road" that price
- TCP socket placed utility functions from ryaz's server socket into socket.mqh, makes it really easy to use. comes with similar server example.
- BB_Support_Up Bollinger Bands on the current TimeFrame and from next three "Up"
- MA_monika_SAR 2 indicators(MA_Support and Para_B) in 1. TimeFrame from M1 to H4.
- BB_Support Bollinger Bands on M1 from major TimeFrames
- EA_MA_Email A simple EA that sends e-mail alert whenever there is moving average crossover
- Minute Overlay Indicator for Sub Window The indicator will draw vertical lines every hour or any minute that you desire within the hour as long as a candle closes on that minute over the top of other indicators in the sub window.
- MA_Support_SAR Two indicators MA_Support and Para_B
- RSI Band The RSI indicator, applied to Moving Average
- True Range Bands My version of the famous indicator
- Price Change Indicator A simple indicator that shows the price change, in pips, per candle.
- Para_B Parabolic SAR on the M1 from all Time Frames
- DollarIndex A volume-adjusted reading of the net flow of USD as measured by all 7 major currency pairs.
- mslmsh - Market structure low/high This indicator looks at local high/lows. It connects the points and finds where a local high and low appears many times. Depending on how many times a local high/low appears, it draws colored lines into the chart.
- Good EA but needs FridayClose to perform better I got this EA from a friend. It is based on the previous day's open and close price, but I would want it to close all trade on friday at a certain time.
- Trending or Ranging and Trend Strength Indicator The indicator shows the power of the trend that is in place and whether a pair is trending or ranging. Many user adjustable variables.
- MA_Support All Moving Average on the M1 Time Frame
- FSC EA + SDL EA Forex Second Chance EA is a modification of Moving Average Convergence Divergence EA. Here, I have included "TrendShift" to the parameters and it is doing good.
- Candles Ratio The indicator displays the ratio of lengths of the bodies last N candles
- ORDER MANAGEMENT FOR EA DEVELOPMENT - LAST VERSION THIS IS THE LAST VERSION for EA DEVELOPMENT
- Trinity-Impulse Zero values characterizes the Flat Trend. V-shaped pulse indicates the entrance to the opposite direction. U-shaped ilpuls - entry in the same direction.
- DROP LEVEL LINES (WITH LEVEL VALUE AND AUTOMATIC COLOR CHANGING) Drop Level Lines with the level value inserted above or below the line and the color changing automatically for bottom level or top level.
- Higher timeframe candles on your chart This indicator allows you to draw candles of an higher timeframe on your chart. Example: Draw H1 candles on your M1 chart.
- Progressive Grid Positionning System (Entry and Exit) This systems allows you to progressively enter and exit the market. You define the amount you want to risk (%) and it calculates automatically the different levels of entering and exiting the market according to the amount of levels you have defined.
- Drag and Drop Support and Resistance "segment lines" with color differentiation Draw several resistance and support lines as a "little segment line", differentiating the color of both types of line
- !_Spread_Hi_Lo.mq4 A day Hi Lo
- iTrendLinesBreak Прорыв трендовых линий
- 10 Point 3 v005 enhanced Expert Advisor In this field give a brief description of your script (1-2 sentences).
- Drag and Drop Support and Resistance lines with color differentiation Draws several resistance and support lines differentiating the color of both types of line by Drag and Drop a simple script.
- 10 Point 3 v004 enhanced 10 Point 3 v004 enhanced Expert Advisor
- Multitimeframe indicators Three indicators MA, RSI and Stoxastic with the ability to select the desired timeframe.
- 10 Point3 enhanced v003 Base on 10 point , V003 But have been enhanced
- Avg_02b Calculating the difference between the High and Low price to see the price range for every hour.
- HAS EA NEW Based on the HAS indicator.
- Variations of the Hurst Exponent over time This indicator displays the variations of the Hurst Exponent which are seen as a predictor of the variations of volatility, therefore giving an indication on when to enter the market.
- Script opening orders Script opening orders with specified Magic Number
- Wavy Dash Indicator Indicator draw green and red lines similar to wavy dash. Green is a buy signal, red is a sell signal.
- Load Server History Load history form server Set the option at 1.
- Wave Power Wave Power
- Change your pending order PRICE, SL or TP by just drag and drop a script This script allow you to modify the price, the Stop Loss or take profit or a pending order by just point and drop a script
- Delete a Pending Order by Point and drop over the price order (green dashed line) Select the pending order you want to delete when you have severals pending orders on a same chart by point and drop over the price of the pending order you want to delete.
- Drop Pending Sell Script This script opens a pending sell order by just point and drop the script in the place you want.
- Drop Pending Buy Script This script opens a pending buy order by just point and drop the script in the place you want. The script will automatically place a "limit buy order" if you point and drop below actual bid. The script will automatically place a "stop buy order" if you
- Nevalyashka_BreakdownLevel Continuing the theme "tumbler. Trade in breakdown rates timing.
- 3 Simple Scripts 3 Scripts to simplify scalper operations. The scripts puts new OrderBuy, new OrderSell or CloseAllPositiveOrder.
- Multi function price indicator Multi function price indicator
- 16 indicators in 1 Indicators Multi pairs and multi-functions
- SVS_Oscillator The Variant of the oscillator. Entry on change the sign (intersection 0 axise ) . It Is Painted depending on positions of the indicator for 0 axises (+or-) for two senior periods to the current. The Example: m1 red if m5+ m15- , м1 crimson if m5+ m15+.
- EA_Email - send an e-mail on your account details every xx minutes This EA will send an e-mail about your account details every xx minutes.
- EA Moving Average_Money I have programmed an EA using Moving Average (from mt4 default Moving Average.mq4) to decide open buy/sell combine with StopLoss using the Money Management.
- Alert at Order Closing The indicator alerts at order closing, and reports about its profit.
- Instrument 2 Displaying of any instrument, synchronisation on bars or on days.
- Support and resistance levels This a bollinger band indicator with an extra deviation level. If you keep the period at 25 and deviations of 1.0 and 2.0, It will show you all your resistance and support lines. And also overbought and oversold levels.
- HighLowLines Shows you the value of the highest high, the lowest low and the average of both over the last x Bars (to be set in the input tab).
- Fibonacci-based Moving Averages indicator This indicator is EMAs drawn by Fibonacci numbers.
- Simple Adviser EMA WMA RSI Simple Expert Advisor. In this version RSI and Trailing Stop has been added.
- Three Indians Detection of a pattern "three Indians" on the basis of the ZigZag.
- Simplest Hedging EA ever This EA simply opens two opposing positions at the beginning of the first new bar it comes across. Both positions can win lose or draw. Works best in 5M timeframe and can be optimised using "Open prices only".
- A measure of fractal self-similarity This indicator measure the dispersion of the fractal dimension of various timeframes around the fractal dimension of a reference timeframe (which is the longer timeframe considered).
- Indicator for evaluation of trading strategies With this system you will be able to evaluate strategies in an objective way, to develop strategies and see immediate trading results after making changes, to test multi-currency strategies, etc. Sample trading indicator is also included.
- BPNN dll temp fix Hi All, This is temporary fix to the original BPNN.dll posted by gpwr. Now you can play with the NN he created. Please keep in mind this is a makeshift - it will leave unreleased memory so be sure you restart your system after use. ALX
- Another VSA indi. VSA is about reading the market and mapping it out to give you a better understanding of what it might do next.
- Market Way This indicator combines the best traditions of oscillators and indicators for tracking the trend
- three indicators to use with the Raghee Horner method three indicators to use with the Raghee Horner method
- Higher TimeFrame Trend Indicator This indicator displays on the current (lower) timeframe the overall trend on a higher timeframe. It also displays & alerts RSI overbought oversold conditions.
- Send a notification to your ICQ, MSN, AIM,... contacts In conjunction with Miranda IM, you can use this library to control your Mirand IM client. E.g. Send and receive messages, set the status, read the contact list, etc..
- Multicurrency Indicator The Indicator analyses 4 currency pairs, compares them and prints the current divergence on the chart.
- ZeroLevel.mq4 The script make TakeProfit and StopLoss on price, where total profit for all of the opened positions will have non-negative.
- Period_converter_auto automatically converts M1-data to M5/M15/M30/H1/H4/D1 in a single run
- News Trader Strategy This is an example of the one of trading news strategies. It can be a part of bigger EA which can play news.
- Instrument Displaying of candles of any instrument of any period.
- Universal trailing stop Trailing can be carried out using the fractals, the extremal bars in the past or using the specified number of points. Can run as a single Expert Advisor or a script, together with any Expert Advisor.
- EnvelopeMA version 0.0.1.beta Uses the ideas of envelopes, moving averages and parabolic SARs for entry and exits. Made for M15.
- Multi Moving Average v2 Multi Moving Average v2 - is a new version of the indicator Multi Moving Average.
- Accu Dist for a single currency In this field give a brief description of your script (1-2 sentences).
- Optimize cross Moving average On of my books says about moving average, that there is no "magic settings", this indicator tries out a lot of possible combinations between a long and a short moving average.
- KoliEr Bands, Bollinger Bands ® KoliEr Bands give you a step by step view for support and resistant levels. If Bollinger Bands is Batman, KoliEr Bands is Robin. Use them together.
- Firepips Imports live trades and orders from the firepips twitter page
- The MAD Indicator (Moving Averge Delta) This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.
- Indics Shaker EA This version use Accelerator Oscilator as main indi to recognize the signal
- Count All the Pending Orders This Expert Advisor will count all the pending orders for the chart it has been placed on.
- A Tool: Peak Volume Counter Displays on the chart peaks of tick volume at exact time points
- Analysis of the waves The Indicator analyses last 100 waves and shows its sizes, average volumes and average velocities (in pips/hour) for each wave.
- pSAR Alert2 Now with added options and features. pSAR Alert plays a sound whenever a first parabolic SAR signal appears.
- pSAR bug2 Now with more options. Opens and closes orders on first parabolic SAR signals.
- Multi Strategy Ea If you have a strategy to trade with it, You can use this EA and set Your Parameters And trade with this expert
- RenkoShade2 - Draws Renko boxes in normal TF This indi draws renko boxes on normal TF window.
- Spread Indicator This Indicator shows the current pair's current spread in the upper left corner.
- Trend Paint Раскраска баров в зависимости от направления тренда.
- Lilith goes to Hollywood An antimartingale which tries to maximise the gain/risk ratio. I have a 5 digits account, let me know if you have any problem with this.
- Combo Trader (Updated) This system use many methods to trade , you can trade about 52 different strategies,
- CasinoFX EA based on the maximum and minimum price values of the previous trading day.
- pSAR alert An expert advisor designed to alert you when every first parabolic SAR dot in a sequence appears.
- pSAR bug An expert advisor designed to open and close orders at every first parabolic SAR signal i.e. when sequence shifts from below the price to above and vice.
- MACD Alert ea alerts the user if the macd is above 0.0006 on 5m or below -0.0006 on 5m
- Vortex Oscillator System A trading system based on the Vortex Oscillator.
- Vortex Indicator System A trading system based on the Trading Idea presented in the article "The Vortex Indicator" published in the January 2010 issue of Technical Analysis of Stocks & Commodities.
- Vortex Oscillator An oscillator version of the Vortex Indicator
- Vortex Indicator This indicator appears in the January 2010 issue of Technical Analysis of Stocks & Commodities.
- Channel ZZ A brand-new version of Channel ZZ indicator
- NettoTrading The script allows to use MetaTrader4 as netting platform. It has some advantages compared with MetaTrader5.
- Осцилятор на упрощённом алгоритме перцептрона Две версии индикатора на упрощённом алгоритме перцептрона
- Brother2 is the separate indicator for each currency pair and each forex broker Many informations about the MARKET and CURRENCY in ONE SUBWINDOW such as: symbol, spread, swap, freezlevel, money magament, time to end each bar and times of opened bars, global markets times open/close in GMT and more...
- SuperMultiChart The universal multi-chart of the currencies, with the changed list of currencies, a range of display, the period and position in a window.
- Expertoscope It saves the current expert parameters for all the experts attached to charts.
- Multi Moving Average It shows the information about 4 Moving Averages in a separate window.
- Williams_Ind The moved panel with the indicators of B.Williams, for strategy Trading chaos. It shows a direction of indicators AO, AC, and MACD.
- Happy New Year Happy New Year 2010
- Renko Charts The Renko chart has been created by the Japanese Traders. The main feature of the Renko Charts is that it doesn't use the time and volume.
- DXY Dollar Index This indicator calculates and displays the Dollar Index and 2 definable moving averages. Edited 18 September 2015 - updated link to official description and calculation from ICE Futures U.S.
- BackToFuture The indicator Back to the Future draws forthcoming bars in a tester, in advance...
- squeak oscillator a stochastic_oscillator based indicator.
- JS.Levels It shows support and resistance levels
- ReverseSymbol It allows to work with reversed symbols (for example USDGBP)
- Trader Script 1 It's easy to use, just input your lotsize, stoploss and take profit values (in points) and trade.
- Three Combo Indicator It combines two ema's, rsi and adx to give you buy or sell signals.
- Auto-Fibonacci Create a Fibonacci retracement object automatically on your graph.
- Jays Candle Display Jays candle display is a multi candle displaying indicator. It displays the swing and body of candles on different timeframes from one minute up to one day.
- Break-even price level (without loss level) The script shows the price level, where total profit for all of the opened positions will be non-negative (without loss level, or break-even price level).
- Jay Digital Parabolic Spy Indicator Displays info about the SAR in relation to the selected candles on four different timeframes.
- Elliott Waves Indicator The indicator helps to use the Elliott waves, as described in the book "Trade Chaos" by Bill Williams.
- ArrayVirtualOrders Library for virtual trading.
- Object Delete The script deletes objects from the chart.
- Sig_CCI It's based on the simple CCI, it plots arrows for sell and buy signals on the chart.
- The aggressive semi-automated scalping EA Use on 1M charts. Manually choose Only Long, Only Short or Short and Long depending on market direction. Close open orders moving in the opposite direction.
- ChartPlusChartV3 Program for logging of non-market quotations from brokerage companies with MetaTrader platform. ADDED: Added ability to run your own script automatically in case of non-market quotations have place.
- Simple Expert Advisor Many people asks to post a simple expert advisor. Here is it.
- Trade-Arbitrage It works without losses. It uses the market inefficiency for the arbitrage.
- 10 points on EURUSD & GBPUSD The strategy is based on breakthrough of the maximum and minimum price values of the previous trading day.
- Average Stocastic indicator for several timeframes It shows Stochastics for several timeframes in a single chart, also it calculates the average value.
- Fine Fractal Channel A finer resolution channel made of three bar fractals.
- Open and Close positions using the lines It opens and closes positions using the crossing of the movable lines.
- Opened positions indicator It shows a brief information about all of the positions opened. It can be useful, if yours expert advisor trades many positions simultaneously.
- Stochastic with Noise Reduction It reduces a lot of false signals using sensitivity tuning.
- SAR Oscillator Just Close - Parabolic SAR
- Equity Recorder Record the performance of individual strategies real time in offline charts.
- wajdyss_Account_Information_Indicator_V1 This indicator for show most information about your account like : number , name , company , leverage , etc .
- Hedge Script Creates a synthetic Hedge for any open position that you select. Use it only if are you completely understand synthetic derivatives or triangular arbitrage.
- Murrey Levels. Murrey_Math_Line indicator v2 Modified version of Murrey_Math_Line v2
- BIG DOG Trade strategy The trading strategy presented here is based on breakthrough strategy using FOREX time sessions characteristics.
- Pausing execution of EA until certain time has passed This code will get the current time , wait until a certain amount of Seconds has passed and then continue processing.
- Two MACD with Signals It shows two MACD with lines on the price chart.
- Open Interest Online © Indicator New Design - New Opportunities.
- macd sample 1010 expert can make 10000usd monthly or may be less but it always profitable
- Cluster expert advisor It looks for the strongest and for the weakest currency pairs using Cluster analysis
- 55 MA med FIN This expert advisor uses an only one МА(55) PRICE_MEDIAN !!!
- Balance. A brief information about balance and positons The indicator shows current balance and positions on the chart
- MACD-STOCH Trader EA based on MACD and STOCH. It will be helpful, if you test this EA with other currencies and report me, thx.
- Monitoring-Spread It's an instrument for spread monitoring for a real and synthetic currency pairs.
- StatementToGraph Graphic displaying of the statement, carring of a data from the *.htm table to the graph, for the convenience of analysis.
- LineMA Indicator shows color lines between two MA crosses
- Best MACD final Classical MACD with Impulse System.
- Candlestick models for GBP/JPY for 9 years An Expert Advisor uses the Candlestick Models for trading: Blending Candlesticks (Engulfing) and Hammer(inverted Hammer)/Shooting Star models
- Informer Indicator shows entry and exit points for all deals and account statistics on the chart. It is very useful for trade analysis.
- Time, Forex sessions and Trade Hours monitor Indicator shows a different Forex sessions and the market hours of the exchanges.
- Friday_line Indicator Indicator shows vertical lines at last week bar.
- Indicator for Stop Loss levels calculation using Bill Williams technique It calculates and shows Stop Loss levels (for Buy and Sell positions) using the method described by Bill Williams in his book "Trading Chaos". A new feature has added: now all it can be analysed in history.
- Trend Indicator for several timeframes It shows a trend table for a several timeframes in the bottom left corner of the chart.
- AIS5 Trade Machine Alfa Release English
- Scalpel EA A EURGBP/GBPUSD non-scalper robot
- Create your own neural network predictor easily (example: MA and RSI Predictors) I've modified the "Next price predictor" posted by gpwr to allow any developer to create its own BPNN predictor easily, even without understanding how a neural network works. So easy even beginners can do it. Included: MA predictor and RSI predictor.
- Two Pole Smoothed Ehlers Oscillator This oscillator is based on Ehlers' Two Pole Super Smoother, converted as an oscillator, and smoothed using Ehlers' Instantaneous trendline.
- The signal lines with alert after crossing When the price is approaching to the Signal Lines, the indicator sends Alert.
- SymbolsLib The library contain several functions to get an additional information about the symbols, loaded into the client terminal. ATTENTION: Undocummented solution, it may not work in the other versions of MetaTrader
- Market browse This script will allow you to use the information about the market watch and the client terminal settings. It can be very useful to study the client terminal and market watch options.
- Stairs strategy The multicurrency expert, which uses the "Stairs" strategy
- Multi Timeframe Candles Display Candles from a higher timeframe on top of your current chart (ex: see H1 candles on top of a M5 line chart)
- WinSock A WinSock library and a client/server example
- SLTP Currency This EA will use the deposit currency as Stop Loss and Take Profit for each trade, once profit or loss has been reached it will close the entire trade.
- HistoryTraining_V3 Pending orders ADDED. This program is created for training on historical data.
- Extended Awesome Oscillator (AO) with alerts Probably the best Awesome Oscillator (AO) available with zero line crossover and signal line alerts.
- Hodrick Prescott Indicator MA-like indicator based on Hodrick Prescott Filter
- TimeLines Automatic marking of the chart by the time and the timer.
- Linear_Sinus_FT Индикатор Аппроксимации Синусоидальных волн.
- The adviser on the indicator ZigZag. The adviser on the indicator ZigZag.
- ADX Simple but profitable EA Using only ADX, this ea can make money, work better on M30
- to_ind_Better_Bollinger_Band Улучшенные полосы Боллинджера
- GG-TimeBox Timeframe indicator. Customizable timeboxes on any chart.
- Colored MA In this field give a brief description of your script (1-2 sentences).
- v35260_Colored Продолжение темы "..взгляд по другому...", на этот раз работаем с Haiken Ashi.
- GG-RiverFlow This indicator informs you about the depth of the trend.
- TradeProtector-1.1 - Automatic Stop Loss and proprotional Trailing Stop (updated version) Updated version of the http://codebase.mql4.com/6043
- Yet another MA Angle counting An alternative version for counting MA Angle.
- ImpulseOsMA Индикатор MACD, совмещённый с гистограммой MACD, усовершенствованный для использования импульсной торговой системы, предложенной А. Элдером.
- TradeProtector-1.0 If you have placed order and suddenly have to leave: don't panic! This EA will set initial Stop Loss, and after your position will reach settable profit threshold, it will start to apply proportional Trailing Stop.
- ChartPlusChart V2 Program for logging of non-market quotations from brokerage companies with MetaTrader platform.
- Trading Simulator 2 The program-simulator v.2 for perfecting strategy, testing of indicators and trainings of trading skills.
- GG-RSI-CCI This indicator informs you about the trend and offers a good entry possibility.
- Min/Max Bands Indicator showing the Min/Max values for the last X bars
- Orders Guardian This EA can help users to manage opened orders. It takes line objects and indicator curves as tp and sl. When the price reaching them, it will close the orders.
- Heiken Ashi ZoneTrade This script is based on the 4th dimension of the Bill Williams chaos trading system. The advancement is that this script takes advantage of the Heiken Ashi candles.
- ComFracti_v2 , Comfracti_final Update 2009.10.25
- Dollar Index USDX Dollar Index - user can change parameters. Default same as USDX contract. Opens as a custom indicator in MT4.
- This indicator throws Buy/Sell signals upon breaking levels This custom indicator waits the price to reach specific zones and the custom indicator takes decisions for buying or selling.
- Fine Fractals The supersensitive indicator of fractals.
- ChartPlusChart The program allows you to compare quotes of any two MetaTrader brokerage firms.
- ytg_Day_candle The indicator shows the ranges of price movement during different trade sessions.
- ytg_DveMashki_ind ytg_DveMashki_ind
- DeleteByName Clears the chart of all objects with the name beginning on the specified prefix
- ComFracti Fractals + owersold/overbouth levels . Optymizable:)
- WPRSI_signal Signals beginning buy (sales). Intersection indicators WPR and RSI.
- TimeZone Indicator Indicator to display timezone for all active forex markets.
- GG-TimeFramer This indicator shows the last candle of all timeframes (M1,M5 ... D1) together with the actual price.
- Working inside the channel The indicator with market entry signals and stop lines
- iVeryCoolSpectrometr Цветной анализатор спектра
- Horizontal Grid Lines on Chart The GRID10 indicator will draw a grid on a chart using grid lines positioned and separated at a convenient power of ten. The grid is constructed appropriate to the range of the symbol being plotted on the chart.
- GetPaneHeights This function calculates the heights in pixel of all panes in a window.
- HistoryTraning (NEW VERSION) The adviser allows you to try manual trading on the historical date (NEW VERSION / BUGS CORRECTED / NEW FUNCTIONS ADDED)
- VIDYA indicator Variable Index Dynamic Average indicator
- Adaptive RSI Adaptive RSI indicator
- VHF (Vertical Horizontal Filter) Вертикальный горизонтальный фильтр (VHF) показывает, в какой фазе находится рынок: в фазе направленного движения или застоя.
- Trading Simulator The program-simulator for sharpening strategy, run of indicators and trainings of trading skills in general.
- Custom indicator based on Heiken Ashi and aimed to handle swing trades This indicator uses Heiken Ashi method to enable traders to keep their trades the maximum time.
- Indicator to real time get InvestMiner.com news on Graph With this indicator you can check data mining news from InvestMiner.com while analysis a symbol Graph.
- FX Multi-Meter II Now combines 14 different indicators and 7 timeframes in an easy to read meter for any FX chart. Includes inbuilt History viewer. Fully configurable signals & indicators.
- HistoryTraning The adviser allows you to try manual trading on the historical date
- Figurelli Series Indicator Calculates multiple moving averages trend
- KDJ KDJ indicator
- Figurelli Pivot This indicator calculates Figurelli pivot points, that uses Bulls/Bears influence
- Barros Swing Indicator mentioned in the book "Nature of trend"
- LeManChanel (Канал ЛеМана) Индикатор показывает возможные границы и направление бара с заглядыванием на один бар вперед.
- KAMA Kaufman’s Adaptive Moving Average
- TMAGi an oscillator based on 3MAs.
- HOOL (High-Open, Open-Low) The indicator helps to find Stop Loss levels.
- RUBBERBANDS_3 EA This EA is intended to be less prone to big drawdowns than former RUBBERBANDS EA and RUBBERBANDS_2 EA. Awaiting for your comments and suggestions for improvement.
- Xma_Coloured Color version of the XMA indicator.
- Double-Zero Indicator Visualizes important psychological levels ("Double-Zeros").
- Forex SKY This Expert Advisor uses MACD Logic. It is Working fine. Yes Daily 10 Pips or 10$ you may get. !!! HAPPY TRADING !!!
- EES V Speed A volatility indicator, V Speed.
- JoeChalhoub FX Forecaster The indicator predicts the future movement of prices.
- FX Multi-Meter Combines 9 indicators and 7 timeframes in an easy to read meter in bottom right corner, which can be used on any FX chart or timeframe.
- Waddah Attar Scalping Waddah Attar Scalping indicator Shows you quick Trend.
- REI (Range Expansion Index) DeMark The REI (Range Expansion Index) indicator by Thomas DeMark.
- RUBBERBANDS_2 EA This EA is an enhanced version of the original RUBBERBANDS EA. Just like the oroginal RUBBERBANDS EA, it works in any timeframe for any currency pair, including gold and silver.
- XMA This Moving Average indicator has digital filter to detect trend and flat states of the market.
- Waddah Attar Super Support Resistance This Indicators Show You most of Support and Resistance Levels on your Chart .
- You can use a lot of combination of indicators in this EA With this EA, you can make any combination with indicators, you chose what do you want and make your own strategy
- Post my EA Auto_RXD for your comment and improvement After wrote many EAs of many strategies, I think maybe this one has more potential, I post it here to you for testing and verifing, wish you can find and reply bugs or improvements.
- iCCI_Revercy v1.4 Предсказание цен пересечения графика CCI с заданным уровнем FindCCI.
- RUBBERBANDS EA This EA works in any timeframe for any currency pair, including gold & silver.
- LeManSignal The indicator shows trade signals.
- Elite eFibo Trader 2.6 This version of eFibo trader includes additional trend detection signals based on simple indicators (RSI and MA).
- Ind_VilkaFractals_v1.1.mq4 Индикатор по стратегии "Вилка Чувашова".
- FiboPivot Модифицированный индикатор Fibonacci Pivots. Теперь уровни отображаются на истории и подписаны значения.
- cluser indicator CC and CCFp updated The original cluster CC and CCFP indicators by Simeon Semenych and can be found on from https://www.mql5.com/en/articles/1472 and this artical also descripted how to use the cluster indicator. This updated version has features below: 1) the indicator refeshed
- Multi Time Frame Moving Average of RSI Indicator works with "ModeMA=0" - SMA and "ModeMA=1" - EMA.
- Simple daily range script Script for calculation average daily range for last agoYear-"calendar" years, last agoMonth - calendar months, ......
- Pinball machine Pinball machine
- MACD_Signals Signal indicator based on MACD
- wajdyss_MA_expert_v3 this EA Depends on Moving Average Indicator
- SuperForex V2 Working with RSI on Daily chart. Has StopLoss, TakeProffit and trailing stop.
- wajdyss_FIBO_S_Indicator_V1 This indicator for draw an Arrows for buy & sell, it's Depends on FIBO S Indicator
- wajdyss_RSI_O_L_H_C_Indicator_V2 This indicator To show the numerical values of RSI (Open , Close , High , Low)
- exp_Amstell-SL exp_Amstell-SL
- Pretty T3 Colorfull T3 MA
- RSI_Strike(AM)_SW / Stoch_Strike(AM)_SW MACD (настройки по умолчанию - АО Вильямса) с сигналами импульса от пересечений разнопериодных RSI / направления Стохастика.
- jMasterRSX v1 by jirimac Based on RSX multiple timeframes for EURUSD
- Heiken Ashi Real Heiken Ashi Real
- RSI_Strike(AM) Отображение точек пересечения RSI различных периодов.
- NDA_e The indicator of the visual and sound control of speed and size coming tick.
- ytg_Zodiac_V0 The astrological indicator. Marks of the zodiac. The current mark.
- Order Management for EA development - Beta 1 this is ordersend management expert advisor script.
- A reversal indicator Priliv.mq4 It shows the speed of the trend on the current, closest larger and the next TF.
- Buyer and Seller Scripts with Stoploss and Takeprofit Two scripts to automate opening multiple positions simultainiously with SL and TP.
- Edited RVI indicator Lighty edited RVI Indicator.If drawing bug please recompile(Make normal drawing). Currently version SRVI@1 and SRVI@2.
- easy trend visualizer easily shows trend or range
- Candles_01 Для анализа японских свечей
- MACD Histogram WIS MACD lines and histogram for the Impulse trading system.
- VisualOpenOrderWithMM Drag & Drop the script at chart on point where StopLoss should stay. Script will compare desired StopLoss with the current price and determine the type of the order - Buy or Sell. The next step is calculating the volume according Free Margin and the Risk
- Spectr Spectr
- Spectrometr_Separate Spectrometr_Separate
- exp_Amstell exp_Amstell
- simple stop entry price indicator shows entry price lines. this is based on "inside bar".
- ind_SupportEX The indicator shows candles of the grown-ups TF.
- S!mple EA A simple multi currency trader EA based on SMA and LWMA.
- My first EA based on Stochastic using Stochastic m5, m15 and m30
- A Tool: Vertical Grid Plotter Script for vertical grid lines plotting
- A Tool: Horizontal Grid Plotter Script for horizontal grid lines plotting
- RFractals Многоранговые фракталы
- Next price predictor using Neural Network An indicator that uses a Feed Forward Neural Network to predict the next few open prices. The network is trained using a Backpropagation method. The training is set up automatically, resulting in a self-trained network and a self-learning indicator.
- Fractal Dimension Index. + Step EMA Linear Weighted Fractal Dimension Index (ternd vs notrend filter) plus Step EMA
- Bollinger Bands ® rev. by Jurik Traditional Bollinger Bands ®, revisited with algorithm based on Jurik method.
- NirvamanImax this have EA have Stoploss
- wajdyss_Ichimoku_Indicator_V1 This indicator for draw an Arrows for buy & sell, it's Depends on Kijun Line in Ichimoku Indicator
- GetColorTF The function changes colour of object. An example of realization in the indicator.
- Font_Name The function changes the name of a font. An example of realization in the indicator.
- The VSA Text The indicator is base on "volume spared analysis".
- Мультивалютный индикатор Мультивалютный "мониторинговый" индикатор.
- VWMA Метод Усреднения
- NeuroNirvamanEA neuronirvamanEA works with neural networks . stoplloss
- TD Sequential TD Sequential indicator based off of the criteria descripted in Jason Perl's book "Demark Indicators."
- Donchian Channel Indicator Donchian Channel Indicator
- HardLevels Shows important support / resistance levels from different timeframes. Advanced filtering included.
- Harami Just a configurable Bear & Bull "Harami" pattern finder.
- Elli The adviser on indicators: Ichimoku, ADX.
- ytg_Change_Price_Percent Change of the price expressed in percentage.
- wajdyss_Stochastic_indicator_v1 This indicator for draw an Arrows for buy & sell, it's Depends on Stochastic
- Trainyourself EA This is an EA I coded to make trades and experiment with trading in the Strategy Tester. Drag and drop objects in a yellow basket and control your orders.
- MTF Relative Strength Index Multi timeframe Relative Strength Index - has additional parameter - TimeFrame. You can use it to set up higher timeframe from which Relative Strength Index will calculate its values.
- MTF MACD Multi timeframe MACD - has additional parameter - TimeFrame. You can use it to set up higher timeframe from which MACD will calculate its values.
- ytg_Multi_Stoch The multiple currency adviser on the indicator Stochastic.
- TST Without the display adviser.
- Percentage This indicator will display current daily, weekly, and monthly percentage change.
- Doji Reader Indicator Indicator that able to read doji with lenght set up
- MultiHedg_1 The Multi-currency adviser in the time, given by the user, opens a market position, on a choice Buy or Sell. As, it is possible to set closing of positions in the certain time, to choose currencies, to choose percent of the profit and loss for closing all
- OpenTime The adviser in the time, given by the user, opens a market position, Buy, Sell or lock. As, it is possible to set closing of positions in the certain time, and Trailing of positions.
- ytg_Parabolic_exp The adviser on the indicator SAR. Works the postponed warrants.
- ytg_SS It is possible to switch on or to switch off functions Alert, PlaySound, SendMail having moved the mouse the appropriate inscription in the basic window of the diagram.
- GG-TrendBar This indicator shows you the trend on every timeframe simultaneously
- Fractional Bands A modification of the Bollinger Bands, in the same spirit as the Fractal Bands, but using a mathematically more precise equation
- Automatic Update the chart you drag it to action just like pressing home key, esc to exit,
- Fractal Bands A variation of the Bollinger Bands that incorporates findings from a fractal analysis
- Gandalf_PRO The EA well trades on "fat" sites of a trend on periods H4 and D - EURUSD.The input in the market occurs on the basis of two-parametrical Exponential Smoothings Time Series.
- News_Plotter This indicator displays lines on the chart corresponding to upcoming news events. Customizable.
- wajdyss_information_indicator_v1 Indicator for show some information about current currency
- wajdyss_V_Lines_indicator_v1 Indicator for draw line observed by the timing of certain (hour & minute of choice)
- wajdyss_Comparison_indicator_v1 Indicator for show a percentage Conform to the current currency with another currency
- wajdyss_Candle_Length_indicator_v1 Indicator for Show the length of the candle
- wajdyss_H_L_C_indicator_v2 for show High & Low & Close
- SVS_Trend_v2 PowerTrend V.2
- a very simple ea help you test your strategy a practice ea, create a horizontal line above the close to buy , below to sell. after position opened. create a new horizontal line to modify the stop loss and take profit. create a vertical line to close the position.
- FRASMAv2 Fractally adaptive Simple MA, as the first FRAMA but modified to get the fractal dimension from FGDI, and possibility to shift the MA
- wajdyss_ADX_Indicator_V1 This indicator for draw an Arrows for buy & sell, it's Depends on ADX Indicator http://forum.m-e-c.biz/post397645-1.html
- wajdyss_SSL_channel_chart_alert_indicator_v2 This indicator for draw an Arrows for buy & sell , it's Depends on SSL channel chart Indicator http://forum.m-e-c.biz/t29121.html
- wajdyss_MA_indicator_v2 This indicator for draw an Arrows for buy & sell , it's Depends on 2 Moving Averages http://forum.m-e-c.biz/t23791.html
- wajdyss_Candles_Length_indicator_v1 To show the difference between (the High and Low) or between (the opening and closing) by choosing http://forum.m-e-c.biz/t28713.html
- iMAX3alert Fast trend alert indicator. A useful well behaved stand alone chart tool for traders, and a practical demonstration and application of principles used in the iMAX3 indicator previously submitted.
- wajdyss_نسبة امتلاء الشمعة_Indicator_V3 to show the proportion of filled candle http://forum.m-e-c.biz/t28908.html
- iMAX3 Fast Trend Detector A hybrid indicator where three selectable phase shifted filtered signals can be used, either indivually, or collectively to detect price trends.
- wajdyss_RSI_indicator_v1 This indicator for draw an Arrows for buy & sell, it's Depends on RSI Indicator http://forum.m-e-c.biz/t25109.html
- wajdyss_3MA_Indicator_V1 This indicator for draw an Arrows for buy & sell, it's Depends on Cross 3 Moving Averages http://forum.m-e-c.biz/t29278.html
- Fractal Graph Dimension Indicator (FGDI) A rework of a script by iliko, with the addition of the standard deviation of the estimator of the box-counting dimension
- wajdyss_T3_indicator_v3 This indicator for draw an Arrows for buy & sell , it's Depends on T3 Indicator http://forum.m-e-c.biz/t29283.html
- Stochasic Chaikin's Volatility This is stochasticzation of Chaikin's Volatility
- ytg_ObjectsDeleteAll Scripts deletes all objects from the diagram.
- Squeeze Break Indicator This indicator uses a combination of Bollinger Bands and Keltner Channels to capture moves from low to high volatility.
- Fractals_Price The indicator of price levels fractals.
- ytg_2MA_4Level. Trade at levels МА.
- Indicator %BB %BB is indicator comes from Bollinger Bands.
- Trend Indicator This indicator is used to show the trend of the 30 min charts. You can then apply your Long Strategy when the market is UP and Short Strategy when the market is DOWN.
- Bollinger Bandwidth 2 This tool combines the original Bands with Bollinger Bandwidth and removes the extra window for Bollinger Bandwidth. Instead Bandwidth is now a value in the comment in the top left corner. This makes more efficient use of the chart space and still allow
- Bollinger Bandwidth An investigation of the Bollinger band has shown that when the bandwidth (distance between the top and bottom bands) is below 4, the market is compressed and about to break out. When the bandwidth reaches 11, there is a strong wave for scalp trading. Be
- Indicator Strength Basic indicator that displays the strength of a move, based either on either moving averages, MACD, or stochastics.
- Customized Buy Sell Close v2 -- Now in one script It's version 2 of Customized Buy and sell v1 .... http://codebase.mql4.com/4901
- AIS4 Trade Machine Trade machine for manual trading with automatic risk management and "SuperTrainer" mode
- USDx For all they need some "play" for visualing the USDx. Use for testing only, not finished and free of errors yet.
- StDev-AVG indicator This indicator shows the moving average (simple or exponential) of the Standard Deviation.
- GG01 and GG01-101 indicator This indicator gives you Buy or Sell signal.
- AIS3 Trading Robot Template 100% ready for trading strategy integration
- AIS2 Trading Robot Trading Robot
- A Sample: Value to points conversion Code sample
- GLFX - free expert advisor, open for customatization GLFX is a automated trading system. It is open for customatization and quite easy to implement own strategy into this system.
- AlliHeik The EA uses for primary signal the Heiken Smoothed indicator. The Alligators Jaw MA follows as a trend stop indicator.
- MAx Trade Set needed EA
- BUYER AND SELLER SCRIPTS 2 SCRIPS TO AUTOMATE OPENING MULTIPLE POSITIONS SIMULTAINIOUSLY
- Point & Figure indicator This indicator paints Point & Figure chart.
- Cut Off Cut Off All trade , But keep the queue Trade
- calculatelots some people worked as ib , they used to need to calclute total trade lotes. here it is.
- FRASMA: Fractally Modified Simple Moving Average This is a Simple Moving Average (contrary to Ehlers FRAMA that starts from an EMA), smoothed using findings from the fractal analysis of the on-going price changes.
- SVOS Multi-Indicator EA Uses several indicators and candle patterns plus assesses trending or ranging market
- Very Blonde System The Expert waits the price to have a strong fluctuation of x pips in y minutes and then it opens a reverse position with a grid of limits position to reinforce it.
- RSI+MA RSI with MA and Label value/phase indicator
- AIS1 Trading Robot Trading Robot
- Mabel_Timeframes This indicator uses five different indicators from 6 different timeframes to give a signal.
- SR Lines by MTF Stochastic Cross This indicator shows some Support/Resistance lines. The number of lines is variable (max 6). The more support lines are, the stronger "bull" will be expected. It also displays entry signals.These signals may be often disappointing, but sometimes good.
- Risk/Reward Ratio Display risk/reward ratio in the chart (UPDATED)
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
- Parabolic_Standart2 This code of Parabolic SAR doesn't make the errors when working together with the same second indicator located on the same chart.
- Indicator of Peak Price Values The indicator of peak price values.
- StohColored, StohDivergence The divergences of the Stochastic, the continuation of the divergences topic.
- BO Oscillator.
- i_Sadukey_V1.mq4 The digital filter of the price.
- Indicator of 2 МАs of Different Currency Pairs in One Window The indicator of 2 МАs of different currency pairs in one window.
- Indicator RAVI (Modification) The trend indicator RAVI (Range Action Verification Index) invented by T. Chand.
- Informative Indicator It shows the levels: SPREAD and STOPLEVEL - the minimum allowed levels of the StopLoss/TakeProfit in points. It informs if these values are changed.
- chaos 2.0 A signal indicator based on the signal from AO and AC - the changing of the hystogram color.
- MTrendLine alert It is a simple indicator that consists of four trend lines that show the distance between the trend line and the price via the numbers and that give the signals when the price goes for the specified number of points.
- Indicator Sidus v.2 The indicator draws the arrows at the intersection of the MA and the RSI of the 50 level.
- ds_HDiv_OsMA_01 - Another Avocational Indicator by Hidden Divergence of OsMA Another Avocational Indicator by Hidden Divergence of OsMA.
- A Good EA by Paraboliс and Fibo Lines A scalper by parabolic and Fibonacci.
- HP Extrapolator The indicator applies Hodrick-Prescott low-frequency filter to predict future prices
- OpenTiks The indicatorless system based on the analysis of 4 previous bars.
- ZI_File_Functions_Full_Lib A package of libraries with the file functions for working without the limitations in any directories.
- NormalizePrice The function of adduction of the price to the correct form for the given symbol by means of rounding or discarding the excess.
- Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously The different colored snippets of MA are shown on the current chart depending on the direction of the MA moving at on the chosen timeframes, or they're not drawn at all if the moving on the chosen timeframes is differently directed.
- Multi Time Frame Trader EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.
- MF_BreakDown_Flat Indicator of the morning flat.
- ExpertClor_v01 It closes an order by the intersection of two MAs (5 and 7 on default). Read the full description...
- Two Indicators m-Fibonacci and m-Candles The indicators that can display several larger timeframes, japanese candlesticks and Fibo levels on a single chart.
- Customized Buy Sell Buy Sell Customized With RefreshRates and Lots Manager
- Indicator of Equity in the Form of Japanese Candlesticks The indicator draws the charts of the euqity and balance basing on the minute history. In such a manner you get more authentic picture of maximum rises and drawdowns.
- Period_Converter_MN An indicator that allows to see the "larger" periods (for example, half-yearly or yearly).
- PROphet A practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing.
- CosMod The indicator line sharply changes its direction at the critical moments. It helps to identify the beginning of the trend.
- Correlation The indicator calculates the correlation of the currency pairs.
- MA Reverse A simple EA. It plays in the opposite direction on the specified difference between Bid and MA. It is considerably risky but it has own advantage.
- Keltner_Chanel The indicator of the Keltner's channel.
- Standard ADX Indicator with Time Frame Setting A standard ADX indicator with time frame setting.
- Multy_MA An indicator of group moving. It shows the difference between two MAs in a separate window.
- Volatility Indicator Judging by the code of indicator, it calculates the difference between the maximum maximums and minimum minimums of prices of the candlesticks for the last 20 bars (parameter). The result is displayed in points.
- Capture MouseEvents on Chart This set of functions enables one to capture mouse events on your trading chart. One can simmulate buttons to trigger actions in the EA.
- Extrapolator Extrapolator is a result of my long-term research in the area of the Timeseries Forecasting.
- Burg Extrapolator The EA uses the method of Burg's linear prediction that was taken from my indicator Extrapolator.mq4.
- Ryan_Jones_SM It shows where to buy and where to sell via the arrows. If a trend occurs then it will bring profit, if there is no trend, there will be no profit.
- MultiNeyro The algorithm of tuning (optimization) by two ranges with the two-level three-stage optimization is used in the EA.
- MiniVirtualAccount Running an EA in a virtual account
- Waddah Attar Weekly Fibo Another Fibo indicator.
- Backbone The EA is based on the permanent variation of the direction of the trades depending on the TakeProfit, StopLoss and TrailingStop levels. It demonstrates how to create a profitable trading system without any indicators, mathematical models and other wisdom
- Lots Calculation The calculation of the amount of lots through the specified percentage of free assets.
- OsMA. OsMA Divergence Colored ОsМА, and ОsМА that shows the divergences.
- STik Another indicator that shows the tick chart, it would be useful for the pipsers. It has some features.
- RSIColored_v1, DivPeakTroughRSI_SW The divergence of RSI, the continuation of the divergence topic.
- StopATR_auto It arranges the stop levels depending on the price and ATR.
- Price_Alert Alert indicator that allows to move the signal via the mouse.
- MultiOrders The script for simultaneous placing of several orders by different symbols.
- X-Pair The indicator has the informative character.
- MTrendLine is Very Convenient Autoregulator of Pendings in Reference to the Trend Lines You often have to move the pending order every hour in reference to the trend line and it embarasses you concerning your time. That's why this EA (semi-automated) was developed, it totally relieves from tracking the trend line and from moving the pending
- 21hour We place two pending orders at the specified time and delete one of them when another one triggers.
- Universal Expert Advisor scheme Universal EA scheme to enable easy multiple strategy implementation into one EA
- DiNapoli Price Oscillator New version of famous and simple indicator created by Joe DiNapoli. It is different than rest of this type indicators, because it could count and display overbought and oversold levels.
- Candle Patterns Visual and Audio alerts when reversal or continuation candle patterns occur.
- OrdersSuite Revision 2 Functions for processing the orders of Spot currency pairs, Spot Gold and Spot Silver with error handling. OrderProcess() strengthened. New functions Lots, OrderCloseByRetracement, OrderModifyTS and OrderSendI added. Revision 2 has been used to run expert
- MySQL wrapper Wrapper for reading and writing to MySQL
- Exoticwavein The indicator writes the history to the CSV file.
- Internal Bar Strength (IBS) It is calculated as the moving average of the values of the internal bars strength.
- Upload Export The UploadExport script is a universal program tool. It is developed to ease the working of the analyst and the trader with regard to the daily routine actions of wave analysis using the ELWAVE program.
- VKWBIBS The WKBIBS indicator is a new generation oscillator with combined functions of two indicators WKB and IBS.
- Ilan1.4 The authors say that this system can trade 24 hours a day producing a stable profit even for a novice trader.
- Hangseng Trader This EA works in hangseng futures.
- Madlen_5_0 The «Madlen» lines are similar to the lines of support and resistance of horizontal or trend lines by their application.
- e-CA You can take the guaranteed 50-60-100 pips if you enter from the flat.
- A Sample: Matrix processing Code Sample
- Indexes_v4 Indicator Indexes_v4. It shows the motion pattern of two or more indexes on a single chart.
- Bill Willams. The Chaos Theory. Signals "Saucer" for Buying/Selling An EA by the "Saucer" pattern.
- Bill Williams. The Chaos Theory. The First Dimensions of the Market An EA by the first dimension of the market.
- Index Dollar The indicator draws the dollar index on the chart. The indicator is intended to simplify the charts analysis.
- MultiStrend Indicator MultiStrend. It works only with the Supertrend indicator.
- NonLagAMA This indicator is an adaptation of NONLagDOT. It indicates the direction of the AMA slope without any lag. It works best when use on the 30 minutes charts.
- Variation Index The indicator displays what dominates in a time series: the trend or the flat component or the series acts randomly.
- JimsCloseOrders Simple EA to Close Orders
- Order Closer Scripts Scripts to Close Orders under various conditions
- MA Cross My first EA.
- Indicator MACD TrackTrend The indicator that shows the direction of the trend on all timeframes in one window of the chart.
- Bull vs Medved The EA for H4, it's shooted in for GBPUSD. It works with pending orders. It makes decisions by the simple combinations of candlesticks. The feature is the decision is made once in four hours and the SL and TP levels are placed in accordance with the the s
- Swetten EA with a neuro net (a net with error back propagation). These are the firsts steps. I upload it for the intelligent criticism.
- BarTimer It displays the current time position in relation to the beginning and the end of the bar. In addition the ratio between the time passed since the beginning of the bar and the whole bar duration expressed in percents is given. The informer is useful for c
- RSI_Test It is based on the RSI indicator.
- A System: Championship 2008 Final Edit Automatic Trading System
- Stochastic Net Stochastic net for the the classification problems with the instruction provided.
- AudioPrice Revision 1 Have audio output of latest price in stereo! Revised to cater for fractional pips as now offered by some brokers to MT4.
- Supertrend Indicator Supertrend. It displays the buying and selling with the colors.
- Daily Open-SR (Dosr) The trading technique that is based on the support/resistance that are determined at the daily opening.
- A Sample: Lot size adjusting Code sample
- A Sample: Lot size computing Code sample
- A Sample: Chart metrics Code sample
- Drag & drop scripts to modify all orders of a currency You pick the script and drag it on a chart's point. Then it uses this point to modify all stop/take profit levels of the chart's currency.
- A Sample: Tick counter Code sample
- A System: Championship 2008 Revised Edit Automatic Trading System
- Price Action Indicator This indicator plots in the chart base on the tick price , ie. when the price moves down 10 pips it plots the down candle and wait till the next 10 pips if move up 10 pips it plots the up candle with the other color candle to indicate the up down price
- Indicators Based on the MUV Described by Sator The MUV indicator created by Sator is used.
- MultiZigZag - Another Variant of ZigZag (Economic ZigZag) This version of ZigZag can simultaneously display three zigzags both drawn on the data from the current timeframe and on the data from the larger timeframes.
- Percenter.mqh - Calculator-Script The script is the calculator of the simple, complex, nominal and continuously charged percents.
- Standard OsMA indicator Standard OsMA indicator with the indication of the possible trade signals.
- ind_HotKeys_v1 An example of automatic running of the script when the timeframe or symbol is changed.
- Strategy of Regularities of Exchange Rates Two orders are placed at the specific time.
- Smoothed RSI indicator Smoothed RSI indicator with the sound signalling of crossing the level 50.
- Pivots_Test We place the pending orders at the support and resistance levels.
- Lot_Volume The automatic calculation of the lot size from the specified percent of free assests.
- Normalizer A "cover" for the normalization of the indicator values.
- Murrey Math Lines (Support and Resistance) MM Lines are drawn where support and resistance is.
- Traders Dynamic Index with Visual and Audible Alerts I added audible alerts so that when a strong buy or strong sell signal it can generate alerts when the "SoundOn" input variable is set to true.
- Lagrange's Interpolation Polynomial The application of Lagrange's interpolation polynomial at FOREX.
- Indicator Volumes Buy-Sell This indicator signal buys and sell in the market.
- LotsRisk The calculation of the amount of lots considering the possible loss. The maximum loss volume is specified in percents of the current balance.
- mysqlerror.mqh A library of MySQL 5.0 error codes If you use a connection to the MySQL database in your EA, indicator or script and it doesn't work or something goes wrong then this library will allow you to find out what error is returned by the MySQL database.
- MTS Neural network plus MACD A variation on the Neuro nets topic: The trading system based on the interaction of the MACD indicator and a double-layer neuro net.
- EA Based on Trend Follower The EA is based on the "Trend Follower" strategy.
- Will-Spread Larry Williams indicator. It considers the influence of the secondary market on the trading market.
- Indicator Raznost2 The indicator shows the difference between Open[0] and Close[1].
- Expert MACD EURUSD 1 Hour This expert this one based on the indicator MACD. It works very well in the period of 1 hour. In a test(proof) of 36 months it(he,she) has a profit of 935 % (25 monthly %).
- YZCHMC_V1 Indicator of Grouped Motion This indicator is intended for the trading with the huge enough amount of symbols but it is not necessarily. The indicator calculates the percentage of growth of every symbol from the beginning of the day by a group of symbols, it's not a secret that the
- Median The indicator shows the average between the maximum and the minimum price within a time range.
- Large Time Frame Indicator LargeTimeFrame. It draws the candlesticks of a larger timeframe on the chart.
- TrendLinearReg How a trend changes? How to determine a flat? ... etc. This indicator will help to answer these questions.
- Chande QStick v1 Indicator QStick represents a simple n-period moving average for the difference of the close and open prices.
- ChandelierStops_v1 A modified verion of the Chande & Kroll's Stop indicator. The author consider that the ChandelierStops_v1 is very similar to it and look better than the Chande & Kroll's Stop.
- Kijun Sen Robot (KSRobot) Expert Advisor Kijun Sen Robot. It uses the following indicators: Ichimoku, MA, SAR. It is optimized for the following currency pairs: GBPUSD and EURUSD with M30 period. You can view the full description in the code.
- ASC++ Expert Advisor ASC++.
- Indicator Impulse CD Indicator Impulse CD, an extension of the impulse approach.
- Daily range Forecasting of price daily ranges. This indicator shows the resistance and support levels of the current day.
- Eugene The minimums and maximums of the previous day are used. I'm sorry that I wrote it without comments.
- RAVI (Range Action Verification Index) It is developed on the other principle, not on ADX's. Chand suggests 13-weeks SMA as a basis of the indicator.
- Expert Advisor Based on FXRaider's Trade Strategy Expert Advisor Based on FXRaider's Trade Strategy by ForTrader.ru.
- Moving Average Based on Demark's Approaches The drawing of the moving average is performed on the basis of Demark's method "Daily Range Projections". Indicator on a zero bar points at the future price change.
- CLEAR_CHART_ON_NAME_AND_TYPE The script selectively clears the chart by the part of the name and/or by the type of the object.
- Pipsing_Close_on_DROP The script closes any position using the Drag'n'Drop method, i.e. the method of "drag the script with the mouse and drop it on the order lines".
- Brakeout_Trader_v1.mq4 EA that opens a trade when a candlestick closes out of the specified level on a break through. An update to the graphical treminal. But the help in code further development is necessary.
- Moving Average Moving Averages show the average value of the price of the symbol for a period of time.
- ThreeLineBreak on Chart S/R Steve Nison 'three line break' strategy on chart.
- VKW Bands modify The indicator of peaks.
- SimpleTrade - high profit! Trading by a simple principle
- Indicator MACD TrackTrend Colored I made this indicator colored at Zet's request.
- Script s_FlatEfficiency_v1 The script is intended for gathering some statistics by the symbols and its comparison.
- Search patterns The indicator searches for the patterns, displays the end of the D and C points on the screen.
- Math System-Trader An effective trade system, it determines the levels of support/resistance, rollback, trend reverse by a complex mathematical algorithm.
- iTREND_alexcud It uses three timeframes to determine a trend.
- CandlesticksCW The indicator is based on CandlesticksBW. It colors the japanese candlesticks by B. Williams displaying the "black" and "white" candlesticks.
- 2_Otkat Sys v1.1 The 2_Otkat_Sys_v1.1. expert advisor. The system from thursday to friday on 0(МТ) hours, it trades only on a reverse.
- ZoneTrade The indicator is written by the fourth dimension of B. Williams - Trading Zone.
- Butterworth Moving Average It represents a standard MovingAverage indicator with the function of smoothing by the second-order Butterworth filter added.
- GRFLeadingEdge Indicator of Bollinger bands.
- Madeleine_v2.0 Another version of the Madeleine indicator.
- Rabbit3 £100 start Zero to Hero Updated Rabbit 2 updated with correct set!
- i-CAi The indicator shows the break through line.
- Get of the ground - £100 start RabbitM2 Using a combination of MA for the trend and Williams %R wth Commodoties Channel Inex to trigger, and a Dochian band to exit the RabbitM2 is designed to get from zero to hero. I would welcome anyone willing to perform live testing and give me feedback.
- Y(Efekt) The indicator shows the probabilistic reverses.
- Trade Channel The indicator of Fibo levels and arcs drawing.
- ZigZag_ws_Chanel_R ZigZag with rays (on a break through)
- ZerolagStochs An analogue of the intersection of two stochastics.
- GraphOnGraph A simple indicator that displays the chart of the symbol in the window of another symbol.
- Indicator of STOPLEVEL. Indicator of STOPLEVEL.
- HTH Trader Hedge The Hedge Trader EA
- Trend ManagerNT Indicator TrendManagerNT.
- NewTrend_v1 Indicator NewTrend_v1.
- Pivot Mid Support Historical.v1 Indicator Pivot Mid Support Historical.v1
- 20 pips a day opposite "yesterday's trend" Improved version of 10 pips a day opposite "yesterday's trend" EA
- BearNaked Pattern1 It's a pattern tha I use in my tradings. It's based in CCI/MA and Bollinger.
- Turtle Channel Method (Donchain). One of the varieties of the price channel.
- MA Angle Tony Indicator MAAngleTony.
- Indicator that Divides Н1 Period into М1 An indicator that divides the M1 period into H1.
- Indicator of Trend Alteration An indicator of the trend alteration.
- Dolly Modified valasholic13 indicator.
- Discipline An indicator of trend reverse.
- Takbir It shows the buy and sell signals.
- Kuskus Starlight Indicator Kuskus Starlight.
- Cloq The indicator displays the time of the trading session.
- Time_modified Modified MarketTime indicator .
- ZH_Global_Chart_Variable_Lib The library is intended for working with the global graphical variables.
- Fundamental Trader DailyFX CSV MQL4 This Expert Advisor trades every news event that is scheduled to release on www.dailyfx.com/calendar for the current week. The EA waits for the next news event to be released, compares the released economic data, determines which currency to trade and exe
- ZZ_All Quotings 0-0090 A script for uploading the history by all known currency pairs, metals, indexes, CFD's and for controlling the "hole" in the history.
- Indicator of Tick Changing It displays how the price is changed in points with the coming of a new tick.
- Improve Anyone know how to improve this EA i put together ? Cheers
- Indicator of Tickly Price Changing It shows how the price changed with the coming of a new tick.
- Scripts of "Trading Chaos" A determination of a bar and trend direction.
- SMI_Correct-1 Another SMI indicator. On the basis of the book "Momentum, Direction and Divergence" by W. Blau.
- MartingailExpert_v1.0 The EA opens the positions in the direction of moving of Stochastic indicator, in addition there is a heightening of positions by martingale. It is tuned for micro-Forex.
- Indicator of Candlesticks Combinations (Japanese Candlesticks) It denotes the combinations of candlesticks using the "wingdings".
- CCI_MA. EA Based on Substandard Application of CCI and MA Reasonably good algorithm of the EA based on CCI and its MA. It shows good results in tester. I need help for optimization, testing and maybe code debugging.
- Open_close MTS on Chart Greetings to all. I started to develop a MTS not long ago. This is my first one. How can I improve it, I'm waiting for the specialist's advices. And how can I use the AMA indicator in the EAs (iAMA)? I tested this strategy on September 2008.
- Trend Indicators A small set of the trend indicators.
- ZG_All Quotings 1 Uploading of history of all symbols from the Market Watch window by all TF. The recording to a file of names and trading condtions by all symbols from the Market Watch window.
- Forecasting of Price Ranges The indicator denotes the price range of the next bar.
- Variations on the Topic of WPR A small set of indicators.
- e_RP_250 It was developed on my order for working with the RPoint indicator. I reached this variant by changing the parameters of the indicator and the EA. Change the ReversePoint value to 250 when placing the indicator.
- Expert Advisor Robot_MACD_12.26.9 The EA is based on the MACD indicator.
- Indicator of Equity and Balance The indicator draws the charts of equity and balance by the data of account's history, it uses the current opened positions for updating the charts in the real time mode as well.
- 10 pips a day opposite "yesterday's trend" Is it possible to take just 10 pips a day? This EA tries to do it.
- open_close&stochastic_strategy The testing data is in the strategy tester.rar file. The EA was tested from 29.09 to 30.09 because the strategy is designed for M1. But unfortunately it works not by the strategy. In some cases it doesn't close when it should and so it goes negative.
- Info Spread, swap, minimum stop limit, price of a point, calculated maximum lot!!!
- Indicator i-Regr H&L. Channel of Regression by High and Low Prices The indicator draws the channel of regression by High and Low prices.
- ZigZagEvgeTrofi ver. 1 The ZigZag indicator is used.
- EA Based on Laptrend and Some Other Indicators I created this indicator on the basis of the MQL4 training material. This modified EA is almost from there. All functions are standard, I'm not able to develop something better yet. Only the "heart" of it was modified.
- SupportResistTrade Trading by a break through of the support/resistance levels.
- Indicator iCCI_M1+H1+D1 It draws three lines of different periods in one subwindow.
- The MasterMind 3 (Championship Edition) Because of the "supposedly" 24k of errors within the journal, this script did not make it into the championship. Maybe next year Folks : ) So far, There are no errors to be found. "The Grid" (A Massive Hedger)is Coming Soon...
- ZigZag with Its Own "Channel" The drawing of the channel's borders was added to the standard ZigZag by MetaQuotes.
- i-BandsWidth.mq4 On Bollinger Bands grounds
- i-BandsPrice.mq4 On Bollinger Bands grounds
- V-TBv6 Indicator V-TBv6. It draws buy and sell arrows.
- i_EF_distance Indicator i_EF_distance.
- Kwan Indicator Kwan.
- Elder Impulse System Indicator Elder Impulse System.
- Indicator of Support Line It draws the support line basing on two last lower fractals.
- Idicator of Resistance Line It draws the resistance line basing on two last upper fractals.
- Http Client Work with any http servers...
- Decema Indicator Decema.
- Mouteki-Demark trend new Another Demark indicator.
- Market Time Indicator Market Time.
- Percentage Oscillator of Price A percentage price oscillator allows you to compare the time periods independently on the price.
- MACDVesrion2_MOD MACDVersion2_ Mod is amodification of MACDVersion2 to show some additional information.
- EMA CROSS Expert Advisor EMA_CROSS.
- STLM hist Indicator STLM_hist.
- InitAllIndicators.mq4 A script for reinitialization of all indicators attached to the current window.
- Relax & GoToSleep - Very Interesting Indicator!!! A very interesting indicator. It gives trading signals!!! A unique system of forecasting is based on a floating moving average!
- FiboCalc Indicator FiboCalc.
- Vegas Indicator Vegas.
- The Indicator of the Difference Between the Open Price of the Last Bar and the Close Price of the Previous Bar The indicator shows the difference between the open price of the zero bar and the close price of the first bar in points at the top-left corner of the main window.
- Divergence Trader Expert Advisor Divergence Trader.
- CyberiaTrader An EA that works on the M1 period and with the symbols that have the spread of 2 points.
- Straddle&Trail Expert Advisor Straddle&Trail. The code contains a comprehensive description.
- FiboRetracement Indicator FiboRetracement.
- Indicator of Difference Between Open and Close Prices The indicator that shows the difference between the open and close prices in the form of a histogram.
- Service Scripts for МТ4. A set of scripts that are intended for the automation of some routine operations in the terminal.
- Price Channel Indicator Price Channel.
- TicksInMySQL Expert Advisor TicksInMySQL.
- DFC Next Indicator DFC Next.
- Prototype-IX. An Exemplary Multicurrency EA It is shown how you can open positions for 12 symbols available and for 4 timeframes using only one EA attached to only one chart.
- TSI-Osc Indicator TSI-Osc.
- Correlation USDCHF/EURUSD V2 Indicator Correlation USDCHF/EURUSD.
- DeMarker Pivots Indicator DeMarker Pivots.
- Delta Force. Indicator Delta Force.
- Fisherorg_v1 Indicator Fisherorg_v1.
- CloseAllBuySell The script closes all opened Buy and Sell positions in the active window.
- StopLossMove The script moves the StopLoss at the Distance from the market.
- Metatrader Expert Advisor e-Regr and Metatrader Indicator i-Regr Regression Channel Indicator and Expert Advisor
- Open SELL The script opens a SELL position with the specified part of the FreeMargin.
- Ergodic Oscillator Indicator Ergodic Oscillator.
- iStochTxt The iStochTxt indicator draws the Buy and Sell arrows on the main chart.
- EMA Trend Indicator EMA_Trend Indicator.
- risk Somebody wrote on the forum: "Lots reserve - does anybody have somthing like this?" I answer yes. The EA determines it.
- Aroon Horn Indicator Aroon Horn.
- #MAMA Indicator #MAMA.
- TakeProfitMove The script moves the TakeProfit by the Distance from the market.
- GordagoElder Indicator GordagoElder.
- SteelBlue Indicator WolfWave. It is written on the basis of the ZigZag.
- WolfWave. Indicator WolfWave. The code contains a fragmentary description.
- Beginner Alert Indicator BeginnerAlert. The code contains a highly detailed description.
- Dema Indicator Dema. Double exponential moving average.
- Sgmar Indicator Sgmar.
- Coppock Indicator Coppock. The indicator is developed on the basis of three movings with the user-defined parameters.
- Spyker Indicator Spyker.
- MAMACD MACD and averages. A co-developing.
- iTrend The iTrend indicator determines the beginning and the end of the trend.
- ObjectSquare A function for calculation of the area of three objects: a rectangle, ellipse or a triangle.
- TII_RLH Indicator TII_RLH.
- Gideon's_ATR Indicator Gideon's_ATR.
- Monitor rynku The indicator shows in a special terminal window the current symbol, the Bid/Ask rates, and the current SWAP for position LONG/SHORT, as well as floating SPREAD for a distant symbol... Let's see... Pokazuje w osobnym okienku aktualny instrument, Kursy Bi
- AltrTrend Signal v2 2 The indicator that sets the signals of trend reverse.
- ASCTrend1sig Indicator ASCTrend1sig.
- High Low (ZigZag) Indicator High_Low (ZigZag).
- Keltner Channel The Keltner Channel indicator determines the most significant trends.
- CCI Woodies Two CCI indicators with different periods in a single subwindow.
- Detrended Price Oscillator The Detrendeded Price Oscillator (DPO) indicator looks like a moving average because it filters the directivity (trend) in the price values in the same manner.
- Aroon Oscillator The oscilator rapidly discovers the end of the price trend and the beginning of the price movement in a horizontal interval and reverse.
- CloseOrd.mq4 It deletes a pending order or closes an opened order in accordance with your selection. It is necessary just to drag the script to an order. The script will choose the closest one and will close or delete it.
- InsTrend The indicator of the instantaneous trend line InsTrend.
- TestStops The script shows the conditions of the correct and closest placing of the StopLoss and TakeProfit of the orders.
- Elliott Wave Oscillator Elliott Wave Oscillator
- iAvgVol Indicator Average Volume.
- Camarilladt Indicator Camarilladt.
- Laguerre Indicator Laguerre.
- Ultitimate Oscillator Indicator Ultitimate Oscillator.
- Taf Indicator Taf.
- T3 Taotra Indicator T3 Taotra.
- Schaff Trend Indicator Schaff Trend.
- NRTR (Nick Rypock Trailing Reverse) The NRTR indicator lies below the chart at rising trends and lies above the chart at descending trends.
- Ravi+AO A simple EA that uses 2 indicators AO and RAVI (attached) in its working. NOT OPTIMIZED!!! Good results on EUR/USD - H1.
- 20_Pips This EA is based on the statistics with an element of Martingale.
- Open Source Forex The concept of this EA is to monitor several indicators and trade based on a value returned by those indicators.
- WcciPatterns Indicator WcciPatterns. See the description at the indicator's code itself.
- CCI_Woodies_Paterns_v1 The indicator determines the patterns of the Woodies CCI trading system.
- MA2CCI TS based on the intersection of two MAs filtered by the CCI signals.
- ParMA BB МА on the basis of a parabolic regression with Bollinger bands.
- Murrey levels The name is self-explanatory. The error that presented in the previous implementations is corrected here.
- up3x1 Investor МТS performs a trading oriented at the panic, publishing of the important economical indexes at the FOREX market.
- MATWO An adjuvant indicator that is based on the moving averages.
- AMA Bands Perry Kaufman's AMA with the double Bollinger bands.
- Ball Bollinger bands.
- EES Hedger - Take the other side of the trade - buy when you are selling, sell when you are buying Do you have the need to take the opposite side of a trade? Using manual trading or another EA, EES Hedger can immediately take the opposite position as specified in EA parameters. Instructions: For example, you are trading SAR EA on GBPUSD and SAR
- IsConnected An EA that writes the time of disconnections from the server into a file.
- Sidus_v.1 The EA was developed on the basis of the Sidus indicator. It trades on EURUSD H1. Shows good results on the history after optimization. The test was performed on the quotes from http://metaquotes.ru/ and "Alpari" DC.
- Trend RDS This expert dertemines the trend at a specific time then it goes in the opposite side
- Fractal Levels A regular modification of the fractals by B. Williams.
- Fractal_Level_Xrust It was written at the request of one trader, it draws the horizontal lines at the level of the last fractal upwards and downwards.
- 3LineBreak An indicator that colors the bars of the bullish trend with the blue color and the bars of the bearish trend with the red color.
- Silver-channels An indicator that is to be placed on the Ichimoku allows to trade both in the trend and in the flat playing mode.
- Kijun-Tenkan+ Draws separately Kijun and Tenkan lines with the drawing forward on a specified number of periods.
- х1 A simple indicatorless system based on the adding of the position with a decreased lot until the reaching of the necessary profit level.
- Hemnina Indicator Hemnina. It is recomendatory.
- Mindhero Indicator Mindhero.
- Tema_rlh Indicator Tema_rlh.
- Pi The calculation of pi character.
- moving average position system In this issue we will view the strategy called Moving Average Position System developed by the reader of our forum, Andrey. The strategy uses the only one indicator and the combined system of capital management.
- SymbolList fromSet The script extracts the list of symbols from the *.set file and saves it as the csv file.
- SymbolList The script swaps out all the symbols available in the Market Watch window into a csv file.
- Altarius_RSI&Stoh I've tested the EA on EUR/USD M15, it uses stochastic and RSI.
- DSS Bressert - double smoothed stochastic (Double Smoothed Stochastic Indicator by Walter Bressert) Indicator of overbuying/overselling
- MA_Gideon2 Indicator MA_Gideon2.
- File Operations without Limitations Well, the functions of file operations are used in the system library of kernel32.dll. It is this library that we import into the EA. The code is attached.
- RSI_dots Indicator RSI_dots.
- Vector The EA works with 4 symbols.
- Waddah Attar Super Support Resistance It Shows you more than 160 type of Support and Resistance .
- MultiMA Shows - in this version - up to 3 MA from different timeframes. Maybe is usefulll for someone. Enter the period for the ma's in Minute of the desired timeframe, f.e ma2_periode=15 shows you the ma for the timeframe M15. Enter in ma2 the Calculte Perio
- Xaos Patterns Explorer Indicator Xaos Patterns Explorer.
- CCI_onMA_MAs An improved version of the CCI_onMA indicator.
- Natuseko Protrader 4H Strategy Trade symbol: various Time frame: H4 Indicators used: EMA, SMA, MACD, RSI, Bollinger Bands, Parabolic SARS
- Natuseko Protrader 4H Strategy An indicator by the Natuseko Protrader 4H Strategy
- Magnified Market Price The indicator shows price on a chart. It is simple to write.
- 4TF Has Bar Indicator 4TF Has Bar.
- Xaos Explore Perky_Mod An advanced XaosExplorer indicator.
- ZigAndZag_V2 A regular release of an EA by the ZigAndZag indicator.
- CCI_onMA Indicator CCI_onMA.
- BS_MarketPrice Indicator BS_MarketPrice.
- DT-Pirsonq4 Indicator DT-Pirsonq4.
- DayOfWeek Indicator DayOfWeek.
- Spread swap The indicator displays spread and swap.
- cam_H4_Historical_V4 A modified Camarilla dt Historical indicator.
- Channel ZigZag A version of a ZZ for channels. The width of the channel is set in its properties.
- Autocorrelation Function Autocorrelation function
- SSL Indicator SSl.
- MacdPatternTraderAll0.01. Time+Martingale New potentialities.
- Demark Lines EA This expert is based on the famous DeMark Lines indicator.
- CycleIdentifier Indicator CycleIdentifier.
- SSL_channel_chart_alert Indicator SSL_channel_chart_alert.
- Ma_Parabolic_Alert_2 Indicator Parabolic with a signal.
- MA_Dash_Cobra Indicator MA_Dash_Cobra.
- SSL fast sBar_mtf Indicator SSL fast sBar_mtf
- BROTHER - By Rainbow On Trend High Extreme Results - EA 5 minute manual system This is not an automatic system. It is fully manual.
- FIBO_S Indicator FIBO_S.
- One Side Gaussian indicators, corrected and supplemented One Side Gaussian indicators, corrected and supplemented
- VQ bars Indicator VQ bars.
- Fuzzy logic An expert advisor that makes a decision on the basis of the indistinc logic (so-called Fuzzy logic). The A. Nedosekin's (http://sedok.narod.ru/scoring_USA.html) materials were used during the development of the classificator and the resultant for ranks.
- MacdPatternTraderAll - a profitable EA. An implementation of all patterns FOREX MACD 4H strategy in one EA.
- MACD with crossing Indicator MACD with crossing.
- FiboPiv_Daily_DK The indicator FiboPiv_Daily_DK.
- ZZ_Ensign_Fibo A ZigZag alike the one used in Ensign with little differences (v1). With displaying of statical and dynamical fibs and Andrews' pitchfork.
- Corelation The indicator is intended for searching the correlations between different symbols. It allows to overlay one chart with another to visually detect how do different symbols correlate between each other.
- Kanal_Ant The indicator of MA-channel allows to analyse the dynamics of the price by using the technique of A_Vlad, the gist of it is the line of balance LB acts as the attraction of price when there is no external influence.
- MA Channels It displays Fibo levels of the price channel created on the moving avrage.
- OzFx Signals v1.7 The indicator OzFx Signals v1.7.
- The implementation of the MACD pattern Trend continuation The EA trades based on the trend continuation pattern of the MACD indicator.
- sell zone fibs The indicator "sell zone fibs".
- Orders management The library contains the functions that ease the writing of EAs.
- DayBorders. The borders of the previous calendar day for the trading by Larry Williams. The script automates the drawing of time lines of opening/closing of a calendar day and the price lines of opening/closing of the days.
- Trand An indicator to discover the trend/flat and fallacious technical data.
- LRMA BB A moving average calculated according to the method of the linear regression and complemented buy the Bollinger bands.
- AllAverages_v1 The AllAverages_v1 indicator.
- Pipsover A pipser.
- Hystogram of levels The indicator displays the statistics of maximums and minimums in the form of a hystogram located to the left of the chart in the chart window.
- CCI CustomCandles The CCI CustomCandles indicator.
- Rads MACD The Rads MACD indicator.
- AutoDayFibs Automatically draws Fibonacci Retracement lines from yesterday's range, or today's range.
- Trix EA This expert is based on the Trix indicator created by raff1410
- SuperTrend The SuperTrend indicator developed for MetaTrader 4 based on the ProRealTime version.
- DoubleCCI_Woodies A two CCI with the coloured trend bars
- Coloured Days on Chart This indicator separates the days into two different colours on the chart.
- Multi pair MACD The Multi pair MACD indicator. Another variant of MACD, shows the signals for the following pairs: EURUSD, GBPUSD и USDCAD.
- MACD_Colored_v103 A new version of indicator MACD Colored.
- Psychological The indicator is rewritten from FXAccuCharts to MT4.
- Indicator WSO + WRO + Trend Line The indicator is almost 2 years old. I didn't lay it out, because I had no idea of how to use it.
- RSI to File An example of the script that writes the values of the RSI indicator to a CSV file.
- MoR The indicator MoR.
- MacdPatternTraderv04. Double peak. From 200 - 1900. An excellent work for the future. A high profitableness.
- VoltyChannel_Stop_v2.1 Another version of indicator VoltyChannel_Stop.
- gazonkos EA named "gazonkos" produces small profits, but does it often.
- PriceTrender2 The indicator is used to check price locations.
- Set2StopOrders Placing two pending stop orders for breaking through some trade range, for example, before the important news are published.
- Reverse It reverses all the positions on the current symbol.
- Average Volatility The script performs the calculation of the average volatility of the symbol on the specified interval.
- CrossMA Almost classical TS based on the intersection of two MA.
- ModifyOrder The modification of an order (position) using the mouse - the second script from the "GMO" ("Graphical Management of Orders") series.
- Visible Pos A script for visualization of trades on the chart. It is useful when you change the account/PC.
- InnOutBar_mtf Another indicator that displays the signals for buying and selling.
- InnBar_mtf The indicator InnBar_mtf.
- Ma-wpr The indicator MA-wpr.
- EntropyMath It calculates the entropy by the relative position of benchmarks.
- b-Account This library was created for testing the portfolio of expert advisors.
- SHE kanskigor Who wanted 5 points per day?
- OzFX_D1_IndAES_v1.0 The indicator OzFX_D1_IndAES_v1.0.
- Silver-sen The main line, the Silver-channels is drawn on the base of it.
- Kijun-sen+ It draws the Kijun line with the specified period on the chart and allows to draw the line with the KijunShift periods forward.
- MACD_Histogram MACD Histogram with outomatic divergent line .
- T3.Lnx Indicator T3.Lnx. It uses signals Heiken Ashi.
- BW MFI + Volumes An update for the BW MFI with the displaying of volumes.
- ZZ_TimeWinter 1-1000.mq4 YURAZ's library, determining the switch to dayllight saving time and revert to standard time
- 3D Oscilator An oscillator that signals in case of trend changing.
- Summary Report In Points A script for valuation of trades history that is uploaded to the client terminal. The valuation is performed in points.
- 3MaCross EA This expert advisor is based on the 3MACross indicator.
- SendPendingOrder Placing a pending order using the mouse - the first script from the "GMO" ("Graphical Management of Orders") series.
- Indicator of Trading Sessions The indicator shows the beginnings and the ends of three trading sessions: Asian, European, and American.
- StepMA A "Moving" from the board http://www.forex-tsd.com without breaks!
- A pause between trades The implementation of the pause between the trades for all EAs that are currently trading.
- Trading events in МТ4 The library contains the function that monitors the appearance of the trading events in the MT4 client terrminal.
- Error 146 - remedy The library contains the functions that are intended to split the access to the trade flow.
- BZ_TL_SkylineM The author insists that users may utilize this indicator as an external interface for all other indexes.
- MultiTrandOscilator An oscillator with the signal lines that are received from the other pairs. It is intended to work with EURUSD on M1, the signals are synthesized from Yen and Franс, the summary mode is present, you can hide an unnecessary signal.
- The average amplitude of the price movement for whole history. The indicator displays the average amplitude of the price movement.
- The average amplitude of the price movement for the specified period The indicator displays the average amplitude of the price movement for the specified period.
- CashMachine | 5 min | Hidden Stop Loss & Hidden Take Profit thresholds || EURUSD Lot = 0.2, you can change into 0.1 or set whatever value you want
- The amplitude of price movement statistics The amplitude of price movement statistics in a text file. Quickly and comfortably.
- TimeOut The indicator displays the time between sending a quote by the broker and receiving it by you.
- Momo_trades The EA was developed to test the strategy published at "Kroufr".
- at PR+SQ-e The script draws on the chart the curve of the Polynomial regression with the channel of the mean square deviation.
- Clock Displays the time of last quote coming for the current symbol in the HH:MM:SS format.
- Waddah Attar Pivot Draw Dayly , Weekly and Monthly Pivot with BackTest.
- TC TradeChannel A trade system in the Price Channel based on kickback
- b-Lots Choosing a size of the working volume. 3 variants. It can be easily inserted into an EA code.
- Base64 Simple coding/decoding of entries in Base64.
- up3x1 An EA that demostrates the excellent properties on the H1 with EUR/USD. The MA indicators were used.
- history data analysis The analysis of history data for the absence of bars, identifies their size, length and gap.
- Waddah Attar Hidden Level A new High and Low Levels every day .. it is perfect levels
- DailyPivotPoints The DailyPivot Points indicator helps to compose a picture of market future movements, in distinct from the other tools that hang behind the market.
- An indicator of support and resistance levels An indicator of support and resistance levels. The levels themselves are not calculated, as for example the pivot ones, but they are read from the text file of a specific format.
- b-SharingDoW The receiving of the EA testing results by the days of week.
- Pendulum 1_01 The parameters of working - Places two starting pending orders for buying and selling (the size of the lot is calculated automatically on the basis of the deposit size and the maximum increase of leverage from 0.01 to 0.07 lots) taking into account th
- L_Correlation The correlation coefficient between the quotes charts of two currency pairs.
- The pattern MACD - head and shoulders. Good but on rare occasions. A trade strategy that functions with the pattern MACD "head and shoulders"
- ZigAndZag_trader At Bookkeeper's request, I've made an "egzpert advizor" by the ZigAndZag indicator, published at: http://codebase.mql4.com/ru/3681
- MultiIndicatorOptimizer The EA uses 5 indicators.
- Universal Investor A universal EA for the long-time, portfolio trading.
- et4 MTC v1 A universal template for MTS developing.
- The Puncher 1:10 M15 Stochastic and RSI | 10K to 25.5K in 3 Months | 3 Lots Maximum
- Weekly_HILO. Indicator Weekly_HILO. It represents HiGH and LOW prices.
- Polish Layer Expert Advisor System Efficient - at a glance: "PLEASE" This EA based on indicators: RSI, WPR%, Stochastic, Moving Average, deMarker. Only 15 MIN charts I recommend
- The MasterMind 2 (Version2.0) 10K Flipped to 666K Under 3 Months, 60.04 Profit Factor...Have Fun! Code Pushes 3 Lots(Maximum) at a Time.
- gpfTCPivotLimit A TS based on the kickback from intraday levels calculated by indicator Pivot is implemented.
- CandRelation A try to formalize three parameters of a candle - the upper, lower shadows and the body.
- TrendLineRange The indicator informs about that the price is approaching to support/resistance line in 3 positions.
- Waddah Attar Win Expert Sell when Up >>> Buy when Down
- Linear Regression Indicator It's a complete analog of indicator LSMA
- Indicator nEMA TEMA and DEMA are next of kin
- MACDonRSI The MACD indicator is built on the basis of RSI that, in its turn, is built on MA.
- ZigZagHistory Besides already fixed bars, the indicator shows the intermediate static positions of the ZigZag indicator. It will be helpful for those developing systems based on ZigZag.
- Normalized Volume Oscillator An expanded version of the Normalized Volume indicator. Added means facilitating visual analysis of the indicator's values.
- LSMA in Color The indicator is build on the basis of moving averages. Its main feature is entering/leaving signal - the indicator's line is colored in a certain color signaling for the user to buy or to sell. The accuracy of the signal is very high.
- The MasterMind Demo it First... $5000 Flipped To $243K in 3 Months. Coders Needed, Not Finished.
- News Trading on news.
- Otcfx_b-clock modified V3.2 Indicator Otcfx_b-clock modified V3.2. Another version of the recommended indicator.
- Priliv_s Reversal indicator. It represents 3 lines of different colors showing the trend speed on the current, the nearest larger and the next larger timeframe (TF).
- ZigAndZag Another version of popular ZigZag.
- SignalTable An original indicator that shows buying/selling signals.
- Fractals. A standard indicator Fractals, that doesn't redraw the lasr fractal....
- MacdPatternTraderv02 The pattern of the MACD trend continuation
- gpfTCPivotStop TS on the break through of daily resistance/support levels of the Pivot indicator.
- MVV_LinearRegression The standard linear regression channel and support/resistance levels.
- Price and Volume Trend - PVT Indicator Price and Volume Trend (PVT), like On Balance Volume (OBV), represents the cumulative sum of trade volumes calculated considering close price changes.
- MacdPatternTraderv01. +300 points monthly A 4-hour MACD FOREX strategy
- Kloss_ Previously uploaded Expert Advisor Kloss specially revised for optimization
- ZH_Functions_Tools_1 A set of function tools.
- i4 GoldenLionTrend v3 The indicator shows the trend. A code example for candlesticks colored in four different colors according to the trend strength.
- OutQuotings Unloading quotes from the selected period into an external file.
- STRATEGY REPORT INTO CHART Drawing all results from a strategy tester report file into a chart.
- Stochastic_Cross_Alert_SigOverlayM_cw The indicator displays signals to buy/sell.
- XPoints Indicator that predicts possible reversal points.
- Price_BarsM2_MTF The indicator colors candlesticks.
- Prusax_v61 The indicator colors bars.
- TrendCapture A primitive Expert Advisor that learns from its own mistakes.
- RndTrade The Expert Advisor demonstrates the possibility to gain profits using the position opening strategy based on the "heads-or-tails" principle.
- Tro_Range Indicator Tro_Range.
- PLdot Very simple indicator PLdot. It's been even optimized.
- Karbofos A simple system without indicators.
- Normalized Volume Indicator of the normalized volume
- HarVesteR Combo of averages and MACD. All parameters are free to be changed.
- StepByStep A step-by-step passing of historical data for manual testing of trading.
- Interception Script interception of pressing keys or mouse buttons in the windows of MetaTrader 4. It can be helpful in writing controls.
- Report Report generator
- CustomCandle CustomCandle draws candlesticks of a larger and, perhaps, non-standard (for MT 4) timeframe in the current chart.
- MarketProfile Market Profile is a tool used by many Futures traders.
- Bid_View Another version of a recommended indicator.
- BreakOut_Panca_eagle Indicator BreakOut_Panca_eagle.
- e-TurboFx 3 bearish and sequential lengthening bars? Bruins, we are not going your way!
- FullDump An EA developed on the basis of "Full Dump" system.
- MS Excel: Data Exchange and Management A DLL to manage and exchange data between MT4 and MS Excel. OLE is used. The description of the DLL functions is given in the attached example. The example is a script that sends quotes to Excel and builds the diagram of daily price changes. At exiting,
- Need a Top_Bottom fishing addition.. The EA works with the 1 min EURUSD AMA signal but can't turn the corner without latent signals. Can somebody try to work the flaw and make the signal more precise. It has some RSI and MA added to filter. But not enough to accomplish a msot profitable tra
- Currency Loader The EA unloads historical data in the *.csv format for several timeframes of the symbol it is attached to.
- up3x1 Krohabor D EA up3x1 of the Krohabor_D series with a universal technology of "win-win" trading.
- EA Template A slightly optimized EA template from article MetaEditor: Templates as a Spot to Stand On
- ReConnecter - A Script for Periodical Reconnections The script should solve the "fading charts" problem - the situation when the charts stop being updated while the connection to the server remains ok
- LinearRegSlope_v1 Indicator LinearRegSlope_v1.
- Heiken_Ashi_Ma_T3 Indicator Heiken_Ashi_Ma_T3.
- Volatility Quality EA This expert advisor is based on the Volatility Quality Index indicator created by raff1410.
- Lucky It is a source code by winwin2007 - one of the leaders of the ATC 2007. It works only with the spread 2. It is closed after gaining the minimal profit, that is why Stop Loss and Take Profit levels of a brokerage company are not a problem for it.
- 20/200 expert v 4.2 AntS The most reliable Expert Advisor. EUR/USD 1H
- mt4mm Automated volume calculation for the preset risk factor, and order(s) opening.
- Digistoch-1 Indicator has a rekomendatsionny nature. Shows signals on the basis stohastika.
- 10 pips Trading without indicators!!!
- linreg A simple indicator will be useful for beginners. Even the present optimization.
- Tro_Mid Shows when to sell and when to buy, but not so simple.
- Tickwatcher 2.0 Another indicator showing recommendations for each currency pair and period.
- Triggerlines Shift Modified Indicator Triggerlines Shift Modified.
- ADX & MA We need two indicators: ADX and MA
- ZZ_CheckingFonts 0-0020 & ZZ_DeleteFonts 0-0010 A script tool for those who develop programs in MQL4. It allows to display the contents of any font in your chart.
- Painter_v1 Indicator colours prices of certain areas hh: mm_start before hh: mm_finish.
- Modified Indicator KDJ and KDJ Automated Trading System Indicator KDJ deactivates short-term fluctuations. It carries on a parameter to adjust and increase two new RSV index lines: close price of short-term volatility KDC: K-D difference, to determine the change of price trends and to open positions.
- FX-CHAOS_SCALP Draft daily trend-following EA that trades using ZIGZAG-FRACTALS on high/low of the preceding bar on a one-hour chart. TakeProfit is 13 points.
- TRAYLER+ I supposed to use the EA for trailing, but added graphical order management to it while programming.
- Volatility.mq4 The indicator shows the volatility of a currency pair. This knowledge may be very helpful when using one strategy or another.
- MACD_color The indicator colored in the AC/AO style with disabled zero bar. It is proposed not to display the forming bar of the indicator, but to show only a signal line of the bar being formed.
- Support - Resistance A version of indicators to detect Support/Resistance levels.
- Pattern Searching ZigZag Building in the current window a ZigZag calculated on a larger timeframe.
- FX-CHAOS Draft EA that works on H4, first entering on daily chart. It uses Ryan Jones' Fixed Ratio money management method and "reverse pyramid.
- Function ObjectGetValue_ByCurrent .....Delta_ByCurrent .....Delta_ByTimeShift .....Delta_PerBar A test script with the functions that calculate the true value of a graphical object's Y coordinate. It is useful to watch the bar forming.
- GTerminal_V5 Graphic orders and indicators Execution of orders by slanting lines. For the purposes of real trading and learning, graphical orders are implemented in Tester. The EA was evaluated on MQL4 Forum. Version_V5 considers all the suggestions and wishes.
- Halifax Leading Edge trend estimator with bands.
- Graphical Calculator It allows you to calculate profits, StopOuts, and margin, just moving in the chart three lines that correspond with the opening level, StopLoss and TakeProfit of the position.
- Clock v 1.3 The indicator shows in the chart the current time in different time zones.
- FX-CHAOS - SECOND EDITION Trading strategy named Fx-chaos is the result of integration of Bill Williams' Chaos Theory, A. Elders' trading strategy (triple choice), and Ryan Jones' Fixed Ratio money management method.
- RelDownTrLen The indicator displays the ratio between the length of the current down-trend (in bars) and the total length of the period barsToProcess (of course, in bars, as well) where the down-trend is searched for.
- RelUpTrLen The indicator represents the ratio between the length of the up-trend found and the length of the entire range where the indicator is searching for an up-trend.
- Moving Average Trade System The strategy is based on Moving Average with the periods of 5/20/40/60.
- FX-TREND The indicator shows the trend on a daily chart(2) using indicator ZIGZAG-FRACTALS. It also shows the enter price for HIGH/LOW of the preceding bar on the current timeframe.
- Fast_oscilator_2 A fast oscillatorб also suited for scalping.
- Levels_A_Vlad The indicator shows support/resistance levels calculated using the methods by V.B. Antonov (A_Vlad).
- BHS system A system based on "round" numbers.
- Rooks Returned One more interpretation of the well-known ZigZag. The indicator is written to work according the trading system described here: http://forum.fibo-forex.ru/viewtopic.php?t=1368 The indicator works with ZigZag by Rosh (Zigzag2_R_).
- Short-Term Trends A trading strategy that works with short-term trends.
- MTS "MoneyRain" This is an EA that increases the lot size after each profitable trade if it follows some losing trades.
- 1-2-3 A realization of the method described at http://www.tradejuice.com/forex/forex-1-2-3-methode-mm.htm. The author of the realization is not the author of the method, so I don't vouch for the realization correctness.
- Clear Exchange Transactions The indicator prints net positions for all currencies in the screen. This is a monitor of a multicurrency portfolio.
- GA ind 2 color This indicator has already been placed here. This given modification is more visual.
- OSC-MTF_CF_SYSv1.1 Indicator OSC-MTF_CF_SYS-v1.1
- Squize_MA Indicator Squize_MA.
- BBflat_sw Simple indicator BBflat_sw.
- Signal_Bars_MFI The indicator displays helpful information for the trader.
- #SF_Trend_Lines It draws a channel with recommendations.
- "Forex Profit" System Indicators Parabolic SAR and Exponential Moving Average are used in the system.
- Indicator Impulse CDC (Color) Indicator Impulse CD (Color) is a sequel of impulse approach. By users' requests, colors and signal line are added.
- PrintText A toy script that demonstrate the way of displaying some text information in a chart.
- Percent_Levels The script draws a set of up/down levels that are at a certain-percentage distance from the price of the bar selected by user.
- ZZ_All Quotings 0-0080 A script aimed at loading of history for all available currency pairs, metals, indexes, CFD, and at checking of history for "holes".
- Flatter_V1 The script places stop orders. The orders are placed for the market/pending orders specified in custom variables High (variable Hi) and Low (variable Lo).
- OzFx System OzFx to gain the profit of 100-800+ pips.
- VLT_TRADER The system is based on volatility compression.
- Pipsing_Setup_Buy_Sell Three scripts for quick preparation and manual placing of trade orders.
- _Fibo_Pivot_multiVal A multi-currency Expert Advisors aimed at trading on Asian sessions.
- Universum 3.0 An EA that increases the order volume after each losing trade.
- Specification An example of using graphical object OBJ_LABEL for tabular display.
- Visual Start A code/method to test the redrawing indicators, by the example of FxmFish
- Hercules A.T.C. 2006 EA High-Probability Breakout EA with very favorable risk:reward ratio.
- MA.S.R_Trading The strategy underlying this EA is based on the indicator of MA.
- up3x1_premium_v2M This automated trading system is intended for working with the currency pair of eur/usd in the one-hour chart. Excellent results.
- TREND_alexcud v_2 The EA is based on the indicator TREND_alexcud Something goes wrong with it
- RoundLevels Indicator RoundLevels draws two "round" nearest levels above and below the current price level. Short English comments are in the MQ4 file.
- GA-ind I modified the original MACD. This resulted in such an interesting indicator.
- StochCandles Indicator StochCandles. Paints candles on the basis of stochastic.
- Stoch Crossing Indicator Stoch Crossing is a modification of EMA-Crossover_Signal based on Stochastic Oscillator.
- Traders Dynamic Index Indicator Traders Dynamic Index, helps traders to supervise the market.
- MTF_4TF_Supertrend_BarM Indicator MTF_4TF_Supertrend_BarM. Works together with SuperTrend and uses signals CCI.
- Percentage Price Oscillator (PPO) Percentage Price Oscillator displays more precise signals of divergences between prices and the value of the oscillator. It also emphasizes price extremums more precisely, it moves faster.
- ToR_1.20 Indicator ToR_1.20. The indicator shows development of a currency pair.
- MTF Stochastic Standard Indicator MTF Stochastic Standard. Shows 4 stochastic on one.
- MTF_ChandelierStops_60min One more version of indicator ChandelierStops. Works together with indicator ChandelierStops_v1.
- AUTO_STOP_REVERS A modified parabolic. It readjusts the entering/leaving points according to the situation on the market.
- Hull_O_H_L_C Indicator Hull_O_H_L_C.
- OnChart Stochastic Indicator OnChart Stochastic.
- X_0_Serg153_TEST A tick-tack-toe indicator with trade alerts. All data of this indicator is contained in the coordinates and names of graphical objects. Trade alerts are extracted from the graphical objects generated by the indicator.
- SAR Color Indicator SAR Color.
- IFish Indiactor IFish.
- KaufWMAcross Indicator KaufWMAcross. Works with indicator Kaufma.
- TZ-Pivot Indicator TZ-Pivot. Gives the recommendation on a time interval. See in a code.
- TREND_alexcud A multi-timeframe indicator. It shows the trend direction for the charts of several timeframes in a separate window.
- Modified Heiken Ashi Modified Heiken Ashi
- AvgRangeM Modified indicator AvgRangeM.
- Range_v2.2 One more version of the indicator Range.
- OnChart Rsi Indicator OnChart Rsi.
- FX5_SelfAdjustingRSI Indicator FX5_SelfAdjustingRSI.
- MTF BB-Squeeze Indicator BB-Squeeze. The modified version. For work the indicator bbsqueeze is necessary.
- FFS_CrossTiming Indicator FFS CrossTiming. Shows a trend of all cros'ов, connected with the considered pair. Further see in a code of the indicator.
- EMA Prediction Indicator EMA Prediction.
- BAT ATR_v1 Indicator BAT ATR v1
- RSI-TC Indicator RSI-TC.
- T3MA I'm waiting for your opinions.
- Filter over WPR Indicator Filter over WPR. It is based on indicator Stochastic.
- Levels One more version of an indicator to calculate support/resistance levels.
- RZI An indicator for viewing turning shapes.
- buy_sell A trend-following indicator. It's simple as a coign.
- Trix Indicator Trix is used in determining of the overbought/oversold market conditions. You can also use it as an impulse indicator.
- MTF Alligator+T3 Indicator MTF Alligator+T3.
- MTF Macd_Bars Indicator MTF MACD_Bars.
- MTF Heiken_Ashi Indicators MTF Heiken_Ashi and MTF Heiken_Ashi_[sw]. Work with indicator Heiken Ashi.
- Aroon_Horn_Oscillator_v1 Indicator Aroon_Horn_Oscillator_v1.
- ang_AZad_Css[cw] Indicator ang_AZad_Css[cw].
- Damiani_volatmeter Indicator Damiani_volatmeter.
- MTF_4 TF XO_M30D1 Indicator MTF_4 TF XO_M30D1. Works with indicator XO.
- MTF_HI_LOW_v1 Indicator MTF_HI_LOW_v1.
- MTF_MAMy3 Indicator MTF_MAMy3. Works with indicator MAMy v.3
- MTF_Accumulation/distribution The modified version of indicator Accumulation/distribution.
- All ADX, RSI, CCI. By means of these indicators, you can not switch the periods of the schedule in MetaTrader. As all the periods will be at you before eyes.
- MTF_Waddah_Attar_ExplosionSA Modified indicator Waddah Attar Explosion.
- FanSimple8_4MEn Right corner - direction of price movement; signals from 8(9) TFs (1M-1W) ; up to 8 MAs (def. 5,21,55)
- IINwmarrows Shows when to sell and when to buy, but not all so is simple.
- 1H EUR_USD The purpose of this EA is to find good entry in a well established trend. The EA was developed on 1 Hour EUR_USD graph, but I think that the similar concept can works in a good manner on the other crosses too. I’m happy about the drawdown.
- AMA Slope Indicator AMA Slope.
- Dolly_Trading Times _3 Indicator Dolly_Trading Times _3. Shows working hours.
- Dolly_Graphics_v11-GMTShift Indicator Dolly_Graphics_v11-GMTShift. Shows various recommendations, in particular on purchase and sale in percentage terms, the current price...
- MTF_Stochastic_SmL Indicator MTF_Stochastic_SmL. Uses signals Stochastic'а.
- MTF_OsMA_Lc Indicator MTF_OsMA_Lc. Copied indicator OsMACD_M (it OsMA_Lc). Only now OsMA_Lc it is caused through iCustom.
- MTF_WildersDMI_v1m Indicator MTF_WildersDMI_v1m. One more version of indicator WildersDMI_v1. Works with indicator ADX_WildersDMI_v1m.
- e-News-Lucky$ Советник e-News-Lucky$.
- Two PerBar Adviser Two PerBar. One more unpretentious variant.
- 5_8 MACross 5_8 MACross. Uses indicator MA.
- Bad Orders Adviser BadOrders. The unpretentious adviser.
- Breadandbutter2 Adviser breadandbutter2. Leans on Indikators ADX and MA.
- Currencyprofits_01.1 Adviser Currencyprofits 01.1
- Bronze Warrioir01 Adviser Bronze Warrioir01. Uses indicator DayImpuls.
- DLMv1.4 - MQL4Contest Adviser DLMv1.4 - MQL4Contest. Uses indicator FX FISH 2MA.
- 1h-4h-1d Adviser 1h-4h-1d. Uses indicator MA. It is optimized on the periods from M1 - M30.
- E-Friday Adviser E-Friday.
- EMA 6.12 Adviser EMA 6.12. Uses indicator MA.
- EMA Cross Contest Hedged Adviser EMA Cross Contest Hedged. Uses indicators: Macd and MA.
- Firebird v0.60 Adviser Firebird v0.60. Uses indicator MA.
- Fractured Fractals Adviser Fractured Fractals. Uses indicator iFractals.
- Gaps Adviser Gaps.
- GoldWarrior02b MT4 Adviser GoldWarrior02b MT4. Uses indicators: DayImpuls, ZigZag и iCCI.
- Graal-003 Advise Graal-003. Uses indicator iFractals.
- GlamTrader Adviser GlamTrader. Uses indicator Laguerre.
- FxDownloader 2006 Adviser FxDownloader 2006.
- Get Rich or Die Trying GBP Советник Get Rich or Die Trying GBP.
- GBP9AM Adviser GBP9AM. Works on GBPUSD.
- FX10EA Adviser FX10EA.
- FrBestExp02 1 Adviser FrBestExp02 1.
- TDSGlobal 4hr Adviser TDSGlobal 4hr.
- FitFul 13 Adviser FitFul 13.
- Flat Trend v1.0 Adviser Flat Trend v1.0 Uses indicator FlatTrend V2.
- Elder Adviser Elder.
- e.2.12 5 min Adviser e.2.12 5 min.
- DT RSI EXP1 Adviser DT-RSI-EXP1. Uses indicators RSI and RFTL.
- DoubleMA Crossover EA Adviser DoubleMA Crossover EA.
- MA Cross 3MACross Alert WarnSig Indicator MA Cross 3MACross Alert WarnSig.
- MTF Macd X MTF Macd X indicator.
- DojiTrader Adviser Doji Trader.
- Doji Arrows Adviser Doji Arrows. I'ts made of the indicator.
- ASCV Adviser ASCV. Uses indicators ASCTrend1sig, BrainTrend1Sig and Pivot_AllLevels.
- Arttrader_v1_5 Adviser Arttrader v1_5.
- Bago_EA Adviser Bago EA.
- MTF support & Resistance (SR) MTF Support & Resistance (SR) indicator.
- MTF Stochastic v2.0 One more version stohastic. Works on all periods.
- Gann Hi-lo Activator SSL The unpretentious indicator, will approach beginners in mastering MQL4.
- Heiken_Ashi_Ma 20 Heiken_Ashi_Ma 20 indicator.
- ATRStops_v1[1].1 ATRStops_v1[1].1 indicator.
- MTF_atrstops Indicator MTF_atrstops. Works with indicator ATRStops_v1[1].1.
- BollStarc-TC Indicator BollStarc-TC.
- MTF_CustomCandle[HL] MTF_CustomCandle[HL] indicator.
- MTF_DeMarker One more indicator Demarka, is under construction on the basis of comparisons of a maximum of a current bar is compared to a maximum previous.
- Polarized Fractal Efficiency Fractal efficiency is calculated like in KAMA, Kaufman’s Adaptive Moving Average efficiency ratio, plus polarization and with optional exponential moving average.
- Envelope 2 Adviser Envelope 2.
- BreakOut15 Советник BreakOut15.
- Bruno v1 Adviser Bruno v1.
- Channels Adviser Channels, uses indicator МА.
- Contrarian trade MA Adviser Contrarian trade MA. Works on MA.
- Daydream01 Adviser Daydream01.
- Alexav D1 Profit GBPUSD Adviser Alexav D1 Profit GBPUSD. As you have noticed parameters of testing in the name of the adviser.
- Alexav SpeedUp M1 Adviser Alexav SpeedUp M1.
- AOCCI Adviser AOCCI.
- Abovebelowma Adviser Abovebelowma.
- BollTrade Adviser BollTrade.
- 3 Screens Adviser 3 Screens.
- Autotrade Adviser Autotrade.
- 3MA Bunny Cross Expert Adviser 3MA Bunny Cross Expert.
- 3sma Adviser 3sma.
- Trade on qualified RSI Adviser Trade on qualified RSI.
- L3_H3_Expert Adviser L3 H3 Expert.
- Anubis The adviser took part in Automated Trading Championship 2006.
- Noah10pips2006 Adviser Noah10pips2006.
- Multibreakout Adviser Multibreakout.
- Russian20-hp1 Adviser Russian20-hp1.
- RSI trader v0.15 Adviser RSI trader v0.15. Uses indicator RSI.
- Plan x Adviser plan x. Has left as is.
- Pivotema3 Adviser Pivotema3. Uses indicators: Heiken Ashi, Pivot.
- Pedroxxmod Adviser Pedroxxmod.
- HMA4 Modified indicator HMA.
- DinapoliTarget_Malay The modified version of indicator DinapoliTargets.
- FN Signal FN Signal indicator.
- Nonlagdot Nonlagdot indicator.
- Accelerator_4c_mtf. Accelerator_4c_mtf indicator.
- OverHedgeV2 Adviser OverHedgeV2.
- NRTR_Revers Adviser NRTR Revers.
- Steve Cartwright Trader Camel CCI MACD Adviser Steve Cartwright Trader Camel CCI MACD.
- SMC MaxMin at 1200 Adviser SMC MaxMin at 1200.
- SimplePivot Adviser SimplePivot.
- imple-MACD-EA Adviser imple-MACD-EA.
- Sweet_Spot_Extreme Adviser Sweet Spot Extreme.
- EURUSD breakout v0.30 Adviser EURUSD breakout v0.30.
- Surefirething Adviser Surefirething.
- Suffic369 Adviser suffic369.
- StrategyTester Ea Adviser StrategyTester Ea.
- Starter_v6mod. Adviser Starter v6mod. Uses indicator EMA Angle Zero.
- UniversalMACrossEA Adviser Universal MA Cross EA.
- Tunnelmethod The adviser on a method of channels.
- TTT Adviser TTT.
- Terminator_v2.0 Adviser Terminator. Uses indicators I_Trend and Support and Resistance.mq4.
- Volume trader Adviser Volume trader.
- Vlado Adviser Vlado. Trade on values of indicator Williams' Percent Range (%R)
- RPM5_MT4_[ea] Adviser RPM5_MT4_[ea].
- Donchain counter - channel system Adviser Donchain counter-channel system. Uses indicator Donchian Channels - Generalized version1.
- Fractal Adaptive Moving Average October 2005 Issue - "FRAMA - Fractal Adaptive Moving Average" Length will be forced to be an even number. Odd numbers will be bumped up to the next even number.
- FiboPiv_v2 FiboPiv_v2 indicator.
- TDI-With Alerts Indicator TDI-With Alerts. The description look in a code.
- QQE with Alerts The modified version of indicator Qualitative Quantitative Estimation.
- Trendlines Day Trendlines Day indicator.
- Inout Inout indicator.
- Linear Regression Channel Custom Linear Regression Tool. Values of LR line and Support and Resistance lines are in buffers.
- Labtrend1_v2 Labtrend1_v2 indicator.
- Elite eFibo Trader Fibonoacci trading Expert Advisor for MetaTrader 4.
- MBA Indicator MBA. Uses signals of indicators: MACD, Stochastic, RSI, Momentum.
- Expected Volumes Expected Volumes indicator.
- BB_Prc BB_Prc indicator.
- Advanced Get Oscillator Advanced Get Oscillator indicator.
- Fisher_m11 Fisher_m11 indicator.
- MTF_Williams Percentage Range MTF_Williams Percentage Range indicator.
- Qualitative Quantitative Estimation Qualitative Quantitative Estimation indicator. Uses indicator RSI.
- NonLagZigZag_v2 NonLagZigZag_v2 indicator.
- BobokusFibo Indicator BobokusFibo. The modified version of indicator SpudFibo.
- Chin Breakout Alert Chin Breakout Alert indicator.
- Solar wind clean X Solar wind clean X indicator.
- RSI with Trend Catcher signal (RSI-TC_New) Indicator RSI with Trend Catcher signal.
- MTF_Stochastic MTF_Stochastic indicator.
- MTF_MA-4H MTF_MA-4H indicator.
- CCI_Woodies_Lnx_v3_1 CCI_Woodies_Lnx_v3_1 indicator.
- Doublecci Woody Doublecci Woody indicator.
- T3 Alpha T3 Alpha indicator.
- Velocity_v2 Velocity_v2 indicator.
- WildersDMI_v1 WildersDMI_v1 indicator.
- MTF_Bbands MTF_Bbands indicator. Uses indicator BBands.
- MTF_MAChnl810_Env MTF_MAChnl810_Env indicator.
- Delta Delta indicator.
- MTF_FibBreakout1.3 MTF_FibBreakout1.3 indicator. Uses indicator Stochastic.
- Advanced_ADX Advanced_ADX indicator.
- Macd_CJA M1D1 Macd_CJA M1D1 indicator. Uses signals Macd.
- MACD_4in1_v2 MACD_4in1_v2 indicator. Four in one.
- Float Float indicator.
- GMacd_Signals GMacd_Signals indicator. Will approach as the filter.
- MTF-Dinapoli_Target MTF-Dinapoli_Target indicator. Works together with DinapoliTargets.
- Synergy Signals [v2] Synergy Signals [v2] indicator.
- RSIOMA_v2 RSIOMA_v2 indicator.
- Color Stochastic Color Stochastic indicator.
- Chaikin's Volatility (2 lines) Chaikin's Volatility (2 lines) indicator.
- Stodiv Stodiv indicator.
- Bollinger Squeeze_v9 Bollinger Squeeze_v9 indicator.
- Stoch_Sound_Email Stoch_Sound_Email indicator.
- SpudFibo SpudFibo indicator.
- Support and Resistance This indicator shows support and resistance lines based on fractals.
- T3_RSI Indicator T3 RSI.
- OrdersSuite Revision 1 Functions for processing the orders of Spot currency pairs, Spot Gold and Spot Silver with error handling. Revision 1: OrderModify2() & OrderProcess() corrected, OrderProcess() & OrderSend2() enhanced.
- EA Vegas 1hr Indicator EA Vegas 1hr.
- MTF CCI Indicator MTF CCI.
- I_Trend Indicator ITrend.
- T3_RSI Indicator T3 RSI.
- T3 CCI Indicator T3 CCI.
- Trading hours Indicator Trading hours.
- TSD_PP_MACD_FORCE_Ind_v1 Indicator TSD PP MACD FORCE Ind v1.
- MC Indicator MC.
- iAnchMom Indicator iAnchMom.
- VTS Indicator VTS.
- WcciChart Indicator WcciChart.
- SmoothCandle S v1.00 Indicator SmoothCandle S v1.00.
- T3 Indicator Т3.
- BrainTrading1 Indicator BrainTrading1
- i-RoundPrice-T01m Indicator i-RoundPrice-T01m.
- PFE2 Indicator pfe2.
- EMABands_v1 Indicator EMA Bands v1.
- EMAPredictive2 Indicator EMA Predictive2.
- Pivot_Fibs Indicator Fib Pivots.
- Ind-SKB-1 Indicator Ind-SKB-1.
- TZ-Breaktout-Z1 Indicator TZ-Breaktout-Z1.
- Flat Indicator Flat.
- i4_DRF_v2 Indicator i4 DRF v2.
- MA-ATR Indicator MA-ATR.
- 1_FISH Indicator 1 FISH
- ZZ MTF XO A Indicator ZZ MTF XO A.
- T3MACO Indicador T3 MACO.
- T3_iAnchMom Indicator T3 iAnchMom.
- RD-TrendTrigger Indicator RD-Trend Trigger.
- MA details Show MA details (Type,Period,& current value) on the chart.
- PriceVSwma Indicator Price VSwma.
- ColorOsMA Indicator Color OsMA.
- Louw Coetzer Indicator Louw Coetzer.
- Mom Cross Indicator Mom Cross.
- V-T&B Indicator V-T&B.
- valasholic13 v2.5 Indicator valasholic13 v2.5.
- Custom Aroon Oscilator_v1 Indicator Custom Aroon Oscilator_v1.
- VininI ConstTickHeikenAshi R The indicator forms candlesticks based on "equitick" bars.
- VininI ConstTick SMA SMA constructed on equivoluminal bars.
- Automated Trading System "Сombo" The ATS is based on the classical trend-following strategy and a double-layer neural network taught in to enter the market against the trend.
- CandleStop Indicator CandleStop.
- StepSto_v1 Indicator StepSto_v1.
- SuperSR 6 Indicator SuperSR 6.
- T3MAopt Indicator T3 MAopt.
- PrevDayAndFloatingPivot Indicator PrevDay And Floating Pivot.
- RD.Combo Indicator RD.Combo.
- Renko_v1 Indicator Renko v1.
- Created by Ronald Verwer Indicator Created by Ronald Verwer.
- DialyPivot Indicator Dialy Pivot.
- Elders Safe Zone Indicator Elders Safe Zone.
- MarketHoursShade_v01 Indicator Market Hours Shade v01.
- MachXalert machXalert indicator.
- Heiken Ashi Smoothed Heiken Ashi Smoothed indicator.
- 18_28Cross 18_28Cross indicator.
- Candle_Signal Candle_Signal indicator. The alarm indicator.
- ADX_Cross_Hull_Style Indicator ADX Cross Hull Style.
- Gimmebar Индикатор Gimmebar.
- Critical Points Indicator Critical Points.
- cam_H1_H5_Historical_V4 Indicator Cam H1 - H5 Historical V4
- OverLay Chart Overlay two or more charts on the same window.
- #MTF Candles. Indicator MTF Candles.
- 4_Trendlines_v3 Indicator 4 Trendlines v3.
- Chande Kroll Stop_v1 Chande Kroll Stop_v1 indicator.
- CMO v1 CMO v1 indicator.
- Parabolic_Alert Parabolic_Alert indicator.
- StringArraySuite Functions for handling two dimensional string arrays. Usefull for prototyping.
- AudioPrice Have audio output of latest price.
- StepMA_v7 StepMA_v7 indicator.
- Level Trading System of intraday time trade.
- A Script to Calculate MAE and MFE Drawdowns are calculated, too.
- SI SI indicator.
- StepRSI_v5.2 Strategy pabloski, is realized in indicator StepRSI_v5.2.
- StepChoppy_v2 StepChoppy_v2 indicator. Uses indicators: StepMA_v7, StepRSI_v5.2.
- Indicator 'Currency' Is a Useful Program The indicator-informer Currency prints and writes into a file the following information.
- JMASlope_MTF - Multi-Frame Indicator A simple multi-frame indicator on the basis of JMASlope for the organization of scalping and swing trading, as well as for an easier detection of Elliot Waves.
- Alternative of Moving Averages on the Basis of Bezier Curve This indicator is alternative of moving averages, but with lower lag and adjustable sensitivity coefficient.
- TREND_alexcud A multi-timeframe indicator. It shows the trend direction of several time charts in a separate window.
- Z-Score Calculation The library helps to organize calculations of Max, Min, universal mean, standard deviation, skew, kurtosis, and Z-score, on the data array.
- Acceleration&Speed Indicator The indicator Acceleration&Speed shows speed and acceleration of a price change.
- Awesome_Signal - Extended Awesome The standard Awesome with some amendments: signal line, setup of quick, slow, signal line, shifting of the signal line.
- ind_FullSymbol_v1 Shows the full symbol name on a chart.
- Indicator of Quasi-Volume bars Bars of almost equal volumes are formed.
- Turbo JRSX The indicator shows a trend.
- #MTF Center of Gravity #MTF Center of Gravity indicator.
- DeMark Trendline Trader DeMark Trendline Trader indicator.
- 3_Level_ZZ_Semafor This indicator places semaphore points on the maximum and minimum of a higher, medium and lower period. Similar to Advanced Get, but without waves numeration.
- RSI DeMarker Super Position Indicator RSI DeMarker Super Position
- Impulse MACD Impulse MACD. The method of its construction is not traditional. This indicator is the result of laziness and absence of a working area on a chart.
- Equivolume Bars Builder Another version.
- SlopeDirection_MTF For those who prefer "slope trading" or other variants that imply using 3 screens. To avoid numerous screens, set up SlopeDirection MTF on a higher timeframe as you desire.
- StochR% Super Position Indicator One more indicator form the series of Super Positions: StochR% Super Position
- Metro Indicator Metro
- Math-System Math-System indicator.
- Probe Advisor Probe.
- Nextbar Advisor Nextbar.
- SilverTrend v3 Advisor Silver Trend v3. Opens one transaction.
- ichimok2005 Advisor ichimok2005. Uses indicator Ichimoku.
- Tunnel Indicator Tunnel
- i_DCG_ModStDev Indicator iDCG ModStDev.
- CCM3 Indicator CCM3
- All_usd_pair Indicator All usd pair.
- Trend_CF Indicator Trend_CF.
- Par Test Indiactor Par Test.
- iDCG Camarilla Indicator iDCG Camarilla.
- Trendscalpindic Indicator Trendscalpindic.
- SinTrend Indicator SinTrend
- AV Indicator AV
- AFStar Indicator AFStar
- 4PMA Indiactor 4PMA
- Arbitraz Indicator Arbitraz
- Ma Distance From Price Indicator Ma Distance From Price.
- Forex Freeway 2 Indicator Forex Freeway 2
- ColouredWoodie Indicator Coloured Woodie
- PDF Indicator PDF
- RAVI FX Fisher Indicator RAVI FX Fisher.
- LaguerreVolume Indicator Laguerre Volume.
- MRO2 Indicator MRO2.
- DigFiltr Indicator DigFiltr
- JMASlope Indicator JMASlope.
- LSMA AppliedPrice Indicator LSMA AppliedPrice.
- Ind-SKB-1 Indicator Ind-SKB-1.
- TTM-Trend Indicator TTM-Trend
- CCM2 Indicator CCM2
- HL Next Activator Indicator HL Next Activator.
- HiLo Activator Profi Indicator HiLo Activator Profi
- GannSwings V2 Indicator GannSwings.
- DoubleUp with a twist Amazing results. A simple EA Same as doubleUp with an improved lot calculation , less loss ratio, and a simpler double down
- Mass Index The Mass Index is intended for detection of trend turns based on changes in the bandwidth between the maximal and the minimal price. If the bandwidth expands, the Mass Index increases, if it narrows, the index decreases.
- Volume Rate of Change - VROC The indicator is equivalent of one of the oldest classical indicators, ROC. The prices are replaced with volumes in this present indicator.
- Williams' Accumulation/Distribution, W A/D The indicator Williams' Accumulation/Distribution, W_A/D is the accumulated sum of positive "accumulative" price movements and negative "distributive" ones.
- Ultimate Oscillator Ultimate oscillator offered by Larry Williams is a weighted average of values of three stochastic indicators defined on a short, medium and long periods.
- MACDCCI simple EA Works well on 1Min EURUSD
- FractalAMA Indicator Fractal AMA.
- Full Bar w Spread Shadow Indicator Full Bar w Spread Shadow.
- Elliott Wave Oscillator Indicator Elliott Wave
- EMA AngleZero Indicator EMA AngleZero.
- EMABands_v1 Indicator EMA Bands v1
- Pivot Fibs Indicator Pivot Fibs
- RBCI Indicator RBCI
- BullsBearsEyes Indicator Bulls Bears Eyes.
- Digital CCI Woodies Indiactor Digital CCI Woodies
- CADX Indicator CADX
- AFStar Indicator AFStar.
- AV Indicator AV
- Ask Shadow Indicator Ask Shadow
- ^Pivot_ResSup Indicator ^Pivot_ResSup
- ^Pivot_PP Indicator ^Pivot_PP
- Volume with Custom Moving Average Indicator Volume with Custom Moving Average
- MostasHaR15 Pivot Advisor MostasHaR15 Pivot.
- LBS V 1.0 Advisor LBS V 1.0.
- JK sinkhro Advosor JK sinkhro. Enough the simple adviser.
- MTF_CCI Indicator MTF CCI
- Dinapoli ZZ (ZigZag) Indicator Dinapoli.
- 3perekosa Indicator 3perekosa
- i - Gap i-Gap indicator.
- HVR HVR indicator.
- NRTR GATOR It is NRTR indicator, in which candlesticks are painted in accordance with the mutual positions of Alligator lines.
- Center of Gravity by J. F. Ehlers Center of Gravity is an oscillator developed by John F. Ehlers and presented in his article in Stocks & Commodities magazine (May 2002).
- Spearman's Rank Correlation Spearman's Rank Correlation is a non-parametric method used in order to make statistical studies of relations between phenomena. In this case, the factual degree of parallelism between two numeric sequences will be detected.
- Smoothed ADX by John Ehlers There are many algorithms of smoothing. This given indicator is for smoothing of standard indicator ADX. The code was translated from Easy Language.
- DT_ZZ_optimized Optimized variant of the indicator DT_ZZ by klot.
- Hour Hour indicator.
- Adaptosctry Adaptosctry indicator. Works with indicator FATL.
- Graal-Crossmuvingi Advosor Graal-Crossmuvingi. Uses indicators Momentum and Ma.
- DEMA_RLH Indicator DEMA RLH.
- TEMA Triple exponential smoothing is used in this indicator.
- DigitalF - T01 DigitalF-T01 indicator.
- Fox Pivot FoxPivot indicator.
- Ergodic Ticks Volume Indicator Ergodic Ticks Volume Indicator.
- Custom Graal Custom Graal indicator.
- FP FP indicator.
- TrendOSC Indicator TrendOSC
- Bykov Trend_Sig Indicator Bykov Trend Sig
- i4 Pivot_v1 i4 Pivot_v1 indicator.
- i - SKB-F i-SKB-F indicator.
- i-Pass Lev CCI_v.1.2 i-Pass Lev CCI_v.1.2 indicator.
- Slow-stich Indicator slow-stich
- The 20's v0.20 Indicator The 20's v0.20
- KAGI-1 KAGI-1 indicator.
- J_TPO Velocity J_TPO Velocity indicator. The modified version of the indicator J_TPO Clean.
- Inercia Bars Inercia Bars indicator.
- Arrows & Curves Arrows & Curves indicator.
- Loco Loco indicator.
- Digital High Pass (KGHP) Digital High Pass (KGHP) indicator.
- LW Fractals LW Fractals indicator.
- BBands Stop v1 Indicator BBands Stop v1
- BB-HL Indicator BB-HL
- B WImp - T01 Indicator B WImp - T01.
- StoneAxe_x4x StoneAxe_x4x indicator.
- Simply MA wrong Simply MA wrong indicator.
- NR4ID ATR NR4ID-ATR indicator.
- Perry Kaufman AMA Optimized A maximally optimized algorithm of constructing Kaufman AMA (Adaptive Moving Average).
- Frama Indicator The fractal dimension value is used to build an EMA-like moving average.
- Indicator of Volatility Change Volatility is a standard deviation.
- ZigzagPoints - A Script for Indicator Zigzag to Measure the Way It measures all sections that join the ZigZag breaks, the resulting values are given in points.
- NRMA NRMA is the famous indicator by Konstantin Kopyrkin.
- Chaikin's Volatility - CHV The volatility indicator by Chaikin accounts for the spread changes between the maximal and minimal prices. It defines the volatility value based on the range width between the maximum and minimum.
- Zigzag2 R Zigzag2_R_ is a variant of the indicator Zigzag with an added option of drawing two extremums on one bar.
- Chaikin Oscillator Chaikin Oscillator (CHO). Based on the book by Eric. L. Nyman Malaya entsiklopedia treidera (Small Encyclopedia of Trader)
- Accumulative Swing Index - ASI Accumulative Swing Index is used to analyze futures.
- NRTR A variation of a well-known Nick Rypock Trailing Reverse indicator.
- To pump over all quotations. The script pumps over all quotations.
- TimeSuite Library of functions usefull for time calculations and determining if a report is imminent.
- OrdersSuite Functions for processing the orders of Spot currency pairs, Spot Gold and Spot Silver with error handling.
- RoundPriceExp RoundPriceExp indicator.
- True Scalper Profit Lock Advisor True Scalper Profit Lock.
- TradePrice-T03 TradePrice-T03 indicator.
- Res-Sup The indicator shows the channel
- Pivot RS Session Pivot RS Session indicator. Shows trading sessions.
- Din Fibo Next The indicator shows the channel
- Fib SR Fib SR indicator.
- СwlxBW5Zone CwlxBW5Zone indicator.
- BBand Width Ratio Indicator BBand Width Ratio.
- i-RoundPrice-T01m Indicator i-RoundPrice-T01m
- iFXAnalyser Indicator iFXAnalyser
- iMA Cross Indicator iMA Cross
- iMA_Fibs Indicator iMA Fibs.
- At_Itp(t)Env At_Itp(t)Env indicator.
- Trend Me Leave Me Advisor Trend Me Leave Me.
- Darvas Boxes The indicator shows the channel.
- KLines KLines indicator.
- Absolute Strength_v1 Absolute Strength_v1 indicator.
- EqualVolumeBars The Expert Advisor creates equivolume charts using tick history.
- Tick Collector TickSave The Expert Advisor collects tick history for specified symbols into csv-files.
- DT-RSI-Sig Indicator DT-RSI-Sig.
- Average Size Bar Indicator Average Size Bar
- Avg Daily Range Indicator Avg Daily Range
- 5 Min RSI 12 Indicator 5 Min RSI 12.
- 5 day Breakout Indicator 5 day Breakout
- 5 Bars Indicator 5 Bars
- 4Hour Vegas Model Indicator 4Hour Vegas Model
- CamarilladtHistorical_V4 Indicator Camarilla dt Historical V4
- i-sig Signal indicator.
- HMA Indicator HMA
- RSI 3TF Indicator RSI-3TF
- MTF RSI Indicator MTF RSI
- MTF PSAR Indicator MTF PSAR
- DayChannel Indicator DayChannel.
- FX5 Divergence This is indicators used divergence theory. Red arrow = sell signal and green arrow = buy signal.
- MTF_MovingAverage Indicator MTF Moving Average
- 10 Minute trader Indicator 10 Minute trader
- KC The indicator of channels - KC
- Rsx Indicator Rsx
- Digital PCCI filter Indicator Digital PCCI filter
- 4MAs Trend Indicator 4MAs Trend
- Maloma 4 vicont 1-2-3 Indicator Maloma 4 vicont 1-2-3
- Guppy Mulitple Moving Average (Short) Indicator Guppy Mulitple Moving Average (Short).
- Keltner ATR Bands The indicator of channel Keltnera.
- Khaos Assault Indicator Khaos Assault2.
- Camarilla AlertwFibs This indicator shows support and resistance line same with camarilla indicator.
- Fractal dimension This indicator do not shows trend direction, but it shows the market is in trend or in volatility...more explanation can be found in indicators source.
- Instantaneous Trendline Filter Like MA cross but this indicator shows more valid signal. Buy and Sell Signal appears when it cross each others.
- WeeklyPivot Indicator WeeklyPivot. The indicator of points of a turn.
- KI_signals_v1 Indicator KI signals v1.
- JCFBaux Indicator Jurik - JCFBaux.
- Amir Indicador Amir.
- StepMA_Stoch_KV1 Indicator StepMA Stoch KV1.
- Highs Lows Signal Alert Indicator Highs Lows Signal Alert.
- JMA_StarLight Indicator JMA StarLight.
- Laguerre PlusDi Indicator Laguerre PlusDi.
- HiLo Activator Indicator HiLo Activator.
- LSMA_Line Indicator LSMA Line.
- TZ-Breaktout Indicator TZ-Breaktout.
- 2Extreme4U Grid Builder Indicator 2 Extreme4U Grid Builder.
- JMA_CCI One more indicator Jurika.
- Fractals5+Signal+diapazon Indicator Fractals5 Signal Diapazon.
- J_TPO_Clean Indicator J TPO Clean.
- H_L Indicator HL.
- Easy iCustom and Alerts Indicator Easy iCustom and Alerts.
- EMAOsMA Indicator EMA OsMA.
- Laguerre RSI Indicator Laguerre RSI.
- SMA-Crossover_Signal SMA Crossover Signal indicator.
- Laguerre MinusDi Indicator Laguerre MinusDi.
- Linear Price Bar Indicator Linear Price Bar.
- BLines_Profi_v1 Indicator BLines Profi v1.
- J_TPO Indicator Yurika - JTPO.
- MA_In_Color Indicator MA In Color.
- MACD_Divergence Indicator MACD Divergence.
- MA_Alert Indicator MA Alert.
- MTF Forex freedom Bar Indicator MTF Forex freedom Bar.
- PChannel_m Classical kind of channels.
- MTF RCI Indicator RCI.
- # i Intra Day Indicator Intra Day.
- DUR Indicator DUR.
- Trend Manager Indicator Trend Manager.
- FX Fish 2MA Indicator FX Fish 2MA.
- DC The indicator draws the channel.
- MultipleMA Indicator MultipleMA.
- WilliamR36 With Alert The indicator showing a trend.
- ZigZag_Fibo_v2beta Indicator ZigZag with levels Fibo.
- Trend Manager Open2 One more version Trend Manager.
- TTF+-+MW One more version of indicator TTF, draws points Buy and Sell.
- EMA Angle Zero Indicator EMA Angle Zero.
- J_TPO_OSC One more version of indicator J TPO.
- JMA RSX Other version of indicator JMA.
- NRTR Rosh v2 The indicator which shows points of a probable turn.
- Fisher_mbk Indicator Fisher mbk.
- Dynamic trend cleaned up The indicator shows points BUY and SELL.
- Custom Aroon Up & Dn Indicator Custom Aroon Up & Dn.
- XprofuterDD & XprofuterOverlay Draws on the schedule possible behaviour of the price.
- Filter_AO Filter AO helps to filter flet.
- Pivot Lines TimeZone The indicator showing a maximum and a minimum of pregoing day.
- TrendEnvelopes_v1 The indicator shows a trend.
- Tick_on_Chart Tick indicator Tick on Chart.
- ShadeNY The indicator of trading sessions.
- StepMA_v6 The indicator of trading system pabloski.
- DayImpulseOverlay The indicator shows the forecast for 12 bars forward.
- Trend Defines intensity and a direction of a trend.
- Urovny The indicator draws levels.
- StepRSI_v2 The indicator of trading system pabloski.
- KiS_max_min_Avg The indicator showing channels.
- GannSwings Updating of version VIII.
- Digital MACD One more version of the digital indicator.
- FlatTrend The indicator shows the beginning and the end flet.
- Din fibo high One of versions of channel DiNapoli.
- VolumeMA Volume with Custom Moving Average.
- 3 MA Cross w_Alert v2 The alarm indicator 3MA Cross w_Alert v2.
- ACD_2.mq4 The indicator shows levels of support/resistance.
- Level Sensor The indicator which draws a structure of the market.
- MA-Crossover_Alert Shows arrows crossing of two МА.
- Today Trend Shows on a probable trend for a day.
- Schaff Trend Cycle Indicator Schaff Trend Cycle.
- SilverTrend_Signal Indicator SilverTrend Signal.
- MBKAsctrend3times Indicator MBKA sctrend 3times.
- Phoenix_4_CONTEST Indicator Phoenix 4 CONTEST.
- PIPQind Indicator PIPQind.
- Waddah Attar Monthly Fibo Indicator This Indicator Draws 7 Level Of monthly Fibo With Back Test. Its very power Levels
- Waddah Attar Weekly Fibo Indicator This Indicator Draws 7 Level Of weekly Fibo With Back Test.
- Chaikin Chaikin Indicator.
- Simple FX Simple FX free expert advisor automatically trades the Forex market using moving averages. The expert advisor comes with user manual and source code. All the expert advisors settings can be changed at anytime.
- Risk Advisor Risk advisor script based on balance Risk Percent.
- Close Orders Close all multi currency open orders and cancel pending orders according to various scenarios. Slippage for open orders is calculated for each currency. Choose only one scenario per visit, the script processes the first menu item selected.
- IDT trading scripts There are some scripts in the zip archive which could be very usefull in intraday trading. With them you can respond on market changes very quickly.
- Signal Direction Probability Graphs correlation between percent change of the price signal, and the price signal, to determine high probability of current price signal direction.
- Pivot Pivot Point is a turning point for the direction of price movement in a market.
- R - Squared indicator R-Squared indicator.
- Lucky Change the size of lot, add the filter and you will receive a ... winwin2007. Works only at a spread 2.
- Trading hours V2 Индикатор Trading hours.
- WcciPaterns Sep Ещё одна разновидность Индикатора WcciPaterns, только в качестве осциллятора.
- Waddah Attar Def RSI This indicator show you the trend type
- i-Friday_Sig Сигналы входов и выходов по системе Эффект пятницы.
- Alternative Ichimoku The indicator Alternative Ichimoku was developed as an alternative to the famous indicator Ichimoku Kinko Hyo. For a more precise forecast, it is better to use on one timeframe both indicators - Ichimoku Kinko Hyo and Alternative Ichimoku.
- SVS_Trend PowerTrend corrected
- e-TurboFx Do you see 3 bearish and consecutive lengthening bars? Bears - goodbye!
- i-FractalsEx Fractals indicator with the custom period feature
- FX5_NeelyElliotWave The indicator plots various levels of Neely Monowaves on the chart.
- Waddah Attar ADXxBollinger Indicator This is very simple, power and easy to use Indicator
- FXA0 - RSI Crossing 50 plus ATR ver1.2.mq4 This indicator is based on the Jamie Saettele Going Beyond 70 and 30 system. Basically RSI crosses and ATR for entry.
- Waddah Attar Strong Level This indicator is very powerful .. It draws Month - Week - Day - H4 Level or Range. with backtest true or false.
- Waddah Attar Buy Sell Vol This indicator separate Buy Volume and Sell Volume .. you never see like this before
- FX5_SelfAdjustingRSI This FX5_SelfAdjustingRSI idicator draws RSI self adjusting overbought-oversold that were suggested by David Sepiashvili.
- FX5_MACD_Divergence This is another flavour of the original divergence indicator. It detects divergence between price and MACD indicator and gives Buy or Sell signals according to the divergence type.
- i-AMA-Optimum Kaufman's AMA with optimization for the long periods.
- FX5_Divergence This indicator will detect divergence between the price and OsMA indicator. It will give buy or sell signal according to the type of divergence that was detected.
- i-5days 5days indicator marks the first bar of each new day.
- i-OneThird i-OneThird indicator highlights bullish and bearish candles in HeikenAshi style.
- i-HighLow i-HighLow indicator draws the channel with borders correspond to highest high and lowest low values of the bar's shadows for the last N bars.
- i-Breakeven i-Breakeven groups the open position by symbol and for the each of group shows: 1. The current equity level. 2. The estimated breakeven level.
- Waddah Attar RSI Level You never see like this indicator before. This indicator draw Dayly RSI Level on your chart like CAMERILLA and Pivot. The levels is very powerful and very matchful. Try it quickly.
- Disparity Index Disparity Index indicator is a percentage display of the latest close to a chosen moving average. For more in depth interpretation of the Disparity Index refer to Steve Nison's book "Beyond Candlesticks".
- Stoller Average Range Channels This code is simple variation of Bollinger Bands code which comes with Metatrader4, if we change Standard Deviation by ATR we have StarcBands.
- Waddah Attar Weekly CAMERILLA This Indicatro Draw Weekly CAMERILLA Levels H1 H2 H3 H4 L1 L2 L3 L4 with back test.
- Waddah Attar Dayly CAMERILLA This Indicator Draw Dayly CAMERILLA Levels H1 H2 H3 H4 L1 L2 L3 L4 with back test.
- Frank_ud The Expert Adviser Frank_ud all time in the market in both sides.
- Waddah Attar Weekly Pivot Fibo Indicator This indicator Draw True Weekly Pivot Line and seven levels Up ( R1,R2,R3 ... ) and seven levels Down ( S1,S2,S3 ...).
- Waddah Attar Pivot Fibo Dayly Indicator This indicator Draw True Pivot Line and seven levels Up ( R1,R2,R3 ... ) and seven levels Down ( S1,S2,S3 ...) with back test.
- FX5_FiboSpiralScript This script will plot Fibonacci golden spiral on the chart.
- FX5_FiboSpiral This indicator will plot Fibonacci golden spiral on the chart.
- MadroGoldenFilter Indicator MadroGoldenFilter gives four signals to filtering 4 strategies.
- Waddah Attar Trend Indicator Waddah Attar Trend is very simple , very easy to use and very sensetive to buy and sell signals.
- Waddah_Attar_HTML This Script creats HTML Report To Your Current Chart. It contains a usefull information. Try it.
- TrendMeLeaveMe Just draw Trend Up or Trend Down before the Expert Advisor "TrendMeLeaveMe" start. Set properties, run expert and go to sleep or work.
- Set Fibo Price This indicator puts Prices at Fibo lines.
- Symbol Index MA This indicator shows symbol index with two MA.
- Bears Bulls Power This indicators shows Bears Power and Bulls Power in easy way at one window.
- Advanced ADX This indicator shows ADX indicator in another easy way. Buy when Bars is Green, Sell When Bars is Red.
- Waddah Attar Explosion Indicator Waddah_Attar_Explosion is very powerful. It alerts you to buy , sell , exit buy and exit sell.
- Catching Gaps Hello everyone, this is my first contribution to this lovely place. This expert advisor that catches the gaps. Really I like to thank this company for here efforts in making all these options and facilities that help the traders.
- Account/Symbol Details Get all the Account and MarketInfo details for a currency pair at a glance.
- SMA MultiHedge A kind of hedging style play base on "BaseSymbol" and hedge "Hedge.Symbol" to reduce the risk including the auto-calculate-correlation-function for all BaseSymbol-Hedge.Symbol.
- periodgen Quckly generate histoircal data from any M1 data such as alpari for all time frames up to D1. Shift Time to suit your server.
- Artificial Intelligence Artificial Intelligence expert advisor.
- Contrarian trade MA Contrarian trade using MA indicator And Trendfollow trade using Breakout system
- ang AZad(C) The Indicator ang_AZad(C) helps to define the dominant trend as ang_Zad(C).
- ang Zad(C) The Indicator ang_Zad(C) helps to define the dominant trend.
- ang PR (Din)-v1 Indicator ang_PR (Din)-v1 represents an indicator based on polynomial regression.
- ang AutoCh HL-v1 The Indicator ang_AutoCh_HL-v1 automatically forms up the equidistant price channel from givenned points.
- Signal to noise filter The purpose of this indicator is to identify market fases that have too small amplitudes. These fases are useless even for systems designed for trading ranges markets. When the green line is BELOW the gray line - DON'T trade.
- ZeroLagEA-AIP v0.0.4 The Expert Adviser ZeroLagEA-AIP v0.0.4 uses for calculation of the signal indicator ZeroLag MACD, which is an indicator Moving Average Convergence/Divergence, MACD with zero delay.
- DS Stochastic The Indicator DS_Stochastic presents an original Stochastic Oscillator (Stoch), in which aplying EMA smoothing.
- ZeroLag Stochs true The Indicator ZeroLag Stochs_true is an George C. Lane’s indicator Stochastic Oscillator (Stoch) with zero delay.
- Fast Stochastic The Indicator Fast Stochastic is a kind of George C. Lane’s stochastic oscillator.
- ZeroLAG MA The Indicator ZeroLAG MA is a moving average with zero delay. The Indicator ZeroLAG MA was described in journal Technical Analysis of Stocks and Commodities, April, 2000 for the first time.
- ZeroLag MACD The Indicator ZeroLag MACD is an indicator Moving Average Convergence/Divergence, MACD with zero delay.
- 10 points 3 The Expert Adviser 10 points 3 uses the histogram of the standard indicator Moving Average Convergence/Divergence, MACD.
- Point & Figure Charts Point & Figure Charts (P&F) differ from normal price charts through that they fully ignore the time values and only show changes in prices.
- NRTR WATR Being one of indicators of group NRTR (Nick Rypock Trailing Reverse), the NRTR WATR indicator is a dynamic price channel adapted by volatility.
- SHI Channel true Indicator SHI_Channel_true shows Barishpolts' dynamic moving channels in the chart in automated mode.
- SilverTrend Rewritten by CrazyChart Indicator SilverTrend rewritten by CrazyChart is an alerting system similar to indicators of ASCTrend.
- WPRslow WPRslow is an indicator based on Larry Williams' oscillator %R, or WPR (Williams’ Percent Range). It shows a long-term market tone.
- WPRfast WPRfast is an indicator based on Larry Williams' oscillator %R, or WPR (Williams’ Percent Range). It shows a short-term market tone.
- PerkyAsctrend1 Indicator PerkyAsctrend1, as well as all other ASCTrend indicators is based on Laryy williams' oscillator %R, or WPR (Williams’ Percent Range).
- Market Profile The Market Profile uses alternative presentation of information about both horizontal and vertical market moves.
- Three Line Break Three Line Break - a raw of vertical rectangle, the height of which is determined by the value of price changes.
- Renko Charts The Renko charting method is thought to have acquired its name from "renga" which is the Japanese word for bricks.
- Kagi Charts The Kagi Charts illustrate how demand-and-supply forces act.
- CloseOnChart Quickly close open orders by dragging and dropping this expert on chart. Will ask for confirmation to close each order within 2 pips of the drop.
- JK BullP AutoTrader The Expert Adviser JK_BullP_AutoTrader is built on Bulls Power indicator.
- Stoch The Expert Advisor Stoch works with SellLimit and BuyLimit pending orders.
- MACD signal The Expert Advisor MACD_signal is founded on signals of Average Directional Movement Index (ADX) and Moving Average Convergence/Divergence (MACD) indicators.
- MARE5.1 The Expert Adviser MARE5.1 is much simple and uses values of Simple Moving Average (SMA) on Close Price of 0, 2 and 5 bars.
- TDSGlobal The Expert Advisor TDSGlobal uses the indicators MACD, OsMA and WPR.
- MySystem Expert Advisors MySystem using indicators BullsPower and BearsPower.
- Dodgy Backtest Example Expert shows how Backtest results are unreliable when you open and close an order on the same bar.
- Trix Trix Indicator - oscillator based on a triple smoothed EMA.
- Drive Drive is a comparision between total up & down movement of each bar. Identifies Trend.
- Zerolagstochs Zerolagstochs Indicator.
- Support and Resistance Support and Resistance Indicator.
- CoeffofLine CoeffofLine Indicator.
- RobotPowerM5 meta4V12 RobotPowerM5_meta4V12 Expert Advisors.
- ROC ROC Indicator.
- Multi Lot Scalper Multi_Lot_Scalper Expert Advisors.
- BB MACD BB_MACD Indicator.
- ATR ratio ATR ratio Indicator.
- ATR Channels ATR Channels Indicator.
- ADXcrosses ADXcrosses Indicator.
- Smoothed ADX BARS Smoothed ADX BARS Indicator.
- wlxFractals wlxFractals Indicator.
- wlxBWWiseMan wlxBWWiseMan Indicator.
- NRTR ATR STOP NRTR_ATR_STOP Indicator.
- AMA STL AMA STL Indicator.
- TSI MACD TSI_MACD Indicator.
- FX Sniper's T3 CCI FX Sniper's T3 CCI Indicator.
- Hull Trend Hull Trend Indicator.
- b-clock b-clock Indicator.
- Fibo Pivot Lines GMT Fibo Pivot Lines GMT Indicator.
- ForexOFFTrend ForexOFFTrend Indicator.
- Fractal Channel Fractal Channel Indicator.
- Carter MA Carter MA Indicator.
- newMACD newMACD Indicator.
- Pattern Recognition v1.0 Pattern Recognition v1.0 Indicator.
- RD-ForecastOsc RD-ForecastOsc Indicator.
- Fractal ZigZag Expert Fractal ZigZag Expert Advisors.
- Murrey Math Modified Murrey_Math_Modified Indicator.
- Murrey Math MT VG Murrey_Math_MT_VG Indicator.
- Trigger Line Trigger Line Indicator.
- Nina Nina Indicator.
- IND Inverse IND Inverse Indicator.
- DailyPivot Shift Using indicator DailyPivot_Shift the main levels can be calculated based on shifted beginning of day
- AMA&AMAsig AMA&AMAsig Indicator.
- ADX System ADX_System Expert Advisor.
- Revers Revers Script.
- Pivot AllLevels Pivot_AllLevels Indicator.
- BrainTrend1Sig BrainTrend1Sig Indicator.
- ATR Levels ATR Levels Indicator.
- All usd pair All_usd_pair Indicator.
- PivotCustomTime PivotCustomTime Indicator.
- Aroon Horn Aroon Horn Indicator.
- StringArraySuiteSample.mq4 Demo of functions in StringArraySuite.mqh
- StringArraySuite.mqh Functions for handling two dimensional string arrays. Usefull for prototyping.
- FXTticksCollector Tick Collector in the FXT File
- simple csv2fxt Simple csv-to-fxt Converter
- FXTHeader Description of the FXT file header, functions of reading and writing of the header.
- Fisher org v1 Fisher_org_v1 Indicator.
- CyberiaTrader CyberiaTrader Expert Advisor.
- FiboRetracement FiboRetracement Indicator.
- FiboCalc FiboCalc Indicator.
- TSI-Osc TSI-Oscilator.
- Ergodic Oscillator. Ergodic Oscillator.
- EMA CROSS EMA_CROSS Expert Advisor.
- EMA Trend Indicator EMA_Trend_Indicator.
- TicksInMySQL TicksInMySQL Expert Advisor.
- DFC Next DFC Next Indicator.
- Divergence Trader Divergence Trader Expert Advisor.
- DeMarker Pivots DeMarker Pivots Indicator.
- Delta Force Delta Force Indicator.
- DayTrading DayTrading Expert Advisor.
- Correlation USDCHF/EURUSD Correlation USDCHF/EURUSD Indicator.
- STLM hist STLM_hist Indicator.
- Vegas Vegas Indicator.
- AutoDayFibs AutoDayFibs Indicator.
- BandsLSMA BandsLSMA Indicator.
- Camarilladt Camarilladt Indicator.
- Laguerre Laguerre Indicator.
- Starter Starter Expert Advisors.
- Taf Taf Indicator.
- Ultitimate Oscillator Ultitimate Oscillator Indicator.
- T3 Taotra T3 Taotra Indicator.
- T3 Bands T3 Bands Indicator.
- Schaff Trend Schaff Trend Indicator.
- Price Channel Price Channel Indicator.
- NRTR NRTR Indicator.
- Keltner Channel The Keltner Channel indicator locates the most important trends.
- iTrend iTrend Indicator determines where the trend starts and ends.
- InsTrend Instantaneous Trend Line indicator InsTrend.
- iAvgVol Average Volume indicator.
- High Low (ZigZag) High_Low (ZigZag) indicator.
- Hi-Lo Hi-Lo indicator.
- Elliott Wave Oscillator Elliott Wave Oscillator
- Detrended Price Oscillator Detrended Price Oscillator
- CCI Woodies Two CCI indicators with different periods in the same indicator subwindow.
- Aroon Oscillator The oscillator quickly finds out the trend stop and the start of sideways trend in horizontal interv
- AMA Adaptive Moving Average
- AltrTrend Signal v2 2 Indicator that signals about trend turns.
- Summary Report In Points This script evaluates in points account history loaded into client terminal.
- SummaryReport Set of functions for calculating optimization results.
- Aroon Indicator Famous AROON Indicator, though someone will need it
- ShadeNY v5 Shades New York or other exchange while in session. SetImmediacyON parameter allows shading after fi
- Coffie v1 Indicator that can be used for entry and exit.
- gpfTCPivotLimit It is realized by the Trading System on a release from intraday time levels, which pay off on indica
- Trade Orders History Charts This script takes orders from trade history and places arrows on chart for trades.
- gpfTCPivotStop It is realized by the Trade Sistem on breakdown of day time levels which pay off on indicator Pivot
- Price Channel The Price Channel indicator calculates the highest high and lowest low of the trailing number of bars specified by the input Length.
- Sell-Buy Alert The indicator displays Buy/Sell arrows as the MACD or RVI indicators are changing.
- DailyPivotPoints The DailyPivot Points indicator helps to get the idea of the future market movements, unlike other tools that are usually behind the market.
- Relative Vigor Index (RVI) The main point of Relative Vigor Index Indicator (RVI) is that on the bull market the closing price is, as a rule, higher, than the opening price.
- Money Flow Index (MFI) Money Flow Index (MFI) is the indicator, which indicates the rate at which money is invested into a security and then withdrawn from it.
- Standard Deviation (StdDev) The Standard Deviation Indicator (StdDev) measures the market volatility.
- Force Index (FRC) Force Index (FRC) indicator measures the Bulls Power at each increase, and the Bulls Power at each decrease.
- Williams Percent Range Williams’ Percent Range Indicator (%R) is a dynamic technical indicator, which determines whether the market is overbought/oversold.
- On Balance Volume On Balance Volume Indicator (OBV) is a momentum technical indicator that relates volume to price change.
- Volumes The Indicator Volumes displays volumes as histogram in separate window and paints the histogram in two colours.
- Market Facilitation Index, BW MFI Market Facilitation Index Indicator (BW MFI) is the indicator which shows the change of price for on
- Gator Oscillator, Gator Gator Oscillator is based on the Alligator and shows the degree of convergence/divergence of the bal
- Fractals Fractals indicator it is a series of at least five successive bars, with the highest HIGH in the middle, and two lower HIGHs on both sides.
- Envelopes Envelopes technical indicator is formed with two Moving Averages one of which is shifted upward and another one is shifted downward.
- DeMarker Demarker indicator is based on the comparison of the period maximum with the previous period maximum.
- Average Directional Movement Index, ADX Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.
- Trade in Channel A form of trading system using Price Channel principles has been implemented.
- Period Converter Optimized Improved period converter support real-time refreshing, low CPU cost and other features.
- Period Converter Use this script to make own nonstandard timeframes.
- Moving Average The Expert Adviser Moving Average uses for trade signal generation one moving average.
- Send Pending Order The script sends SELL STOP pending order with expiration data and printing number of ticket.
- Modify Pending Order Modify pending order - script choosing first in list pending order, printing selected pending order data, modifying pending order and printing pending order data after modification.
- Modify Modify - script choosing first in list buy or sell order, printing selected order data, modifying order and printing order data after modification.
- Delete Pending Order Delete pending order - script printing selected first in list pending order data and deleting pending order.
- Close Close - script closing first market order if it is first in the list.
- ZigZag ZigZag indicator tracks and connects extreme points of the chart, the distance between these points.
- Stochastic Oscillator The Stochastic Oscillator indicator compares where a security’s price closed relative to its price range over a given time period.
- Relative Strength Index (RSI) The Relative Strength Index (RSI) technical indicator is a price-following oscillator that ranges between 0 and 100.
- Parabolic SAR, Parabolic Parabolic SAR Indicator was developed for analyzing the trending markets.
- Moving Average of Oscillator, OsMA Moving Average of Oscillator is the difference between the oscillator and oscillator smoothing.
- Moving Averages, MA The Moving Average Indicator shows the mean instrument price value for a certain period of time.
- Momentum The Momentum indicator measures the amount that a security’s price has changed over a given time span.
- Moving Average Convergence Divergence, MACD Moving Average Convergence/Divergence (MACD) is the next trend-following dynamic indicator.
- Ichimoku Kinko Hyo Ichimoku Kinko Hyo indicator is predefined to characterize the market trend, Support and Resistance Levels, and to generate signals of buying and selling.
- Heiken Ashi Heiken Ashi - Custom Indicator as Candlesticks Example.
- Commodity Channel Index, CCI Commodity Channel Index (CCI) indicator measures the deviation of the commodity price from its average statistical price.
- Bulls Power Bulls power oscillator (Bulls Power, Bulls) - trend following indicator.
- Bears Power Bears power oscillator (Bears Power, Bears) - trend following indicator.
- Bollinger Bands, BB Bollinger Bands ® Indicator (Bollinger Bands, BB) is plotted a certain number of standard deviations
- Awesome Oscillator (AO) Awesome Oscillator (AO) is a 34-period simple Moving Average, which is subtracted from the 5-period simple Moving Average.
- Average True Range, ATR Average True Range Indicator (ATR) is an indicator that shows volatility of the market.
- Alligator Alligator indicator is a combination of Balance Lines that use fractal geometry and nonlinear dynamics.
- Accumulation Distribution Accumulation/Distribution Indicator is determined by the changes in price and volume.
- Accelerator Oscillator (AC) Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.
- MA2CCI Sample Trading Sistem for cross 2MA & CCI
- Stdlib Stdlib - example of library
- StringsQuickSort Example of file read and write operations
- Rotating text Easy example working with object: object creation, modification properties, redraw chart.
- Three Colors Example: Moving Average indicator filling by different colors
- MACD Sample Classical MACD Sample.
이번 달에 가장 많이 읽은 기고글
Expert Advisor 개발 기초부터(21부): 새로운 주문 시스템(IV)
이제 비록 완성되지는 않았지만 시각적 시스템이 작동하기 시작합니다. 여기서 이제 우리는 주요 변경 사항을 다 적용할 것입니다. 꽤 많은 항목이 있지만 모두 필요한 항목입니다. 아마도 전체 작업이 꽤 흥미로울 것입니다.
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
이번 글은 가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 시리즈의 새로운 글입니다. 이번에는 불스 파워 보조지표로 트레이딩 시스템을 설계하는 방법에 대해 알아봅니다.
이번 달에 가장 많이 다운로드된 소스코드
- Trend Dashboard Indicator Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
이번 주에 가장 많이 읽은 기고글
모집단 최적화 알고리즘: 뻐꾸기 최적화 알고리즘(COA)
다음으로 살펴볼 알고리즘은 레비 비행을 사용한 뻐꾸기 검색 최적화입니다. 이는 최신의 최적화 알고리즘 중 하나이며 인기 있는 새로운 알고즘 중 하나입니다.
모집단 최적화 알고리즘: 회색 늑대 옵티마이저(GWO)
이번에는 최신의 최적화 알고리즘 중 하나인 그레이 울프 최적화에 대해 알아봅시다. 테스트 함수에서의 오리지널 행동은 이 알고리즘을 앞서 고려한 알고리즘 중 가장 흥미로운 알고리즘 중 하나로 만듭니다. 이 알고리즘은 신경망 훈련, 많은 변수가 있는 부드러운 함수의 훈련에 사용되는 최고의 알고리즘 중 하나입니다.
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
이번 주에 가장 많이 다운로드된 소스 코드
- MaybeAwo EA a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.
- Ranged Grid Bot EA with pending orders The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
이번 달에 가장 많이 읽은 기고글
Expert Advisor 개발 기초부터(21부): 새로운 주문 시스템(IV)
이제 비록 완성되지는 않았지만 시각적 시스템이 작동하기 시작합니다. 여기서 이제 우리는 주요 변경 사항을 다 적용할 것입니다. 꽤 많은 항목이 있지만 모두 필요한 항목입니다. 아마도 전체 작업이 꽤 흥미로울 것입니다.
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
Expert Advisor 개발 기초부터(20부): 새로운 주문 시스템 (III)
새로운 주문 시스템을 계속 만들어 보겠습니다. 이러한 시스템을 만들려면 MetaTrader 5 플랫폼이 실제로 어떻게 작동하고 어떤 자원을 제공하는지 이해해야 할 뿐만 아니라 MQL5를 잘 다룰 수 있어야 합니다.
이번 달에 가장 많이 다운로드된 소스코드
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Trend Dashboard Indicator Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
이번 주에 가장 많이 읽은 기고글
모집단 최적화 알고리즘: 회색 늑대 옵티마이저(GWO)
이번에는 최신의 최적화 알고리즘 중 하나인 그레이 울프 최적화에 대해 알아봅시다. 테스트 함수에서의 오리지널 행동은 이 알고리즘을 앞서 고려한 알고리즘 중 가장 흥미로운 알고리즘 중 하나로 만듭니다. 이 알고리즘은 신경망 훈련, 많은 변수가 있는 부드러운 함수의 훈련에 사용되는 최고의 알고리즘 중 하나입니다.
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
이 기사에서는 Linux 버전 중 널리 사용되는 Ubuntu와 Debian에서 MetaTrader 5를 설치하는 방법을 알아봅니다. 이들 시스템은 서버 하드웨어와 트레이더의 개인용 컴퓨터로 널리 사용됩니다.
이번 주에 가장 많이 다운로드된 소스 코드
- Ranged Grid Bot EA with pending orders The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
"모집단 최적화 알고리즘: 뻐꾸기 최적화 알고리즘(COA)" 기고글이 게재됨.
다음으로 살펴볼 알고리즘은 레비 비행을 사용한 뻐꾸기 검색 최적화입니다. 이는 최신의 최적화 알고리즘 중 하나이며 인기 있는 새로운 알고즘 중 하나입니다.
이번 달에 가장 많이 읽은 기고글
Expert Advisor 개발 기초부터(21부): 새로운 주문 시스템(IV)
이제 비록 완성되지는 않았지만 시각적 시스템이 작동하기 시작합니다. 여기서 이제 우리는 주요 변경 사항을 다 적용할 것입니다. 꽤 많은 항목이 있지만 모두 필요한 항목입니다. 아마도 전체 작업이 꽤 흥미로울 것입니다.
Expert Advisor 개발 기초부터(20부): 새로운 주문 시스템 (III)
새로운 주문 시스템을 계속 만들어 보겠습니다. 이러한 시스템을 만들려면 MetaTrader 5 플랫폼이 실제로 어떻게 작동하고 어떤 자원을 제공하는지 이해해야 할 뿐만 아니라 MQL5를 잘 다룰 수 있어야 합니다.
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
이번 달에 가장 많이 다운로드된 소스코드
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Support and Resistance indicator for MQL5 This is a custom support and resistance indicator, signaling bouncebacks and key market levels.
- Moving Average with alerts on price crossovers I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is designed for slow length moving averages (default is 200-day MA). EDIT: I now added a second version of the indicator which uses Arrow buffers instead of ObjectCreate.
이번 주에 가장 많이 읽은 기고글
가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 이 시리즈의 새로운 글에 오신 것을 환영합니다. 이번 글에서는 새로운 보조지표 도구에 대해 알아보고 가변 지수 동적 평균(VIDYA)으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
이번 글은 가장 인기 있는 보조지표로 트레이딩 시스템을 설계하는 방법을 알아보는 시리즈의 새로운 글입니다. 이번에는 불스 파워 보조지표로 트레이딩 시스템을 설계하는 방법에 대해 알아봅니다.
Expert Advisor 개발 기초부터(21부): 새로운 주문 시스템(IV)
이제 비록 완성되지는 않았지만 시각적 시스템이 작동하기 시작합니다. 여기서 이제 우리는 주요 변경 사항을 다 적용할 것입니다. 꽤 많은 항목이 있지만 모두 필요한 항목입니다. 아마도 전체 작업이 꽤 흥미로울 것입니다.
이번 주에 가장 많이 다운로드된 소스 코드
- Ehlers reverse EMA A trend or cycle indicator with very low lag.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Moving average code for beginners by William210 Moving average beginner tutorial to learn how to code in MQL5
이번 달에 가장 많이 읽은 기고글
Expert Advisor 개발 기초부터(21부): 새로운 주문 시스템(IV)
이제 비록 완성되지는 않았지만 시각적 시스템이 작동하기 시작합니다. 여기서 이제 우리는 주요 변경 사항을 다 적용할 것입니다. 꽤 많은 항목이 있지만 모두 필요한 항목입니다. 아마도 전체 작업이 꽤 흥미로울 것입니다.
Expert Advisor 개발 기초부터(20부): 새로운 주문 시스템 (III)
새로운 주문 시스템을 계속 만들어 보겠습니다. 이러한 시스템을 만들려면 MetaTrader 5 플랫폼이 실제로 어떻게 작동하고 어떤 자원을 제공하는지 이해해야 할 뿐만 아니라 MQL5를 잘 다룰 수 있어야 합니다.
이번에는 개미 군집 최적화 알고리즘을 분석해 보겠습니다. 이 알고리즘은 매우 흥미롭고 복잡합니다. 이 글에서는 새로운 유형의 ACO를 만들기 위한 시도를 할 것입니다.
이번 달에 가장 많이 다운로드된 소스코드
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Support and Resistance indicator for MQL5 This is a custom support and resistance indicator, signaling bouncebacks and key market levels.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.