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

X_0_Serg153_TEST A tick-tack-toe indicator with trade alerts. - MetaTrader 4용 지표

조회수:
17357
평가:
(9)
게시됨:
2008.05.02 10:13
업데이트됨:
2014.04.21 14:52
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


Author: Origin indicator X_0_Serg153 Copyright © 2005, Serg153

We took the ready indicator X_0_Serg153 created in 2005, and modified it.

On one hand this allowed us to avoid verification of the tick-tack-toe method with its implementation in the indicator and to retain the illustration of the method. However, on the other hand, there are some difficulties in extracting trade alerts.

The data of indicator X_0_Serg153 is represented as graphical objects, which caused the arising of the corresponding question on the forum: http://forum.mql4.com/ru/12351. The code of the indicator was taken from that link, as well.


The tick-tack-toe method has been used by American traders since 19th century.

The special features of the tick-tack-toe method consist in that no timeline stability is kept.


In the MT 4 window, new price bars appear continuously, but the tick-tack-toe indicator doesn't move if the price hasn't exceeded the threshold value. This is why the indicator chart doesn't match with the price chart shown in MT 4 screens.


In this present version of the indicator we:

- added generation of trade alerts - signs directed up or down that appear in the development of price movements at each calculation step of the indicator;

- added Alert.


Special Features:

Trade alerts are not calculated on history, since it would be difficult to judge about the correctness of placing the trade alerts if the indicator moves out of synchronization with the price movements.

At the same time, "historical" alerts are not of great importance for trading.

This is why you should also test the trade alerts in the Strategy Tester.


Testing:

Launch the indicator together with any EA in the Strategy Tester of the client terminal.


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

SAR Color SAR Color

Indicator SAR Color.

IFish IFish

Indiactor IFish.

OnChart Stochastic OnChart Stochastic

Indicator OnChart Stochastic.

Hull_O_H_L_C Hull_O_H_L_C

Indicator Hull_O_H_L_C.