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

FT BillWillams Trader - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5228
평가:
(24)
게시됨:
2017.01.26 09:28
업데이트됨:
2018.06.19 17:31
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea — Yuri , author of the MQL5 code — barabashkakvn

Bill Williams. iAlligator, Alligator, iMA, Moving Average.

Entry:

Buy fractal — a series of five consequent bars with two bars with lower maximums standing before and after a bar with the highest maximum.

Sell fractal — a series of five consequent bars with two bars with higher minimums standing before and after a bar with the lowest minimum.

Buy and sell fractals can be composed of the same bars.

Fractals generate the following signals:

  • if a buy fractal is above the Alligator's Teeth (red line), a Buy Stop pending order for opening a position should be placed 1 pips above the maximum of the bar, where the fractal has been formed.
  • if a sell fractal is below the Alligator's Teeth, a Sell Stop pending order should be placed 1 pips below the minimum of the bar, where the fractal has been formed.

The fractals are active until they are "hit" or until a new fractal in the same direction appears (in this case the previous signal is canceled and the pending order is canceled).

The point where a fractal is hit is essential, i. e. it is the bar at which you should enter the market after the fractal is passed. If that bar is outside of the Alligator's Teeth, such deal is allowed.

Exit:

The market exiting method that is sensitive to the price dynamics allows to take profit during the last 10% of the trend, capturing at least 80% of the movement (as told by B. Williams).

Bill Williams suggested several ways to set the Stop Loss of orders:

  • If there is a trend in the market, positions should be closed if the bar Close crosses the Alligator's Teeth (red line).
  • Use the Alligator's Lips (green line) as a stop loss level for orders in a rapidly moving market. Market is considered to be rapid if the inclination angle of the price is greater than the inclination of the green line. In accordance with this method, at the end of the current bar the Stop Loss order is moved at the levet of the red or green line of the next bar.
  • Set the Stop Loss order after the fifth bar in a row appears in the green (red) area (this method was discussed above in the description of zone trading).
  • If a signal appears in the opposite direction — close the open positions.

 

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

ColorXdinMA_Alert ColorXdinMA_Alert

The ColorXdinMA trend moving average, which features alerts, sending emails and push-notifications to mobile devices.

Fractal_WeightOscillator Fractal_WeightOscillator

Oscillator, representing the weighted smoothed sum of four indicators: Fractal_RSI, Fractal_MFI, Fractal_WPR and Fractal_DeMarker.

ZeroLagEA-AIP v0.0.4 ZeroLagEA-AIP v0.0.4

Trading based on the ZeroLag MACD custom indicator.

MACDCCI MACDCCI

Works based on two indicators: iCCI (Commodity Channel Index, CCI) and iMACD (Moving Average Convergence/Divergence, MACD). OnTradeTransaction().