//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...
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...
Buys amount of shares by bars with specified amount of money (100$ for a month bar for example). Including commissions.
Simple script useful to scan you position with all previous closing pattern.
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...
I am proposing an alternative to the percent change. An alternative that is symmetrical to both positive and negative change, unlike percentage change. The simple idea is to have a positive number if the reference value (called val in the script) is lower than the stock value and needs to be multiplied; a negative number instead if the reference number is...
A method how you can access Earnings in your Pine Script code. Enjoy!