Рыночная капитализация криптовалют, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Биткоин
USD/RUB, EUR/RUB, EUR/USD, USD/JPY, USD/CNY, Индекс доллара США
Сбербанк, Газпром, Банк ВТБ, ЛУКОЙЛ, АЛРОСА ПАО АО, ПАО НК РОСНЕФТЬ
Индекс МосБиржи, Индекс РТС, S&P 500, Dow 30 (DJI), Nikkei 225, FTSE 100
Нефть Brent, Нефть WTI, Золото, Серебро, Природный газ, Биткоин
Государственные облигации США, 10 лет, Евробонд, Государственные облигации Германии, 10 лет, Государственные облигации Японии, 10 лет, Государственные облигации Великобритании, 10 лет, Государственные облигации Индии, 10 лет
MACD normalized with its highest and lowest values over the last “Normalization period” - includes alerts
did i remove the EMA and replace it with HullMA? yes :-) also some other maths added
English. RSI indicator with Bollinger Bands in one. Forgot oversold and overbought! With BB and RSI you can dinamically saw when RSI is in critical values. And when you can see figure 'M' or 'W' in oscillator it means that current movement of impulse is down. Русский. RSI и Ленты Боллинджера в одном. Забудьте о тупых линиях перекупленности и перепроданности! При...
It can be interesting to have an indicator displaying two rescaled measures, thus ending with an indicator that allow the creation of more complex trading rules (conditions), this is what is intended with the price/volume normalized oscillator (PVNO) who normalize both volume and price in order to display them together. Volume is considered an important factor as...
This is a scaled Normalized Vector Strategy with a Karobein Oscillator Original: Drkhodakarami (www.tradingview.com) Repainting: in general there two types of repainting: * when the last candle is constantly being redrawn * when the indicator draws a different configuration after it has been deactivated/reactivated, i.e. refreshed....
This indicator was originally developed by John Forman (Stocks & Commodities, V.24:6 (May, 2006): "Cross-Market Evaluations With Normalized Average True Range"). Mr. Forman uses a normalized average true range indicator to analyze tradables across markets. Good luck!
An idea I had today morning so I had to write. It seems to detect trends well. It has three phases like a semaphor, painting the chart bars of green, yellow or red. === Bar Color Meaning === Green: uptrend Yellow: don't care Red: downtrend I think it can be useful! Thanks!
This is a Normalized ATR, which means it displays ATR as a percentage instead of absolute price. For example, a value of 1 indicates a true range of 1% in a given period. This indicator creates a moving average of the volatility of a product going back X number of periods and is useful for deciding what to trade. For example, if used on a daily chart, one...
Return the percentage of closing prices greater than SMA's with periods within a user-selected range. An exponential moving average applied to these results is also displayed (in orange). Settings Min : Minimum period of the SMA in the range Max : Maximum period of the SMA in the range Smooth : Period of the EMA Src : Input series of the indicator ...
This modification of the Scaled Normalized Vector Strategy uses trailing stops and is optimized for lower TFs.
I wrote this indicator as an attempt to see the Relative Strengths of different sectors in the same scale, but there is also other ways to do that. This indicator plots the normal distribution for the 10 sectors of the SPY for the last X bars of the selected resolution, based on the selected comparative security. It shows which sectors are outperforming and...
This is the Relative Vigor Index indicator just multiplied by 100 to have non-zero integer part
This script is good to use with Williams %R indicator, to find out when price has bottomed out. ATR has to be over 90 and Williams %R ( lenght 52 ) has to be over 95 to find out level around which one is good to buy. You can check back, to see that this worked very well over history. Best way to use this 2 indicators is with DCA ( dollar cost average ), as area...
The Normalizer adds an indicator to your chart with the option to view regular Volume, normalized Volume or normalized price. Normalized Volume divides the current Volume bar into a moving average and multiplies by 100. The resulting plot is a histogram showing how far above or below the moving average that volume bar was. Normalized Price does the exact same...
This script adds a volume indicator that is normalized by SMA(50) by default. This will help you easily see whether the volume is _actually_ high or not. It also highlights when volume is exceeding the average by making the column a darker color. Caveats: * This changes the volume into a percentage, so don't use this number for calculations Hints: * Make sure to...
Developed by Emily Karobein, the Karobein oscillator is an oscillator that aim to rescale smoothed values with more reactivity in a range of (0,1) Calculation The scaling method is similar to the one used in a kalman filter for the kalman gain. We first average the up/downs x, those calculations are similar to the ones used for calculating the average...
This indicator normalizes Day's candle with Open. Idea is to see the daily movement in the context of the Open of the Day. Larry Williams talks about Open being the most important price of the day. Hence, this indicator. The Green line is average Open-to-High for occurrences of Red days. The Red line is average Open-to-Low for occurrences of Green days. Average...
This is a modification of my Scaled Normalized Vector Strategy. This mod features some activation functions. Performance remains high. The repainting problem should be tested out.