1 parent 4f65a62 commit 20ce488Copy full SHA for 20ce488
1 file changed
lib/compiler-v14.ts
@@ -14,7 +14,8 @@ const rsiPanePresetNames = new Set([
14
"RSI Divergence Reversal",
15
"Spot Accumulation",
16
"Breakout Momentum",
17
- "Selective Multi-Timeframe"
+ "Selective Multi-Timeframe",
18
+ "Long-Term Trend Guard"
19
]);
20
21
export function compilePine(config: StrategyConfig): string {
0 commit comments