The Pine Script strategy that plots pivot points and trend lines on a chart. The strategy allows the user to specify the period for calculating pivot points and the number of pivot points to be used for generating trend lines. The user can also specify different colors for the up and down trend lines. The script starts by defining the input parameters for the...
The True Range Adjusted Exponential Moving Average was created by Vitali Apirine (Stocks and Commodities Jan 2023 pgs 22-27) and this is the latest indicator in his EMA variation series. He has been tweaking the traditional EMA formula using various methods and this indicator of course uses the True Range indicator. The way that this indicator works is that it...
IMMEDIATE TREND - VULNERABLE_HUMAN_X This indicator is used to identify the immediate trend in the market. When a Short Term High (STH) is engulfed and closed above, we consider that as a bullish trend. And Similarly, when a Short Term Low (STL) is engulfed and closed below, we consider that as a bullish trend. STH - A candle that is higher than the one...
Hello Traders, Here is my new year gift for the community, Digergence for Many Indicators v4 . I tried to make it modular and readable as much as I can. Thanks to Pine Team for improving Pine Platform all the time! How it works? - On each candle it checks divergences between current and any of last 16 Pivot Points for the indicators. - it search divergence...
Hello Everyone. After working on new and better trend lines script for couple of weeks, finally I am proud to publish Trend Lines v2. How it works? - On each bar it finds last 10 higher and lower Pivot Points (PP). - from first bar to 10. PP it search if a trend line is possible - for each it starts searching from the last PP. - it check if drawing a trend...
Hello All, For long time I have been getting a lot of requests for Support/Resistance Multi Time Frame script. Here ' Support Resistance Channels/Zones Multi Time Frame ' is in your service. This script works if the Higher Time Frame you set is higher than the chart time frame. so the time frame in the options should be higher than the chart time frame. The...
Hello Traders, There are several nice Linear Regression Channel scripts in the Public Library. and I tried to make one with some extra features too. This one can check if the Price breaks the channel and it shows where is was broken. Also it checks the momentum of the channel and shows it's increasing/decreasing/equal in a label, shape of the label also...
Hey everyone First of all, I'd like to thank Ricardo Santos, Backtest Rookies for the inspiration for this script. Actually, most of it is coming from them and I only mixed them up (and added my secret sauce ^^). If some of you are not thinking about a trading secret sauce, please get serious for a moment :) Some of you asked me how I do to set the trend...
Hello All, Using this "Support Resistance Interactive" script you can set the Support/Resistance levels interactively by clicking on the chart. Using the SR levels you set, the indicator creates Support Resistance zones. The width of the zones are calculated by using Threshold option and Threshold is the percent of the distance between Highest/Lowest levels in...
This script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points. Generally HH and HL shows up-trend, LL and LH shows down-trend. If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script...
Hello All, This script shows the indicators in separate windows on the main chart. Included indicators are RSI, CCI, OBV, Stochastic, Money Flow Index, Average True Range and Chande Momentum Oscillator. indicator windows are located at the top or bottom of the chart according to last moves of the Closing price. Different colors are used for each indicator....
Hello Everyone! This is my new trend lines script (after beta version that was published almost one year ago) The idea is to find Pivot Highs (PH) and Pivot Lows(PL) first. Then, If current PH is smaller then previous PH (means no new higher high and possible downtrend) then draw trend line using them. and also it checks previous trend line (if exits) and if...
Built with love "Smarter SNR (Support and Ressistance, Trendline, MTF OSC) " This indiator will show you Support & Ressistance, Good Trendline, and Multi-timeframe analyzing of Oscillator (Stochastic and RSI) You can combine with your own strategy, or use this purely DISCLAIMER : Measure the risk first before use it in real market Backtest The Strategy was very...
Hello Traders! After publishing Trend Lines for RSI yesterday, I realized that Trend Lines for more indicators needed by the traders. so I decided to make it for four different indicators: RSI, CCI, OBV, Momentum In the indicator options you can choose the indicator from pull-down menu. How it works? - On each bar it finds last 10 higher and lower Pivot...
Hello Traders! This is the script that finds Consolidation Zones in Realtime. How it works? - The script finds highest/lowest bars by using "Loopback Period" - Then it calculates direction - By using the direction and highest/lowest bar info it calculates consolidation zones in realtime - If the length of consolidation area is equal/greater than user-defined...
Hello All, This is Market Profile script. "Market Profile is an intra-day charting technique (price vertical, time/activity horizontal) devised by J. Peter Steidlmayer. Steidlmayer was seeking a way to determine and to evaluate market value as it developed in the day time frame. The concept was to display price on a vertical axis against time on the horizontal,...
Hello All, In Elliott Wave Theory, 3rd wave is not the shortest one in the waves 1/3/5 and it's usually longest one. so if we can catch it then we may get good opportunities to trade. This script finds 3rd wave experimentally. it can be also the 3rd waves in the waves 1, 3, 5, A and C. the 3rd wave should have greater volume than other waves, the script can...
Hello All, For long time I have been getting many requests about Gann Fan indicator. now we have linefill() function in Pine Language and I think it's right time to make Gann Fan Indicator. Many Thanks to Pine Team for adding many new features to the Pine Language! How this indicator works: - It calculates midline (1/1) - By using midline it calculates...