MetaTrader MT5 All Source Code Downloads - Page 152

Showing 8094 results
bar or volume colored candlesticks indicator MT5
MetaTrader 5 indicator

bar or volume colored candlesticks

volume colored candlestick with bollinger bands as the standard deviationchangelogv1.02b: hotfix for static int chartbars, where it would be forever the first call value of bars(sy...
ao n stochastic expert MT5
MetaTrader 5 expert advisor

ao n stochastic

expert, trades using awesome oscillator, accelerator oscillator.stochastics can be used as a filter , upper and lower levels.for buy trade main stoch line must be greater than sign...
heikin ashi engulfing expert MT5
MetaTrader 5 expert advisor

heikin ashi engulfing

opens trades when a engulfing bar occurs at the same time as a change in heiken ashi colour opening above moving averages, two rsi filters, set at 5 &14 periods.engulfing bar m...
time in microseconds (µs) since 01/01/1970 library MT5
MetaTrader 5 library

time in microseconds (µs) since 01/01/1970

simple class for getting the number of microseconds (µs) elapsed since january 1, 1970.the error of this method is about 0.5 milliseconds. this is due to the temporal discreteness ...
price line indicator MT5
MetaTrader 5 indicator

price line

shows moving last price on bid line, daily percentage change and time based on input selection to the price line...
close all orders and positions script MT5
MetaTrader 5 script

close all orders and positions

it happens sometimes when you've been creating and ea and you haven't noticed a bug that causes too many positions if not orders to be opened . or maybe there was a trade execution...
sc t - risk per trade- mt5 script MT5
MetaTrader 5 script

sc t - risk per trade- mt5

the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
the fisher transform indicator indicator MT5
MetaTrader 5 indicator

the fisher transform indicator

buy when the indicator line is green and sell when it turns red.the fisher transform indicator is an oscillator that helps to identify trend reversals and can be applied to any fin...
quartile trend channel indicator MT5
MetaTrader 5 indicator

quartile trend channel

this indicator plots fibonacci channel on last swing high low that can be changed from input variable "extdepth"55 is a best parameter which is set by default. it plots a fibonacci...
ev z reader script MT5
MetaTrader 5 script

ev z reader

it can download data once and be removed or update each 1-5-10 minutes. since it is a service, it can always be active in the background without interfering with charts.32912008.08...
in d - risk per trade - mt5 indicator MT5
MetaTrader 5 indicator

in d - risk per trade - mt5

the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
tri ma cross draw histogram indicator MT5
MetaTrader 5 indicator

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 ...
doulble ma cross draw histogram indicator MT5
MetaTrader 5 indicator

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...
the high pass - low pass roofing filter indicator MT5
MetaTrader 5 indicator

the high pass - low pass roofing filter

the highpass-lowpass roofing filter was created by john ehlers (cycle analytics for traders pg.78)this is a variation of a roofing filter that will let you know which direction the...
kajan trade expert indicator MT5
MetaTrader 5 indicator

kajan trade expert

you can identify buy trend and sell trend with this indicator.this indicator based on stochastic oscillator....
close all fi f o script MT5
MetaTrader 5 script

close all fi f o

this free code manages to close all open positions complying with fifo rules just by drag and drop into the chart, no matter if profit or loss.must enable autotrading....
sample detect economic calendar expert MT5
MetaTrader 5 expert advisor

sample detect economic calendar

if current date have red news this code will count news and before released news time ea will put pending order buy or sell...
close all profit at end of week expert MT5
MetaTrader 5 expert advisor

close all profit at end of week

setup hour and minute for check current time and variable if current date is friday this function close all profit for currency pair...
spee d oscillator indicator MT5
MetaTrader 5 indicator

spee d oscillator

history:v 2.3 adds fixes, code improvement and price-to-ma distanceinformation:trade value depends on price positioning,the shape of which can be described also by ma speed and pri...
nadaraya-watson estimator indicator MT5
MetaTrader 5 indicator

nadaraya-watson estimator

nadaraya and watson, both in 1964, proposed to estimate values as a locally weighted average, using a kernel as a weighting functionit is producing a non-causal (re-calculating) sm...
moving average bands indicator MT5
MetaTrader 5 indicator

moving average bands

this is the "moving average bands" indicator with only one change compared to the original : you can chose the price (while in the original only close price is used)recommendations...
moving average bands width indicator MT5
MetaTrader 5 indicator

moving average bands width

recommendations: it is not a directional indicator - it indicates volatility you can probably use it for indication of possible trend changes (after the lower extremes are reached...
my rsi indicator MT5
MetaTrader 5 indicator

my rsi

john ehlers introduced a variation of rsi calculation (as a part of another indicator) that he decided to call myrsi. since it produces results different then the built in rsi, it ...
my rsi with ne t indicator MT5
MetaTrader 5 indicator

my rsi with ne t

in december 2020 issue of tasc, john ehlers published an indicator called myrsi with net (myrsi with noise elimination technology) in which he uses a sort of kendall (auto)correlat...
rex (extended) indicator MT5
MetaTrader 5 indicator

rex (extended)

original rex indicator (with an explanation what and how it is done) was posted here :recommendations:you can use it the same way as any other rex indicator you can use the donchia...
position size calculator indicator MT5
MetaTrader 5 indicator

position size calculator

this indicator allows trader to calculate the proper lot size based on percentage risk and stop loss. the stop loss can be defined either using average true range ratio or fixed si...
cc i (mimic) indicator MT5
MetaTrader 5 indicator

cc i (mimic)

this indicator is one of the series of "experiments"even though it is named cci, it is not actually cci for that reason a sort of dynamic levels are added (a sort of donchian chann...
dm h indicator MT5
MetaTrader 5 indicator

dm h

in the december 2021 issue of tasc article “the dmh: an improved directional movement indicator”, john ehlers explores a method of modernizing directional movement with hann window...
fir filters indicator MT5
MetaTrader 5 indicator

fir filters

some of the digital filters in one place :hanning hamming blackman blackman / harris and (simply in order to demonstrate that almost anything can be a digital filter) :rectangular ...
hann filter indicator MT5
MetaTrader 5 indicator

hann filter

this is a variation of a digital filter using hann windowing for filteringwith "speed up" factor set to 0, it is the same as original filter any speed up factor > 0 makes it a b...
ob v (extended) indicator MT5
MetaTrader 5 indicator

ob v (extended)

on-balance volume (obv) is a technical trading momentum indicator that uses volume flow to predict changes in stock price. joseph granville first developed the obv metric in the 19...
limit channels indicator MT5
MetaTrader 5 indicator

limit channels

as simple as it gets, channels based om high, low and atr distances, shows possible short term support / resistance or can be used as tp/sl in some trading systemsrecommendations: ...
the hurst coefficient indicator indicator MT5
MetaTrader 5 indicator

the hurst coefficient indicator

this is a useful indicator to tell you if the stock is in a uptrend or downtrend. buy when the indicator line is green and sell when it is red....
limit channels - with states indicator MT5
MetaTrader 5 indicator

limit channels - with states

this is the indicator originally posted here that is extended with a display of "states"."states" are displayed as colored histogram they can be calculated using :level 3 - outer ...
dynamic pivots - any time frame indicator MT5
MetaTrader 5 indicator

dynamic pivots - any time frame

based on the austin passamonte's idea , this indicator calculates pivots for any time frame (provided that the chosen time frame is higher than the chart time frame).two modes of c...
pair or symbol and time frame with watermark indicator MT5
MetaTrader 5 indicator

pair or symbol and time frame with watermark

description: 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 tim...
convert i exposure. mq4 from meta quotes indicator MT5
MetaTrader 5 indicator

convert i exposure. mq4 from meta quotes

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 ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.