MetaTrader MT5 All Source Code Downloads - Page 151

Showing 7940 results
Breakout Strategy with Prop Firm Helper Functions expert MT5
MetaTrader 5 expert advisor

Breakout Strategy with Prop Firm Helper Functions

Hello all,This is an update of the "". In this code, I have added some helper functions for prop firm challenges.Generally, to pass a prop firm challenge, you need to satisfied thr...
Basic Library to Create Volume Profiles library MT5
MetaTrader 5 library

Basic Library to Create Volume Profiles

This library provides a few simple public methods to create and plot Volume Profiles:GetHVPrice returns the price that is related to highest volume in the range._resolution_points ...
Trap News MT5 script MT5
MetaTrader 5 script

Trap News MT5

this script for MT5 how to use script :double click this script and it make order,Use this script 2 minutes before high impact news pip moving faster FOMC, NFP, RATE BANK, CPI It p...
Moving Averages. mqh Part I indicator MT5
MetaTrader 5 indicator

Moving Averages. mqh Part I

MovingAverages.mqh Part IOffer under conditions.Other multi timeframe indicators are also available....
Screenshots with keyboard key press expert MT5
MetaTrader 5 expert advisor

Screenshots with keyboard key press

After you attach this to the chart, you can take quick widescreen screenshots by pressing the 's' hotkey on the keyboard.The date is automatically appended to every screenshot imag...
Root Mean Square indicator MT5
MetaTrader 5 indicator

Root Mean Square

Was checking if this one exists as a standalone function/indicator and since I did not find it, here it isWhat you need to know if you want to use it : I have seen implementations ...
Moving Averages. mqh Part II indicator MT5
MetaTrader 5 indicator

Moving Averages. mqh Part II

MovingAverages.mqh Part IIOffer under conditions.Other multi timeframe indicators are also available....
Tick RS I Adaptive indicator MT5
MetaTrader 5 indicator

Tick RS I Adaptive

This indicator calculates an Adaptive RSI using tick data and plots it along with fast and slow moving averages in a separate window. It provides options to customize the calculati...
Linear Regression Value indicator MT5
MetaTrader 5 indicator

Linear Regression Value

In the "good old days" coders were trying to optimize all the code that could be optimized. One such example was the optimization of Liner regression calculation. Coder that was co...
Linear Regression Slope indicator MT5
MetaTrader 5 indicator

Linear Regression Slope

This indicator uses the calculating method described in details here : . Please check that post for more detailsThe same function from the above link is used to calculate this slop...
Linear Regression Line indicator MT5
MetaTrader 5 indicator

Linear Regression Line

This indicator uses the calculating method described in details here : . Please check that post for more detailsThe same function from the above link is used to calculate this line...
Linear Regression Line (apply to) indicator MT5
MetaTrader 5 indicator

Linear Regression Line (apply to)

Not all indicators are suitable to have an option to be applied to another indicator data via mt5 designed / allowed options. Linear regression line (original that uses "simple" pr...
Bollinger Bands with pre outer band smoothing indicator MT5
MetaTrader 5 indicator

Bollinger Bands with pre outer band smoothing

The premise of this Bollinger Bands indicator is that the outer bands can be individually controlled via smoothing. Changing the smoothing period on the upper band does not have to...
Bollinger Bands with post outer band smoothing indicator MT5
MetaTrader 5 indicator

Bollinger Bands with post outer band smoothing

Another offshoot of the Bollinger Bands. The concept of post smoothing on the outer bands is to smooth the upper and lower band individually after the standard deviation calculatio...
Zig Zag auto Fibo indicator MT5
MetaTrader 5 indicator

Zig Zag auto Fibo

This indicator is designed to draw a Fibonacci retracement, using as a basis the ZigZag indicator. I converted from this Metatrader 4 code...
SL-TP Values indicator MT5
MetaTrader 5 indicator

SL-TP Values

Indicator displays the value of defined stop loss and or take profit in the deposit currency. Converted fromNote: It calculates an estimated value based on a simple calculation and...
Risk reward box indicator MT5
MetaTrader 5 indicator

Risk reward box

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. Converted fromYou can use it easily to drag and change ...
DP O - MA modified indicator MT5
MetaTrader 5 indicator

DP O - MA modified

MA modified DPO facilitate controlling all parameters of MA (MA period , MA mode , MA applied price) to change required MA curve to horizontal line and can easily used as support o...
Raymond Cloudy Day For EA expert MT5
MetaTrader 5 expert advisor

Raymond Cloudy Day For EA

Key Features: Innovative Calculation Method: The core of the Raymond Cloudy Day indicator features a unique calculation method, offering highly accurate and reliable points to gui...
Hacking objects in an EX5 indicator MT5
MetaTrader 5 indicator

Hacking objects in an EX5

This code demonstrates how you can modify the objects in an indicator without having the source code. There are some indicators that don't use buffers, they are only using objects....
Decision Colored Candles - MT5 indicator MT5
MetaTrader 5 indicator

Decision Colored Candles - MT5

higher confidence in candle implication rises with body to range percentage which shall be higher than or equal to 50%, therefore indicator colors these candles while leave other c...
Find Swing Highs Swing Lows indicator MT5
MetaTrader 5 indicator

Find Swing Highs Swing Lows

Swing High/Low IdentifierThe Swing High/Low Identifier is a custom MetaTrader 5 (MT5) indicator designed to highlight significant swing points on your chart. This indicator identif...
Arbitrage Triangle EUR G B P-EUR U S D-GBP U S D expert MT5
MetaTrader 5 expert advisor

Arbitrage Triangle EUR G B P-EUR U S D-GBP U S D

Key Features: Automatic Detection of Arbitrage Opportunities:Utilizes real-time currency pair data to find profitable arbitrage opportunities.Dynamic Trade Management:Opens and clo...
Custom Bid Ask lines indicator MT5
MetaTrader 5 indicator

Custom Bid Ask lines

This indicator will help visualize the bid and ask prices, making it easier to decide on trade entries and exits.A custom bid and ask line is created which is labelled and visually...
Save OH L C V Data from Chart to CS V File script MT5
MetaTrader 5 script

Save OH L C V Data from Chart to CS V File

The standard method of getting historical data in metatrader5 is to use "View>Symbols>Request" tool as shown in the picture below:However, this sometimes doesn't return all t...
Hi Lo indicator MT5
MetaTrader 5 indicator

Hi Lo

The High and Low Line Indicatoris a straightforward yet powerful tool designed to plot the highest and lowest price levels of a selected symbol directly on the chart. This indicato...
Logging Class for both MQ L4 and MQ L5 library MT5
MetaTrader 5 library

Logging Class for both MQ L4 and MQ L5

CDebugLogger Class: A Comprehensive Logging Utility for MQL4/5 The CDebugLoggerclass is a powerful and flexible logging utility specifically designed for MQL4/5 environments. It is...
Max trade volume checker for your trading account expert MT5
MetaTrader 5 expert advisor

Max trade volume checker for your trading account

A small user-friendly dialog panel that dynamically calculates and displays the maximum lot size permitted on your brokerage account for different types of orders - buy, sell, pend...
Buy Sell + SL + TP script MT5
MetaTrader 5 script

Buy Sell + SL + TP

script to open a buy andsell position at the current price in the MT5 window with a specified stop loss (in pips) and take profit (in pips) that are automatically set when the orde...
Fair Value Gap (FV G) Indicator indicator MT5
MetaTrader 5 indicator

Fair Value Gap (FV G) Indicator

Fair Value Gap (FVG) in trading refers to a price inefficiency or imbalance that occurs when there is a significant gap between the opening, high, low, and closing prices of three ...
Engulfing Indicator indicator MT5
MetaTrader 5 indicator

Engulfing Indicator

This is an indicator that helps identify Engulfing candle patterns.The red arrow represents a Bearish Engulfing, while the green arrow represents a Bullish Engulfing.If you want to...
2-Pair Correlation EA expert MT5
MetaTrader 5 expert advisor

2-Pair Correlation EA

Unlock the potential of automated crypto trading with the 2-Pair Correlation EA, a fully self-adaptive Expert Advisor designed for BTC/USD and ETH/USD pairs. Whether you're new to ...
Rsi Engulfing Bar indicator MT5
MetaTrader 5 indicator

Rsi Engulfing Bar

RSI Condition:The Relative Strength Index (RSI) for the current period is below a specified low threshold (RsiLow). This indicates oversold conditions. Candlestick Pattern:It chec...
Rsi Ema Engulfing Bar indicator MT5
MetaTrader 5 indicator

Rsi Ema Engulfing Bar

This MT5 alert is designed to identify potential buying opportunities based on several technical indicators and price action patterns. Here's how it works: Buy Conditions 1. RSI Co...
Quick Trend Scalper expert MT5
MetaTrader 5 expert advisor

Quick Trend Scalper

Key Features: Signal Detection:Identifies oversold (RSI < 30) and overbought (RSI > 70) conditions with engulfing patterns for optimal entry points.Dynamic Risk Management:Us...
Counter Trend Ema indicator MT5
MetaTrader 5 indicator

Counter Trend Ema

MT5 Alert IndicatorPlease add Ema moving averages 60/100/200 & Rsi period 10 levels 30/70 to your chart.This indicator alert on a trend reversal strategy were- ema 60 > 100&...
Neurotest expert MT5
MetaTrader 5 expert advisor

Neurotest

The code is an Expert Advisor for MetaTrader 5 based on a neural network. It uses historical market data to predict future price movements. The neural network has a hidden layer an...
Adaptive Trader Pro EA expert MT5
MetaTrader 5 expert advisor

Adaptive Trader Pro EA

This EA is a comprehensive trading tool designed for both novice and experienced traders who seek an automated strategy that adapts to market conditions. It implements a multi-step...
Balance Reset library MT5
MetaTrader 5 library

Balance Reset

Update: All the changes and additions to this library are outlined at the end of the code. This framework is flexible and can be adapted to your specific needs, whether it’s adding...
Market Watch Panel Utility expert MT5
MetaTrader 5 expert advisor

Market Watch Panel Utility

The Market Watch Panel Utility provides real-time monitoring of financial symbols, displaying key data like close prices in a clean and intuitive interface. Designed for MetaTrader...
Trendline Alert indicator MT5
MetaTrader 5 indicator

Trendline Alert

This indicator alerts on MANUALLY drawn trendline -MUST HAVE both lower and upper trend line drawnAlerts when price closes above upper trendlineAlerts when price closes below lower...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.