MetaTrader MT5 All Source Code Downloads - Page 161

Showing 7983 results
td sequential ultimate mt5 indicator MT5
MetaTrader 5 indicator

td sequential ultimate mt5

td sequential ultimate metatrader indicatorshows all parts of the td sequential method developed by the legendary technical analyst, tom demark. td sequential ultimate displays buy...
total power indicator mt5 indicator MT5
MetaTrader 5 indicator

total power indicator mt5

input parameters lookback period(default = 45) — the main period of the indicator. determines the amount of bars to look back to count the bear/bull-dominated ones.power period(def...
portable moving average indicator MT5
MetaTrader 5 indicator

portable moving average

this is simply an indicator that professionally instantiates a moving average, and makes the code very portable so that it can be copied and pasted into bigger indicator projects.t...
trade assistant mt5 indicator MT5
MetaTrader 5 indicator

trade assistant mt5

trade assistant metatrader indicator— a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and cci (commodi...
smart trend follower expert MT5
MetaTrader 5 expert advisor

smart trend follower

1. enum types (enumjnssignal, enumordertype)- enumjnssignalthis enum defines the type of signal used in the ea. there are two signal options: - `etypecrossma`: uses the signal of c...
intrabar volume flow indicator MT5
MetaTrader 5 indicator

intrabar volume flow

it's possible to plot incoming volume rather than simply plotting a single volume histogram bar to describe volume in the bar.instead of just showing total volume per bar like a st...
collect data (date, time and close price) script MT5
MetaTrader 5 script

collect data (date, time and close price)

as you can see this is a short script used to collect close price and place it in a column after a date string and a time (hour and minute) string.the data is saved to a comma sepa...
self optimized sm a indicator MT5
MetaTrader 5 indicator

self optimized sm a

the algorithm at every bar the indicator checks all sma periods ranging from min_period to max_period to find which one caused the most recent bounce(either up or down). if nothing...
useful define statements script MT5
MetaTrader 5 script

useful define statements

definition of variables first, you need to change the first lines in the file to match the name of your variables and arrays. below you can see i have used g_rates for the mqlrates...
download all ticks of a symbol's history expert MT5
MetaTrader 5 expert advisor

download all ticks of a symbol's history

this expert advisor code will scan the user's broker's market watch and extract symbols for which it will download all available ticks , or ticks up to a date.it may help you to do...
time to close - mt5 indicator MT5
MetaTrader 5 indicator

time to close - mt5

time to close mt5 timetoclose-v1.01is a chart indicator that displays real-time countdown to candle close with adaptive visual integration. i tried to make it simple, then polish i...
autoscaling zigzag indicator MT5
MetaTrader 5 indicator

autoscaling zigzag

a zigzag which identifies new swing points based on a step size. the sensitivity of the swing detection is controlled by a single input "scale," which adjusts how responsive the in...
fibonacci zig zag indicator MT5
MetaTrader 5 indicator

fibonacci zig zag

the setup we will need :1 zigzag plot 2 data buffers for the highs and the lows input parameters an ongoing set of system variables which reset whenever the indicator recalculates ...
daily vertical lines indicator MT5
MetaTrader 5 indicator

daily vertical lines

a simple indicator to draw daily vertical lines plus the day of week labels on the chart.useful to identify the start of trading days on the chart....
t3 moving average indicator MT5
MetaTrader 5 indicator

t3 moving average

the t3 indicator is an advanced moving average developed by tim tillson that reduces lag while maintaining a smooth curve that filters market noise. unlike traditional moving avera...
timer library MT5
MetaTrader 5 library

timer

Download the source code for this library
js o n library MT5
MetaTrader 5 library

js o n

Download the source code for this library
mean reversion trend ea expert MT5
MetaTrader 5 expert advisor

mean reversion trend ea

2. key features adaptive signals: uses fast and slow moving averages for trend identification. built-in validator: comprehensive trade validation system checking volume, margin an...
bar duration indicator MT5
MetaTrader 5 indicator

bar duration

this indicator displays a subwindow with histogram of custom bars' durations in minutes. it's applicable for renko boxes, pnf, equivolume bars, and other custom charts, where bar d...
supertrend indicator MT5
MetaTrader 5 indicator

supertrend

this supertrend indicator helps identify market trends based on average true range (atr) volatility. released under mit license for free and open-source use.core formula upper ban...
trend zigzag (on ma cross) indicator MT5
MetaTrader 5 indicator

trend zigzag (on ma cross)

this is a static zigzag which connects the intersections of two moving average crossovers. it is another way to analyse moving averages.when the fast period moving average crosses ...
fv g based momentum detection indicator MT5
MetaTrader 5 indicator

fv g based momentum detection

the green line represents the total amount of fvgs in uptrend (filled or unfilled) in the specified window_size. the red line represents the total amount of fvgs in downtrend (fil...
withdrawal tracking expert MT5
MetaTrader 5 expert advisor

withdrawal tracking

this is a piece of code to add to an existing expert advisor to track withdrawals from your account where the ea is running. it helps the user to monitor his or her withdrawals fro...
ranging market detector indicator MT5
MetaTrader 5 indicator

ranging market detector

this is an effort to build an indicator that highlights a ranging market period with a standard object that uses a dynamic anchor point. the detection is non lagging, and has two m...
candlestick analysis ea r1 expert MT5
MetaTrader 5 expert advisor

candlestick analysis ea r1

this mt5 expert advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management. key features: cor...
ps a r zigzag (non lagging) indicator MT5
MetaTrader 5 indicator

ps a r zigzag (non lagging)

this indicator differs from the traditional zigzag you're already familiar with. the traditional zigzag serves a different purpose: it primarily highlights previous market swings a...
single tester cache library MT5
MetaTrader 5 library

single tester cache

this library allows you to read/write tst files - mt5-tester single pass format.some variants of use, 2019.10.04 07:18 pm.if they open the format of tst-files and place the cache f...
calendar library MT5
MetaTrader 5 library

calendar

metatrader5 has an updated volumetric history of fundamental calendar events, any data of which can .this library allows you to conveniently work with this data. in particular, to ...
detecting the start of a new bar or candle expert MT5
MetaTrader 5 expert advisor

detecting the start of a new bar or candle

for an expert advisor (ea), when a new quote ("tick") is received by metatrader, the standard event handling function is called by the terminal. however, there is no standard event...
new candle or bar formation expert MT5
MetaTrader 5 expert advisor

new candle or bar formation

this bot detects the open of a new candle on any set timeframe, thereby making it easier to run a one-time code, place trades and call other functions. the code is written in the o...
back kick expert MT5
MetaTrader 5 expert advisor

back kick

attention: expert advisor only for hedge accounts! the expert advisor opens two multidirectional positions. as soon as both positions are closed (by triggering stop loss or take pr...
ma trend 2 expert MT5
MetaTrader 5 expert advisor

ma trend 2

only buy - allowed to open only buyonly sell - it is allowed to open only sellbuy and sell - it is allowed to open both buy and sell. the expert advisor works according to the ima ...
pan priz ma no leverage 72 indicator MT5
MetaTrader 5 indicator

pan priz ma no leverage 72

the indicator creates a sliding line based on interpolation by a 4 degree polynomial. the constructed line extrapolates with a sine wave and itsline_poweraxialor nearly constant,or...
multi tester library MT5
MetaTrader 5 library

multi tester

there are times when you need to run the expert advisor on multiple symbols. for this purpose there is a mode "all symbols selected in the market watch window" in the mt5-tester. t...
manual position tracking panel expert MT5
MetaTrader 5 expert advisor

manual position tracking panel

idea of the expert advisor utilitythe panel sorts buy positions in ascending order and sell positions in price order. the sorted positions are displayed in the panel: a maximum of ...
i ch o trend cc i dual on ma filter expert MT5
MetaTrader 5 expert advisor

i ch o trend cc i dual on ma filter

trading strategythe expert advisor uses two indicators: icho (chaikin oscillator, cho) and custom . cho is used as a trend indicator and also, when the indicator crosses zero, to c...
mt4 orders quick report library MT5
MetaTrader 5 library

mt4 orders quick report

works up to 10 times faster than report, ntml file size is smaller, can upload and display up to 5.4 million report lines (screenshot below).functionality: (the same as report) sh...
angle and speed indicator MT5
MetaTrader 5 indicator

angle and speed

inspired by thethe indicator calculates the angle between the trend line and the horizontal. on the x axis - minute bars are taken, regardless of the timeframe, on the y axis - poi...
uniformity factor indicator indicator MT5
MetaTrader 5 indicator

uniformity factor indicator

this is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically gaussia...
second bars indicator MT5
MetaTrader 5 indicator

second bars

the indicator draws an arbitrary seconds timeframe on the chart.in the settings:number of days-if you set too many days, it may take a long time to calculate.timeframe in seconds.c...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.