The Volume-Accelerated Directional Energy Ratio (VADER) makes use of price moves (displacement) and the associated volume (effort) to estimate the positive (buying) and negative (selling) "energy" behind the scenes, enabling traders to "read the market action" in more details and adjust their trading decisions accordingly. How does VADER...
Hello All, For long time I got many request for Renko Candles and now here it's, Renko Candles Overlay . I tried to make almost everything optional, so you can play with the options as you want. Let see the options: Method: the option for brick scaling method: ATR, ATR/2, ATR/4, Percent, Traditional - ATR Period: period for Average True Range and it's...
Pivot Points High/Low, sometimes referred to as "Bar Count Reversals" allows highlighting market prices local tops and bottoms. This method compares the price value at a certain index within a user-specified window length and tests whether it is the highest (pivot high) or lowest (pivot low). This method can return successive pivots of the same type, thus missing...
A different approach to SuperTrend: adding 100 periods Exponential Moving Average in calculation of SuperTrend and also 0.5 ATR Multiplier to have a clear view of the ongoing trend and also provides significant Supports and Resistances. Default Moving Average type set as EMA (Exponential Moving Average) but users can...
Anıl Özekşi's latest development on his precious OTT - Optimized Trend Tracker: In this version, there are two lines of OTT which are derived from HIGHEST price values (HOTT) and LOVEST price values (LOTT) which were originally sourced to CLOSE values on default OTT. Another significant difference is there is no...
Hello traders! I have been developing a fully customizable algo over the last year. The algorithm is based on a set of different strategies, each with its own weight (weighted strategy). The set of strategies that I currently use are 5: MACD Stochastic RSI RSI Supertrend MA crossover Moreover, the algo includes STOP losses criteria and a taking...
Volume Profile (also known as Price by Volume) is an charting study that displays trading activity over a specified time period at specific price levels. It is plotted as a horizontal histogram on the finacial isntrumnet's chart that highlights the trader's interest at specific price levels. The histogram is used by traders to predict areas of support and...
OTTO - Optimized Trend Tracker Oscillator is a derivative of Anıl Özekşi's OTT - Optimized Trend Tracker: It is more sensitive to price movements when compared to its ancestor OTT. There are 2 more parameters of VIDYA moving average lengths FAST and SLOW. Fast VIDYA has length of 10 bars and Slow VIDYA has...
This is my version of Super Trend Strategy The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX , CLOUD It works in such a way that...
Hello! BE SURE TO RUN THE SCRIPT WITH BAR REPLAY TO SEE WHAT IT DOES! I hope you like it! This script calculates the total short volume, total volume, and the short volume / total volume ratio since the 2-year high price. In addition, the approximate dollar value of all short volume since the 2-year high, and the approximate dollar value of all non-short sell...
Hello All, This is an experimental work to show 10 moving averages in 3D by using linefill.new() feature of the Pine language. You can set moving average type as Simple (SMA) or Exponential (EMA) You can set "Starting Length" and set the "Step" to calculate other lengths. For example; if "Starting Length" is 10 and "step" is 5 then the lengths are 10, 15, 20,...
“KCGmut” stands for “Mutations Of Keltner Center Of Gravity Channel”. After adding the ‘KeltCOG Width’ label to the KeltCOG, I got the idea of creating a subpanel indicator to show the development of the width-percent in previous periods. After some more thinking, I decided that the development of the COG-width-percent should also be reported and somehow the...
This indicator will acquire the financial data provided by Tradview. the data is compare between Quarter, Annual and TTM in term of percent of growth. YoY, QoQ and CAGR is also available by this script (The minimum is 4). in addition, ploting of data, label and table also available (you can check the mark to toggle on / off). Data : Revenue, Net Income,...
Momentum Bars (Mo_Bars) offers a different way to visualize (relative) momentum - and uses some simple TA concepts to provide a different perspective into how we read momentum changes and incorporate that in our trading. The idea here (and the script itself) is really super simple, and is (very loosely) inspired by Elder's Impulse System (EIS) - then evolved to...
Using one indicator as the core for another one to improve certain aspects while offering an alternative user interaction can be very interesting in technical analysis. This indicator is a modification of the popular Ichimoku indicator using the equally popular Supertrend indicator as its core, thus no longer entirely relying on calculations done over a fixed...
█ OVERVIEW This library is a Pine programmer’s tool containing a variety of strategy-related functions to assist in calculations like profit and loss, stop losses and limits. It also includes several useful functions one can use to convert between units in ticks, price, currency or a percentage of the position's size. █ CONCEPTS The library contains...
Hello This bot got best performance at BINANCE:BTCUSDTPERP (60min) , I recommend add this script exaclly to this pair the idea behind this bot was to use support or resistance breakout The core of this strategy is the support and resistance levels through the use of automatic detectors of these levels in the bullish case, when the resistance is broken, the...
Ultimate Indicator is using Linear Regression, Standard Deviation & Pearson Correlation Coefficient to draw Auto Trend Lines to show the market direction, and find Resistance & Support to determine Entry & Exit Points. Including other features like Fibonacci EMA Ribbons, Spread Percentages, and Peak & Trough as X Cross & Diamond Shapes.