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

MQL4 MetaTrader용 Expert Advisor의 소스 코드 4 - 11

icon

분석 및 거래를 자동화하는 다양한 애플리케이션은 'Expert Advisor' 섹션에서 확인할 수 있습니다. 서로 다른 거래 알고리즘을 기반으로 한 다양한 애플리케이션이 특징이며, 다양한 수준의 자동화 기능을 제공한다. 분석 및 거래 프로세스를 완전히 자동화할 수 있는 간단한 EA와 복합적인 거래 로봇을 찾을 수 있습니다.

이러한 애플리케이션은 MetaTrader 4에서 다운로드하여 실행할 수 있습니다. Strategy 테스터에서 Expert Advisor를 테스트하고 최적화하는 것이 좋습니다. 라이브러리의 Expert Advisors는 MetaTrader 4 플랫폼과 MetaEditor 개발 환경에서 액세스할 수 있습니다.

코드를 제출하세요
Zs1

I came across an expert that was discussed many times on the forum.

This example has been built using SAR (Stop And Reverse) indicator with Advanced Money Management function.

This EA is based on Forex Fraus (for M1) which was made by Dmitriy Zaytsev. I added limitation of positions, multi-currency trading.

Trigger based on two MA by DeMarker.

When the stochastic enters the overbought or oversold area, the first lot is opened, if the chart is reversed, then operate with one lot.

The new version of the Mc_valute_v8_final EA. It works well on a flat market.

The EA was created similarly to EA that won the first place in the championship.

This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.

Expert Advisor created using hedge function and the moving average indicator.

Expert Advisor based on Commodity Channel Index (CCI) indicator.

This is my first expert totally based on RSI.

Click "Close All" button to close all your open & pending orders at once.

Roboost is an EA for MetaTrader 4 trading using several half-scalping and traditional trade management techniques. It shall work on different pairs and TF. Target is H1 for major pairs.

The multi-currency arbitrage tactics.

An example for my yet unpublished article. An easy template for writing custom experts.

The Expert Advisor that gains profit from the positive swaps + multi-currency arbitrage tactics.

The Dealers Trade v 7.74 EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.

The Dealers Trade v 7.51 RIVOT EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.

The awo Holidays EA reports the status of the next day: working day, weekend or holiday.

The Expert Advisor simply opens orders in the opposite direction after the current order is closed.

Pending Order is an order that will be executed if the price touches a point that we specify, in other words open pending order means ordering to open a position at a certain price level. So if price hits a predetermined level, then automatically we have an open trading positions.

Showing how to trade FX market trend using the (SMA: Simple Moving Average) with the Japanese indicator Heiken Ashi.

The Expert Advisor which uses AO and AC. Buying and selling is performed when the colors of the indicators match.

The Expert Advisor based on the RSI indicator. МА and martingale are added in the new version.

The SuperTake implements the strategy of Martingale by Take Profit.

The Expert Advisor based on the Heiken Ashi indicator.

1 Click "Close All" button to close all open positions at current attached chart.

Multiple Timeframe Moving Average. It is set to look at H4 and H1 time frames. This code is for anyone who wants to use a different timeframe than on the current window.

Expert Advisor that will close all orders and disable another Expert Advisor / AutoTrading at desired level.

The main idea of this Expert Advisor is to trade by the basic concept of Stochastic oscillator in its basic parameters, with ability to change these parameters via the EA inputs.

1 Click "Close All" button to close all your positions (regardless of the pair) will be closed at once.

This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.

The EA searches the last upper and lower fractals and opens positions when the price exceeds these levels.

One of the implementation variants of the Quantum trading system.

The EA opens trades at the intersection of the fast and the slow MAs. It has the function of outstaying the losses.

The EA closes orders when certain loss is reached by them in the account currency. It is possible to vary the loss by the volume of the order.

Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences".

A simple Expert Advisor, which works without the use of any indicators. Enters at trend reversal attempt.

HAN

The Heiken Ashi Naive Expert Advisor is based on the Heiken Ashi candle chart system and uses the standard indicator of the same name.

The Expert Advisor is based on the exponential moving averages of the same period.

1...456789101112131415161718...29