SynsCalls
前往频道在 Telegram
Entrepreneur MarkertingWeb3 Specialist, @Cryptodevbsctg Real channel no paid subscribers We print together
显示更多1 529
订阅者
无数据24 小时
+307 天
+2530 天
帖子存档
1 529
Called this a while ago however it's pumping hard now.
Hype should bond easy 2 or 3 big xs
400k
https://app.virtuals.io/prototypes/0x88700616C0288f41bfb2121C978Da25cA5beAC9e
1 529
Checked the account it looks like a sleeper here
60k
https://app.virtuals.io/prototypes/0x42F3C1E890aC6b80c16Ff454eFDA99a38cdB8D69
1 529
Nice recovery hope the fud didn't make you lose position. It's rare to find the info like this and it be larp
1 529
Shit fud kills a project so fast.... recycled Twitter if dev doxxed himself it be ok if not RiP onto the next
1 529
Old wallet funded found a post about it on Twitter. Aped what you can afford to gamble I will not call alpha untill it's confirmed
70k
https://app.virtuals.io/prototypes/0x6e98fd25dB959c5A5eF61Ae52905a7F9786CdB7D
1 529
this is teh current prompt:
const marketDataPrompt = `Generate a comprehensive market analysis for ${symbol} focusing on:
1. Price action (${priceChanges[0]?.toFixed(2) "N/A"}% 24h change, $${historicalData?.Data?.[0]?.close?.toFixed(2) "N/A"} current price)
2. Volume analysis ($${(historicalData?.Data?.[0]?.volumeto / 1000000)?.toFixed(2) "N/A"}M 24h volume)
3. Technical indicators (RSI: ${technicalIndicators.rsi?.toFixed(0) "N/A"}, MFI: ${technicalIndicators.mfi?.toFixed(0) "N/A"})
4. Market sentiment (${tradingSignals?.inOutVar?.sentiment "Neutral"})
5. Risk assessment (Volatility: ${volatility?.toFixed(1) "N/A"}%)
Provide actionable insights for both short-term (24h) and long-term (30d) strategies.
Advanced Indicators:
- RSI (14): ${technicalIndicators.rsi?.toFixed(2) "N/A"}
- MACD: ${technicalIndicators.macd?.signal?.toFixed(4) "N/A"}
- ATR: ${technicalIndicators.atr?.toFixed(4) "N/A"}
- Money Flow Index: ${technicalIndicators.mfi?.toFixed(2) "N/A"}
* Upper: ${technicalIndicators.bb?.upper?.toFixed(4) "N/A"}
* Middle: ${technicalIndicators.bb?.middle?.toFixed(4) "N/A"}
* Lower: ${technicalIndicators.bb?.lower?.toFixed(4) "N/A"}
Trading Signals (IntoTheBlock):
- Network Growth: ${tradingSignals?.addressesNetGrowth?.sentiment "N/A"} (Score: ${tradingSignals?.addressesNetGrowth?.score?.toFixed(2) "N/A"})
- In/Out Value: ${tradingSignals?.inOutVar?.sentiment "N/A"} (Score: ${tradingSignals?.inOutVar?.score?.toFixed(2) "N/A"})
- Large Transactions: ${tradingSignals?.largetxsVar?.sentiment "N/A"} (Score: ${tradingSignals?.largetxsVar?.score?.toFixed(2) "N/A"})
- Concentration: ${tradingSignals?.concentrationVar?.sentiment "N/A"} (Score: ${tradingSignals?.concentrationVar?.score?.toFixed(2) "N/A"})
Historical Data (Last ${historicalData?.Data?.length 0} days):
- Daily VWAP: $${dayAverage?.USD?.toFixed(4) "N/A"}
- Latest Price:
* Open: $${historicalData?.Data?.[0]?.open?.toFixed(4) "N/A"}
* High: $${historicalData?.Data?.[0]?.high?.toFixed(4) "N/A"}
* Low: $${historicalData?.Data?.[0]?.low?.toFixed(4) "N/A"}
* Close: $${historicalData?.Data?.[0]?.close?.toFixed(4) "N/A"}
- Volume (24h):
* From: ${historicalData?.Data?.[0]?.volumefrom?.toFixed(2) "N/A"} ${symbol}
* To: $${historicalData?.Data?.[0]?.volumeto?.toFixed(2) "N/A"}
- Previous Day:
* Open: $${historicalData?.Data?.[1]?.open?.toFixed(4) "N/A"}
* Close: $${historicalData?.Data?.[1]?.close?.toFixed(4) "N/A"}
* Volume: ${historicalData?.Data?.[1]?.volumefrom?.toFixed(2) || "N/A"} ${symbol}
1. Price Action & Volume Analysis:
- Current price trends
- Volume profile
- Volume-weighted average price (VWAP)
- On-balance volume (OBV)
2. Market Structure:
- Support/Resistance levels
- Market cycles identification
- Trend channels
- Chart patterns
3. Volatility Measures:
- Average True Range (ATR)
- Standard deviation
- Volatility Index comparison
4. On-Chain Metrics (if applicable):
- Wallet concentration
- Network activity
- Smart contract interactions
- Token velocity
Provide a comprehensive analysis of all these factors.`;
const marketData = await queryPerplexityForTokens(marketDataPrompt);
const analysisPrompt = `Based on the analysis for ${symbol}, create a concise but comprehensive tweet that includes:
1. Current market snapshot with key price levels
2. Clear short-term trading recommendation with entry/exit points
3. Long-term outlook with specific targets
4. Key risk metrics and momentum indicators
5. Important technical levels for support/resistance
Format as a single, informative tweet without disclaimers or warnings.
2. Risk Analysis:
- Current market volatility assessment
- Risk-reward ratios for each target
- Maximum drawdown expectations
- Correlation with market leaders (BTC/ETH)
3. Timeframe Analysis:
- Short-term outlook (24-48 hours)
- Medium-term projection (1-2 weeks)
- Long-term forecast (1-3 months)
Market data: ${marketData}`;
