RTL statistics analysis

5 posts / 0 new
Last post
joshdawson
Last seen: 8 months 1 week ago
Joined: 04/14/2015 - 12:25
Easy RTL Syntax question- any advice is welcomed

Hello,

I am wanting to look at simple stat involving the IB 130 and HI.

What is the correct way to code this study?
Is it

Hi >= (Sesst_IBH * 0.3 + (SESST_IBH - SESST_IBL)

OR

Do I make a CI for (Sesst_IBH * 0.3 + (SESST_IBH - SESST_IBL)
and then reference the CI?

Hi >= CI(IBH130)

Thank you!

4 posts / 0 new
Last post
joshdawson
Last seen: 8 months 1 week ago
Joined: 04/14/2015 - 12:25
Close vs IB Multiples

I am stuck on RTL and I do not understand why I cannot get this to calculate correctly.

Question:
How often did we close below IBL 4.0?

Syntax tried:
V#31 <= (SESST_IBL - 3.00 * (SESST_IBH - SESST_IBL))

Problem- Calculates multiple closes on a 60 min chart.

Syntax tried:
Sesst_Close (Last price ---> Close ---> 1min --->last---> daysession) <= (SESST_IBL - 3.00 * (SESST_IBH - SESST_IBL))

Problem populates signals on every close

5 posts / 0 new
Last post
nic_d
Last seen: 7 years 1 month ago
Joined: 04/08/2017 - 04:15
Explanations for Statistical Analysis / Homework

You've shared some impressive studies and statistics and this functionality is precisely why I (and presumably many others) switch to IRT from other platforms.

Importing the chart definitions makes it incredibly easy to get these statistics into your own system, it has however one drawback: you don't really learn anything along the way.