ADD more indictaors, BB,RSI and Z-score

This commit is contained in:
2026-02-07 10:13:41 +08:00
parent 4e69acb3b5
commit e3f089dd1d
6 changed files with 134 additions and 40 deletions
+15
View File
@@ -0,0 +1,15 @@
Indicator,Visual Style,What it Means,Suggested Action
Z-Score (60/120),Red Heatmap,Price is +2 standard deviations above the mean (Statistically overstretched).,SELL / TRIM (Take profits)
Z-Score (60/120),Green Heatmap,Price is -2 standard deviations below the mean (Statistically depressed).,BUY / ACCUMULATE
RSI,Red Bold Text,RSI is > 70. Momentum is extremely high/overbought.,CAUTION / HOLD (Don't buy new)
RSI,Green Bold Text,RSI is < 30. Momentum is washed out/oversold.,WATCH FOR BOUNCE
BB %B,Red Bold Text,Price is above the Upper Bollinger Band (>100%).,SELL / HEDGE
BB %B,Green Bold Text,Price is below the Lower Bollinger Band (<0%).,WATCH FOR REVERSAL
52W Range,Red Bar,Price is trading near its 1-year high.,RESISTANCE AREA
52W Range,Green Bar,Price is trading near its 1-year low.,SUPPORT AREA
Z-Score,Red Heatmap,Statistically 2σ above the mean.,SELL / TRIM (Take profits)
Z-Score,Green Heatmap,Statistically 2σ below the mean.,BUY / ACCUMULATE
RSI / BB,Red Text,Overbought (>70) or outside Upper Band.,CAUTION (Stop buying)
RSI / BB,Green Text,Oversold (<30) or below Lower Band.,WATCH (Look for entry)
Dist. to EMA,Percentage %,"How far the price is ""floating"" above/below its average.",MEAN REVERSION: High % usually leads to a pull-back to the line.
KD (K/D),Value Pair,K > D: Bullish momentum. K < D: Bearish momentum.,"THE TRIGGER: Look for ""K"" crossing ""D"" to enter or exit."
1 Indicator Visual Style What it Means Suggested Action
2 Z-Score (60/120) Red Heatmap Price is +2 standard deviations above the mean (Statistically overstretched). SELL / TRIM (Take profits)
3 Z-Score (60/120) Green Heatmap Price is -2 standard deviations below the mean (Statistically depressed). BUY / ACCUMULATE
4 RSI Red Bold Text RSI is > 70. Momentum is extremely high/overbought. CAUTION / HOLD (Don't buy new)
5 RSI Green Bold Text RSI is < 30. Momentum is washed out/oversold. WATCH FOR BOUNCE
6 BB %B Red Bold Text Price is above the Upper Bollinger Band (>100%). SELL / HEDGE
7 BB %B Green Bold Text Price is below the Lower Bollinger Band (<0%). WATCH FOR REVERSAL
8 52W Range Red Bar Price is trading near its 1-year high. RESISTANCE AREA
9 52W Range Green Bar Price is trading near its 1-year low. SUPPORT AREA
10 Z-Score Red Heatmap Statistically 2σ above the mean. SELL / TRIM (Take profits)
11 Z-Score Green Heatmap Statistically 2σ below the mean. BUY / ACCUMULATE
12 RSI / BB Red Text Overbought (>70) or outside Upper Band. CAUTION (Stop buying)
13 RSI / BB Green Text Oversold (<30) or below Lower Band. WATCH (Look for entry)
14 Dist. to EMA Percentage % How far the price is "floating" above/below its average. MEAN REVERSION: High % usually leads to a pull-back to the line.
15 KD (K/D) Value Pair K > D: Bullish momentum. K < D: Bearish momentum. THE TRIGGER: Look for "K" crossing "D" to enter or exit.