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

MQL5 MetaTrader용 Expert Advisor의 소스 코드 5 - 18

icon

Expert Advisor는 가격 차트를 분석하고 기본 규칙에 따라 자동으로 거래합니다. 여기서 다양한 문제를 해결하는 MQL5 소스 코드를 찾을 수 있습니다. 이동 평균 교차점과 복잡한 시그널 생성 알고리즘 및 거래 오류에 대한 보호와 관련된 복잡한 교차점을 기준으로 간단한 Expert Advisor 모두를 선택할 수 있습니다.

MetaTrader 5에서 제공되는 Expert Advisor를 다운로드하여 시작할 수 있습니다. 거래용 로봇을 사용하기 전에 Strategy Tester에서 테스트하고 최적화하는 것이 좋습니다. 또한 Expert Advisors 라이브러리는 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

A trading system based on the Stopreversal indicator signals.

Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function.

Candlestick size analysis. The idea of the trading system: candlestick parameters matter after news releases.

Trading based on a random number generator or in one of the following sequences: BUY - SELL - BUY or SELL - BUY - SELL.

This assistant tool sets Stop Loss and Take Profit for all open orders. Symbol settings, position type, Stop Loss and Take Profit are specified in an external file.

The strategy is based on the ZigZag indicator and pending orders.

We open a new position opposite to the previous one. Inputs only contain Stop loss, Take Profit and the minimum lot.

The OzFx system. It uses Accelerator Oscillator and Stochastic Oscillator.

The Price Channel trading system.

A trading system based on the ForceTrend indicator signals.

An Expert Advisor without a single indicator. Uses lot and step increase.

A trading system based on the ColorFisher_m11 indicator signals.

A trading system based on the AFStar indicator signals.

The iMA (Moving Average) indicator based on iCCI (Commodity Channel Index). It is an analogue of Previous Indicator's Data in the terminal.

If a trade is closed by Stop loss, the volume is doubled; if by Take profit the minimum volume is used. OnTradeTransaction is used to determine whether a trade was performed after the activation of Stop loss or Take profit.

Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.

A trading system based on the Omni_Trend indicator signals.

A breakout trading system based on the signals of the Color_PEMA_Envelopes_Digit_System indicator.

A breakout trading system based on the signals of the Color_QEMA_Envelopes_Digit_System indicator.

Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.

This utility program records tick quotes in the CSV and BIN format. A flexible set of symbols is available for writing.

Trades on PERIOD_M1 (M1). Calculates bullish and bearish candlesticks.

Closing all open positions with the specified profit percent.

The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.

An assistant Expert Advisor. Only CLOSING positions.

The Expert Advisor uses three indicators: MA(150), RSI(3) with levels 80 and 20, Stochastic(6, 3, 3) with levels 70 and 30.

The EA uses the following indicators: CCI, fast and slow MA, Larry Williams' WPR.

Trading strategy: the breakout of a High/Low in the selected time interval.

Two ZigZag indicators are used for analysis.

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.

The Expert Advisor trades based on signals generated by Stochastic Oscillator. Averaging. A limited number of positions. Trailing.

A simple system based on the crossover of two MAs.

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.

The Exp_XROC2_VG_X2 trend-following trading system is based on the signals of two XROC2_VG indicators.

The Exp_XROC2_VG_Digit_Tm Expert Advisor trades based on signals generated by the XROC2_VG oscillator.

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

The EA trades based on the "Bullish and Bearish Engulfing" pattern.

The trading system is based on volatility compression

The trading system is based on the NRTR_ATR_STOP indicator signals.

The EA buys if the open price of the last position is higher than the current price.

1...111213141516171819202122232425...36