MetaTrader MT4 All Source Code Downloads - Page 43

Showing 3041 results
ma parabolic st2 indicator MT4
MetaTrader 4 indicator

ma parabolic st2

the image shows the effectiveness of the smoothing properties of the "ma_parabolic_st2" indicator, compared to the standard "parabolic sar" indicator.the purple dotted line is the ...
trading signals function library MT4
MetaTrader 4 library

trading signals function

the trading signals function is based on the values of the osma indicator.add the function to the ea: #include <signal.mqh>condition if(getsignal()==1) is for buyscondition i...
errors function. in russian library MT4
MetaTrader 4 library

errors function. in russian

errors function. in russian.function call: #include <error.mq4>usage example: print("error : ",error(getlasterror()));...
f2a ao indicator MT4
MetaTrader 4 indicator

f2a ao

it is based on the filtr_ao indicator, which has been shared on kroufr. modified to output arrows on the chart. added the ability to output signals both to alert and comment (set t...
pipso expert MT4
MetaTrader 4 expert advisor

pipso

works with a spread of 3-4 pointswarning: do not attempt to use on real account! :)strategy tester reportpipsometaquotes-demo (build 220)...
live limit script MT4
MetaTrader 4 script

live limit

many probably encountered a situation where the market requires instant decisions (especially true for pipsing and scalping), but the process of calculating the acceptable risk, an...
trailing expert MT4
MetaTrader 4 expert advisor

trailing

manages all orders in the terminal. if there is no required profit - it waits. suitable both for manual trading and for expert advisors that lack trailing stop.if the required prof...
zero lag ma c d colored indicator MT4
MetaTrader 4 indicator

zero lag ma c d colored

the suggestions mentioned in the comments on the original page have been taken into account. 1. added coloring of the histogram bars relative to the previous bar.the original indic...
divergence indicator MT4
MetaTrader 4 indicator

divergence

if the blue bar is directed upwards, the price will also go up. downwards - likewise.dots indicate the identified peaks (fractals) of the specified indicator.red bars are the maxim...
nt k 07 expert MT4
MetaTrader 4 expert advisor

nt k 07

how it works:places two pending orders at the distance of netstep from the current price if one of them triggers, the other one is deleted places one more pending order in the dire...
channels indicator MT4
MetaTrader 4 indicator

channels

Download the source code for this indicator
bw-zone indicator MT4
MetaTrader 4 indicator

bw-zone

in essence, it implements the idea of visual interpretation of the state of the fourth dimension of the chaos theory by b. williams - zone.information on the chaos theory in genera...
"tic tac toe" chart script MT4
MetaTrader 4 script

"tic tac toe" chart

the script works on any symbol and timeframe.in order to start the script, drag onto the current chart. in the "general" tab of the script parameters window, flag the "allow dll im...
at r ma oscillator indicator MT4
MetaTrader 4 indicator

at r ma oscillator

oscillator of the osma type but interpreted for the atr oscillator. it is used as an additional signal (crossing 0) to exit the position with the maximum profit. normalized for the...
the correct order (version 1. 0. 01) expert MT4
MetaTrader 4 expert advisor

the correct order (version 1. 0. 01)

the correct order is a set of moving averages located consecutively. the correct order for an uptrend would be the situation, when the 10-period simple moving average (sma) is on a...
dw m channels indicator MT4
MetaTrader 4 indicator

dw m channels

shows simple channels for daily, weekly, monthly timeframes.colors setting: daily high daily low weekly high weekly low monthly high monthly low ...
accelerator bot for usd j p y h4 expert MT4
MetaTrader 4 expert advisor

accelerator bot for usd j p y h4

i wrote this code using a lot of different ideas and/or code from this website, thanks to all of them.this ea uses different indicators: adx, stochatisc, accelerator...this ea is o...
real signal indicator MT4
MetaTrader 4 indicator

real signal

ahlanbikathis indicator provides an easy way to find out the current direction of a pair. if you notice in the image below, just by looking at the last line you already know what w...
lot rebate calculator script MT4
MetaTrader 4 script

lot rebate calculator

dxerofthis simple script is used to calculate total lot or rebate.input settings...
tick recorder indicator MT4
MetaTrader 4 indicator

tick recorder

continuously records tick data in format "datetime, bid, ask, volume" even after restart.you can use it for broker data manipulation evidence, collect you own history data, compare...
ff c - forex factory calendar indicator MT4
MetaTrader 4 indicator

ff c - forex factory calendar

the indicator places a panel on your chart that shows 5 economic events listed on the forex factory calendar. you can filter out/in the events of high, medium, or low impact, speak...
lines profit loss indicator MT4
MetaTrader 4 indicator

lines profit loss

indicator calculates profit (loss) of the current orders on the symbol. you can freely drag and drop a line to display the current profit or loss.parameters to count in money or i...
price position indicator MT4
MetaTrader 4 indicator

price position

priceposition indicator provides the position of price in the point of angle when the price rises above (buy) or falls below the angle section line (sell). indicator also shows cur...
i fractals 4all tf indicator MT4
MetaTrader 4 indicator

i fractals 4all tf

ahlanbikaeach buy and sell will be marked by arrow that will show the right direction to help you make the decision when the appropriate time to buy or sell. red arrow to sell. blu...
modify all tp sl script MT4
MetaTrader 4 script

modify all tp sl

the script modifies all orders (market and pending) on the symbol with specified take profit and stop loss.if the take profit or(and) stop loss is incorrect, then the value is not ...
time in range time checking function library MT4
MetaTrader 4 library

time in range time checking function

fast time range checking function. doesn't use slow string parsing.function returns true if time in range, false otherwise.usage: drop .mq4 file to mql4\libraries\ folder.add this ...
renko chart from ticks (most precise method) expert MT4
MetaTrader 4 expert advisor

renko chart from ticks (most precise method)

how to use: like any other ea, open it in the strategy tester, choose the 'symbolname' and a small timeframe (m1 or m5). if you would need to convert within a time-period (eg: 2010...
stop & limit bots expert MT4
MetaTrader 4 expert advisor

stop & limit bots

two ea's. one places stop orders the other places limit orders. the ea does not use any form of technical analysis, just price movement. ea works on any timeframe. easy to back tes...
unknown script MT4
MetaTrader 4 script

unknown

Download the source code for this script
var mov avg 2016 (varmov) indicator MT4
MetaTrader 4 indicator

var mov avg 2016 (varmov)

this indicator is based on the moving average, but it doesn't use any standard mt4/mt5 moving average indicators. it uses its own formula to calculate the moving average with a com...
awesome oscillator - 4 colors, customizable indicator MT4
MetaTrader 4 indicator

awesome oscillator - 4 colors, customizable

awesome oscillator, customizable, 4 colors, and some more parametersi started with default metaquotes awesome oscillator.i borrowed the 4 colors idea from aims youtube videos. and ...
example of on chart event() function expert MT4
MetaTrader 4 expert advisor

example of on chart event() function

mohammad soubrathis is a great beginners' example of the function onchartevent() & creating objects on the chart to access them for some tasks...
inside bar indicator MT4
MetaTrader 4 indicator

inside bar

the indicator determines the inside bar and marks its high/low. it is plotted based on the closed candles (does not redraw). the identified inside bar can be displayed on smaller p...
obz trading functions library library MT4
MetaTrader 4 library

obz trading functions library

library of trading functions (position size, open, close position etc.)from the eas "ocean breeze" and "graalino-pro".it can be of big help for novice traders as an example how to ...
multi time frame rs i indicator MT4
MetaTrader 4 indicator

multi time frame rs i

shows multi timeframe (m1, m5, m15, m30, h1, h4, d1) rsiindicator in a separate window....
closed wi n script MT4
MetaTrader 4 script

closed wi n

closure of all winning positions. (you can indicate a specific instrument if you want to)....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.