Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Reliance, INDIABULLS HOUSING, YES BANK, STATE BK OF INDIA, HDFC BANK, TATA STEEL LTD
Nifty, BSE SENSEX, S&P 500, Nasdaq Composite, FTSE 100, DAX Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
//This study is designed to plot estimates for a stock's value: //1) the Price to earnings ratio (PE) value based on the trailing twelve months of data //2) the PE value based future data //3) the Benjamin Graham value based trailing data //4) the Dividend Discount value based on trailing data You can adjust the period of data used to calculate the value between...
This indicator shows us the distance (in %) between the current price and the ATH price. The closer the price is to the ATH the higher the percentage. 100% means we reached the ATH price. HOW TO USE: No special input necessary. Markets: It can be used to all markets. NOTE: Some Exchanges don't go very far back in the past and for this reason this may have...
P1 is because to me, this is a priority 1 indicator, so I have P1 and P2 indicators ordered on the favorite list. What can you check on the selection pane? On “period”, you can show the data related to: the fiscal quarters or the fiscal years. You can select a pack of financial data that I have organized in sections: Revenue & earnings EPS & DPS (EPS,...
Plots the GBTC premium as a percentage of the bitcoin price at the close. It also includes the annual management fee (2% at the moment). It accrues on a daily, weekly or monthly basis depending on the chart resolution. (intraday not supported) The amount of bitcoin per gbtc share and the annual fee may be changed by Grayscale in the future. Those values can be...
These levels are based on price around earnings day. I have implemented support for 2 calculation modes: Mode 1: Level = (low of 1 day prior to earnings + high of 1 day after earnings) / 2.0 Mode 2: Level = (hl2 of 1 day prior to earnings + hl2 of 1 day after earnings + close from earnings day) / 3.0 Chart above shows "Mode 1". Mode can be changed via options...
Example of requesting Earnings, Splits, Dividends using pine-script. That way is inner representation of data in TradingView, so it can be changed any time. It's just an example of requesting of the data. Description of the series. Earnings: time: report date (unix time stamp) open: estimate value low: reported value close: actual value high: fiscal...
Just a different way to view S&P 500 valuations versus the standard look of looking at raw PE. Current yield of the 10 Year Bonds are used to calculate a fair value for the SPX. This is a methodology that Buffett uses to measure value. Recommend turning off most plots and just plotting PE and/or PE10 percent difference only. The "slope and intercept" inputs...
Calculates P/E Ratio and shows Earnings (TTM) as hisogram. Works only on 3M period.
Hello everyone, Quick script to check the PEG Ratio. What is PEG Ratio? The price/earnings to growth ratio (PEG Ratio) is a stock's price-to-earnings (P/E) 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 is...
Following Preston Pysh's "Bitcoin Mayer Multiple" study (www.theinvestorspodcast.com), I made this simple script to plot the Mayer multiple by calculating the ratio between bitcoin price and its 200-day moving average. It also plots the moving average of ratio itself. P.S. Checkout the Swiss army knife we're...
Inspired by @LazyBear's/@timwest's script: Usage: support and resistance levels based on averaging price around earnings and quarterly opens. What it is plotting: 1. A horizontal level whenever earnings occur. If actual earnings is higher than...
This script calculates how much cryptos or dollars you have to bet with 4 variables : Risk Loss , Leverage, Entry and Stop Loss. When you want to open a position, just complete the parameters and the script will tell you how much you have to bet in dollars or cryptos units, depending the way you're trading. Note : don't foreget that you have to pay fees on...
This indicator shows a Key Level Support & Resistance level and VWAP that resets on your choice of the stock's Earnings , Dividends or Splits release date. A maximum of 8 bands calculated using a factor of the anchored VWAP's standard deviation can be displayed. Note The script is designed for stock-trading only. Credits Inspired by timwest , LazyBear 's ...
A method how you can access Earnings in your Pine Script code. Enjoy!
This very simple script lets you see how much the asset rose from the All Time Low (ATL). First, the ATL is calculated and plotted. Then, we measure the distance from ATL and current bar close. Two labels are plotted : ATL label Current close label with rise and rise It can be useful for penny stocks trading when you want to buy lows but must see how...
Hey there, here I like to publish my first TradingView Script for the Indicator "LotSizeCalc" which calculates the LotSize for the currency '€' for e.g. the MT4-App depending on the following parameters: - Stop Loss in pips (example: 30 pips) - Account Balance in EUR (example: 500€) - Risk in % (example: 1%) It is very similar to the MyFxBook Calculator on their...