MetaTrader MT5 All Source Code Downloads - Page 11

Showing 8077 results
hodrick-prescott channel indicator indicator MT5
MetaTrader 5 indicator

hodrick-prescott channel indicator

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...
position in channel indicator indicator MT5
MetaTrader 5 indicator

position in channel indicator

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...
perceptron model with five indicators expert MT5
MetaTrader 5 expert advisor

perceptron model with five indicators

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...
ichimoku oscillator indicator MT5
MetaTrader 5 indicator

ichimoku oscillator

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...
adx trading strategy for metatrader 5 expert MT5
MetaTrader 5 expert advisor

adx trading strategy for metatrader 5

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...
qqe [v02] and qqe multi-timeframe [v02] indicator MT5
MetaTrader 5 indicator

qqe [v02] and qqe multi-timeframe [v02]

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...
expert advisor template for metatrader expert MT5
MetaTrader 5 expert advisor

expert advisor template for metatrader

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...
is7n trend.mq5 indicator MT5
MetaTrader 5 indicator

is7n trend.mq5

realthe indicator displays the current trend, utilizing moving averages as its foundation....
2ma rsi expert advisor expert MT5
MetaTrader 5 expert advisor

2ma rsi expert advisor

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...
last pink event date script MT5
MetaTrader 5 script

last pink event date

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...
adaptive moving average with bollinger bands indicator MT5
MetaTrader 5 indicator

adaptive moving average with bollinger bands

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...
multicurrency on tick market watch event handler expert MT5
MetaTrader 5 expert advisor

multicurrency on tick market watch event handler

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...
cinifile class for windows *.ini files library MT5
MetaTrader 5 library

cinifile class for windows *.ini files

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...
fantail vma indicator indicator MT5
MetaTrader 5 indicator

fantail vma indicator

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 ...
chart reinitialization tool expert MT5
MetaTrader 5 expert advisor

chart reinitialization tool

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...
create csv history file from mt5 for mt4 script MT5
MetaTrader 5 script

create csv history file from mt5 for mt4

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 expert MT5
MetaTrader 5 expert advisor

graphic panel contest submission

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-virtual trade pad for mt5 v 4 expert MT5
MetaTrader 5 expert advisor

exp5-virtual trade pad for mt5 v 4

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...
trade xpert for metatrader 5 expert MT5
MetaTrader 5 expert advisor

trade xpert for metatrader 5

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 ...
in trade panel for manual trading expert MT5
MetaTrader 5 expert advisor

in trade panel for manual trading

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...
trade history overview script MT5
MetaTrader 5 script

trade history overview

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...
first algorithmic trading panel expert MT5
MetaTrader 5 expert advisor

first algorithmic trading panel

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...
us dollar index (usdx) multicurrency indicator indicator MT5
MetaTrader 5 indicator

us dollar index (usdx) multicurrency indicator

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...
optimization report tool library MT5
MetaTrader 5 library

optimization report tool

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...
strategy performance estimator expert MT5
MetaTrader 5 expert advisor

strategy performance estimator

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...
zigzag color channel indicator indicator MT5
MetaTrader 5 indicator

zigzag color channel indicator

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...
linear regression channel indicator indicator MT5
MetaTrader 5 indicator

linear regression channel indicator

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. ...
mql5 self-generating script script MT5
MetaTrader 5 script

mql5 self-generating script

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...
professional zig zag indicator indicator MT5
MetaTrader 5 indicator

professional zig zag indicator

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 ...
synchronized chart scrolling script MT5
MetaTrader 5 script

synchronized chart scrolling

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...
new bar event handler for indicators indicator MT5
MetaTrader 5 indicator

new bar event handler for indicators

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...
exporting indicator values to csv files script MT5
MetaTrader 5 script

exporting indicator values to csv files

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 ...
synchronized charts expert MT5
MetaTrader 5 expert advisor

synchronized charts

this expert advisor performs the synchronization of charts.it synchronizes the following chart properties: - bar/candle/line - timeframe - zoom - starting candle number...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.