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

사용자 등급 기준 MetaTrader 5용 최고의 Expert Advisor - 16

코드를 제출하세요

Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.

The EA based on single iMA (Moving Average, MA) indicator signals.

An Expert Advisor based on iRSI (Relative Strength Index, RSI).

An Expert Advisor based on iMA (Moving Average, MA) and iMomentum (Momentum).

Working with pending Stop orders

Classical Sudoku puzzle right in MetaTrader chart.

Official example involve complex wrapper classes, Here is a simple one

이 로봇은 난수 생성기를 사용하여 단순히 동전을 던지는 시뮬레이션을 통해 각 거래의 방향을 결정합니다. 객체 지향 스타일로 프로그래밍된 최소한의 전문가 어드바이저의 예시를 제공합니다. 또한 다른 진입 방법으로 창출되는 가치를 정량화할 수 있는 근거를 제공합니다.

포지션 개설에 대한 결정을 내리기 위해 전문가 어드바이저는 ADX 지표 수치를 분석합니다.

이 코드는 ATC-2010에서 Valery Mazurenko(notused)가 작성한 Expert Advisor용 템플릿입니다.

Market Facilitation Index (MFI)에 의해 확인된 검은 "구름 커버/피어싱 라인" 캔들스틱 패턴에 기반한 거래 신호를 살펴보겠습니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.

Market Facilitation Index (MFI)에 기반한 "모닝 스타/이브닝 스타" 캔들 스틱 패턴 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.

삼중 지수 이동 평균 기술 지표를 기반으로 추세를 따르는 다중 통화 전문가 시스템입니다.

The Expert Advisor tries "to catch" rollbacks after a strong movement. Candlestick analyses is used

The Exp_CoeffofLine_true Expert Advisor based on the CoeffofLine_true indicator. A signal to perform a deal is formed at bar closing, if the histogram breakthroughs its zero level

The trading system based on change of the trend direction and force of the trend displayed by the ColorXADX indicator.

The Exp_ColorZerolagTriXOSMA Expert Advisor is based on the ColorZerolagTriXOSMA histogram change of direction.

The Exp_iAnchMom Expert Advisor is based on the reversal of the iAnchMom histogram direction.

The Exp_XDerivative Expert Advisor is based on the XDerivative oscillator change of direction.

Trading system based on ColorHMA_StDev indicator signals.

Exp_TSICloud Expert Advisor is based on the change of color of TSICloud indicator.

Trading system based on the signals of the i-CAi_StDev indicator.

The Exp_XMACandles Expert Advisor is based on signals of the XMACandles indicator.

An example of receiving the High and Low prices of bars over the past 24 hours.

The EveningStar Expert Advisor trades the "Evening Star" pattern. Lot is calculated based on the risk value as a percentage of free margin.

Martingale and anti-martingale.

Trading on several candlestick patterns. The levels of Take Profit, Stop Loss, and Trailing are separate for BUY and SELL.

Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.

The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.

An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.

Two identical trading systems (for long and short positions) based on the signals of the VortexIndicator indicator, which can be configured in different ways within one Expert Advisor

The Expert Advisor uses iMA (Moving Average, MA), iAO (Awesome Oscillator, AO) and custom Laguerre indicators.

The Gold Dust

This code block loops through all opened position and do trailing based on Ask and Bid prices.

The Expert Advisor with a basic trading system on the basis of the CCI indicator and several linear perceptrons regulating the work of the basic trading system.

The Exp_ColorZerolagMomentumOSMA Expert Advisor is based on the ColorZerolagMomentumOSMA histogram's change of direction.

The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.

Simultaneous opening of oppositely directed positions

Three indicators from different timeframes: iMACD (Moving Average Convergence/Divergence, MACD), iAlligator (Alligator), and iRSI (Relative Strength Index, RSI)

1...91011121314151617181920212223...37