MetaTrader MT5 All Source Code Downloads - Page 147

Showing 7940 results
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...
Asian Range Highlighter indicator MT5
MetaTrader 5 indicator

Asian Range Highlighter

Changes I added:1. Isolated only the Asian session.2. Allow users to modify settings such as Asian time in their local time, color of the boxes, and whether to fill boxes or not.3....
Pending Order count-BU Y ST O P S script MT5
MetaTrader 5 script

Pending Order count-BU Y ST O P S

This only works for buy stops.If you find this helpful and may need the code for sell stops and other pending orders, let me know in the comment section and I'll cook one up in my ...
Password Manager script MT5
MetaTrader 5 script

Password Manager

At the first start, you must fill in the current password of the trader and investor in "CUR" line.If you are not satisfied with the generated password, you can make a new one by c...
Move Stoploss expert MT5
MetaTrader 5 expert advisor

Move Stoploss

If you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. But wit...
Display trade history on charts (MT5) expert MT5
MetaTrader 5 expert advisor

Display trade history on charts (MT5)

Get trade history files (.csv) and put it in ..\MQL5\File folder and save the name of file (.csv). For time differences of broker's terminals, use the same broker's meta trader 5 ...
Exponential Commodity Channel Index indicator MT5
MetaTrader 5 indicator

Exponential Commodity Channel Index

An implementation of the Commodity Channel Index using exponential moving averages, instead of simple moving averages as implemented by the its creator, Donald Lambert.The code use...
Subtract Time script MT5
MetaTrader 5 script

Subtract Time

With this short piece of code you are going to learn how to subtract the time.it may be very useful to time your trades entrances and exits, also to make up strategies based on tim...
Tick Speed Indicator script MT5
MetaTrader 5 script

Tick Speed Indicator

How fast does the price moves?With this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.The less seconds it takes, the faster the price move...
Money Management expert MT5
MetaTrader 5 expert advisor

Money Management

This EA takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.This tool might be he...
Benchmark library MT5
MetaTrader 5 library

Benchmark

The include file "Benchmark.mqh" has a set of macros to benchmark various functions for their execution speeds to decide which is the fastest one.The library is based on public sou...
Volume Average Groups For Comparison script MT5
MetaTrader 5 script

Volume Average Groups For Comparison

You can use this piece of code to set two different groups of volume and compare them.E.G (one minute chart example):If you set group 1 to 20.Group 1: The last 20 bars volume / 20 ...
Chart Button Class MT5 expert MT5
MetaTrader 5 expert advisor

Chart Button Class MT5

This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.