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

ZigZag EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
17767
평가:
(37)
게시됨:
2018.08.23 13:06
ZigZag EA.mq5 (73.54 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea: Iurii Tokman

MQL5 code author: barabashkakvn

The EA applies data from the ZigZag custom indicator. This indicator is used to define the channel. Buy Stop and Sell Stop pending orders are placed along the channel borders. After a pending order is activated, trailing can be enabled for a position. Stop loss and take profit values are specified in Fibo levels (0.0%, 23.6%, 38.2%, 50%, 61.8%, 100%, 161.8%, 261.8% and 423.6%).

ZigZag EA


Inputs

ZigZag settings:

  • Depth;
  • Deviation;
  • Backstep.

EA operation time:

  • Operation start, hours;
  • Operation start, minutes;
  • Operation stop, hours;
  • Operation stop, minutes.

Channel and indent settings:

  • Indent in points;
  • Minimum channel size;
  • Maximum channel size.

ММ settings:

  • Lots;
  • Risk.

EA settings:

  • Stop loss in %;
  • Take profit in %;
  • Trailing Stop (in pips);
  • Trailing Step (in pips);
  • Show channel lines;
  • magic number.

EURUSD,M15:

ZigZag EA

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

Waddah_Attar_Trend_Candles_HTF Waddah_Attar_Trend_Candles_HTF

The Waddah_Attar_Trend_Candles indicator with the timeframe selection option available in the input parameters.

Waddah_Attar_Trend_Candles Waddah_Attar_Trend_Candles

The candle chart based on Waddah_Attar_Trend histograms calculated using the Open, High, Low and Close price series of the price chart.

XPeriodCandleSystem_HTF XPeriodCandleSystem_HTF

The XPeriodCandleSystem indicator with the timeframe selection option available in the input parameters.

Differential_Average_By_Sultonov_HTF Differential_Average_By_Sultonov_HTF

The Differential_Average_By_Sultonov indicator with the timeframe selection option available in the input parameters.