거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Nevalyashka3_1 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4453
평가:
(27)
게시됨:
2017.03.22 16:26
업데이트됨:
2018.02.27 12:29
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea — Sergeyauthor of the MQL5 code — barabashkakvn

The advantage of the Expert Advisor is that it can confidently move into positive direction. Its main disadvantage is the drawdown.

The idea is: trade EURUSD. The average price change for 90% of days is over 60 points. For one week, the volume exceeds 200 in 90% of cases.

It means that there is growth during the full three days of the week on the average. The weekly "turbulence" is minimal.

The strategy is as follows: stop loss is set at 60+10 points (in order to avoid accidental hitting, we add +10 points to the price), take profit is set at 190 (200 - 10 for the spread and the minimum distance to a trade).

Lot with a stop loss and take profit (70/190) is opened. Then the order is trailed by 10 pips every 10 pips (in case of reversal, it guarantees that the stop-order is aways positioned at the weekly bottom/peak price. As a result, an order will be closed during a week).

As a result, every 1.5 weeks theoretically make a profit equal to the average weekly volume (200).

After optimization on EURUSD M5, from 2016.01.01 to 2017.03.02, initial deposit 10000 (the resulting parameters are already used in the EA):

Nevalyashka3_1

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17774

MACD MACD

The implementation of the MACD pattern "Trend continuation".

MultiHedg_1 MultiHedg_1

A multi-currency Expert Advisor that opens a market position at the user defined time.

SignalMAAboveBelow SignalMAAboveBelow

A module of trading signals based on the Moving Average indicator signal module.

e_RP_250 e_RP_250

An Expert Advisor based on the "RPoint" indicator. The chart layout in X-points reversal. A high-quality ZigZag based on HiLo.