無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
MetaTrader 5ターミナルからコードベースにアクセスしてください。
適切なコードが見つからなかったらフリーランスセクションで注文できます
エキスパートアドバイザーやインディケータを書く方法

MetaTrader 4のためのMQL4エキスパートアドバイザーソースコード - 28

icon

分析やトレーディングを自動化するいろいろなアプリは[エキスパートアドバイザー]セクションで使用できます。それは様々なトレーディングアルゴリズムに基づいたいろいろなアプリを特集し、様々な程度の自動化を提供します。単純なEAと、分析とトレーディングのプロセスを完全に自動化することができる複雑な自動売買ロボットを見つけることができます。

これらのアプリはMetaTrader 4の中でダウンロードして実行することができます。ストラテジーテスターの中でエキスパートアドバイザーをテストして最適化することをお勧めします。ライブラリのエキスパートアドバイザーは、MetaTrader 4プラットフォームとMetaEditor開発環境からアクセスすることができます。

コードを投稿

It closes an order by the intersection of two MAs (5 and 7 on default). Read the full description...

A practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing.

A simple EA. It plays in the opposite direction on the specified difference between Bid and MA. It is considerably risky but it has own advantage.

The EA uses the method of Burg's linear prediction that was taken from my indicator Extrapolator.mq4.

The algorithm of tuning (optimization) by two ranges with the two-level three-stage optimization is used in the EA.

The EA is based on the permanent variation of the direction of the trades depending on the TakeProfit, StopLoss and TrailingStop levels. It demonstrates how to create a profitable trading system without any indicators, mathematical models and other wisdom

You often have to move the pending order every hour in reference to the trend line and it embarasses you concerning your time. That's why this EA (semi-automated) was developed, it totally relieves from tracking the trend line and from moving the pending

We place two pending orders at the specified time and delete one of them when another one triggers.

This EA works in hangseng futures.

You can take the guaranteed 50-60-100 pips if you enter from the flat.

An EA by the first dimension of the market.

Simple EA to Close Orders

My first EA.

The EA for H4, it's shooted in for GBPUSD. It works with pending orders. It makes decisions by the simple combinations of candlesticks. The feature is the decision is made once in four hours and the SL and TP levels are placed in accordance with the the s

EA with a neuro net (a net with error back propagation). These are the firsts steps. I upload it for the intelligent criticism.

It is based on the RSI indicator.

Automatic Trading System

Automatic Trading System

Two orders are placed at the specific time.

We place the pending orders at the support and resistance levels.

A variation on the Neuro nets topic: The trading system based on the interaction of the MACD indicator and a double-layer neuro net.

The EA is based on the "Trend Follower" strategy.

This expert this one based on the indicator MACD. It works very well in the period of 1 hour. In a test(proof) of 36 months it(he,she) has a profit of 935 % (25 monthly %).

Expert Advisor Based on FXRaider's Trade Strategy by ForTrader.ru.

EA that opens a trade when a candlestick closes out of the specified level on a break through. An update to the graphical treminal. But the help in code further development is necessary.

Trading by a simple principle

Rabbit 2 updated with correct set!

Using a combination of MA for the trend and Williams %R wth Commodoties Channel Inex to trigger, and a Dochian band to exit the RabbitM2 is designed to get from zero to hero. I would welcome anyone willing to perform live testing and give me feedback.

Hedge The Hedge Trader EA

Improved version of 10 pips a day opposite "yesterday's trend" EA

This Expert Advisor trades every news event that is scheduled to release on www.dailyfx.com/calendar for the current week. The EA waits for the next news event to be released, compares the released economic data, determines which currency to trade and exe

Anyone know how to improve this EA i put together ? Cheers

Reasonably good algorithm of the EA based on CCI and its MA. It shows good results in tester. I need help for optimization, testing and maybe code debugging.

Greetings to all. I started to develop a MTS not long ago. This is my first one. How can I improve it, I'm waiting for the specialist's advices. And how can I use the AMA indicator in the EAs (iAMA)? I tested this strategy on September 2008.

1...212223242526272829