Рыночная капитализация криптовалют, 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 лет
This is my first custom indicator that I created as a medium to long term trend indicator. Buy if it is above 0 and sell if it is below 0. Since this is my first unique indicator, I would love to hear your feedback! Please let me know if you would like to see any other scripts!
Donchian Channels was developed by Richard Donchian in 1949. They have been used with great success by the Turtles, a group of traders in the 1980s who managed to obtain returns of 80% annually. Truly incredible story. This particular indicator is a trend trading system I coded that shows you when to enter long or short and when to exit those longs or shorts. In...
**THIS VERSION ALLOWS THE USER TO SELECT WHICH MOVING AVERAGE THEY WOULD LIKE TO UTILIZE FOR THE SIGNAL LINE** Chart shows two different options of many. Top option is the default settings and bottom option is a different moving average with no other changes. Time Segmented Volume was developed by Worden Brothers, Inc to be a leading indicator by comparing...
This is the Market Mean index. It is used to identify if the market is really trending or if it is range bound(random). In theory, a random sample will be mean reverting 75% of the time. This indicator checks to see what how much the market is mean reverting and converts it to a percentage. If the index is around 75 or higher than the price curve of the market is...
This is my modified macd indicator. It uses moving averages to determine the trend of the market. It is best used on lower time frames such as 5min and 15min. I found it useful especially with Forex pairs and also traditional markets. This indicator will help you get in at a pullback in a trending market. RED background tells you the trend is down. A possible...
This indicator has three built in indicators based on the SMA of HIGH, SMA of LOW, and Stochastic. The baseline indicator is the retreats after departures from SMA of HIGH and LOW. The first time a HIGH that is above the SMA HIGH has a lower HIGH but it still above the SMA HIGH, a (-) will appear at the bottom. This signals an aggressive entry point for potential...
Here is a simple indicator based on Tushar Chande's TrendScore . The main purpose of the TrendScore is to determine the strength and direction of a trend, which it does by comparing the current price to the prices within a user-defined window of historical prices. In the input menu, the user defines the starting and ending period. The current price is then...
The Market State Indicator was created by John Ehlers (Stocks & Commodities V. 38:06 (8–15)) and this is technically part of three indicators in one so I'm splitting each one to a separate script. This particular indicator was designed for the market state which acts as a trend direction and tells you whether the trend is strong in either direction. Keep in mind...
This is a trend indicator at its core so combine with rsi or a moving average of your choice to see which direction the stock is trending in. Only enter a position (long or short) when signal to noise ratio is above the signal line This is one of my first indicators posted on here so be sure to leave me feedback
//////////////////////////////////////////////////////////// // Copyright by Randalll.com v1.0 09/03/2016 // This indicator provides 5 Exponential Moving Averages. // Works well on 1D,4H,1H TF // To be used with traditional trend following strategies. // Example // If 50/100/200 trending in same direction. Then buy/sell // with trend direction....
FRAMA – What is it? Fractal Adaptive Moving Average Technical Indicator ( FRAMA ) was developed by John Ehlers, code was implemented by TradingView user Shizaru. I've updated it to Pine Script 4 and added Bands Extension. This indicator is constructed based on the algorithm of the Exponential Moving Average , in which the smoothing factor is calculated based on...
The 2 Pole Super Smoother Filter was created by John Ehlers (Cycle Analytics For Traders pg 32) and this follows the price very closely and very useful because it is consistent with uptrends and falls sharply during a sudden downtrend so it should be able to help you stay more profitable. Buy when the indicator line turns green and sell when it turns red. Let me...
This is an upgraded version of my MACD_trendtrader indicator. UPGRADES: - Histogram slope changes colors according to the direction of the slope. - Panel that displays volatility of the asset. The volatility is measured from 0 to 100. Zero being the lowest and 100 the highest volatility. I also included different text colors for a certain volatility value (white=...
The Decycler was created by John Ehlers (Cycle Analytics For Traders pgs 40-41) and this is a moving average that has an extremely low lag even though it uses a fairly high length to calculate everything. This can also work well as a trendline. Buy when the indicator line is green and sell when it is red. Let me know if there are other scripts you would like to...
The Sell Gravitation Index was created by Howard Wang and was published in Stocks & Commodities V37:02 (36-38) This indicator is similar to the relative strength index but the big difference is that this indicator gives early buy and sell signals which I find very helpful. Buy when it rises above its signal line and sell when it falls below its signal line. Let...
Trend trading strategies filtered by the Market Meanness Index. This is a port of the experiment described at www.financial-hacker.com www.financial-hacker.com www.financial-hacker.com www.financial-hacker.com The Market...
The indicator paints the bar colours based on the average open and average close for past N days. if average close is above average open, the bars are coloured green, otherwise they are coloured red It can be used as a general trend filter on weekly, daily bars. even on intraday timeframes, this would work well and give a sense of the current trend direction.