Skip to content

Commit ed2eb0c

Browse files
committed
correct RSI baseline sizing documentation
1 parent 978cc77 commit ed2eb0c

1 file changed

Lines changed: 12 additions & 23 deletions

File tree

research/rsi-divergence-reversal/research-plan-v1.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RSI Divergence Reversal — Frozen Research Plan v1
1+
# RSI Divergence Reversal — Frozen Baseline Research Plan v1
22

3-
Status: frozen before performance results
3+
Status: baseline completed; current preset failed development and validation performance checks
44

55
## Scope
66

@@ -20,7 +20,7 @@ Research window:
2020
- validation: 2023-01-01 through 2024-12-31
2121
- final holdout: 2025-01-01 onward, closed
2222

23-
## Frozen strategy rules
23+
## Frozen baseline rules
2424

2525
- long and short
2626
- confirmed candles only
@@ -32,14 +32,17 @@ Research window:
3232
- short requires RSI <= 60 at the divergence confirmation bar
3333
- cooldown: more than 5 bars since the previous accepted long or short signal
3434
- entry: confirmation-bar close
35-
- position sizing: 100% of strategy equity
35+
- TradingView preset order quantity: one instrument unit, inherited from the existing generated Strategy declaration
36+
- normalized reference research: one independent return unit per trade, without compounding
3637
- pyramiding: disabled
3738
- opposite accepted signal reverses the position at that bar's close
3839
- ATR14 frozen at entry
3940
- initial stop: 2 ATR
4041
- target: 2:1 reward/risk, equal to 4 ATR from entry
4142
- stop and target become eligible from the first bar after entry
4243

44+
The TradingView dollar result and the reference engine's normalized return total are therefore not expected to have the same numerical scale. Trade timestamps, directions, stop/target levels and exit reasons are the parity targets.
45+
4346
## Execution profiles
4447

4548
1. `tradingview_default`
@@ -62,30 +65,16 @@ Research window:
6265
- 0.10% adverse slippage per side
6366
- stop first on ambiguous bars
6467

65-
## Report requirements
66-
67-
For each partition, profile and symbol:
68-
69-
- closed trades
70-
- winning and losing trades
71-
- win rate
72-
- total normalized net return
73-
- average normalized net return
74-
- profit factor
75-
- maximum normalized drawdown
76-
- ambiguous intrabar trade count
77-
- long/short trade counts
78-
- exit-reason counts
68+
## Baseline conclusion
7969

80-
A combined trade ledger must be written for each execution profile.
70+
The current preset failed in both development and validation. All three symbols were negative, profit factor was below one in every profile, and realistic costs worsened the result. This result is the frozen baseline for the separately specified improvement study; it must not be overwritten or presented as a profitable strategy.
8171

82-
## Correctness gates before interpretation
72+
## Correctness gates retained
8373

84-
- generated Pine strategy uses 100% equity sizing
8574
- generated Pine freezes ATR at entry
8675
- indicator and strategy use the same confirmed regular-divergence events
87-
- no lookahead or 2025+ data
76+
- no future-data lookahead and no 2025+ data
8877
- aggregation uses only complete contiguous groups of three official 5-minute candles
8978
- synthetic tests cover aggregation, divergence confirmation, next-bar risk activation, ambiguous intrabar ordering and cost arithmetic
9079

91-
No claim of profitability is allowed until the runner and all tests complete successfully.
80+
No improved rule may replace the preset until it is selected from development data and independently passes the frozen validation gates.

0 commit comments

Comments
 (0)