MetaTrader MTall All Source Code Downloads - Page 72

Showing 11124 results
atr normalize htf indicator MT5
MetaTrader 5 indicator

atr normalize htf

the atr_normalize indicator with the timeframe selection option available in input parameters:input enum_timeframes timeframe=period_h4;  // indicator chart period (timefra...
important information indicator MT5
MetaTrader 5 indicator

important information

the indicator displays important information:time: current, local, gmt; account: account type, leverage, current balance, current equity; symbol: spread, swap, tick value...
regression polynomial htf indicator MT5
MetaTrader 5 indicator

regression polynomial htf

the regressionpolynomial indicator with the timeframe selection option available in input parameters:input enum_timeframes timeframe=period_h4;  // indicator chart period (...
background candle simple bars htf indicator MT5
MetaTrader 5 indicator

background candle simple bars htf

the indicator draws candlesticks of a larger timeframe as color filled rectangles using draw_filling buffers. rectangles are color filled in accordance with the values of t...
larry williams min max indicator MT5
MetaTrader 5 indicator

larry williams min max

a metatrader 5 indicator of short-term, medium-term and log-term extreme points created based on the book of larry williams "long-term secrets to short-term trading".short-...
kauf wm across indicator MT5
MetaTrader 5 indicator

kauf wm across

real john smith a semaphore signal indicator that uses crossing of a classical moving average with kaufman's ama indicator. the original indicator was developed in the mql4 lang...
exp bn b expert MT5
MetaTrader 5 expert advisor

exp bn b

the exp_bnb expert advisor is based on the signals of the trend indicator bnb. the signal is formed when a bar is closing if there is change in cloud color of the indicator...
exp bvs b expert MT5
MetaTrader 5 expert advisor

exp bvs b

the exp_bvsb expert advisor is based on the signals of the trend indicator bvsb. the signal is formed when a bar is closing if there is change in cloud color of the indicat...
bvs b htf indicator MT5
MetaTrader 5 indicator

bvs b htf

the bvsb indicator with the timeframe selection option available in input parameters:input enum_timeframes timeframe=period_h4;  // indicator chart period (timeframe)to pro...
exp kauf wm across expert MT5
MetaTrader 5 expert advisor

exp kauf wm across

the exp_kaufwmacross trading system is based on change of the trend direction displayed by the kaufwmacross indicator. the signal is formed when a bar is closing if there ...
simple zig zag indicator MT5
MetaTrader 5 indicator

simple zig zag

another zigzag version with a simple code that correctly determines peaks....
exp simple bars expert MT5
MetaTrader 5 expert advisor

exp simple bars

the exp_simplebars expert advisor is based on the signals of the trend indicator simplebars. the trade signal is formed when a bar is closing if the color of the indicator...
kauf wm across htf indicator MT5
MetaTrader 5 indicator

kauf wm across htf

the kaufwmacross indicator with the timeframe selection option available in input parameters:input enum_timeframes timeframe=period_h4;  // indicator chart period (timefram...
simple bars signal indicator MT5
MetaTrader 5 indicator

simple bars signal

the simplebars_signal indicator shows information on the current trend using the values of the simplebars indicator with a fixed timeframe. the indicator displays the colo...
g filter indicator MT5
MetaTrader 5 indicator

g filter

real zzuegg a moving average that includes price series processing by gaussian filter. the ma direction is marked with an appropriate color. the color of the dots depends on the ...
rj rma indicator MT5
MetaTrader 5 indicator

rj rma

real rjabkov alexander moving average of ranges. the calculation is based on the price high and low for a period. originally this indicator has been written in mql4 and was firs...
blau tvi indicator MT5
MetaTrader 5 indicator

blau tvi

tick volume indicator from the book "momentum, direction, and divergence" by william blau, implemented in the form of a color histogram. the indicator uses smoothalgorithms...
rate ao mod pips indicator MT5
MetaTrader 5 indicator

rate ao mod pips

this indicator measures the rate of change of the smoothed difference between two exponential moving averages given by awesomemodpips indicator (it is necessary to have thi...
pips to average indicator MT5
MetaTrader 5 indicator

pips to average

this indicator measures the (smoothed) distance in pips between the close and an exponential moving average. the first input, period_average, is the period of the exponent...
awesome mod pips indicator MT5
MetaTrader 5 indicator

awesome mod pips

this indicator is a modification of classical awesome oscillator indicator. it computes the smoothed difference of two exponential moving averages. the indicator has 3 in...
auto pending and manage orders by rsi expert MT4
MetaTrader 4 expert advisor

auto pending and manage orders by rsi

auto pending orders by rsi;lower risk at weekend and restore position the next week;mail some useful information.recommendations:1. set testmode true for backtest, false for real m...
pip striker-com indicator MT4
MetaTrader 4 indicator

pip striker-com

the indicator shows top and bottom ranges of price movement.put on wk chart, set color, remove from chart.repeat on all currency pairs you trade.change tf to d1, set color,...
ea template expert MT4
MetaTrader 4 expert advisor

ea template

the template code of expert advisor. it contains basic features and functions required for the developing the expert advisor:calculation of point for the 3-5 digit pairs;...
chain price rsi indicator MT4
MetaTrader 4 indicator

chain price rsi

forex indicator chainpricersi is based on the rsi and ma indicators. chain price rsi is an indicator of trend lines arrow with direction to open orders. how to use chainp...
horizontal grid lines indicator MT4
MetaTrader 4 indicator

horizontal grid lines

draws horizontal grid lines at specified distances.image illustrates fractional pip ability.  ...
x liquidex mod1 expert MT4
MetaTrader 4 expert advisor

x liquidex mod1

x-liquidex is an impulsive/volatility/breakout expert advisor. it uses range, moving averages and keltner channel. it's logics is simple yet powerful. it can best operate i...
renko live charts expert MT4
MetaTrader 4 expert advisor

renko live charts

real lastviking ?? (inspired from renko script by "e4" (renko_live_scr.mq4) ) this ea attaches to a chart (1m chart is best) and then builds a new offline chart with renko boxes....
welch candlesticks indicator MT4
MetaTrader 4 indicator

welch candlesticks

real tim welch the basic candlesticks that are built into metatrader 4 have a rudimentary, and potentially devastating flaw. they never show you the ask line, and, they never sav...
garch indicator MT4
MetaTrader 4 indicator

garch

this a little contribution for the wonderful community. i inspired my indicator by edgar peters work. it is a fractal volatility indicator based on bollerslev model. arma a...
roboti ad xwining expert MT4
MetaTrader 4 expert advisor

roboti ad xwining

expert advisor work with one hour chart, and is the best robot for now. it plays a sound when orders/alarms are executed and multiply positions by 10 when 5 digits is true...
c orders counter script MT4
MetaTrader 4 script

c orders counter

descripition:the class corderscounter was developed for counting of the orders with different filters: by symbol of currency, magic number, either closed, either opened orders. be...
last order script MT4
MetaTrader 4 script

last order

the header file contains functions for searching last and previous order in the trade pool.the functions list:functionshort description of the function int get_last_order( ...
mt f inside bar indicator MT4
MetaTrader 4 indicator

mt f inside bar

with this indicator we can visualize price action in other (higher) timeframe without leaving our current chart.just choose wich timeframe you desire (ex: tfup=3 means third timefr...
linear regression indicator MT5
MetaTrader 5 indicator

linear regression

linear regression is a statistical tool used to predict future prices based on past data.the indicator uses the least squares method for the construction of the "most suitable" str...
color linear regression indicator MT5
MetaTrader 5 indicator

color linear regression

linear regression is a statistical tool used to predict future prices based on past data.the indicator uses the least squares method for the construction of the "most suitable" str...
net flows indicator MT4
MetaTrader 4 indicator

net flows

(c) 2010 shon shampain for zen cows go mu, .netflows is an indicator (inspired by comments by user merlin) that computes the volume-adjusted flow of a currency considering all curr...
apply template script MT5
MetaTrader 5 script

apply template

this very simple script to apply same template to all charts opened at the moment.i work with binary option, for me is useful.simple options: i hope this screenshot will be useful ...
bleris - hedging strategy expert MT4
MetaTrader 4 expert advisor

bleris - hedging strategy

please remember i hate martingale strategies but i use it in small in this system. if you're optimizing bleris, please remember to use fixed lots value.very important is drawdown b...
market sessions indicator MT4
MetaTrader 4 indicator

market sessions

the indicator displays market sessions. (tokyo, london and new york. sydney and berlin not added)....
ma bbands yx f indicator MT4
MetaTrader 4 indicator

ma bbands yx f

the indicator is a combination of ma channels and bollinger bands.the ma indicator has been moved shift. i hope who have a forward left of the indicators to replace it....
pivot points mtf indicator MT4
MetaTrader 4 indicator

pivot points mtf

pivot points - midpoints, h4, daily, weekly, monthly....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.