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

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

icon

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

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

코드를 제출하세요

"Trend Finder" EA Trades when there is a breakout from historical minimum/maximum has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Engulfing" EA Trades when there is an ENGULFING pattern has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Ichimoku Rretracement" EA Trades when there is a retracement from "ICHIMOKU" levels has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Pull Back" EA Trades when there is a pull back from the trend of 2 Moving Averages has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Donchain Channel" EA Trades when there is a retracement from "DONCHAIN CHANNEL" levels has Trailing Stop Loss works on all time frames major forex pairs and stocks NASDAQ.

"Bolinger Band Squeeze" EA Trades when there is an expansion after contraction of bollinger bands has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Pinbar" EA Trades when there is a PINBAR pattern,has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

"Fibonacci" EA Trades when there is a retracement from "FIBONACCI" levels has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

Rsi & Cci Divergence EA Trades when there is a divergence of "RSI" or "CCI" indicator has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

This EA uses "Renko" box size on MetaTrader 4 chart. When the price reaches the level where there was a fractal, the EA enters a trade, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

EA purposes to always win with cumulative profit and to manage volume.

A martingale strategy, an old EA that was rebuilt to be efficient.

EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.

This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.

This is my version of Zone Recovery Hedging Strategy Ea with two moving averages. It works on any time frame, you should try it on demo account.

Close all positions on a basket of currencies when the profit target has been reached.

MT4 Expert Advisor based on ADX indicator.

Expert Advisor which trades signals from MACD indicator.

This is a not big assistant for trading with limit orders.

Simple program using the moving average as bias and providing many trade and money management options.

This is an Expert Advisor (+ indicator) for downloading the quote history of the current symbol and TF

Generates a random number, and if this number is even, it will buy, if odd - it will sell.

Simple one click trade panel, typically useful for scalpers and day traders.

This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.

Uses the analysis of 4 indicators.

Not really profitable but the code fits on one page.

The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.

The example of multicurrency hedging implementation on a single chart in Metatrader 4.

Expert Advisor for pyramiding into big and fast market movements.

Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.

Use Chaos Theory to trade!

The EA using single layer Perceptron.

Open two buttons on a chart, one for closing all shorts, one for closing all longs. The buttons labels display the current total profit for each type of order.

Stores and implements a basic hidden Stop Loss and Take Profit system.

A simple EA based on Tipu Trend indicator and Tipu Stops indicator.

Test ChartEvent is an example demonstrating the various types of ChartEvent: keyboard keys events, mouse click & move events, custom events. The source code works both in MetaTrader 4 and MetaTrader 5.

Trailing stop allows you to automatically protect the profits with your positions. It adjusts itself according to the current market rate and the amount of pips you give it to trail behind.

This EA opens Buy or Sell trades in strongest or weakest pair. It cannot be backtested. Kindly use it on Demo account first & use it on your own risk.

This expert will copy a trade with the preset volume on the same account, can be used with a signal. No cross-account functionality.

Example of Heiken Ashi Using Multi Time Frame (MTF).

123456789101112131415...29