8X Trend ATR SAR Dingue V5 - This is the updated version for Pine Script 5. 8x indicator into 1 : 2x ATR indicator - 3x Trend indicator - 3x SAR indicator Trends are helpful to spot reversal and support resistance, especially on bigger time frames. This indicator gives you a global view of various trends all at once. You can easily turn them On or Off as to...
Blockchain Fundamentals: 200 Week MA Heatmap This is released as a thank you to all my followers who pushed me over the 600 follower mark on twitter. Thanks to all you Kingz and Queenz out there who made it happen. <3 Indicator Overview In each of its major market cycles, Bitcoin's price historically bottoms out around the 200 week moving average. This...
Welcome traveler ! Here is my first indicator I made after 3 days of hardlearning pine code (beginner in coding). I hope it will please you, if you have any suggestion to enhance this indicator, do not hesitate to give me your thoughts in the comments section or by Private message on trading View ! How does it works ? It's a simple MACD strategy as describe...
This brings together a number of variables to produce trend predictions that could be utilized as decision-making tools. Uses the aforementioned price and volume derivatives - A moving average and three weighted moving averages (WMA1, WMA2, WMA3) - Super Trend Line (ST) - Opening Range Breakout on Five Minutes, Resistance Bands Pocket pivots, support, and price...
@version=2 This indicator is designed to give early entry signals as well as to follow trend moves, according to different settings. The indicator shows a histogram of the RSI ro MFI in relation to an ema of the RSI or MFI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI/MFI line with oversold/overbought indication can be...
™TradeChartist MA Visualizer is a Moving Average based indicator aimed to visualize price action in relation to the Moving Average in a visually engaging way. =================================================================================================================== █ MA Visualizer Features 11 different Moving Averages to choose from the settings...
- NLX Modular Trading Framework - This module is build upon the Trend Index by Mango2Juice (thanks for your permission to use the source!) It includes all the common indicators and creates a positive or negative score, which can be used with my Modular Trading Framework and linked to an entry/exit indicator. SuperTrend VWAP Bands Relative Strength Index (...
This indicator is a combination of moving average and ATR indicators. The indicator stays pretty close to price and at the same time shows clear trend of asset/stock. It shows you when price is above the FantailVMA it indicates an uptrend and when price is below it indicates a downtrend otherwise. Hope you find this indicator useful! Happy trading..
This study interprets SuperTrend with Ichimoku Cloud, one of the popular technical analysis indicator, and interprets Directional Movement (DMI), which is another quite valuable technical analysis indicator. Then combines the interpreted SuperTrend with interpreted Directional Movement (DMI) and Volume Based Colored Bars indicator created by Kıvaç ÖZBİLGİÇ...
This indicator plots and colour codes a ribbon between two moving averages. The colour of the ribbon changes with trend direction: when price in uptrend ribbon colour is green; when price in downtrend ribbon colour is red. Options Available: 1) You can select between 11 different types of moving averages, each MA line can be a different type. 2) Option to...
Hello All, I think all of you knows Donchian Channels . so I am not going to write about it. With this indicator I tried to create Trend Lines by using Donchian Channel upper/lower bands. I tried add possible entry levels as well. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you...
Hello All, This script shows Indicator panel in a Table. Table.new() is a new feature and released today! Thanks a lot to Pine Team to add this new great feature! This new feature is a game changer! The script shows indicator values for each symbol and changes background color of each cell by using current and last values of the indicators for each symbol....
Hello Traders! While analysing the charts, one of the biggest problem is to see if there is trend or not, or is it in a congestion zone/area? While thinking about it, I found the idea to analyse moving averages in channel and their momentum according to channel width. How it calculates and works? On each bar it creates a channel by highest/lowest point of...
Hello All, I am here with a new idea and script, " Zigzag Waves ". This indicator creates 3 Zigzags with different lengths, keeps the lengths of each zigzag wave and calculates/draws average waves for each zigzag. optionally it can reset the wave when zigzag direction changes and new highest/lowest found. And optionally it draws Exponential Moving Average(EMA)...
This indicator shows a histogram of the RSI in relation to an ema of the RSI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI line with oversold/overbought indication can be displayed or omitted, as preferred. In addiction to the RSI line or as an alternative to it, the background colour can be set to change folowing the RSI...
This strategy buys when the Donchian Channel is broken to the upside and uses the lower Donchian Channel line as a trailing stop. You can also choose to use a moving average as a filter to keep you out of trades that are counter trend. You can also configure which dates you want to backtest, so you can see how this behaves over specific time frames and market cycles.
Hello Traders, With the info "Trend is Your Friend ", you should not take position against the trend. This script checks multipte moving averages if they are above/below the closing price and try to find trend. The moving averages with the length 8, 13, 21, 34, 55, 89, 144, 233, 377 used. these are fibonacci numbers, but optionally you can change the lengths...
Based on oryginal TV indicator BUT with a little twist. ;) I really like the regression channel - but the problem is that the length needs to be always manually adjusted. In this script I try to solve this issue. This is modified version on TV indicator - Linear Regression Channel. The main difference is that now you don't get static length - it is...