Skip to content

Commit 20ce488

Browse files
committed
add RSI pane to Long-Term Trend Guard
1 parent 4f65a62 commit 20ce488

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/compiler-v14.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const rsiPanePresetNames = new Set([
1414
"RSI Divergence Reversal",
1515
"Spot Accumulation",
1616
"Breakout Momentum",
17-
"Selective Multi-Timeframe"
17+
"Selective Multi-Timeframe",
18+
"Long-Term Trend Guard"
1819
]);
1920

2021
export function compilePine(config: StrategyConfig): string {

0 commit comments

Comments
 (0)