|

MASTER INDEX
SEARCH
CHARTS
MAIN TOOLBAR
SETTING PREFERENCES
TECHNICAL
INDICATORS
WHAT'S NEW
ALARMS
BACKTESTING
CONFIRMING TRADES
CUSTOM
COLUMNS
CUSTOM
INDICATORS
CUSTOM
INSTRUMENTS
CUSTOM PRICES
DATA FEEDS
DATABASE
DOWNLOADING
DATA
FEED STATUS
HEARTBEAT
HELP
MULTI-LINKING
MULTI-PERIODICITY
INSTRUMENT SETUP
NASDAQ LEVEL II
NEWS TICKER
NEWS BROWSER
OPTIMIZATION
OPTIONS
ANALYTICS
PLACING TRADES
PORTFOLIOS
PRESETS
PRINTING
QUICK
QUOTES
QUOTE PAGES
REALIZATION
RTL LANGUAGE
SCANS
SCHEDULES
SCOPE
SYSTEM STATUS
TICKER
TAPE
TIME AND SALES
TRADING NOTES
USER VARIABLES
VERTICAL SCALE
MASTER INDEX
DICTIONARY
FEEDBACK
Indicator-A-Day
24.
Volume Breakdown
23. PriceTime
Cycles
22. Trend
Intensity Index
21. Bollinger
Bands
20. Balance
of Power
19. RSI
18. Fib
Retracements
17. Parabolic
SAR
16. CCI
15. ADXR
14. ADX
13. DI+
/ DI-
12. True
Range
11. Stochastics
10. Statistics
9. TLB
Oscillator
8.
Weighted
MA
7.
Exponential
MA
6. Moving
Average
5.
Regression
Review
4.
Reg
Acceleration
3.
Regression
Slope
2.
Regression
Bands
1.
Linear Regression
|
Investor/RT Tour
( more on Technical
Indicators )
Three Line Break Oscillator
| The Formula
. . . |
. . .more
on Formulas |
See Also: Three
Line Break Charts
See Also: Three
Line Break Indicator
|
| |
| The
Presentation . . . |
. . . more
on Charts |
|

Above is a 3-minute Candlestick Chart of Intel
(INTC). The lower pane shows the TLB Oscillator drawn using
the preference seen below. The red dots represent the relative
current price. The green histogram represents the relative
reversal price. The dark and light gray squares represent the
"lines". |
| |
| The
Preferences . . . |
. . . more
on Preferences |
|

|
-
Price - Price
used to compute the TLB Oscillator.
-
Reversal Criteria
- Number of lines that must be broken in order to form a
reversal.
-
Relative Current Price
- All values are drawn relative to a "base line"
price. This base line price is the price that is broken
when a reversal is formed. Using this relative method, the
indicator can be drawn as an oscillator that crosses the zero
line during reversals. The relative current price is drawn
as a dot on the chart, and is the price relative to the base
line price (Current Price - Base Line Price).
-
Relative Reversal Price
- The relative reversal price is drawn as a histogram on the
chart, and is the price relative to the base line price
(Reversal Price - Base Line Price). The relative reversal
price can exist on the opposite side of the base line price from
the current price (when the TLB reverses before three lines are
formed) and very often coincides with the base line price.
-
Odd Lines -
This is the color that will be used to draw the odd lines (every
other line). Lines 1, 3, 5, etc...
-
Even Lines -
This is the color that will be used to draw the even lines
(every other line). Lines 2, 4, 6, etc...
-
Custom Result
- If this checkbox is checked, then the result of the indicator
will be the value of the custom result selected in the selection
box to the right. The choices are described further below,
and include State, Current - Reversal Price, Reversal Price,
High of Line, Low of Line, Line Height (Hi - Lo), Direction (1 =
Up, -1 = Dn), Bars in Direction, and Extreme Price.
|
| |
| The
Description . . . |
| The Three Line Break Oscillator (TLBOSC)
was designed to give Three Line Break users an indicator on
traditional charts that clearly shows all relevant TLB information
(reversal price, current price, extreme price, etc.) in a flexible
and vertically condensed fashion. The indicator oscillates
about the zero line. Crossing above the zero line represents a
positive TLB reversal (buy signal), and crossing below the zero line
represents a negative reversal.
TLBOSC however shows much more than just reversals. It
shows the current price (a small dot), the relative reversal price
(in histogram form), and the lines formed in either direction.
The most important aspect of the indicator at any time is the
distance from the the current price to the reversal price (should we
anticipate a reversal soon?). Arrow markers are draw below the
upward reversal bars and above the downward reversal bars.
In addition, the TLBOSC has a powerful "Custom Value"
option that provides the flexibility to show any of the following
TLB data elements. These custom values can be charted
individually, in line or histogram format. These values can
also be reference in the RTL language for scans, custom indicators,
and trading signals. The token is TLBOSC. The resulting
value of the TLBOSC token will simply be the corresponding Custom
Value that is selected within the preferences.
| Custom
Result |
Description |
| State |
- Represents the number of lines which
have been formed in the current direction, since the last
reversal. This value oscillates about zero and
clearly shows reversals. |
| Current - Reversal Price |
- The difference between the current
price, and the price needed to create a reversal. This
value oscillates about zero and clearly shows reversals.
The closer the value is to zero, the closer it is to a
reversal. |
| Reversal Price |
- The price currently needed in order to
create a reversal. |
| High of Line |
- High price of the current line. |
| Low of Line |
- Low price of the current line. |
| Line Height (Hi - Lo) |
- Height of the current line (High of Line
minus Low of Line) |
| Direction (1 = Up, -1 = Dn) |
- Current direction of the Three Line
Break chart. A value of 1 represents rising, while a
value of -1 represents a falling state. |
| Bars in Direction |
- Number of bars spent in the current
direction. This value gives an indication of how long
it's been since the last reversal. |
| Extreme Price |
- The extreme price is the price that must
be exceeded in order to create a new line in the current
direction. When the TLB is rising, the extreme price will be
the high of the current line. When the TLB is falling,
the extreme price will be the low of the current line. |
|
|
| RTL
Token . . . TLBO ( more
) |
|
The Three Line Break Oscillator can be referenced in RTL using
the token: TLBO. This token gives the user access to any of
the custom results available in the TLB Oscillator, including State, Current - Reversal Price, Reversal Price,
High of Line, Low of Line, Line Height (Hi - Lo), Direction (1 =
Up, -1 = Dn), Bars in Direction, and Extreme Price. To
find an instrument that has just reversed up, the
"Direction" result would be used (TLBO > TLBO.1).
To find an instrument that has formed at least 5 lines in the upward
direction, the "Bars in Direction" result would be used (TLBO
>= 5). To find an instrument that may be nearing it's
upward reversal, the "Current - Reversal Price" result
would be used (TLBO > TLBO.1 AND TLBO/CL < 0.02).
|
| Keyboard
Adjustment . . . |
| Currently, keyboard adjustment is not available with this indicator. Any suggestions in this area are welcome.
For more information on technical
indicator adjustment, click here. |
| User
Strategies . . . |
| |
| |
03/07/02 |
| |
| If you would like to submit a User
Strategy, please email
support@linnsoft.com
|
|
|
|