This script plots the extended session highest high and lowest low levels. It works on any time frame from 1 minute to daily. Please note that during the extended session, TradingView stops updating the daily chart. This means that once the script is loaded on a daily chart, it will not be updated until the market opens, unless you manually reload the layout...
Shows pre-market highs and lows on RTH or ETH chart -Pre-market duration user input (default is 16 'bar hours'; covering the time from S&P RTH close at 4pm >> 9:30am RTH open next day -Displays on both RTH and ETH charts -Written for ES (ES1! or e.g ESM2023), but tested and working on SPY, SPX -Works across timeframes Example usage on Electronic trading hours...
Similar to my last script, although this one uses the RSI value of (highest high - price) / (price - lowest low) to feed into the the logic creating the dynamic length. Choose how the length curve works by selecting either Incline, Decline, Peak or Trough. Lastly select the moving average type to filter the result through to smoothen things out a bit to find...
Multi Timeframe Converging Lines Indicator. Using the highest/lowest Values at 2 different lengths. Convergence created by taking the highest/lowest value and subtracting/adding the # of barssince the highest/lowest bar was set multiplied by the price multiplied by the float. Curves are created from averaging out the emas of the center lines of the...
HHV and LLV gives good information about the trend. A trend will be visible when its seen with fast and slow line cross UP trend: HHV_fastline = HHV Slowline and LLVfastline crossover LLVSlowline DOWN trend: HHV_fastline crossunder HHV Slowline and LLVfastline !=LLVSlowline Attempted to plot the same with multiple options to choose fastline length,...
This indicator shows the distance between the current price and the Moving Average price. Key Features: Show the distance between price and Moving Average (Read Distance Calculation for more information) Show Historic Highs and Lows Show Highest High and Lowest Low Show current Highest High, current Lowest Low and current distance Key...
This is a simple but efficient indicator. Its made from an oscillator, which is calculated from the current close price with the highest high and the lowest low over a period of time. This way we can see how much prices has changed over a X ammount of candles ( in positive or negative ) .
Level: 1 Background A breakout refers to when the price of an asset moves above a resistance area or below a support area. Breakouts indicate that the price may be trending in the direction of the breakout. Function L1 Breakout Indicator utilizes highest() and lowest() functions to define breakout levels. Use ema() to draw a trade line to detect the distance to...
Highest / Highest High Highest (Data) - HHV (Data, Period) Lowest / Lowest Low Lowest (Data) LLV (Data, Period) These functions calculate the highest / lowest value of a selected data. Highest High and Lowest Low options are mostly used. The Highest function calculates the highest value of the selected data in the past. The Lowest function calculates the lowest...