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

Three Tirone Levels - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
11569
평가:
(18)
게시됨:
2011.09.27 13:08
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

John Tirone

Tirone Levels are a set of the appropriate support and resistance levels based on a trading range for a certain period of time.

Usually they are used only to improve visual perception of the market price moves. In this case, the Midpoint method is used for the calculation of all three Tirone Levels.

Market minimum and maximum for a certain period of time are calculated at first.

  1. To calculate the upper line the minimum is deducted from the maximum, gained value is divided by 3 and the result is deducted from the maximum.
  2. To calculate the center line the minimum is deducted from the maximum, this value is divided by 2 and the result is added to the minimum.
  3. The lower line is calculated by deducting the minimum from the maximum, dividing the result by 3 and adding the result to the minimum.

The levels are calculated the following way:

Tirone Level 1 = Hhigh - (Hhigh-Llow)/3
Tirone Level 2 = Llow + (Hhigh-Llow)/2
Tirone Level 3 = Llow + (Hhigh-Llow)/3

where:

  • Hhigh (Highest High) - the highest price for a certain period, for example, 20 bars.
  • Llow (Lowest Low) - the lowest price for a certain period, for example, 20 bars.

Application of Tirone levels resembles the application of Fibonacci correction levels - we should buy when the price crosses Tirone level downwards and sell when the price crosses the level upwards.

Both types of levels are interpreted in a similar way: both methods of graphical analysis use a certain per cent value between a maximum and a minimum to generate the lines and 50% as a probable correction level. Tirone Levels also resemble Quadrant Lines.

Like many other technical analysis methods, Tirone Levels have their followers being one of the simplest trading signals system based on support and resistance, though a considerable amount of traders who work with the intervals less than a day claim that they are less accurate in comparison with other similar methods.

Three Tirone Levels

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

MyComment - new comments added without deleting existing ones. MyComment - new comments added without deleting existing ones.

New comments added to a chart without deleting existing ones.

3_Level_ZZ_Semafor 3_Level_ZZ_Semafor

The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots.

Five Tirone Levels Five Tirone Levels

The indicator consists of five Tirone Levels that are, in fact, support and resistance levels based on a trading range for a certain period of time.

Variation Index Variation Index

Variation Index shows if a trend or a flat movement is prevailing in the time series or random behaviour.