This script captures fundamental data and buy/sell recommendation analysis, including respective ceiling price values provided by TradingView. The data is organized into two tables: one displaying recommendations and prices, and the other presenting fundamental metrics such as EPS, debt ratio, Graham Number, dividends, etc.
The script also calculates, compares, and filters the following data:
- EPS and Book Value for Graham Value calculation;
- Dividend Ratio (r_Dividend);
- The Pivot, calculated as the average Close price over the past 22 days;
- Support and Resistance levels to reference the "ceiling price."
The "ceiling price" is determined based on a combination of Enterprise Value, r_Dividend, Graham Number, and analysts' recommendation prices.
The "ceiling price" is displayed on the chart along with the Support and Resistance lines.