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

Master_MM_Droid - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4315
평가:
(18)
게시됨:
2017.03.02 09:49
업데이트됨:
2018.06.29 16:15
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea — Musa Esmagambetovauthor of the MQL5 code — barabashkakvn

Four trading strategies in one Expert Advisor. 

Description from the author of the idea:

An Expert Advisor with an implemented idea of deposit protection against loss. Version 2.4.

Consists of 4 trading strategies and a money management unit. Available parameters: broker's time shift relative to Greenwich, money management mode (0 to 10) separately for each strategy. The code has been optimized, while most of logical errors have been fixed. Nevertheless, there are still some strange parts in the code, so its development continues.

The Expert Advisor works based on 4 trading strategies simultaneously, recommended timeframe is M5, but you can try to run the EA on other timefraames. The EA has been originally designed for autonomous operation on a VPS. In case of stop or restart, interbal variables will be reset, so for a proper operation of the EA, the terminal should be turned on on weekends if you are running the EA from home. It is originally created for USDJPY, but can also work on EURUSD. The built in trading strategies show not so good results on other timeframes.

Brief description of trading strategies.

1. RSI buy/sell signals, MA exiting overbought/oversold areas. If the price has gone from the first entry point in the right direction, there will be two rebuys at a step of 15 points.

2. Breakout of box, a set of several well-known breakthrough strategies, stop orders are placed in both directions, 6, 12 and 20 hours GMT, untriggered orders are deleted after 4 hours.

3. The popular "Lazy trader" strategy. On Monday two stop orders are placed in two directions, which are then closed on Friday.

4. The strategy monitors gap on Monday, i.e. the difference between the Friday's Close and the Monday's Open. All positions are provided with trailing stop. Take profit has been removed from the Expert Advisor, since it was connected with the deleted scaling, i.e. a position is opened using two orders, one of them does not has a target, and the other one has the take profit.

Important Warning: All strategies are trend strategies. It is clear from backtests, that when the market moves in a range/triangle which is vilible on H4/D1, the EA loses money.

 When run on EURUSD, M1, the balance graph is losing, although equity is more than balance there:

Master_MM_Droid tester 

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

BigBarSound BigBarSound

The Expert Advisor plays sound alerts when candlestick size exceeds a certain value.

ShowImportantParams ShowImportantParams

Displays important symbol and account parameters.

Forex Profit Forex Profit

The Expert Advisor uses Parabolic SAR and three EMAs (with the periods of 10, 25 and 50).

SendClose SendClose

The Expert Advisor opens or closes positions at the intersection of lines.