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

The strategy is based on the fact that, in practice, round numbers ending with "00" are always closer to people. For example, if pair EUR/USD is traded at 1.2470 and its price is growing, most stop orders will be placed within one or two points from 1.2500, not say 1.2517. We can earn using this fact. So let's try to.

You can view the original description of the strategy here.
A detailed article devoted top the system testing and a link to reports are available in our magazine's issue of 12.05.2008.
You can discuss it and make your suggestions on our forum.

Trading Strategy Algorithm:

1. Open one-hour chart of EURUSD, lots 0.1.

2. Draw Moving Average with the period of 200.

Buying alert (open two orders): The price is above MA and intersects the level 15 points below the "round" price.

Selling alert (open two orders): The price is below MA and intersects the level 15 points above the "round" price.

Closing Trades:

We will close our trades by StopLoss.

Having tested the above rules within the period from 2007.01.11 to 2008.01.11, we obtained the following results (Open price only):



Having optimized the inputs on the same period of time, we obtained the following result of EA operations:


A forward test outside the optimization area, the article devoted to the system testing, and a link to reports are available in our magazine's issue of 12.05.2008.

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

Rooks Returned Rooks Returned

One more interpretation of the well-known ZigZag. The indicator is written to work according the trading system described here: http://forum.fibo-forex.ru/viewtopic.php?t=1368 The indicator works with ZigZag by Rosh (Zigzag2_R_).

Short-Term Trends Short-Term Trends

A trading strategy that works with short-term trends.

Levels_A_Vlad Levels_A_Vlad

The indicator shows support/resistance levels calculated using the methods by V.B. Antonov (A_Vlad).

Fast_oscilator_2 Fast_oscilator_2

A fast oscillatorб also suited for scalping.