rs(Database, Value (v) or Percent (p), Num Bars Ago)
The Designer Relative Strength function will return the relative strength value or percent for a particular bar. If you are using Designer Dialog boxes, a dialog box will appear when you type in “rs”, asking you to select the Relative Strength database that you want to use. You will then have to select whether you want to use a bar’s Relative Strength value or percent. Finally, you can optionally add the number of bars ago parameter.
If you are not using Designer Dialogs, you will have to type in this information manually. For example, if you wanted the percent of a 4-25 database, with zero bars ago, you would enter one of the following statements:
rs(4 - 25, p, 0)
rs(Database, Value (v) or Percent (p), Num Bars Ago)
-or-
rs(4 - 25, p)