당사 팬 페이지에 가입하십시오
- 조회수:
- 13662
- 평가:
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/16027

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.

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.

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

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