MetaTrader MTall All Source Code Downloads - Page 225

Showing 11118 results
range expansion index (re i) mt4 indicator MT4
MetaTrader 4 indicator

range expansion index (re i) mt4

range expansion index (metatrader indicator)— is a relative oscillator indicator that measures the pace of the price changes and signals overbought/oversold states if the price dem...
range expansion index (re i) mt5 indicator MT5
MetaTrader 5 indicator

range expansion index (re i) mt5

range expansion index (metatrader indicator)— is a relative oscillator indicator that measures the pace of the price changes and signals overbought/oversold states if the price dem...
recent high/low alert mt4 indicator MT4
MetaTrader 4 indicator

recent high/low alert mt4

input parameters n(default = 20) — period value for the recent high/low levels.enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when pric...
recent high/low alert mt5 indicator MT5
MetaTrader 5 indicator

recent high/low alert mt5

input parameters n(default = 20) — period value for the recent high/low levels.enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when pric...
round levels mt4 indicator MT4
MetaTrader 4 indicator

round levels mt4

round levels metatrader indicator— an mt4/mt5 indicator that can display round levels and zones near them based on your configuration. it can be useful to trade off the natural psy...
round levels mt5 indicator MT5
MetaTrader 5 indicator

round levels mt5

round levels metatrader indicator— an mt4/mt5 indicator that can display round levels and zones near them based on your configuration. it can be useful to trade off the natural psy...
rsi o m a mt4 indicator MT4
MetaTrader 4 indicator

rsi o m a mt4

input parameters rsioma period(default = 14) — the period of the rsi and the moving averages that are used to calculate the rsi. increase it for smoothness, decrease it for signal ...
rsi o m a mt5 indicator MT5
MetaTrader 5 indicator

rsi o m a mt5

input parameters rsioma period(default = 14) — the period of the rsi and the moving averages that are used to calculate the rsi. increase it for smoothness, decrease it for signal ...
schaff trend cycle mt5 indicator MT5
MetaTrader 5 indicator

schaff trend cycle mt5

input parameters main mashort(default = 23) — the period of the fast moving average for the macd line calculation. should be less than malong.malong(default = 50) — the period of t...
schaff trend cycle mt4 indicator MT4
MetaTrader 4 indicator

schaff trend cycle mt4

input parameters main mashort(default = 23) — the period of the fast moving average for the macd line calculation. should be less than malong.malong(default = 50) — the period of t...
spread indicator mt4 indicator MT4
MetaTrader 4 indicator

spread indicator mt4

spread metatrader indicator— displays current spread in the main window of the chart. you can modify the font parameters, indicator's position and the normalization of the spread v...
spread indicator mt5 indicator MT5
MetaTrader 5 indicator

spread indicator mt5

spread metatrader indicator— displays current spread in the main window of the chart. you can modify the font parameters, indicator's position and the normalization of the spread v...
support and resistance mt4 indicator MT4
MetaTrader 4 indicator

support and resistance mt4

input parameters enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when price closes above or below the support or resistance level.trigge...
support and resistance mt5 indicator MT5
MetaTrader 5 indicator

support and resistance mt5

input parameters enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when price closes above or below the support or resistance level.trigge...
coppock mt5 indicator indicator MT5
MetaTrader 5 indicator

coppock mt5 indicator

input parameters roc1period(default = 14) — the period of the first rate of change in the sum.roc2period(default = 11) — the period of the second rate of change in the sum.maperiod...
td sequential ultimate mt4 indicator MT4
MetaTrader 4 indicator

td sequential ultimate mt4

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...
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 mt4 indicator MT4
MetaTrader 4 indicator

total power indicator mt4

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...
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 mt4 indicator MT4
MetaTrader 4 indicator

trade assistant mt4

trade assistant metatrader indicator— a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and cci (commodi...
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...
rr s non-directional ea expert MT4
MetaTrader 4 expert advisor

rr s non-directional ea

this is a non-directional bias ea. this ea does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. it offers multip...
rr s randomness in nature ea expert MT4
MetaTrader 4 expert advisor

rr s randomness in nature ea

this ea is truly random in nature. it randomly selects currency pairs, lot sizes, and order types. this ea does not rely on any technical skillset such as indicators, price action,...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.