OPEN-SOURCE SCRIPT
更新済 PE Fair Value

In short, it’s an automated fair value estimator based on the price-to-earnings model, with full manual control if TradingView’s fundamental data is missing.
Summary:
1. Lets the user choose the EPS source – either automatically from TradingView fundamentals (EPS TTM) or a manual value.
2. Attempts to fetch the stock’s P/E ratio (TTM) automatically; if unavailable, it uses a manual fallback P/E.
3. Calculates:
4. Plots the fair-value line on the chart for visual comparison.
5. Displays a table in the top-right corner showing:
6. Creates alerts when the stock is trading above or below the calculated fair value.
7. Also plots the current closing price for reference.
Summary:
1. Lets the user choose the EPS source – either automatically from TradingView fundamentals (EPS TTM) or a manual value.
2. Attempts to fetch the stock’s P/E ratio (TTM) automatically; if unavailable, it uses a manual fallback P/E.
3. Calculates:
- Actual P/E = current price ÷ EPS
- Fair Value = EPS × chosen (auto/manual) P/E
- Percentage difference between market price and fair value
4. Plots the fair-value line on the chart for visual comparison.
5. Displays a table in the top-right corner showing:
- EPS used
- Target P/E
- Actual P/E
- Fair value
- Current price
- Difference vs fair value (colored green or red)
6. Creates alerts when the stock is trading above or below the calculated fair value.
7. Also plots the current closing price for reference.
リリースノート
UI update position and colorsリリースノート
Update UIリリースノート
code fixリリースノート
Summary – PE Fair Value + PEG Indicator1. EPS Source Selection – Lets the user choose between automatic EPS data from TradingView or a manual input.
2. Manual Inputs – Allows manual entry of EPS, target P/E, and expected EPS growth rate (%).
3. Automatic Data Fetching – Retrieves EPS (TTM) and P/E ratio (TTM) automatically from TradingView fundamentals when available.
4. Fair Value Calculation – Computes fair value as:
Fair Value=EPS×Target P/E
5. Actual P/E Calculation – Calculates the real-time P/E ratio using:
Actual P/E=Current Price÷EPS
6. Difference vs. Fair Value – Measures how far the market price is from the calculated fair value (in %).
7. PEG Ratio – Computes the PEG (Price/Earnings to Growth) ratio using the actual or target P/E and the user’s growth input.
8. Chart Display – Plots both the fair value line and the current closing price on the chart.
9. Information Table – Displays EPS, P/E values, fair value, price, growth %, PEG, and % difference color-coded by valuation status.
10. Alerts – Triggers alerts when the market price trades above or below the calculated fair value.
In short:
The indicator calculates a stock’s fair value and PEG ratio using EPS, P/E, and growth data (auto or manual).
It plots fair value vs. price, shows valuation metrics in a table, and issues alerts when price moves above or below fair value.
リリースノート
Small language change in settings.リリースノート
Note updateオープンソーススクリプト
TradingViewの精神に則り、このスクリプトの作者はコードをオープンソースとして公開してくれました。トレーダーが内容を確認・検証できるようにという配慮です。作者に拍手を送りましょう!無料で利用できますが、コードの再公開はハウスルールに従う必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。
オープンソーススクリプト
TradingViewの精神に則り、このスクリプトの作者はコードをオープンソースとして公開してくれました。トレーダーが内容を確認・検証できるようにという配慮です。作者に拍手を送りましょう!無料で利用できますが、コードの再公開はハウスルールに従う必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。