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.
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...
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...
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...
Different version of the CM one but everything is configurable and easy to manage. Daylight savings may also be toggled, I cannot automatically toggle it yet but hopefully with a pine update I will be able to. It had the four main sessions but version two could possibly have all of them as optional toggles Hope it is useful
This is the acceleration of a chart written in pine. It's the second derivative otherwise the derivative of the momentum. It shows how fast a stock's momentum is changing and in what direction. As standard I left the controls in the settings for source and length of the estimate. I will be incorporating this in other more complicated scripts here shortly
Momentum written in Pine You are able to change the source with this.
Finds gaps. Nuff said Ill make an overlay version