█ OVERVIEW This script implements a rotation system for trading value and growth ETFs, as developed by Markos Katsanos and detailed in the article titled 'Growth Or Value?' in TASC's December 2023 edition of Traders' Tips . The purpose of this script is to demonstrate how short-term momentum can be employed to track market trends and provide clarity on when to...
The Stablecoin Supply Ratio Oscillator (SSRO) is a cryptocurrency indicator designed for mean reversion analysis and sentiment assessment. It calculates the ratio of CRYPTO:BTCUSD 's market capitalization to the sum of stablecoins' market capitalization and z-scores the result, offering insights into market sentiment and potential turning points. Methodology:...
The given Pine Script is designed to implement the Capital Asset Pricing Model (CAPM) to calculate the expected return for a specified asset over various user-defined periods and compare it with the asset's historical mean return. The core features and functionalities of the script include: Inputs: Benchmark Symbol: Defaulted to "CRYPTOCAP:TOTAL". This serves as...
The indicator measures and plots the average beta of the defined periods of the selected asset, benchmarked with TOTAL.
The "FVG w/ Fibs" indicator is a trading tool designed to identify and visualize Fair Value Gaps (FVGs) while overlaying two Fibonacci retracement levels. • Bullish FVG: Occurs when the low of the current bar is higher than the high of two bars ago, and the previous close is higher than the high of two bars ago. • Bearish FVG: Occurs when the high of the...
OVERVIEW The Inflation-adjusted performance indicator plots an adjusted closing price for the asset on the main chart by multiplying the asset price by an inflation factor which is derived from CPI-U. The indicator has a `lookback` length, which is used to lookup the CPI-U index value from `lookback` years ago. The inflation adjusted price is then calculated as...
The Earnings Yield Spread might offer an investor some insight into areas of value. Earnings yield is the ratio of Diluted earnings per share over the trailing twelve months (TTM) to the company’s share price. Earnings yield shows how much the company has earned per share as a percentage of its share price. It shows investors how much yield they are getting in...
This indicator is designed to compare the year-over-year earnings and sales growth, as well as the P/E ratio of up to 10 stocks simultaneously . This provides valuable insights into the fundamental performance of multiple stocks at the same time, allowing traders to quickly identify which stocks are outperforming or underperforming their peers. The earnings...
The magic formula is an investing strategy created by Joel Greenblatt that focuses on finding the best price to buy certain companies in order to maximize returns. When Greenblatt coined the term magic formula investing, his portfolio had a return of 24% from 1998 to 2009. This means that $10,000 invested at 24% for the period would have turned into just over $1...
This indicator will tell you whether the security you are looking at is overvalued or undervalued using a company's total assets and their market cap. In theory, a company's total assets is everything that they own, which then should technically be how much the company is worth. Therefore, if the company's market cap is higher than their total assets, the...
Valuation Rainbow © danny_peanuts Stock value based on Book Value, Earnings, Dividends and Money Multiplier SV = (BVPS + EPS + DPS) * MM BVPS = Book Value Per Share EPS = Earnings Per Share DPS = Dividends Per Share MM = Money Multiplier - Integer Number from 1,2,3, ... ,7 There are multiple ways of valuing the stock. Book value...
The indicator for calculating and visualizing the Discounted Cash Flow (DCF) for a selected stock. It uses the Weighted Average Cost of Capital (WACC) with a margin of safety and the Free Cash Flow (FCF) calculation for cash flow analysis. The DCF is calculated by summing the discounted annual FCFs over a 10-year period. The chart color depends on the value of...
The Forex Master Pattern is form of technical analysis that provides a framework for spotting hidden price patterns that reveal the true movement of the market. The Forex Master Pattern Value Lines Indicator helps to identify this Phase 1 contraction of the Forex Master Pattern cycle. HOW THIS INDICATOR WORKS This indicator looks for a sustained contraction in...
Display outliers in either value change, volume or volume change that significantly deviate from the past. This uses the standard deviation calculation and the n-sigmas statistical rule of significance, with 2-sigma (a value of 2) signifying that the observed value is stronger than 95% of past values, and 3-sigma 98.5% of past values, and so on for higher sigma...
The Rule Of 20 is a heuristic calculation to find the fair value of an asset or market given its earnings and current inflation. Its calculation is straightforward: the fair multiple of the price or price-to-earnings ratio of a stock should be 20 minus the rate of inflation. In math terms: fair_price-to-earnings_ratio = (20 - inflation) ; fair_value =...
Using free cash flow instead of ebit, to be able to evaluate stocks that are not yet profitable. the formulas are fcf ttm / (not financial operating working capital - Cash + Net Property Plant and Equipment) and fcf yield on Enterprice Value Example CRWD negative ebit, but cash creation, in this case the expenses in research and development go to affect the ebit.
Capital Asset Pricing Model (CAPM) demonstrates how to calculate the Cost of Equity for an underlying asset using Pine Script. This script will only work on the monthly timeframe. While you can change the default inputs, you should study what CAPM is and how this works before doing so. This indicator pulls various types of data from SPY from various timeframes...