|
||||||||||||||||||||||||||
| Investor/RT Tutorials Three Line Break (TLB) Using the TLB token within a Custom Indicator
|
||||||||||||||||||||||||||
|
In this custom indicator, we have set the TLB token up to use the data element "Rising?". As mentioned on the previous page, this token results numerically in a value of 1 when rising, and 0 when falling. Based on this, let's take a closer look at the syntax of our custom indicator... 2 * TLB - TLB.1 This is taking twice the current TLB value and subtracting the TLB value for the previous bar. There are four possible outcomes to this indicator, each with a specific meaning representing the state of the TLB.
Now, let's take a look at how this indicator looks when added to a chart. Open your chart and hit the "Insert" key on your keyboard to bring up the "Add Indicator" window. Choose "Custom Indicator" from the list on the left, then choose "TLB_REV" from the list of custom indicators. The resulting indicator should look something like this...
The lower window pane of this charts shows our Custom indicator, overlaying the TLB indicator, with a reference line drawn at 0. This pane is setup to use multiple scales, with the visible scale represent our custom indicator values. As you can see, our custom indicator spikes up to 2 whenever the TLB breaks up, then settles back to 1 while it continues in it's rising state, then spikes down to -1 during a negative reversal, then settles back to 0. This indicator is not necessarily effective in a chart, but can be especially effective when used in Custom QuotePage Columns, which we'll explore next. Let's now move on to Using the TLB Custom Indicator within a Custom QuotePage Column If you have any questions concerning the above description, email support@linnsoft.com
|
||||||||||||||||||||||||||