get_overall_sentiment_tool
Analyze market sentiment with key indicators: CNN Fear & Greed Index, Market RSI, and VIX. Provides clear, formatted insights into current trends and volatility for informed financial decisions.
Instructions
Get comprehensive market sentiment indicators including:
- CNN Fear & Greed Index (score and rating)
- Market RSI (Relative Strength Index)
- VIX (Volatility Index)
Returns:
str: Formatted string containing all three indicators with their current values
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_overall_sentiment_toolArguments",
"type": "object"
}