It takes the maximum and minimum session prices according to the entered time ranges and display them on the screen. When those values are reached, it marks them as taken. Additionally, it displays the values and how much they moved in PIPs during those sessions in a table in the top left corner using the difference between max and min values. Also, mark the...
The main idea of this oscillator is to place the OBV oscillator and its oscillation around the range of 0 and around -50 to +50 and for this scaling of the "On Balance Volume" oscillator, I have used Min-max normalization. Since this oscillator does not have a specific minimum and maximum, just setting the maximum and minimum does not seem the best thing to do. As...
This script can be used as a visual aid in seeing the last highs and lows of price in a specific time period. It automatically updates the plots if new highs or lows are made within the given lookback period. This is a fairly basic version currently, with new added features coming in future updates such as range between high/low and half and whole number detection.
Hi, I have created Artharjan Volume Analysis indicator dashboard which gives following information about the volume to the traders. It has two rows. The first row containing volume information is for the Daily Timeframe and the second row containing volume information for any other timeframe of your choice (Basically Chart timeframe) It gives following...
Nome: Scalping The Bull (Indicatore) Categoria: Scalping, Trend Following, Mean Reversion. Timeframe: 1M, 5M, 30M, 1D, secondo la conformazione specifica. (follow description in english) Analisi tecnica: l’indicatore supporta le operatività descritte nei video di YouTube del canale “Scalping The Bull”. Di norma si basa su price action e medie mobili...
An indicator that let's you visualize the current drawdown and maximum drawdown from an All-Time High
Trend indicator. It is based on a simple moving average, the maximum and minimum of this moving average for the period. When the moving average coincides with its maximum for the period , the trend is rising, when the moving average coincides with its minimum for the period, the trend is falling. The optimal periods should be selected for each timeframe and...
I created this indicator based on one of my ways of analyzing the BTC trend in particular, I noticed that the break of the first weekly candle usually indicates the trend for the rest of the month. This indicator has a bug in which if you change the timeframe of the indicator it will show erroneous values If you use the candlestick chart, you will need to pull...
This is a study intended to port the work of /u/QuantNomad's "Kozlod - All-time high/low alerts" to pine version 4 without giving any alerts. It is intended to capture the most extreme points on any given price chart in real time, the absolute high and absolute low points. Ideally, the plotted lines would strictly diverge from one another in opposite directions...
Releasing this test script for PVT ratios using sub-interval harmonics at a 1D, 4H, 1H, 45M, 15M and 5M level. It basically takes the PVT values for a rolling periodic interval and gets the (avg - min)/max for that interval (the ratio). Then it colors it based on the subinterval next to it. Just think of it as rolling Ichimoku clouds, but in real-time using...
A divergence between volume and price indicator, based on custom filter function. Each lines represent a length on wich the divergence is calculated. It goes to 60 len a the base to 2000 at the high. ( You have to decrease the timeframe if your looking on a new chart). Colors represent a level of the oscillator who is calculated for each lengths. What can you...
Easy options, you can toggle the lines and other things. Even turn of the histogram.
Search indicators for "clouded" to find this one, and add to your chart. Takes lowest(min) and highest(max) of several bars, averages that over several bars, shifts by half of the middle of those two bar numbers, and colors the inbetween by candle color. You can choose 3 parameters. Please give feedback, or donation. Thanks.
Updated to work with Pine updates: London DST timezone still broken. Will fix later. As always full customization visually, with London fix I'll add more options. Keep in mind the render resolution option
It selects the min/max price for btc/usd from a set of exchanges and shows them on the chart. It is possible to add or remove exchanges by editing the source code
Trying different solutions to find the minimum/maximum value in a set of predefined series
This indicator adds a level of adaptivity to the simple Donchian Channel by adjusting the sensitivity (lookback periods) of the channel's upper and lower bounds based on the amount of time that has elapsed since the price has hit/expanded the channel boundaries. Comparing the results of this indicator to the standard Donchian Channel, the readier level of...