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

사용자 등급 기준 MetaTrader 4용 최고의 Expert Advisor - 7

코드를 제출하세요

EA opens trades from support and resistance levels, which were set by a trader, and revolves them at another levels.

"Fibochannel line" EA draws Fibonacci channel lines on chart and trades its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

A basic ea template with trailing stop for further development

The Cyclops follows the Cycleidentifier indicator, plus SMA and RSI for filter. It is taking a trade when the indi shows a bold two spike. The filter is suppose to confirm with that but the repaint of the spike seems to make this a Martingale effort.

The EA opens transactions when RSI is Upper or Below 50

The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.

This EA will help you to set Stop Loss and Take Profit.

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

An antimartingale which tries to maximise the gain/risk ratio. I have a 5 digits account, let me know if you have any problem with this.

This template code contains basic features and functions required for the developing the Expert Advisor.

The Expert Advisor is based on the "On the MaZi" strategy.

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

The SAW_system_1 Expert Advisor places pending orders on the basis of the volatility for the last N days.

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

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

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.

An expert advisor that makes a decision on the basis of the indistinc logic (so-called Fuzzy logic). The A. Nedosekin's (http://sedok.narod.ru/scoring_USA.html) materials were used during the development of the classificator and the resultant for ranks.

The idea has existed for a long time - based on the "Conservative intraday scalping" strategy, but I could not find a suitable indicator in MT4... Integration of the custom indicator to the EA.

Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R

A 15min intrday trading strategy

My first trading System using simple pattern.

Mail all order status periodically.

The Expert Advisor places pending limit orders at the specified distance from the price and trails them after the price with the specified step, applies martingale.

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

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

It is realized by the Trade Sistem on breakdown of day time levels which pay off on indicator Pivot

EA trades on a large market movements, and does not uses any indicators.

This code is an Alternative of the missing OnTrade() event in MQL4.

When the current price is below trendlines, EA will wait for upward breakout, and vice versa.

Not really profitable but the code fits on one page.

It looks for the strongest and for the weakest currency pairs using Cluster analysis

Modification of the first version of the grid EA.

Opens specified trades at the specified time

EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &

The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line.

This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance.

Powered by level equal to a whole cents (1.38 1.39 1.40 etc.)

Elementary trailing stop able to distinguish its "own" orders among others by comment and/or Magic number. It also distinguishes the financial instrument that needs to be trailed.

Easy EA for closing positions of the symbol with profit or loss. You can use it for hidden SL too.

1234567891011121314...29