You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: research/rsi-divergence-reversal/research-plan-v1.md
+12-23Lines changed: 12 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# RSI Divergence Reversal — Frozen Research Plan v1
1
+
# RSI Divergence Reversal — Frozen Baseline Research Plan v1
2
2
3
-
Status: frozen before performance results
3
+
Status: baseline completed; current preset failed development and validation performance checks
4
4
5
5
## Scope
6
6
@@ -20,7 +20,7 @@ Research window:
20
20
- validation: 2023-01-01 through 2024-12-31
21
21
- final holdout: 2025-01-01 onward, closed
22
22
23
-
## Frozen strategy rules
23
+
## Frozen baseline rules
24
24
25
25
- long and short
26
26
- confirmed candles only
@@ -32,14 +32,17 @@ Research window:
32
32
- short requires RSI <= 60 at the divergence confirmation bar
33
33
- cooldown: more than 5 bars since the previous accepted long or short signal
34
34
- 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
36
37
- pyramiding: disabled
37
38
- opposite accepted signal reverses the position at that bar's close
38
39
- ATR14 frozen at entry
39
40
- initial stop: 2 ATR
40
41
- target: 2:1 reward/risk, equal to 4 ATR from entry
41
42
- stop and target become eligible from the first bar after entry
42
43
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
+
43
46
## Execution profiles
44
47
45
48
1.`tradingview_default`
@@ -62,30 +65,16 @@ Research window:
62
65
- 0.10% adverse slippage per side
63
66
- stop first on ambiguous bars
64
67
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
79
69
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.
81
71
82
-
## Correctness gates before interpretation
72
+
## Correctness gates retained
83
73
84
-
- generated Pine strategy uses 100% equity sizing
85
74
- generated Pine freezes ATR at entry
86
75
- 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
88
77
- aggregation uses only complete contiguous groups of three official 5-minute candles
0 commit comments