the indicator implements a price channel based on the hodrick-prescott filter.it calculates smoothed values of close prices, then smooths them again with a higher period. this resu...
the indicator displays the current price's position within a channel.it calculates the channel boundaries by identifying the maximum high[] value as the upper boundary and the mini...
using a perceptron model, this system employs five neural networks (nns) working with five indicators, each nn using a different combination of indicators.the indicator combination...
the concept behind this oscillator is comparable to the macd, but instead of measuring the disparity between moving averages, it computes the difference between the ichimoku indica...
this expert advisor is designed to utilize the power of simple moving average (sma) and adx indicators, offering a straightforward yet effective trading strategy. inspired by the a...
this expert advisor (ea) is designed for trading on the metatrader 5 platform, catering to various currency pairs and timeframes.the trading strategy is based on the adx (average d...
the qqe and qqe mtf indicators are based on the original qqe.mq5 by earnforex, which was released in 2026. these indicators provide a unique approach to market analysis by combinin...
this code serves as a valuable template for developing expert advisors in metatrader, offering a solid foundation for automated trading strategies.originally utilized as a template...
this expert advisor utilizes two moving averages (mas) and the rsi indicator for trading signals.it offers two money management systems: fixed lot and martingale, with the option t...
since build 344 of the client terminal, the display of economic calendar news using special graphical objects (obj_event) has been added.this script demonstrates the economic calen...
this is a set of three indicators to enhance the look of your charts. use it as an alternative to the default 'show grid' option in the chart properties menu. a template is also in...
the i-orders indicator displays your deal history directly on the trading chart. suggestions for improvement are welcome.chart objects are interactive and clickable. all colors can...
real-time trend and price range indicator for metatrader 5.this indicator combines the adaptive moving average (ama) and bollinger bands (bb) to provide a comprehensive view of mar...
the standard ontick() handler is limited to receiving ticks for a single symbol. for multicurrency experts, tracking ticks for multiple symbols is essential. this expert advisor, e...
this class simplifies working with windows *.ini files by providing a standard interface with straightforward methods.to use the library:- copy the inifile.mqh file to the mq5\incl...
a popular trading strategy, known as the '20/200 pips' expert advisor, has been adapted for mql5.this expert advisor employs a straightforward trading rule: it observes the price d...
this is the fantail vma indicator, converted from mql4.
it is a combination of moving average and average true range indicators.
it shows trend movements.
- the indicator combines ...
this expert advisor adds a button to the bottom right corner of each chart. after pressing the button, it reinitializes all charts of the chart symbol.the chart reinitialization is...
when using the history quotes data from metatrader 4 client terminal, it was found that some brokers do not have the full history. the quality of the historical bar data is better ...
graphic panel contest submission.code and presentation are attached as a zip file.hints:- setting take profit and stop loss levels can be done by dragging the blue line (suggestede...
exp5-virtualtradepad for mt5 is designed for the best control panel in mql5.
the control panel has the following features: buy, sell, buystop, buylimit, sellstop, selllimit, close...
the trade xpert project was created to extend the functions of the metatrader 5 client terminal with economical use of chart place.the expert advisor has 4 independent panels with ...
description:the control panel facilitates manual trading and intraday scalping. it is specifically designed for scalping operations.the panel features:top panel:- title and version...
the intradepanel trade panel is designed for manual trading. it offers a range of features to simplify the trading process.control panel items include a show/hide panel button, sou...
the script allows you to place the deals history on the chart using the graphic objects.trade history displaythe trade history is displayed on the chart, providing a visual represe...
the mcm control panel is designed to work with multicurrency expert advisors and indicators, providing a simple and efficient way to manage events and settings. it allows users to ...
this graphic panel allows for the automation of manual trading and has many functions, including the visual construction of trading strategies.the automated trading is popular amon...
the us dollar index measures the performance of the us dollar against a basket of currencies: eur, jpy, gbp, cad, chf, and sek.the us dollar index started in march 1973, soon after...
if you want to optimize your expert advisor using your own characteristics, you can use custom max mode via function. this code simplifies creating your own formulae. to define the...
this expert advisor is designed to work with the strategy tester in metatrader products, specifically in the open prices only and 1 minute ohlc modes.important considerationsthe op...
the zigzag color channel indicator plots the price movement by connecting the peaks and bottoms during a specified period.indicator descriptionthe indicator creates a channel by co...
the linear regression channel indicator plots a channel using the linear regression model: y=b+a*x.when calculating regression coefficients (a and b), it uses only completed bars. ...
the mq l5 wizard allows users to create expert advisor code automatically. this strategy is based on price crossover with the moving average indicator, also known as signals based ...
the mq l5 wizard allows users to create the code of expert advisors automatically. this strategy is based on three moving averages, known as signals based on three ema. to determin...
this strategy is based on price crossover with moving average indicator, confirmed by adx indicator.the trade signals are generated as follows:- buy: closing price of the last comp...
this script generates a file with its own source code, providing a solution to the classical program in mql5.overviewthis tool can be useful for studying programming and algorithms...
the mq l5 wizard allows users to create expert advisor code automatically. this strategy is based on the crossover of two exponentially smoothed moving averages, also known as the ...
the mq l5 wizard allows users to create expert advisor code automatically. the trading strategy is based on the crossover of two exponentially smoothed moving averages (fast ema an...
this strategy provides automatic creation of expert advisors based on the crossover of main and signal lines of the macd indicator.the macd indicator lines are calculated as follow...
the mq l5 wizard provides the automatic creation of expert advisors. it is time to consider the trading signals based on the alligator technical indicator, presented by b. williams...
the professional zig zag is an indicator that compresses the price chart by connecting the highest highs and lowest lows. it calculates the zigzag using the price of the bar, such ...
to synchronize the scrolling of multiple charts, simply attach the script to one chart and it will be applied to all charts.chart synchronization featuresthe script allows you to c...
this tool provides automatic creation of expert advisors using trade signals based on reversal candlestick patterns.the csignalcandles class generates trade signals derived from re...
the idea of this approach is described in the new bar event handler article. the example of its use in the expert advisors is presented in the article. here you will find the solut...
this script allows users to export indicator values to csv files along with date and time.the function parameters can be changed to export different indicators.the script has been ...
this expert advisor performs the synchronization of charts.it synchronizes the following chart properties: - bar/candle/line - timeframe - zoom - starting candle number...