Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Five Tirone Levels - indicator for MetaTrader 5

Published by:
Nikolay Kositsin
Views:
8613
Rating:
(13)
Published:
2011.09.27 13:08
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

John Tirone

Tirone Levels are a series of several successively decreasing horizontal lines used to determine possible support and resistance areas on a price chart.

This technical analysis method is developed by John Tirone in his book "Classical Technical Analysis as a Powerful Trading Methodology". The system based on five Tirone levels is constructed using the Adjusted Mean method.

This method generates 5 often non-symmetrical lines.

  1. Adjusted average value (Adjusted Mean) is found at first;
  2. The next line is found by deducting the minimum from the Adjusted Mean multiplied by 2;
  3. The third line is the Adjusted mean itself (adjusted average);
  4. The next line is calculated by deducting the maximum from the Adjusted Mean multiplied by 2;
  5. The lowest line is calculated by deducting the minimum from the maximum and deducting this result from the Adjusted Mean.

The levels are calculated the following way:

Adjusted mean = (Hhigh+Llow+Close)/3

Tirone Level 1 = Adjusted Mean + (Hhigh-Llow)
Tirone Level 2 = 2 x Adjusted Mean - Llow
Tirone Level 3 = Adjusted mean
Tirone Level 4 = 2 x Adjusted Mean - Hhigh
Tirone Level 5 = Adjusted Mean - (Hhigh-Llow)

where:

  • Hhigh (Highest High) - the highest price for a certain period, for example, 20 bars;
  • Llow (Lowest Low) - the lowest value for a certain period, for example, 20 bars;
  • Close - close price of a current bar.

Five Tirone Levels

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/458

Three Tirone Levels Three Tirone Levels

The indicator consists of support and resistance levels based on a trading range for a certain period of time.

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.

Variation Index Variation Index

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

DailyPivotPoints DailyPivotPoints

The DailyPivot Points indicator helps to compose a picture of market future movements, in distinct from the other tools that hang behind the market.