Direct answer
A worked example of Rmi is a fully numeric demonstration of how the Rmi value would be computed from clearly stated input data and formula assumptions, step by step. Because “Rmi” can be defined differently by different sources, a worked example is also the place to state the exact definition you are using (for example: what Rmi stands for in that context, the formula, the lookback window, and how the inputs are prepared).
Mechanism or definition
Start with two things that must be fixed before any calculation:
-
The Rmi definition (formula): What is the mathematical expression for Rmi? This includes which price series is used (such as close, typical price, or another transformation), the averaging method (if any), and the normalization step (if any).
-
The inputs and preparation rules: What time step is used, what historical range (lookback) is used, and how missing values or outliers are handled.
A “worked example” then follows a repeatable pattern:
- Choose a small set of historical data points for the required inputs.
- Compute every intermediate variable (for example: returns, changes, moving averages, or scaling terms—depending on the definition you adopt).
- Apply the final formula to produce the single Rmi value for a specified evaluation date.
If you change any assumption (different lookback length, different data series, or different smoothing), the resulting Rmi value can change too.
Evidence or example
Below is a worked scenario that illustrates the discipline of stating assumptions. It is not a claim about a specific market indicator, because no unique Rmi formula was provided.
Scenario setup (all assumptions explicit)
- We evaluate Rmi on the latest time step (call it day 6).
- We use a simple 5-period lookback (days 1–6 provide five changes).
- The input series is price, represented by daily closes:
- Day 1: 100
- Day 2: 101
- Day 3: 99
- Day 4: 102
- Day 5: 103
- Day 6: 104
- We define an intermediate series called one-period change as: change(t) = close(t) − close(t−1).
- We define Rmi (for this worked example) as the ratio of the average positive change to the average absolute change over the lookback. (Again: this is a placeholder definition strictly for demonstrating a worked example format.)
Step 1: compute one-period changes
- Day 2: 101 − 100 = +1
- Day 3: 99 − 101 = −2
- Day 4: 102 − 99 = +3
- Day 5: 103 − 102 = +1
- Day 6: 104 − 103 = +1
So over days 2–6 we have: +1, −2, +3, +1, +1.
Step 2: compute averages needed by the chosen definition
- Average positive change = (1 + 3 + 1 + 1) / 4 = 6/4 = 1.5
- Average absolute change = (|+1| + |−2| + |+3| + |+1| + |+1|) / 5 = (1 + 2 + 3 + 1 + 1)/5 = 8/5 = 1.6
Step 3: compute Rmi for day 6
- Rmi = 1.5 / 1.6 = 0.9375
What this example teaches
- The final value is sensitive to the definition (here, the chosen ratio) and to the data choice (close prices and the 5-period window).
- If day 3 had not been −2 (for instance it was −1 instead), the computed Rmi would increase.
To use a worked example meaningfully for “real Rmi,” you must replace the placeholder definition with the exact formula that matches your Rmi source, then recompute using the same inputs.
Limitations and risks (material failure modes)
-
Definition mismatch: “Rmi” is not uniquely specified here. If you apply a worked example under one formula but interpret another provider’s “Rmi” value under a different formula, the numbers won’t align.
-
Data handling differences: Different sources may use different price fields (close vs. typical price), different time zones, different session handling, or different treatment of missing data.
-
Window and scaling sensitivity: Changing the lookback length or normalization method can materially change the output even if the underlying market behavior looks similar.
-
Over-interpreting historical patterns: Historical relationships do not establish future results. Even a perfectly computed indicator value can be misleading depending on market regimes.
-
No standalone signal guarantee: Even when an indicator is computed correctly, it is not, by itself, a reliable forecast. Outcomes depend on conditions such as execution quality, trading costs, and liquidity (which vary over time and jurisdiction).