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

Deep Drawdown MA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3781
평가:
(16)
게시됨:
2018.06.18 15:56
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Vladimir Tkach.

MQL5 code by: Vladimir Karputov.

The EA opens trades at the intersection of the fast and the slow MAs. It closes trades if there is a reverse signal.

If the Close losses option is enabled, the EA does not close losing positions by the reverse signal, but opens new ones, the Take Profit level for losing positions being moved to their open prices.

The maximum number of positions to be opened during outstaying is limited by parameter Maximum positions. The type of the position to be opened is monitored in OnTradeTransaction.


Input parameters

  • Lots - position volume;
  • Maximum positions - maximum number of positions;
  • Close losses - whether to close losing positions or not (overstaying);
  • MA Fast: averaging period - averaging period;
  • MA Fast: horizontal shift - horizontal shift;
  • MA Fast: type of price - price type;
  • MA Slow: averaging period - averaging period;
  • MA Slow: horizontal shift - averaging period;
  • MA Slow: type of price - averaging period;
  • MA Fast and Slow: smoothing type - averaging type (a common parameter for both "Fast" and "Slow");
  • magic number - unique identifier for the EA.

An example of how overstaying affects trading:

Deep Drawdown MA losses No

Deep Drawdown MA losses Yes

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

MurreyMathFixPeriod MurreyMathFixPeriod

Murrey levels are an efficient tool to forecast the changes in price movement. The main idea of this system is that all markets move in the same manner.

MultiBrainTrend2_V2_x10 MultiBrainTrend2_V2_x10

Indicator MultiBrainTrend2_V2_x10 shows information on the current trends, using the colors of indicator BrainTrend2_V2 from ten different timeframes.

Trend_Component Trend_Component

Indicator John Ehlers Trend Component

Previous Candle Breakdown Previous Candle Breakdown

Expert Advisor "Previous Candle Breakdown."