RSI Advanced As the period value is longer than 14, the RSI value sticks to the value of 50 and becomes useless. Also, when the period value is less than 14, it moves excessively, so it is difficult for us to see the movement of the RSI . So, using the period value and the RSI value as variables, I tried to make it easier to identify the RSI value through a new...
Select a zone to analyse the vectors. This screener show the ratio of the bullish and bearish candle vector and on volume. Slide the white bar to choose your sample size or you can enter the date. Click label to hide start calculation and end calculation. - Happy trading
Volume data can be interpreted in many different ways. This is a very basic script and novel idea to display volume as a chart. The purpose of this script is to visually help identify volume breakouts and other common chart patterns. While this indicator could be useful for finding big moves and early reversals it not reliable for determining the direction of the...
This script helps you find abnormal bars on the charts. An abnormal bar is a bar that is larger than the adjacent bar by at least 50 percent. The script can search for bars on any time frame. The search for an abnormal bar, is possible in two ways: - on the absolute value, for example - all that is higher than 0.5% is considered an abnormal bar, on different...
This is part of a new series we are calling "Strategy Myth-Busting" where we take open public manual trading strategies and automate them. The goal is to not only validate the authenticity of the claims but to provide an automated version for traders who wish to trade autonomously. Our 10th one we are automating is the " 75% Win Rate High Profit Inside Bar...
Hello Followers, Hope u guyz doing well in the market. Came with a standalone Trading System which helps u with the trend & choppiness zone. This system is combination of multiple stretagies which makes it better than single published indicators. ========================================================================================================= We have used...
Here is something like a combo from the well known Rob Hoffman (Overlay) Indicator and the Inventory Retracement Bar without any ballast This really smart strategy with a low risk and a quick profit. I combine this two Indicators to save space. The first condition is that the orange line and the lime line must be parallel and there is no other line between them...
It give you the absolute value of bar changes for different period of tims (33, 100, 200) AND the max barchange ont the same period. Can be added in v4 in all codes. Stupid but useful. You can add it to any v4 script. The location of the table can be changed easily Inspired from the tradingview community. Don't forget to hydrate. @Magnumm
Highlight last bar only. No refresh needed. Works on all time frame and for version 4 & 5. Can be added in your own scripts copy/pasting just one line. //DON'T FORGET TO HYDRATE
This indicator colors the candle body based on whether it closed as an Inside Bar (IB) or an Outside Bar (OB). Inside and outside bars can be powerful triggers to enter or exit trades from, when price breaks above or below the candle. The coloring of only the body and not the border of the candle makes it possible to still know whether the candle was...
Library "Progressbar" Feel free to contribute for an extended version. 😊 Still in development. We hope you enjoy it! 🎉 CRYPTOLINX - jango_blockchained 😊👍 *** MORE EXAMPLE WILL COMING UP SOON *** Disclaimer: Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon...
I built this indicator as a personal request from a friend. He often trades using Heiken Ashi charts, but wanted a way to easily cross-reference real-price open and close values for the same timeframe on the same chart (as HA candles are by design lagging, they can take a few periods to catch up to a large move). This can also be used to help guide support and...
Library "Time" Utilities for measuring time. bar() Gets the number of milliseconds per bar.
Library "SessionInfo" Utility functions for session specific information like the bar index of the session. inSession(spec) Returns true if the current bar is in the session specification. Parameters: spec : session.regular (default), session.extended or other time spec. Returns: True if the current is in session; otherwise false. ...
Library "LabelHelper" Utility for managing active labels on the chart. add(level, txt, labelColor, textColor) For displaying a lable at the last bar. Parameters: level : The value to display the label at. txt : The text to show on the label. labelColor : The color of the label. textColor : The text color of the label. Returns: The...
Library "LibraryCheckNthBar" TODO: add library description here canwestart(UTC, prd) this function can be used if current bar is in last Nth bar Parameters: UTC : is UTC of the chart prd : is the length of last Nth bar Returns: true if the current bar is in N bar
This script will add text to bars showing the price change of the bar as a percentage, both for open/close and high/low. It can be used together with Rate of Change to better get an idea of how the price moved at a previous point in time. Script uses labels for text, as there is a maximum limit of 500 labels if you want to study price movement for a specific...
This script calculates and displays some bar statistics. For the bar length statistics, it takes every length of upper or lower movements and calculates their average (with SD), median, and max. That way, you can see whether there is a bias in the market or not. Eg.: If for 10 bars, the market moved 2 up, then 1 down, then 3 up, then 2 down, and 2 up, the...