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

ZZ Fibo Trader - MetaTrader 5용 expert

조회수:
12363
평가:
(24)
게시됨:
2017.01.18 09:06
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The ZZ Fibo Trader Expert Advisor has been designed to illustrate the use of the Simple ZZ Fibo indicator in a simple trading system.

The Simple ZZ Fibo has been specially designed for use in trading experts. Information on the price values corresponding to the plotted Fibonacci levels are stored to the indicator buffers (from 2 to 8), from where they can be copied to an expert.

The EA opens a position after a reverse breakout of the top level, which is the simplest filter of false breakouts.

To close positions, the EA uses the parabolic system of price trailing (SAR) by Wilder.

EA waits for price to breakethrough one of the fibo. level. In case of reverse breakthrough EA trades in a direction of reverse breakthrough.

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

Trade on Timer Trade on Timer

Simple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.

Interchange Interchange

Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.

i4_DRF_v2 i4_DRF_v2

A simple trend indicator with calculation of rise and fall in Close prices.

Feed of all deals Feed of all deals

The indicator displays the total number of deals by symbol in real time.