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 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...
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...
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
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...
Easy options, you can toggle the lines and other things. Even turn of the histogram.
Momentum written in Pine You are able to change the source with this.
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...
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