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

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

코드를 제출하세요

Final version of my hybrid Expert Advisor.

It trades huge amount of trades with small lot sizes. Does not use indicators or price formations, buys/sells in growth/fall of price.

When the order reaches the specified profit, then EA automatically moves StopLoss to BreakEven.

This isn't an operating EA, but profit management EA.

This EA is based on 1 moving average indicator, the exit and entry points are determined by a "smoothing factor".

The EA looks for trend using three MAs (period 200, 50, 25 or other) and opens orders using the Parabolic SAR indicator. There is martingale in an Expert Advisor, the lot is calculated in percents from a deposit depending on Stop Loss.

The Expert Advisor watches the market orders and generates a sound signal after a predefined time from the moment of order opening.

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

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.

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

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

Small Expert which sends email notification of last opened and closed order.

Expert Advisor for pyramiding into big and fast market movements.

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

Ichimoku EA trades with "Ichimoku " and "Parabolic" indicators,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

1H Bolinger Bands EA trades according to the "Bolinger Bands" indicator and two MA's,has Trailing Stop Loss &Take Profit works best on 1H and 4H time frame major forex pairs and stocks NASDAQ.

"Harami" trades with 2 Moving Averages and an Harami pattern has Trailing Stop Loss &Take Profit works on 4H & 1D time frames major forex pairs and stocks NASDAQ.

"Candle Trailing Stop" EA trades with 3 MA's and uses candels for Trailing Stop Loss &Take Profit works best on 4H time frames major forex pairs and stocks NASDAQ.

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

This is strictly for daily chart and any symbol with spread low enough for its operation

With "Cycle Lines" EA you can draw Cycle Lines on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.

"Triangle" EA draws 2 Trend Lines with fractals on chart and trades When a triangle is formed,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

Support and Resistance lines are used with the Standard Deviation indicator for generating trade signals.

Search for positive swaps.

This EA will scan all the open trades and then print the nth trade from the end

This EA will scan all the closed trades and then print the nth trade from the end

Implementation of a trading system based on divergence detection.

Simple EA, but such efficiency for the year 2007!

Expert Adviser Moving Average는 하나의 이동 평균을 사용하여 거래 신호를 생성합니다.

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 an H1 strategy. This EA will execute at the new bar if the last bar has broken through the point that we set.

The Expert Advisor places a grid of pending orders in both directions several minutes before the specified time and trails the Stop Loss order after the orders trigger.

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

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

neuronirvamanEA works with neural networks . stoplloss

This EA can do Grid trading and has useful functions for Gridtrading included

A Donchian Channel Strategy breakout EA Scalper. Best results at H1.

using Stochastic m5, m15 and m30

EA to find gaps in history data.

The SuperTake implements the strategy of Martingale by Take Profit.

12345678910111213141516...29