... false statements) written in the Investor/RT Language (RTL). RTL is the language used to compose custom indicators and trading signals in ...
Eddy - 08/05/2025 - 17:33
... Most users are familiar with the use of RTL Tokens when compositing Custom Indicators, Signals, or Scans, but Tokens ... string) In addition to this Comprehensive List of RTL Tokens , there are a numbrer of additional tokens that are more targeted ...
cpayne - 09/08/2024 - 11:32 - 0 comments
... statements) written in the Investor/RT Language (RTL). RTL is the language used to compose custom indicators and signals, which are 2 ...
Eddy - 08/03/2025 - 13:21
... False or "0"), just use !SET Please note that the RTL conditional operator is also very frequently used inside SET Statements ...
linnsoft - 07/30/2025 - 07:33
The indicator token AV in the RTL language enables time-stamped historical values to be saved in the ... for each bar; previous bar values can be referenced in an RTL formula with a bar qualifier (AV.1, AV.2, etc.). A value can be set for a ... having computationally intensive signals. When an RTL formula that references a persistent AV token is executed (via a scan, ...
linnsoft - 10/09/2014 - 08:34
... pre-defined top level groups. These are named: Recent RTL Recent Charts Recent Items Recent QuotePages System ... indicator, the name of the object is added to the .Recent RTL group. Similarly, recently referenced charts and quotepages are listed in ...
linnsoft - 10/18/2014 - 16:25
... .Recent Items .Recent QuotePages .Recent RTL System Defined Groups & Preferences These are system-defined ... indicator, the name of the object is added to the .Recent RTL group. Similarly, recently referenced charts and quotepages are listed in ...
linnsoft - 04/10/2015 - 20:35
Investor/RT Version 12.3 Release Notes Officially Released: Sept. 1, 2015 Download Version 12.3
linnsoft - 08/08/2025 - 12:02
... . I would like to access some info about the indicator with RTL. Ex: positive slope or negative slope. Or even in which std deviation ... is more like 29 or 30. There is no real concept of doing RTL analysis of a single regression line from a chart. So you have to decide ...
robmak - 02/27/2019 - 11:23 - 9 comments
... With a green zone setup for V#1, you can then create an RTL signal with this formula, for example. ABS(CL-V#1)/TINC <= 4 ... When you save the formula or click the check syntax button, RTL will ask you to setup the SIGNAL token and you will respond by specifying ...
ALEX PRUDHOMME - 09/09/2020 - 17:16 - 4 comments