How to find where an RTL formula is being used.

Login or Register

Please login or register in order to view and post in the Forum.

3 posts / 0 new
Last post
mtaylor
Last seen: 2 years 6 months ago
Joined: 07/05/2012 - 00:00
How to find where an RTL formula is being used.

Today I must have made an unintentional change. Every three seconds or so an alarm goes off. I turned off the alerts that I set --F4/F5 as per the tutorials/videos. This has no effect. So I think it's a system alert.

The message log says:

"RTL formula LowOneTickIntra (Scan) has no meaningful calculations. (LowOneTickIntra)"

In the object manager, there is no scan called LowOneTickIntra, though there is a Custom Indicator called LowOneTickIntr_Low. But when I click the "Check" button, it says it's fine.

It's quite annoying.

So the question is, how do I track down and fix whatever is causing this.

I've tried closing all open windows one at a time -- no help.

More generally, is there a way to audit what various objects are being used and where they are being used? i.e.. this V# is being assigned via this scan which is used in this chart? Or something to that effect?

Thanks very much.

0
Eddy_F
Last seen: 2 weeks 3 days ago
Joined: 07/30/2014 - 16:18
Hi,

Hi,
Have you tried to generate a database "cross reference report" ?
You can access it through the Menu File - Function..
Cheers
Eddy

mtaylor
Last seen: 2 years 6 months ago
Joined: 07/05/2012 - 00:00
Thanks for the direction, Eddy.

Did a search on "report" in the File->Function window. Several reports came up including the one you referenced. Chart Indicator Report, Cross Reference Report, User Variable Cross Reference, RTX Report... all seem pretty helpful in identifying what variable , indicator, etc. is being used where. So thank you for the suggestion. It was very helpful and much appreciated.