... User Variables Real-Time Language: RTL User Variables and Reference Lines (video): This video ...
linnsoft - 11/30/2014 - 16:06
... multiple times in your syntax, see the support article In RTL how can I use the same technical indicator token multiple times within the same formula? Is there a way to use other RTL object names directly in the formula? Anyway, the expression reads ...
linnsoft - 04/09/2015 - 19:08
... There is an easy way for you to deal with this inside the RTL signal associated with your trading order. RTL has a token TR_WORK you can use to consider whether or not working orders ...
mobelby - 05/23/2024 - 05:04 - 4 comments
... such as the previous day session high or low. RTL Tutorial Scans Schedules ...
linnsoft - 04/09/2015 - 17:39
... In RTL, Bollinger Band Width In RTL, Bollinger Band Width would be: ((BOLU-BOLD)/MA)*100 ...
Heidi Tait - 09/12/2020 - 08:41 - 5 comments
... bar by bar condition. This condition can be provided via an RTL Signal: up bar vs. down bar, bar volume > 5000, bar delta > 3500, CCI > 100 ... provided. Each paint criterion can be based on an RTL signal in varous ways: Signal True (Any Bar), Signal True (Every Bar), ...
cpayne - 07/27/2021 - 13:04
... of the associated instrument, or values computed via an RTL custom indicator; thus there is unlimited flexibility in the kinds of ... variables that may be set by the user or computed by some RTL indicator elsewhere in the trader's workspace. ...
linnsoft - 11/09/2018 - 07:38 - 0 comments
The token YRCL has been added to RTL to provide a means to scan on the year-to-date percentage change in price. Use the RTL expression: ((CL - YRCL)/YRCL)*100 to calculate the ...
linnsoft - 10/09/2014 - 09:04
... candles that meet a specific condition determined by an RTL Signal . Decoration options include the width in pixels, the Position ... candles and three options to decorate candles based on an RTL Signal being true for that candle (bar). ...
cpayne - 06/23/2022 - 09:13
... I know how to get the, lets say 10 bars total range thru RTL, but I cant seem to find an efficient way of finding the total range of all ... bar, while the SUM reset at every start of session.... IRT RTL language is really powerful for defining such request (btw, there are ...
Edward01 - 07/20/2023 - 16:59 - 2 comments