NAME

GT::Indicators::TETHER - Tether Line


DESCRIPTION

The Tether Line is one of the three indicators used in Trend Following System (TFS), designed by Bryan Strain.


CALCULATION

Tether Line = (Highest High (n) + Lowest Low (n)) / 2


PARAMETERS

The standard Tether Line works with a 50-day parameter : n = 50


EXAMPLE

GT::Indicators::TETHER->new() GT::Indicators::TETHER->new([30])

GT::Indicators::TETHER::calculate($calc, $day)