Error message

The page you requested does not exist. For your convenience, a search was performed using the query tutorials OR rtl.

Page not found

Search results

  1. RTL Conditional Operator

    The RTL Language has a special operator for conditional evaluation. The operator is ... OP are false in that case and have a value of zero. The RTL "Conditional Operator" (the ? operator) addresses these concerns and allows ... In general, anywhere you want a numeric expression in RTL you can use a formulation of the form: <conditional expression> ? ...

    linnsoft - 04/20/2015 - 13:31

  2. "Paint" bar based on BSTAT condition

    ... RTL Tutorials Go here >  ...

    s-adkins33 - 08/29/2018 - 08:46 - 3 comments

  3. Understanding the TimeNewHigh RTL Indicator to solve a Problem with HIGH / LOW statistics for 6E

    ... RTL STATISTICS HOMEWORK Mon, ...

    nic_d - 04/09/2017 - 09:46 - 2 comments

  4. RTX Dev Sample: RTL Output Array

    ... utilized, how to select a specific one to be used as an RTL token for further use. The array that RTL will use is the first array or fOut1 So if you have 3 arrays you ...

    cpayne - 05/13/2020 - 11:20 - 3 comments

  5. I have several questions regarding the RTL language with respect the if/then/else statements, nested statements, comments, and multiple statements or expressions. Where can I find this information?

    ... SET(V#5, 3); How do you insert comments into RTL syntax? Just enclose your comments like this: /* comment goes here ... SUPPORT rtl-language signals ...

    linnsoft - 11/07/2014 - 11:47

  6. When exporting RTL objects, can I specify a standard comment so I will not be prompted?

    ... "no comment" or a fixed comment of your choosing, e.g. "This RTL object compliments of Charles Dow". The comment exported with the RTL object is displayed to the recipient when someone imports your scan, ...

    linnsoft - 04/09/2015 - 08:45

  7. Advanced RTL - Sequencing Events

    ... This video tackles a more complex aspect of RTL: Sequencing Events. How to determine when event A occurred following event ... in video can be found at https://www.linnsoft.com/charts/rtl-sequencing-es ...

    linnsoft - 09/22/2017 - 12:43 - 0 comments

  8. Signal Tokens

    Forums:  RTL and Backtesting Hello, I've received a shared signal ... value from the previous bar. You might check out some tutorials and videos on the respective tabs at https://www.linnsoft.com/rtl Top ...

    Steve - 09/11/2018 - 08:13 - 1 comment

  9. In RTL, how do I....?

    ... (Initial Balance) High, Low, or Range? Also see: RTL Tutorial Compute the IB (Initial Balance) High, Low, or Range? ... SUPPORT rtl-language signals ...

    linnsoft - 03/07/2015 - 17:47

  10. SOLVED: RTL for Lowest ATR in x Days

    ... General Support I am using the following RTL in a scan to identify when the current ATR is the lowest ATR in the past 5 ... but have similar incorrect results. Thanks. Correct RTL: TR < MIN (TR.1,5) 0 ...

    Mickster - 04/20/2020 - 22:32 - 0 comments

Pages