MetaTrader MT5 All Source Code Downloads - Page 156

Showing 8094 results
at r stop loss bands indicator MT5
MetaTrader 5 indicator

at r stop loss bands

this indicator is used for stop loss placements with atr as reference and comes in two lines with equal distance from a moving average.the indicator can also be used for safety mea...
hl c trend confirmation indicator indicator MT5
MetaTrader 5 indicator

hl c trend confirmation indicator

the hlc trend indicator is a confirmation indicator with sub-type as a two-line-crossover.buy signal: long line (white) crosses and closes above short line (red).sell signal: short...
daily drawdown indicator MT5
MetaTrader 5 indicator

daily drawdown

in the lower right corner of the page, you can see the profit or loss percentage of your account.oninit():ondeinit:oncalculate:...
daily profit function expert MT5
MetaTrader 5 expert advisor

daily profit function

i wrote this function as an easy template for accessing the current day's trading history. can be expanded upon by the user by adding additional doubles, i.e. volume, or for differ...
bs i trend and channel indicator MT5
MetaTrader 5 indicator

bs i trend and channel

this indicator shows trend line and channels using the bsi indicator.first, it will check the trend by bsi. then, draw the trend line or channels by condition. the trend line uses ...
the roofing filter indicator MT5
MetaTrader 5 indicator

the roofing filter

the roofing filter indicator was created by john ehlers ("cycle analytics for traders" pg. 80 - 82). when the indicator crosses over its signal then it is a short term uptrend and ...
grat order exchange library MT5
MetaTrader 5 library

grat order exchange

the attached .mqh files are designed to export orders and trades from one ea and import them into another one (copying trades), which can be run both in the same terminal and in an...
fear and greed function script MT5
MetaTrader 5 script

fear and greed function

it is known that the market is mainly driven by two emotions: fear and greed.this script implements a class with variables and functions to embody these emotions in a mathematical ...
lazy bot mt5 (daily breakout ea) expert MT5
MetaTrader 5 expert advisor

lazy bot mt5 (daily breakout ea)

input parameters 2. local variables initialization 3. main code explaining the strategy, everyday bot will delete all the old orders and find highest and lowest value of the previo...
volume average percent spread mod indicator MT5
MetaTrader 5 indicator

volume average percent spread mod

original code and description are here:i made a modification where you can filter volume levels when spreads are high....
introsort (introspective sort) library MT5
MetaTrader 5 library

introsort (introspective sort)

introspective sortintro or introspective sort is a hybrid sorting algorithm that provide fast performance. it is a comparison based sorting algorithm based on three phases. it uses...
smooth algorithms - corrected/modified library MT5
MetaTrader 5 library

smooth algorithms - corrected/modified

original code and description here:modifications:corrected errors that prevent compiling indicators that won't due to errors in the <smoothalgorithms.mqh> file.i've also chan...
volumes spread mod indicator MT5
MetaTrader 5 indicator

volumes spread mod

typical unassuming volumes indicator, but divided by spread. i removed the color changing, as it became useless after dividing by spread. edit: ability to use spread or not. to be ...
samy thuillier trader options dérivées expert MT5
MetaTrader 5 expert advisor

samy thuillier trader options dérivées

samy thuillier, trader spécialisé sur les forward, warrant et turbo. recommandations de samy:assurez vous de ne pas être en position directionnelle pour éviter la catastrophe en ca...
time segmented volume (ts v) indicator MT5
MetaTrader 5 indicator

time segmented volume (ts v)

this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
rs i bot mt5 expert MT5
MetaTrader 5 expert advisor

rs i bot mt5

rsi bot, send alert buy when rsi<=20, send alert sell when rsi>=80parameter:input group "rsi setting"input int inp_rsi_ma_period = 30; // rsi: averaging periodinput enum_appl...
xoshiro256 random number generator library MT5
MetaTrader 5 library

xoshiro256 random number generator

xoshiro256** random number generator xoshiro256** (named after its operations: xor, shift, rotate) is a pseudorandom number generator designed by sebastiano vigna in collaboration ...
xp forex trade manager grid mt5 expert MT5
MetaTrader 5 expert advisor

xp forex trade manager grid mt5

forex trade manager grid mt5 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
xp forex trade manager mt5 expert MT5
MetaTrader 5 expert advisor

xp forex trade manager mt5

forex trade manager mt5 simplifies managing open orders in metatrader 5. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
price line 3 indicator MT5
MetaTrader 5 indicator

price line 3

1. shows moving last price on bid line + symbol name + countdown of candle closing + timeframe2. last 24 hours percentage change3. time based on input selection to the price line :...
cc i + ma c d scalper expert MT5
MetaTrader 5 expert advisor

cc i + ma c d scalper

strategy tested on eurusd pair, works best on m15 period.indicators used:- ema (default period 34)- cci (default ma period 50)- macd (default mt5 settings)the strategy goes as foll...
wilder's average true range (at r) indicator MT5
MetaTrader 5 indicator

wilder's average true range (at r)

this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
wilder's relative strength index indicator MT5
MetaTrader 5 indicator

wilder's relative strength index

this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
multi currency template mt5 expert MT5
MetaTrader 5 expert advisor

multi currency template mt5

this ea is a sample for multicurrency system for metatrader 5.entry is just using a simple candle logic on d1.hope this ea can be a help for others to learn....
highest high fetch script MT5
MetaTrader 5 script

highest high fetch

highest high fetch - script.1 file - size : 1.62 kb.the code defines a function "rangehighs" that takes 4 integer inputs: pstarthour, pstartmins, pendhour, and pendmins, which repr...
advanced line chart indicator MT5
MetaTrader 5 indicator

advanced line chart

this line tries to reflect the main direction of the trend and it is calculated based on japanese candlestick data.if the trend is up, then the line is closer to the high prices of...
cl s (clear screen) indicator MT5
MetaTrader 5 indicator

cl s (clear screen)

cls (clearscreen) delets all object drawn on the chart with key press "c"...
check the time periods used expert MT5
MetaTrader 5 expert advisor

check the time periods used

the function takes two arrays of integers as parameters: "allowedperiods" and "periodstocheck". "allowedperiods" is an array containing all the time periods allowed by the system, ...
current relative drawdown expert MT5
MetaTrader 5 expert advisor

current relative drawdown

the dd_relative function calculates the relative profit or loss (drawdown) of the current trading account in percentage. to do this, it uses the current_lossorprofit() function to ...
weighted deviation indicator MT5
MetaTrader 5 indicator

weighted deviation

this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
weighted deviation bands indicator MT5
MetaTrader 5 indicator

weighted deviation bands

variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : )recommendations:use it as any bolling...
macd divergence stochastic & bb expert MT5
MetaTrader 5 expert advisor

macd divergence stochastic & bb

this expert identifies macd divergence whenbuysstochastic main line > signal line stochastic is between oversold levels ( control over duration how long has stochastic between t...
divergence ema rsi expert MT5
MetaTrader 5 expert advisor

divergence ema rsi

includes ea & alert only with arrows.this ea buys whenmacd divergence occurs on 5 minute timeframe 1 hour stochastic main line is greater than signal line & between upper l...
reversal strategy expert MT5
MetaTrader 5 expert advisor

reversal strategy

this expert advisor uses three indicators to identify reversal of the price of a symbol. it uses a simple moving average along with a standard deviation and the rsi.it sends a buy ...
aussie surfer expert MT5
MetaTrader 5 expert advisor

aussie surfer

this expert advisor is based on the alligator indicator and bollinger bands indicator.currency pair: gbpaudtime frame: 15min...
pivot script MT5
MetaTrader 5 script

pivot

example:run the script on w1 and d1 timeframes.see the results on d1 and m15 timeframes....
refresh all open charts script MT5
MetaTrader 5 script

refresh all open charts

this script will refresh all open charts in mt5, usually custom symbols in mt5 needs to be refresh sometime so this script will help to refresh all open chart at once. we can also ...
ea frame expert MT5
MetaTrader 5 expert advisor

ea frame

include file contains moving average group, a moving average group with 6 moving averages in period_w1, and a moving average group with 6 moving averages in period_current.ma group...
time left to new bar watch script MT5
MetaTrader 5 script

time left to new bar watch

a simple script that creates a timer in the form of a clock in the main chart window and shows how much time is left until the start of the next bar....
fractal prices-high expert MT5
MetaTrader 5 expert advisor

fractal prices-high

this is a snippet of a larger code that is based on finding break of market structure.it identifies the most recent fractal price value and comments the result on the charts.it doe...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.