Vốn hóa thị trường Tiền điện tử, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
CÔNG TY CỔ PHẦN FPT, TẬP ĐOÀN VINGROUP - CÔNG TY CỔ PHẦN, CÔNG TY CỔ PHẦN TẬP ĐOÀN HÒA PHÁT, CÔNG TY CỔ PHẦN SỮA VIỆT NAM, NGÂN HÀNG TMCP NGOẠI THƯƠNG VIỆT NAM, CÔNG TY CỔ PHẦN VÀNG BẠC ĐÁ QUÝ PHÚ NHUẬN
VIETNAM INDEX, VIETNAM 30, Dow 30, Chỉ số S&P 500, Nasdaq Composite, Chỉ số DAX
Mỹ 10 năm, Euro Bund, Đức 10 năm, Nhật 10 năm, UK 10Y, Ấn Độ 10 năm
How deep is the Rabbit hole? Interesting experiment that finds the RISING HIGHS and FALLING LOWS and place the difference between the highs and lows into separate arrays. == Calculations == In case current high is higher than previous high, we calculate the value by subtracting the current highest high with the previous High (lowest high) into array A, same...
Combining Pivot High Low and Donchian Channel - both of which are useful indicators for trend following. Donchian Channel shows highest and lowest prices for X number of bars. Pivot High-Low identifies when price made new Highs and Lows Applying Donchian Channel on Pivot High-Low channel, we are plotting highest and lowest pivots formed in X bars. In this...
An experimental indicator using Pine Script Arrays. The indicators measures the rate of change of the highest highs and lowest lows. I call it the "High Low Rate of Change". The H/L Rate of Change indicator finds the delta between the current highest high and previous highest high and after some filtering places these values into an array. Same goes for the...
Use this script very effectively to create completely customisable breaks ranging from : YEAR QUARTER MONTH WEEK DAY
Pivot High/Low for multi timeframes. Could be great entry filter to include multi time frame pivots in trend trading strategies.
Trend filter based on higher timeframe candles. Can be used as entry filters. Checks if last 3 higher timeframe candles are in fully ascending order or fully descending order. Additionally you can also check if close price is above min of last two highs or below max of last two lows. Lime and Orange candles imply partial trend in higher timeframe. (only last 3...
Indicator to plot higher time frame previous candle highs and lows. One of the key factor in understanding the trend is to look at higher time-frames chart. Parameters are explained below: resolution : Chose resolution of higher timeframe. If set to same as symbol, it will consider next parameter HTFMultiplier for calculation of higher timeframe ...
PowerPool provides a DeFi index that has too many components to be used as a chart ticker. So here is an indicator to bypass the ticker limit. From the PowerPool docs : app.powerpool.finance The chart shows it in comparison to other DeFi indexes, quite a difference as you can see!
TokenSets and DeFi Pulse provide a DeFi index that has too many components to be used as a chart ticker. So here is an indicator to bypass the ticker limit. From the TokenSets docs : www.tokensets.com The chart shows it in comparison to other DeFi indexes, quite a difference as you can see!
The Synthetix Exchange provides a DeFi index that has too many components to be used as a chart ticker. So here is an indicator to bypass the ticker limit. From the Synthetics docs : docs.synthetix.io DeFi Index (sDEFI) Contract: 0xe1aFe1Fd76Fd88f78cBf599ea1846231B8bA3B6B Token | Initial...
Hello ladies and gentlemen 📒 INDICATOR OF THE DAY 📒 The TD sequential fans are going to love that one. TD Sequential has two parts – TD Setup and TD Countdown. The first phase of TD Sequential starts with a TD Setup and is completed with a 9 count. When the 9 count is completed, it is at that point, a price pause, price pullback, or reversal is likely. The...
My friends, this is a very simple script, but it has some work to function the way it currently does. Basically it prints the HIGH and LOW from previous day into the current day. This forms like a channel. It's useful to visually detect when the price cross over the yesterday's high, or close under yesterday's low. You can activate/deactivate colors as input...
The indicator is in the top left of the screen! That's all there is, by design. This is a super simple indicator that allows you to see what the real price of a candle was when using Heikin Ashi charts, while not cluttering up your screen. HA charts are a great way to help those who can be spooked by the chaos of the markets (I'm one!), but they have a big...
Sweet little momentum gadget to track the VIX Index. What is the VIX? The CBOE S&P 500 Volatility Index (VIX) is known as the 'Fear Index' which can measure how worried traders are that the S&P 500 might suddenly drop within the next 30 days. When the VIX starts moving higher, it is telling you that traders are getting nervous. When the VIX starts moving lower,...
Price indicator that shows the trend based on price movement. The indicator determinants when an asset price is getting higher or lower by comparing the previous price highs and lows to the current price. ==Explanation== In case current HL2 exceeds the previous HL2 HIGH then the columns will turn green. In case current HL2 fails the previous HL2 LOW then the...
Simple oscillator which checks how many highs and how many lows the price is making. Parameters are as explained below: lookback - Checks how many highs and lows it is making in these many bars. Sum of all highs and lows are taken for plotting. periods - Initial period to check high and lows multiples - Number of multiples on initial period for which highs...
simplified version of TZ original. With Alert function Transient Zones (v420) I drew the trades on the arrow signals so you can see, its not all win, but with good money management and other ways of finding Target points (MA's or Pivots or Fib or Structure etc) It is profitable. No repaint, No offset
================================================================== July 7 2019 - high / low lines pv4 v1 - by RootDuk ================================================================== Easy script to draw some lines on the input variable barsback. You can extend the lines on the sides: left, right, both or none. With the show variables (bools) you can show...