거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
8559
평가:
(34)
게시됨:
2012.12.12 13:13
업데이트됨:
2016.11.22 07:32
sets_reports.zip (827.9 KB)
\MQL5\Indicators\
malr.mq5 (4.35 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor drawn on the basis of the MALR indicator. Trailing stop, lot increase, averaging and reversal functions are available.

The EA_MALR Expert Advisor is drawn on the basis of the MALR indicator (the author is unknown). A sell is opened after crossing top to bottom of the <MALRHH> line (the most upper line) by price, a buy is opened after crossing the <MALRLL> line (the lowest line) by price.

It includes the following functions:

  • position averaging on a new signal,
  • position reversal when the signal changes to the opposite one,
  • trailing stop with additional settings,
  • lot increase to the set equity drawdown.

The testing result since 2000 at EURUSD. Initial lot 0.10, initial deposit 10000$, 1:500, MetaQuotes-Demo.

Charts with and without lot increase are represented below.

Averaging and reversal are not used (only Stop Loss/Take Profit are used).




AVERAGING function is enabled (reversal function is disabled).




REVERSAL function is enabled (averaging function is disabled).




Both REVERSAL and AVERAGING functions are enabled.




The Expert Advisor is protected from data loss when there are bond cutting, errors in networks and restart of the Expert Advisor (terminal).

The main settings of the Expert Advisor (when zero these settings are not used):

  • sl/tp - set after opening the position.
  • N_modify_sltp - the number of times to install Stop Loss/Take Profit in an unsuccessful deal.
  • use_Averaging - enable averaging in the set loss (loss_forAveraging) in points. Opening of an additional basic lot when a new single directed signal appears.
  • loss_forAveraging - the number of points in loss from the previous open price (last averaging).
  • Position_overturn - position reversal when the signal on the indicator changes to the opposite. Lot reversal multiplies by a reversal coefficient (koff_multiplication).
  • use_increase - lot increase to the given drawdown (Max_drawdown) when opening and averaging of the position.
  • Trail_StopLoss - enable trailing stop StopLoss in points (trail). When there are reversal and averaging, trailing stop is saved.
  • Activate_by_profit - inclusion of trailing stop in set profit in points (profit) from open price. In case of averaging open price is equal to averaging price of all openings.

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

Exp_MAMA Exp_MAMA

The Exp_MAMA Expert Advisor drawn using the entry when crossing Moving Averages of the MAMA indicator

Dserg - LinRegression Breakout Dserg - LinRegression Breakout

The indicator for automatic drawing of consolidation areas and channels on the basis of the linear regression

Color RMACD Color RMACD

The MACD histogram drawn on the basis of the RVI technical indicator and the TRVI custom indicator.

Exp_RMACD Exp_RMACD

Trading system using the RMACD histogram.