거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
10259
평가:
(24)
게시됨:
2015.12.10 15:51
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.

The code was written for real trading. There is an error processing and fixing function, intellectual lot adjustment. The operation of the EA is decently commented. Two types of the signals: classic and pending. The type of the signal depends on the mutual arrangement of the Alligator lines.

Filter=30, Gator_Div_slow=250, Gator_Div_fast=150 — the estimated value for the H4 chart (each pair requires optimization). Recommended timeframe — hourly and above.

Buy at the breakthrough of the fractal above the Alligator's teeth. Sell at the breakthrough of the fractal below the Alligator's teeth. Trailing stop at the red line of the Alligator, as well as the fractals. Holds only one position. Pyramiding (as in the book) is not used.

It works with 5-digit quotes only!

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

Virtual Trailing Stop Virtual Trailing Stop

The virtual trailing stop can place stop loss, take profit and trail the order in a way that they are not visible to the broker.

RSI_Expert RSI_Expert

Simple Expert Advisor based on the RSI indicator.

Volatile action Volatile action

The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.

Ticks collector Ticks collector

Collection of ticks with writing data to a file and plotting non-standard charts.