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

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

icon

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

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

코드를 제출하세요

This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop.

The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All are calculated in POINTS.

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

Automated trading system for breakouts in the London and New York sessions.

Example of a simple breakout trading robot. There are a lot of breakout methods, but this is the simplest one as I think. Please see the attached images to visualize what is the breakout trading...

Expert Advisor to trade Yen Crosses based on Major Pairs and USDJPY divergence/convergence.

Code example of MACD automated with advanced money management function.

The same EA's as previously released. The additional code allows the user to set parameters on RSI and Momentum.

An EA fully based on the Ichimoku Kinko Hyo system.

Template EA that downloads news without the use of DLL.

The Expert Advisor that moves the stop loss to breakeven after reaching certain profit.

The Expert Advisor that performs order trailing after reaching certain profit.

The Expert Advisor is designed for placing managing grids.

Sells at downward crossing of 70, buys at the upward crossing of 30.

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.

The Expert Advisor opens positions after the price passes the specified distance. 1 step up - sells, 1 step down - buys.

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

An example of creating a trade panel using the MasterWindows library.

After a loss, the EA opens orders with stop levels increased by the coefficient.

Martingale grid EA. The main idea of the EA is not in accurate entries, but in flexible plotting of grids.

This is a great beginners' example of the function OnChartEvent() & creating objects on the chart to access them for some tasks.

Two EA's. One places Stop orders the other places Limit orders.

Renko chart generator using the tick values.

This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.

Simple way to encode and decode using Base64.

The EA is based on 5 MAs: 10-, 20-, 50-, 100-, 200- period and + ADX (the main line)

Expert Advisor based on the Sidus indicator.

Expert Advisor for trend trading with lot increase

Trailing stop by balance

Rebound pipsing within a daily channel

works on the movement continuation with position inversion after closure

It can be used as a standalone EA or as a method of recovery from losses

Excellent trailing expert. I have been using it for a long time - I recommend it!

Simple Expert Advisor that simultaneously opens two positions in different directions, provided that the stop loss of the losing position triggers 5 points earlier than the take profit of the profitable one.

It can be combined with any indicator to get an expert

The Expert Advisor uses a certain candlestick pattern and Stochastic.

This EA considers an example of classifier usage. It can be applied to any other strategy.

I had thought about selling it, but my conscience did not allow that. I had worked on it for more than 2 months.

MA with a price.

Good EA, good optimization results. The unfailing EUR/USD pair and H1 timeframe.

12345678910111213141516...29