Library "MarketStructure" This library contains functions for identifying Lows and Highs in a rule-based way, and deriving useful information from them. f_simpleLowHigh() This function finds Local Lows and Highs, but NOT in order. A Local High is any candle that has its Low taken out on close by a subsequent candle (and vice-versa for Local Lows). The Local...
This script labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The script can detect the following 6 candle patterns: hammer, inverse hammer, bullish engulfing, hanging man, shooting star, and bearish engulfing. The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher...
The following moving average adapt to the average number of highest high/lowest low made over a specific period, thus adapting to trend strength. Interesting results can be obtained when using the moving average in a MA crossover system or as a trailing support/resistance. Settings Length : Period of the indicator, with higher values returning smoother...
This indicator returns VWAP bands with a degree of smoothness resetting based on various user-selected events. The bands are constructed using a VWAP based naive standard deviation. The indicator can be anchored or start from the first bar and can be used as trailing support/resistance, in a moving average crossover system, or as source for external indicators. ...
This is simple Highest high and Lowest low strategy. Buy when break HH+offset Sell when break LL+offset Offset = (HH-LL)/2
A simple way to find Higher Highs and Lower Lows (HH and LL) whit automatic Fibonacci Lines in the most common levels. In this indicator the Higher Highs only happens when a high value are rising from each other in the last "Length of Real Pivots" highs and the next same number of highs are falling in every single bar. The Lower Lows are inverted, LL only...
Hello Traders, Here Double Zig Zag with HHLL script is with you. it calculates 2 Zig Zag simultaneously and draws them, and also it calculates and puts Higher High, Lower Low, Higher Low, Lower High labels. All these are done dynamically, it means last HH/HL/LL/LH can change. if price continues to go up then HL can turn to LL or if price continues to go down...
Based on Dow Theory, a series of successive higher highs (HH) and higher lows (HL) is the sign of an uptrend (bull trend) and a series of successive lower highs (LH) and lower lows (LL) is the sign of a downtrend (bear trend). So this script indicates the trends using the concept and draws corresponding trend lines. It took some effort to make it possible for...
This is my favorite for Tradingview. Please use other indicators to find good entry and good exit. This is why this publication has so many indicators. A good indicator will find good results even on line chart. Feel free to try on "Heiken Ashi" but understand that "line" chart is much more realistic Due to tradingview's crappy auto resize, the best way to view...
This indicator gives a clear indication of price action swing-points as well as an indication of whether it is a higher, lower, or equal swing point relative to the last high/low.
Greetings! Here I show you the Tripple Super Trend Strategy. I discovered the strategy on a YouTube channel and tried to transfer it as a strategy into a script. Tested with the currency pair EUR/USD in the one hour chart. Period: beginning of 2020 until today. The strategy should also work with cryptocurrencies. But then the settings have to be...
This Indicator add's a label over and below the previous candle which show's it's high and low values.
The importance of counting HH&LL is to find the possible extreme of the current leg and the potential reversal. This script helps you count the number of bars which are constantly higher or lower than the previous ones. I set the script to count from the first one, but only display the number from the third, in order to eliminate too much noise. Note : I have...
This is my modified "Higher Highs & Lower Lows Stochastics" employing PSv4.0, originally formulated by Vitali Apirine for TASC - February 2016 Traders Tips. Reading through a TASC magazine of mine, behold, I found a little known indicator that I can't find anywhere on all of Tradingview. That was a tragedy I felt I had to resolve... This indicator is best...
My second version of plotting Swing Highs and Swing Lows A Swing High (SH): a price bar high preceed by two lower highs (LH) and followed by two lower highs (LH) This version enables you to ignores swing highs and lows when the market volatility is small and not suitable for trading. Thus it will depict fewer number of SH and SL markers, making the chart a bit...
A simple script that I made that draws lines between the high and low pivots. The color of the line define if the pivot is higher or lower than the previous pivot. The main thing to tune is the pivot look back vs look ahead, which are the same params used by the tradingview pivot indicator. There are several other params you can tweaks to get the look you want.
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...
This strategy is based on multi time frame technical indicators such as; 1. RSI (10,50,100) 2. MFI (10,50,100) 3. RVI (10,50,100) 4. BOP (10,50,100) 5. Super Trend 6. SAR indicator 7. Higher highs and lower lows 8. SMA (9,500) 9. EMA (9,200) After evaluating different parameters provided by those indicators, script is in a possition to determine optimul...