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...
Range Filter Buy and Sell 5min - the @guikroth version, republished. Since this popular version of the Range Filter is no longer available via the original author, I republish it here under the same name. This version remains true to the guikroth version from the calculations to the default settings and comments in the code, with the exception of an update to...
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...
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...
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...
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.
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
FIRST 5-MINUTES ZONE -------------------------------- This script displays the first 5-Minutes high and low range zone and shades in gray color for identification of the zone. HIGH - LOW BREAKOUT ---------------------------- As we all know that a stock's best breakout level is its previous day's high or low. Hence I designed the script to automatically draw a...
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...