MetaTrader MT4 All Source Code Downloads - Page 3

Showing 3041 results
ex fractals expert advisor script MT4
MetaTrader 4 script

ex fractals expert advisor

this expert advisor was developed using the extrend indicator, previously published in code base. while it functions independently with its own integrated indicator, the exvol indi...
exaccount: visualize order activity on chart expert MT4
MetaTrader 4 expert advisor

exaccount: visualize order activity on chart

the exaccount script extracts order data from the strategytester.htm report file and visually marks the opening, closing, and modification of positions directly on the chart.this s...
excandles indicator script MT4
MetaTrader 4 script

excandles indicator

the excandles indicator marks candle combinations on the chart with arrows. excandles ...
extrend indicator script MT4
MetaTrader 4 script

extrend indicator

this indicator is an evolution of the fractallines indicator.the indicator draws only two current fractal lines based on the two nearest upper and lower fractals. the additional wi...
exvol indicator script MT4
MetaTrader 4 script

exvol indicator

the exvol indicator calculates the difference between the sums of the lengths of the bodies of ascending and descending candles over a specified period.a level of 0 on the indicato...
exmass indicator script MT4
MetaTrader 4 script

exmass indicator

the exmass indicator assesses market fluctuations.if the indicator value is below 30, the market is generally in a flat or sideways trend.when trading in a trending market, the sig...
random walk index indicator script MT4
MetaTrader 4 script

random walk index indicator

the random walk index indicator is used to determine whether a market instrument is developing a trend or making random movements. the rwi of highs is represented by a green line,...
snake in borders indicator script MT4
MetaTrader 4 script

snake in borders indicator

snake in borders calculates a filtered market channel bounded by two borders, bordertop[] and borderbot[], and a signal line, mart[].external variables:snakerange - half-period for...
account and symbol details at a glance script MT4
MetaTrader 4 script

account and symbol details at a glance

get all the account and marketinfo details for a currency pair at a glance.drop this script on a chart and retrieve all account and symbol details in a message box....
martingale breakdown expert advisor script MT4
MetaTrader 4 script

martingale breakdown expert advisor

expert advisor implementing the martingale capital management method.the expert's feature is to increase the losing trade size, assuming the price will continue its movement rather...
sinc moving average script MT4
MetaTrader 4 script

sinc moving average

this is another addition to the collection of moving averages. any ma smooths data by filtering out high-frequency price fluctuations. there are many filtering methods, from simple...
fir moving average script MT4
MetaTrader 4 script

fir moving average

this moving average smooths prices using a selected digital filter. the filter itself is the same (an ideal low-pass filter), but there are several approximations of its impulse re...
candle pattern executor script MT4
MetaTrader 4 script

candle pattern executor

this expert is based on the analysis of candle pattern combinations. the expert analyzes 10 patterns that can form on the chart and makes decisions based on them.symboleurusd (euro...
executer ac expert advisor script MT4
MetaTrader 4 script

executer ac expert advisor

executer ac expert advisor based on the accelerator/decelerator oscillator.the expert advisor's settings are not optimized, so better results may be possible.this analysis was cond...
executer strong script MT4
MetaTrader 4 script

executer strong

the executer strong expert advisor works based on the analysis of days with strong closing. this strategy idea was found in the currency speculator. the optimal chart for use is d1...
arrows and curves ea script MT4
MetaTrader 4 script

arrows and curves ea

arrows and curves eathis expert advisor operates strictly based on signals (arrows) from the arrows&curves indicator. a compiled version of the original indicator is required f...
sma multi hedge ea expert MT4
MetaTrader 4 expert advisor

sma multi hedge ea

how it works? this ea employs a hedging strategy based on the simple moving average (sma) indicator. core concept: - the ea uses a base symbol (e.g., gbpusd). - if the sma for the...
Moving Average Expert Advisor for EURUSD M1 script MT4
MetaTrader 4 script

Moving Average Expert Advisor for EURUSD M1

This Expert Advisor operates on the EURUSD 1-minute timeframe. It is an enhanced version of the standard moving average.mq4 Expert Advisor, improved to the best of the developer's ...
Zero Lag Stochastic Indicator (True) script MT4
MetaTrader 4 script

Zero Lag Stochastic Indicator (True)

A real-time implementation of George C. Lane's Stochastic Oscillator.The Zero Lag Stochastic Indicator (True) provides signals similar to the standard Stochastic Oscillator on the ...
Zero Lag Stochastic Oscillator (True) indicator MT4
MetaTrader 4 indicator

Zero Lag Stochastic Oscillator (True)

The Zero Lag Stochastic Oscillator (True) indicator is an implementation of George C. Lane's Stochastic Oscillator (Stoch) with zero delay.Unlike the standard Stochastic Oscillator...
Fast Stochastic Indicator indicator MT4
MetaTrader 4 indicator

Fast Stochastic Indicator

The Fast Stochastic is a type of George C. Lane’s Stochastic Oscillator.The Fast Stochastic indicator shows the ratio between the current close price and the maximum/minimum of the...
Zero Lag Moving Average indicator MT4
MetaTrader 4 indicator

Zero Lag Moving Average

The Zero Lag MA indicator is a moving average designed to have zero delay.The indicator was first described in the Journal of Technical Analysis of Stocks and Commodities in April,...
Delta Tail Bar Indicator script MT4
MetaTrader 4 script

Delta Tail Bar Indicator

As is known, stars signal the beginning of a price reversal. However, instead of a star, a candle with very asymmetrical "tails" may form, which also indicates a struggle between "...
VR Orders History Lite script MT4
MetaTrader 4 script

VR Orders History Lite

VR Orders History Lite is a script for loading trade history in csv format. The script loads all orders, including positions related to deposit and withdrawal of funds from the tra...
LF5 EURJPY Trading Robot script MT4
MetaTrader 4 script

LF5 EURJPY Trading Robot

Description:This Expert Advisor is an updated version of a previously released EA.Trading Principle:The trading principle remains the same. Key parameters are:- lots_1: Starting lo...
Position and Profit Summary Indicator script MT4
MetaTrader 4 script

Position and Profit Summary Indicator

This indicator provides a consolidated view of open positions across various instruments within a single window. It displays key metrics for each instrument individually, including...
VR-Moving Average Scalper script MT4
MetaTrader 4 script

VR-Moving Average Scalper

This expert advisor is fully commented, making it useful for anyone learning MQL programming. It demonstrates the use of structures and classes in a clear and simple manner, hopefu...
Stochastic Indicator with Flat Filtering script MT4
MetaTrader 4 script

Stochastic Indicator with Flat Filtering

This tool aims to filter trading signals generated by the Stochastic indicator to avoid trading during flat market conditions. The core idea is to incorporate a mechanism that halt...
RSI Level Closing Expert Advisor script MT4
MetaTrader 4 script

RSI Level Closing Expert Advisor

This Expert Advisor is designed for traders taking their first steps in programming and applying a manual strategy based on the RSI indicator. The core principle is simple: when th...
simple trailing stop expert MT4
MetaTrader 4 expert advisor

simple trailing stop

this is a basic trailing stop expert advisor. it sets stop loss and take profit for all orders of the instrument it is installed on. the parameters include stop loss, take profit, ...
Moving Average Advisor script MT4
MetaTrader 4 script

Moving Average Advisor

This is a moving average advisor for 5 digit quotes (alpari).The following variables have been modified:- ma - senior moving average (89)- lma - junior moving average (53)- stoplos...
Profitable Trend Expert Advisor: Bulls script MT4
MetaTrader 4 script

Profitable Trend Expert Advisor: Bulls

This is possibly the Holy Grail, or maybe not.I am new to expert advisor programming, primarily trading manually. I decided to translate my manual trading approach into code. I wel...
Open Market Orders Script script MT4
MetaTrader 4 script

Open Market Orders Script

Open Market Orders ScriptDescription:This script opens a specified number of market orders at the current price. It sets stop-loss levels for all orders at a consistent distance an...
Identifying Trend Beginnings script MT4
MetaTrader 4 script

Identifying Trend Beginnings

Approaching the zero level by the upper or lower wave indicates a potential trend start upwards or downwards.A wave crossing the zero line suggests the beginning of a longer-term t...
Transparent MetaTrader 4 Terminal script MT4
MetaTrader 4 script

Transparent MetaTrader 4 Terminal

Description:This script allows you to make the entire terminal semi-transparent.Version History:Version 1.20: When re-attaching to the chart, the terminal becomes opaque again.Vers...
Training Expert Advisor expert MT4
MetaTrader 4 expert advisor

Training Expert Advisor

To gain trading experience, we are often advised to open a demo account and spend days sitting in front of a screen, waiting for the price to reach the desired take-profit. Howeve...
Automatic History Archive Download script MT4
MetaTrader 4 script

Automatic History Archive Download

Automatic History Archive Download ScriptThis script opens the Quote Archive window and uses WinAPI functions to download historical data for all instruments listed in the Market W...
File Functions Library (filefunctions.dll) script MT4
MetaTrader 4 script

File Functions Library (filefunctions.dll)

File Functions Library for MetaTraderThis library provides enhanced file operation capabilities for MetaTrader, complementing the functionality of pathfunctions.dll.Core Functional...
Intraday Volatility Indicator script MT4
MetaTrader 4 script

Intraday Volatility Indicator

Intraday Volatility IndicatorThis indicator identifies intraday volatility without lag and suggests trading zones for intraday strategies.It is often necessary to determine the opt...
three-line break charts explained script MT4
MetaTrader 4 script

three-line break charts explained

three-line break charts are a graphical representation consisting of vertical rectangles whose height is determined by price changes. similar to kagi, point & figure, and renko cha...
vav tx2 script for setting take profit script MT4
MetaTrader 4 script

vav tx2 script for setting take profit

this script sets the take profit for all pending buystop and sellstop orders. it only acts on orders with a zero take profit, ignoring others.take profit is set to double the stop ...
parser ini.dll script MT4
MetaTrader 4 script

parser ini.dll

Описание:Скайп-чат поддержки продукта: Последние версии библиотек, скриптов и приложений: ftp://zhunko_guest:[email protected]Ещё одно решение для работы с ini-файлами. От ана...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.