MetaTrader MT4 All Source Code Downloads - Page 45

Showing 3041 results
ultimate moving average indicator MT4
MetaTrader 4 indicator

ultimate moving average

moving average based on ultimate oscillator (i modified ultimate oscillator's code). it calculates weighted average of three moving averages (simple, exponential, smoothed or linea...
tipu signal plotter indicator MT4
MetaTrader 4 indicator

tipu signal plotter

this is a simple indicator that plots signal history on the chart. this requires the csv file downloaded and saved in the folder mql4/files/tipu history/history.csv. the folder and...
notify library MT4
MetaTrader 4 library

notify

this library has smart notification (alert, push and alert) function with an option of having a single notification per candle at a time.parameters: isalert — display a message in...
automatic fixed scale with top/bottom margins indicator MT4
MetaTrader 4 indicator

automatic fixed scale with top/bottom margins

this code was written as an indicator. it adds top and bottom margin to the chart. both can be adjusted separately.this gives some breathing space to top and bottom of the chart fo...
pivot star indicator MT4
MetaTrader 4 indicator

pivot star

this indicator draws current pivot points, it does not plot history. clean and simple.choice of standard, fibonacci, camarilla, woody's and demark pivot calculations.calculation is...
example of ma c d automated expert MT4
MetaTrader 4 expert advisor

example of ma c d automated

it is a metatrader 4 code example of macd automated expert advisor, with advanced money management function and trailing stop as well.the idea is:filter as multi time frame code ex...
yen trader expert MT4
MetaTrader 4 expert advisor

yen trader

yen tradertrades jpy crosses (xxxjpy) where xxx is one of the major currencies (except usd which will be used as a reference currency).based on the selected direction (r:right or l...
example of a simple breakout trading robot expert MT4
MetaTrader 4 expert advisor

example of a simple breakout trading robot

description:just a very simple break-out trading example as seen on the buy-entry example image below.the sell-entry would be as revers of buy-entry image.by candles only with no i...
auto fibonacci retracement indicator MT4
MetaTrader 4 indicator

auto fibonacci retracement

automatically draws fibonacci retracements on chart.added the following inputs:fib line color fib line style fib line width the fibonacci retracement automatic calculated position ...
price quote indicator MT4
MetaTrader 4 indicator

price quote

displays current bid price and % change of (open price of) current bar or x previous bars, also high, low, and range.examples:% change of current day bar (period d1, shift 0). in t...
normalized price indicator indicator MT4
MetaTrader 4 indicator

normalized price indicator

by using this indicator you can see the normalized price of any chart! you can use this indicator to find the divergence in the market, or you can put the normalized price of sever...
v1 n1 lo n n y mt4 expert MT4
MetaTrader 4 expert advisor

v1 n1 lo n n y mt4

automated trading system for breakouts in the london and new york sessions, which considers trading ranges formed during the sydney and tokyo sessions.default settings: gbpjpy h1. ...
v1 n1 new order script MT4
MetaTrader 4 script

v1 n1 new order

this tool is designed to open orders / positions in metatrader 4 terminals with absolute control of the risk / reward ratio, automatically calculating the lot size (without the nee...
open order (with risk management, tp and sl) script MT4
MetaTrader 4 script

open order (with risk management, tp and sl)

this script is useful if you want to open an order using risk management rules and magic numbers, you can also set take profit and stop loss in distance from the current price.you ...
close orders (with further filtering) script MT4
MetaTrader 4 script

close orders (with further filtering)

the attached script allows you to close more orders at once.you can choose the following filters:only instrument in the chart where the script is run or all instruments. only order...
order notify expert MT4
MetaTrader 4 expert advisor

order notify

useful watcher for your expert advisor. this ea will send with every new trade opened or closed. information about opened or closed trade is included in the message.recommendations...
non lag inverse fisher transform of rs x indicator MT4
MetaTrader 4 indicator

non lag inverse fisher transform of rs x

since rsx is already a "smoother than rsi" rsi, if you wish to turn the nonlag smoothing off, then simple set the nonlag smoothing period to <=1.inverse fisher transform enhance...
dsl - rsi indicator MT4
MetaTrader 4 indicator

dsl - rsi

rsi is mainly used in combination with levels or with a sort of signal lines. some prefer the levels some, on the other hand, "signal" line. we could dispute which one is the bette...
dsl - ma c d indicator MT4
MetaTrader 4 indicator

dsl - ma c d

macd is usually calculated with an addition of one signal line.that is a long used trading system and has it's merits. but that way is somewhat lacking when it comes to ranging mar...
dsl (discontinued signal lines) - rsx indicator MT4
MetaTrader 4 indicator

dsl (discontinued signal lines) - rsx

rsx is by it's nature "smoother rsi than rsi" without additional lag and because of that it has much less signals than the rsi. rsx is mainly used in combination with levels or wit...
dsl - stochastic indicator MT4
MetaTrader 4 indicator

dsl - stochastic

stochastic is mainly used in combination with built in signal line and levels. some prefer the levels some, on the other hand, signal line. we could dispute which one is the better...
quantile bands indicator MT4
MetaTrader 4 indicator

quantile bands

quantiles :the indicator middle line is not based on the slope of the middle quantile. instead it is a combination of the two outer quantiles. when both outer quantiles are showing...
schaff trend cycle - adjustable smoothing indicator MT4
MetaTrader 4 indicator

schaff trend cycle - adjustable smoothing

well known schaff trend cycle is, no doubt, useful indicator.but it has some things that can be changed. one is that it has a fixed smoothing factor hard-coded in the formula itsel...
vidya zone (metatrader 4) indicator MT4
MetaTrader 4 indicator

vidya zone (metatrader 4)

vidya zone indicator using 3 prices for calculation : high, low and median.the zone is mainly intended to use in a breakout mode ‌(ie: when the price is within the zone, that would...
send order basic script MT4
MetaTrader 4 script

send order basic

a simple script to easily submit market or pending orders, without having to add or subtract decimals to find your stop loss, take profit, or trailing stop. with this script, you c...
high/low indicator for a predefined period indicator MT4
MetaTrader 4 indicator

high/low indicator for a predefined period

the middle line can be configured with the parameter middle line typeas:mid_type_none=0, // nonemid_type_median=1, // median, (high + low)/2mid_type_typical=2, // typical, (high + ...
set fixed sl and tp script MT4
MetaTrader 4 script

set fixed sl and tp

this script scans for open orders and sets a stop loss and take profit to all of the filtered orders.you can filter orders by:magic number comment you will have to specify the stop...
i close difference v-08 indicator MT4
MetaTrader 4 indicator

i close difference v-08

this indicator detects the currencies in the chart and compares the current close value in all the pairs of the currencies trying to understand if the currency is strong or weak.de...
dsl - dm i oscillator indicator MT4
MetaTrader 4 indicator

dsl - dm i oscillator

dmi short description ‌(since it is not widely known).‌as with all the dsl indicators, it can be used both in trend and counter trend trading, but the dsl in this case can add to m...
zig zag & fibonacci indicator MT4
MetaTrader 4 indicator

zig zag & fibonacci

this indicator provides zigzag lines to help indicate spot cycles and draws fibonacci lines to indicate support and resistance levels.‌changes: i have tweaked the code to remove th...
messages helpers library MT4
MetaTrader 4 library

messages helpers

provides various helper functions for sending messages of different types to different sources.‌‌available message types:d‌ebug notice warning error success info a‌vailable destina...
ultra - at r scalping tool indicator MT4
MetaTrader 4 indicator

ultra - at r scalping tool

experimental indicator i wrote for myself. it's made to show some reference (it's more like a rifle scope, than a rifle). main components are pip scale, atr/pivot, ma level, rsi, a...
detrended synthetic price (histo) indicator MT4
MetaTrader 4 indicator

detrended synthetic price (histo)

detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
detrended synthetic price (bars) indicator MT4
MetaTrader 4 indicator

detrended synthetic price (bars)

detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
detrended synthetic price (oscillator) indicator MT4
MetaTrader 4 indicator

detrended synthetic price (oscillator)

detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
proper bot expert MT4
MetaTrader 4 expert advisor

proper bot

the proper bot is for those who like martingale style trading. features: stop loss, take profit, trailing stop loss functions. all are calculated in points. a high and low level pa...
time management library MT4
MetaTrader 4 library

time management

time management functions are often used in expert advisors and scripts. this header file contains functions and input variables for checking time and day of week.example...
laguerre rs i with laguerre filter indicator MT4
MetaTrader 4 indicator

laguerre rs i with laguerre filter

this is a laguerre rsi with an addition of laguerre filter signal line.so, it is a sort of "all laguerre" indicator. as an addition, a "no trade zone" can be displayed (for cases o...
pending order grid expert MT4
MetaTrader 4 expert advisor

pending order grid

this ea opens a grid of buy stops and sell stops at a specified distance from price. it is not a fully automatic ea. you need to reset it once a while.features startinglot increas...
modify sl tp script MT4
MetaTrader 4 script

modify sl tp

this script is used to modify the stop loss and take profit of current symbol positions.the new stop loss and take profit are based on the market price.if the inputs are 0, there w...
lr degrees mt4 indicator MT4
MetaTrader 4 indicator

lr degrees mt4

lrdegrees mt4 is the indicator for metatrader 4 will show double trend line of the linear regression, and gives the position degree of short line and provide alerts when the trend ...
rs i accumulated (floating levels) indicator MT4
MetaTrader 4 indicator

rs i accumulated (floating levels)

accumulated rsi that uses:floating levels or quantile bands process of "accumulating" uses consecutive rsi calculations in order to "construct" new "rsi" value.ps: since this indic...
auto fibo indicator MT4
MetaTrader 4 indicator

auto fibo

this indicator is designed to draw a fibonacci retracement, using as a basis the zigzag indicator....
trade multiplier expert MT4
MetaTrader 4 expert advisor

trade multiplier

this expert will duplicate a trade with the preset lot multiplier on the same account. no cross-account functionality, trades only on the same account. can be synced on a virtual h...
currency strength ea expert MT4
MetaTrader 4 expert advisor

currency strength ea

this ea calculates the strength of various currencies according to the percentage change in a day from the opening of the candle. if some currency is very strong or very weak, it w...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.