█ 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...
English IMPORTANT NOTICE This indicator is used to find fair value based on historical data. Past growth data may not be sustainable, which will cause the price targets given by the indicator to be inaccurate. Any price on this indicator cannot be considered as investment advice. Trading decisions are the responsibility of the person using the indicator. ...
This script takes the previous days closing value and calculates the current 100%, 200%, 300% and 400% levels for that stock. Using that information it draws a dotted persistent line (with labels on the far right) at those levels. This information can be useful as it can then, at times, act as a support/resistance for momentum stocks. So when a stock runs 100%...
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...
This script displays quarterly earnings per share (EPS) and sales data, and their year-on-year percentage change. The script builds upon the Volume Price and Fundamentals script by Mohit_Kakkar08 and improves upon the array functions to keep the code light-weight & the output as accurate as possible. This script uses diluted EPS data for calculating the...
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...
Hello everyone. The RS Rating (or Relative Strenght Rating) is a metric that tracks a stock's price performance relative to the rest of the market. Specifically, it looks at a stock's relative strength over the last 52 weeks. It allows you to identify at a glance stocks that are outperforming the market and may be poised for further gains. Designed for break-out...
The indicator allows you to quickly compare business growth rates (by default, earnings per share, EPS) and stock prices to determine overbought or undervalued. The financial parameter as a percentage fits together several years ago, by default 5, and displays the dynamics. To date, it allows you to see how much the price is higher or lower than fair. The lag in...
The Caruso Financial Dashboard brings a rich amount of company financial data straight to your TradingView chart along with additional vital stock-related information. At a glance, you can see EPS (Diluted), Sales, growth rates, and EPS/Sales surprises either quarter by quarter on the daily chart or for Fiscal Years on the weekly chart. On the daily chart, the...
Times-revenue is calculated by dividing the selling price of a company by the prior 12 months revenue of the company. The result indicates how many times of annual income a buyer was willing to pay for a company. In color Red: it shows the last annual metric calculated In color Gray: it shows the last 4 quarters annualized results
Simple and powerful Rolling CAGR (Compound Annual Growth Rate) script. Works with daily, weekly, and monthly data. Do not work with data of hours, minutes, seconds, or customized time intervals. You can change the rolling period, from the default (3 years) to any other period of years. Just change one value in the script.
Price Earnings To Growth (PEG) Ratio PEG ratio is a stock's PE ratio divided by the growth rate of its earnings for a specified time period. The PEG ratio is used to determine a stock's value while also factoring in the company's expected earnings growth, and it is thought to provide a more complete picture than the more standard P/E ratio. PEG ratio 1 is fair...
Blockchain Fundamentals: Active Address Sentiment Oscillator AASO Back with another script today, this one is a useful tool in helping to determine bitcoins value. We are looking at 2 data sources: the daily active addresses on the BTC blockchain, and the daily returns of BTC. THIS INDICATOR WILL ONLY GIVE YOU THE CORRECT RESULTS ON THE DAILY TIMEFRAME...
Blockchain Fundamentals: Electricity Cost of BTC After a hiatus, now a return to publishing tools and scripts for the community. This is my first script in over and year, and I have a number more coming soon as well! (so Stay Tuned!) This is a simple calculator to estimate the cost of Bitcoin miners to mine one bitcoin. It works on all timeframes (doesnt...
Displays the Net Profit Margin in a more "readable" fashion than the built-in TV Indicator. This indicator concludes the series of 'Minervini-indicators', consisting of "GTH Earnings", "GTH Revenues" and "GTH Net Profit Margin (%)". Famous trader Mark Minervini repeately describes rising earnings, revenues and net profit margin as the most important financials...
Click the chart below to see the "idea" associated with this script for documentation:
This indicator takes advantage of the fact that when the 10 and 5 year Treasury Constant Maturity Minus Federal Funds rates (T10YFF/T5YFF) go down sharply, investors tend to rotate into stocks. This arbitrage works great for growth stocks, since growth stocks are higher beta by virtue of their lower market cap and more speculative nature in general. This script...
Hi everyone, I just adapted a little utility script to visualise EPS % increase (quarters vs Year -1) and sales. I used the code from @ARUN_SAXENA and modified it to fix what I saw as issues. (Using base 3M instead of 1M + request.earnings(syminfo.tickerid, earnings.actual, ignore_invalid_symbol=true) instead of request.financial(syminfo.tickerid,...