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

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

코드를 제출하세요

Taking a Closer Look at the Workings of the ZigZag Indicator.

The function will filter the trade positon. If the current time in the time you set, the function will return true.

Modified Nick Bilak's b-clock with spread (ask-bid) and font customization (font, color, size).

The indicator of divergences on 30 oscillators of choice.

Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.

Displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage.

This script will place hedge trade of unbalanced type in MT4.

Backtesting Trade Assistant Panel

이 전문가 어드바이저는 조정 가능한 두 이동평균의 크로스오버를 기준으로 매매를 개시합니다. 기간, 유형(예: EMA, SMA), 방향(매수 전용, 매도 전용 또는 둘 다)을 완전히 사용자 지정할 수 있습니다. 손절, 이익실현, 추적손절 설정 옵션이 포함되어 있습니다.

The TRIX indicator represents the rate-of-change percentage, smoothed by the exponential МА of the closing price.

Close all multi currency open orders and cancel pending orders according to various scenarios. Slippage for open orders is calculated for each currency. Choose only one scenario per visit, the script processes the first menu item selected.

This is indicators used divergence theory. Red arrow = sell signal and green arrow = buy signal.

Simple coding/decoding of entries in Base64.

It draws a channel with recommendations.

최적화 결과를 계산하기 위한 함수 집합.

automatically converts M1-data to M5/M15/M30/H1/H4/D1 in a single run

A trend following indicator that implements Dennis Gartman and Bill Eckhart trading system. Commonly known as "The Turtle Trader".

Connect your indicator to Telegram with 3 lines of code This sample code enables to connect your indicator to Ofir Blue, the first trading application for Telegram

Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. This setup includes stop-loss and take-profit levels, which can be adjusted based on the trader's preferences. Notably, these orders come with a level of flexibility that enables traders to fine-tune their trading strategies. For instance, a trader can opt to set the stop-loss level to zero if they do not use stop-loss.

This is another flavour of the original divergence indicator. It detects divergence between price and MACD indicator and gives Buy or Sell signals according to the divergence type.

This indicator places semaphore points on the maximum and minimum of a higher, medium and lower period. Similar to Advanced Get, but without waves numeration.

An effective trade system, it determines the levels of support/resistance, rollback, trend reverse by a complex mathematical algorithm.

Indicator RSI with Trend Catcher signal.

Alert indicator that allows to move the signal via the mouse.

Variable Index Dynamic Average indicator

It opens and closes positions using the crossing of the movable lines.

The MACD Ichimoku indicator uses the Ichimoku structure but applied to MACD values. It tells an entire story in itself which is one of the Ichimoku system strengths.

Close all trades after reaching defined profit or loss

Check out any MQL5 closed positions on a chart.

Connecting to MySQL server from new MQL4.

The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL4 language and functions.

The indicator shows candle end time and current spread.

The script closes all charts for the specified symbol.

This is a pretty simple startegy that follows trend. Recommended time frams is D1. when close price brakes up the EMA build based on high prices given that RSI is above 55 and RSI is above its Moving average - we buy. when close price brakes down the EMA build based on low prices given that RSI is below 45 and RSI is below its moving average - we sell. system closes previose trade if there is opposite signal system uses take profit and stop loss as well as trailing stop

Mass Index는 최대 가격과 최소 가격 사이의 대역폭 변화를 기반으로 추세 전환을 감지하기 위해 개발되었습니다. 대역폭이 확장되면 Mass Index가 증가하고, 대역폭이 좁아지면 지수가 감소합니다.

The OsMACD indicator is a combination of the colored Moving Average of Oscillator(OsMA) and Moving Average Convergence/Divergence(MACD) indicators.

Universal trend utility for near predictions and making decisions by "stops" and/or "stops/reversals" of the orders.

A set of scripts for quick drawing the Elliott waves.

CustomCandle draws candlesticks of a larger and, perhaps, non-standard (for MT 4) timeframe in the current chart.

Plotting the ROC indicators of two custom types (including Momentum) and periods in one window.

123456789101112131415...104