거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL5 코드베이스에서 MetaTrader 4용 라이브러리를 무료로 다운로드하십시오.

코드를 제출하세요

Индикатор показывает возможные границы и направление бара с заглядыванием на один бар вперед.

alerts the user if the macd is above 0.0006 on 5m or below -0.0006 on 5m

An expert advisor designed to open and close orders at every first parabolic SAR signal i.e. when sequence shifts from below the price to above and vice.

An expert advisor designed to alert you when every first parabolic SAR dot in a sequence appears.

In this field give a brief description of your script (1-2 sentences).

This indicator displays the variations of the Hurst Exponent which are seen as a predictor of the variations of volatility, therefore giving an indication on when to enter the market.

The indicator will show how many ticks occurred every minute of an hour and the number of points.

Simple Momentum x 2

Displays the stength of a currency based on 7 of its crosses. Origianally done by Brooky a few pages back in the code base.

The High, Median, Low of every timeframe in MT4, 24 lines of varying colors, showing the highs lows and median based on price behaviors.

This indicator shows the change in percentage between the Close of the current period and the previous one.

EA designed on the idea of the indicator Nik_PSAR_2B. EA works on the Symbol = "EURUSD" and Period = M1.

This code simply display ask-bid value.

Multi Time Frame Standard Deviation

Enables Programmers to create Martin Gale and Grid Trading strategies with ease.

simple trail stop loss code example.

The same PNB from Yousufkhodja Sultonov.

A real-time monitoring tool for MetaTrader 4 that displays key financial data, allows quick symbol switching, and customizable symbol lists. Save and reload symbols, reset lists, and customize text and panel colors for a personalized trading experience.

CCI Arrows MetaTrader indicator — will show you where the CCI cross with the zero occur (marking it with the red or blue arrow) to help you decide whether to go short or long. It has a minimal lag and a relatively high accuracy. This simple indicator is a good choice for those traders that prefer to keep it simple and hate complex indicators. CCI Arrows supports all types of alerts. The indicator is available in MT4 and MT5 versions.

Dots (MetaTrader indicator) is based on the 2006 indicator by TrendLaboratory. It displays the current trend direction by placing the dots on the main chart. The blue dots signal bullish trend and the red dots signal bearish trend. Although the indicator doesn't rely on any standard MetaTrader indicators, it uses a call to iMA() (moving average) to get the price values depending on the input price type used (Close, Open, High, Low, Typical, etc.) The calculation is based on the cosine of the angle of price change. Trader can modify several input parameters. The indicator is available both for MT4 and MT5 versions of the platform.

This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account.

This Expert Advisor (EA) analyzes market movement by calculating the average pip movement per tick and the average spread over a user-defined number of ticks (MAX_TICKS). It also evaluates the average pip movement and spread over a specified time interval (CHECK_SECONDS). The EA dynamically tracks price changes and spread values, printing the results in the terminal and displaying them on the chart using the Comment() function. This helps traders gauge market volatility and spread fluctuations in real time.

A powerful multi-timeframe RSI dashboard that visually displays the overbought, oversold, and neutral RSI status across 9 different timeframes — from M1 to MN1.

Trend indicator based on the intersection of adaptive HMA and its smoothed line. I recommend using it together with the flat indicator to determine the beginning of a trend early

Linear Regression Value (metatrader 4 version)

This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.

The indicator searches for candles on the price chart that are larger than the size specified in the settings and marks them on the chart.

Indicator shows histogram of ratio of sum of lower time frame ranges to current timeframe bar range

Show MACD directly on chart

The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price

This is an indicator with a rainbow-like display, both for trend or pullback prediction.

A new interface library has been developed to simplify converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility.

A script that displays the useful information about the broker, the account and the full specifications of the instrument.

The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends.

Donchian Channel with mid line and moving average of mid line. Updated Dec 6, 2023 Minor code update

A simpler way to display Heikin Ashi

This is a indicator to plot hidden and regular divergences on chart.

a Simple Visual Strategy Tester / Manual Trade Training using Martingale.

This indicator calculates the percentage of the probability of a price reversal from a given size of the maximum rollback based on the history of the chart movement

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104