🪙 BTC 技术信号
当前价格${{ formatPrice(btc.price) }}
MA7 / MA25 / MA60${{ formatNum(btc.ma7) }} / ${{ formatNum(btc.ma25) }} / ${{ formatNum(btc.ma60) }}
维加斯EMA144${{ formatNum(btc.ema144) }}
维加斯EMA169${{ formatNum(btc.ema169) }}
维加斯信号{{ btc.vegasSignal }} {{ btc.vegasSignal === '多头' ? '▲' : '▼' }}
RSI(14){{ formatRSI(btc.rsi) }}
均线趋势{{ btc.maTrend }}
7日涨跌{{ formatChange(btc.change7d) }}
30日涨跌{{ formatChange(btc.change30d) }}
距90日高点{{ btc.distHigh }}%
距90日低点+{{ btc.distLow }}%
💎 ETH 技术信号
当前价格${{ formatPrice(eth.price) }}
MA7 / MA25 / MA60${{ formatNum(eth.ma7) }} / ${{ formatNum(eth.ma25) }} / ${{ formatNum(eth.ma60) }}
维加斯EMA144${{ formatNum(eth.ema144) }}
维加斯EMA169${{ formatNum(eth.ema169) }}
维加斯信号{{ eth.vegasSignal }} {{ eth.vegasSignal === '多头' ? '▲' : '▼' }}
RSI(14){{ formatRSI(eth.rsi) }}
均线趋势{{ eth.maTrend }}
7日涨跌{{ formatChange(eth.change7d) }}
30日涨跌{{ formatChange(eth.change30d) }}
距90日高点{{ eth.distHigh }}%
距90日低点+{{ eth.distLow }}%