An indicator that lets you visualize the historical Yearly Percentage returns of any symbol . Key Features: Displays the yearly returns from start to end of each year Displays a table showing all yearly returns for current symbol Displays start of each year as a vertical line Displays up to 5 custom horizontal levels Table Settings: ...
This indicator plots the percentage performance from the open of up to 20 different customizable tickers. Enjoy!
For those that want technical ratings but don't want waste valuable screen real estate. Candles are colored to the rating strength. It also plots the results for "total", "MA" and "other" in a table on right of screen. Table and candle coloring can be turned off in style settings. This script uses the built in Technical Ratings indicator. For more informations on...
A historic risk-off flag. When the Gold-Stocks Ratio is above the 200 week moving average, investors may fair better holding gold and avoiding equities, as was the case for the last 20 years.
Backtesting indicators is easy , just add the following line of code to your script: plot(longEntry ? 1 : shortEntry ? -1 : longTP ? 0.5 : shortTP ? -0.5 : 0, color=na, editable=false, title='Backtest') These numbers are defined as constants in the backtester source-code. After adding this indicator to your chart: 1. Open Settings 2. Select supported...
This indicator is based on the Performance section in the TradingView's sidebar and uses new Pine tables functionality. It compares the current price of the symbol to its past price and calculates the rate of return to make it easier to track the performance of the symbol. Note that the Performance sidebar is not updated in real-time, while this indicator is, so...
This indicator combines several tools that are used daily for analysis: The performance of the action we are seeing. The percentage of retracement the stock has made from its all time high. Possibility of using up to four exponential or simple moving averages in the length we want. It allows to see or not the levels of four moving averages in daily...
Some time ago I published Monthly returns table. Now It's time for weekly one. To get it work you need a pretty big screen, but I hope it will be useful for some of you. Features of this table includes: Display weekly returns of your strategy, benchmark, and alpha over this benchmark. Select benchmark to be another instrument Select the date from...
This indicator shows real-time current day performance for 11 ETFs that divide the S&P 500 into eleven sector index funds. The list of different sector ETFs this indicator tracks is as follows - 1. SPY - S&P 500 Index 2. XLC - Communication Services 3. XLY - Consumer Discretionary 4. XLP - Consumer Staples 5. XLE - Energy 6. XLF - Financials 7. XLV -...
//Candle Patterns Ranked by Performance THOMAS N. BULKOWSKI //1. Bearish Three Line Strike +Up 67.38% //2. Bullish Three Line Strike -Down 65.23% //3. Bearish Three Black Crows -Down 59.83% //4. Bearish Evening Star -Down 55.85% //5. Bullish Upside Tasuki Gap +Up 54.44% //6. Bullish Inverted Hammer -Down 51.73% //7. Bullish Matching Low -Down 50.00% //8....
A rate of return (RoR) is the net gain or loss of an investment over a specified time period, expressed as a percentage of the investment’s initial cost
I keep working on trying to make TradingView strategies look fancier. A few months ago I published the first version of the Monthly Returns for Strategies in Pine Script. I received quite a lot of good feedback and quite a lot of requests to update it. This is a more advanced version of the Monthly Returns, in it, you can: Display monthly returns of your...
//Candle Patterns Ranked by Performance THOMAS N. BULKOWSKI //1. Bearish Three Line Strike +Up 67.38% //2. Bullish Three Line Strike -Down 65.23% //3. Bearish Three Black Crows -Down 59.83% //4. Bearish Evening Star -Down 55.85% //5. Bullish Upside Tasuki Gap +Up 54.44% //6. Bullish Inverted Hammer -Down 51.73% //7. Bullish Matching Low -Down 50.00% //8....
Alpha Performance of Period (PoP) produces a visualization of returns (gains and losses) over a quarterly, monthly, or annual period. It also displays the total % gain and loss over any length of days, months, and years as defined by the user. Performance of Period (PoP) can be used to understand the performance of an asset over multiple periods using a single...
This indicator takes the Performance Table from @BeeHolder and converts it to a Relative Performance table so you can compare the current chart vs. an Index (or whatever other ticker you want) to see the relative performance of one vs. the other. I also added a cell for ADR, which is also the same value as "Monthly Volatility" in the stock screener. This can be...
Hello, if our topic is stocks, whatever signal we get, we have to divide and reduce the risk. Apart from the risk, we need inflation-free figures to detect a clear growth. Gold is one of the most successful tools to beat inflation in this regard in the historical context. When the economy is good, we have to beat both commodities and inflation. For this purpose,...
This Indicator displays the momentum (performance) of the symbol in percent. You can compare the performance with other symbols. The default benchmarks are the S&P 500, the MSCI World and the FTSE All World EX US. The default length corresponds to one year in the timeframes monthly, weekly and daily. In intraday the default length is 200, but you can also set...
Library "bench" A simple banchmark library to analyse script performance and bottlenecks. Very useful if you are developing an overly complex application in Pine Script, or trying to optimise a library / function / algorithm... Supports artificial looping benchmarks (of fast functions) Supports integrated linear benchmarks (of expensive scripts) One...