We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518808b commit 5c3039dCopy full SHA for 5c3039d
1 file changed
nofx-ai500-report/SKILL.md
@@ -86,9 +86,9 @@ After individual coins, include:
86
## K-line Analysis Method
87
88
For each timeframe (15m/1h/4h), fetch 10 candles and compute:
89
-- **Trend**: 3 consecutive candles direction → 📈上涨/📉下跌/↔️震荡
+- **Trend**: 3 consecutive candles direction → 📈Bullish/📉Bearish/↔️Sideways
90
- **Bull/bear ratio**: count of green vs red candles out of 10
91
-- **MA alignment**: MA3 vs MA7 → 多头排列/空头排列
+- **MA alignment**: MA3 vs MA7 → Bullish alignment/Bearish alignment
92
- **Volume change**: avg volume of last 3 candles vs previous 3 → percentage
93
- **Support**: lowest low of 10 candles
94
- **Resistance**: highest high of 10 candles
0 commit comments