rtl

RTL - Investor/RT Language

RTL is the Investor/RT Language, a formula language for composing trading signals, custom indicators, and scans. RTL is an end user language, designed to be used by those with little or no programming skills. RTL is used to write a formula. A formula may be a true/false condition, e.g. CLOSE < MA, that determines whether some condition is true or not for each bar (a signal) or the last bar (a scan). A formula may compute an arithmetic result, called a custom indicator. For example: MA ( HIGH - CLOSE ) computes a moving average of how far an instrument closes from its high. As you can see, RTL is more expressive, simpler, and easier to use than other market data languagues.

RTL Lesson - Initial Balance Multiples

RTL Lesson - Initial Balance Multiples

This video demonstrates how to add the Initial Balance as well as Initial Balance Multiples (IBH1.5, IBL2.0, etc) to multi-pane charts. It discusses how to add these both to day session and Globex session charts, as well as how to add to rangebar, volumebar, and tickbar charts.

RTL Lesson - Volume Price Relationship

RTL Lesson - Volume Price Relationship

This video demonstrates how to write signals that find higher price during lower volume and lower price during higher volume. It also shows how to quickly move these signals to other charts or create buttons to toggle the signal markers on/off.

Pages