What the Code Does 1. **Draws Lines and Labels**: - It draws lines on your chart to show the high, low, open, and close prices from the previous period (like the previous day or week). - It also labels these lines with numbers that tell you how far the current price is from these levels. 2. **Shows Price Movement**: - You can see how far the price has...
Indicator draws several most important intraday levels: last day RTH high/low, ETH high/low, Half Back, Day Close and current day RTH Day Open. These levels often act as support/resistance for intraday price movements. Also, they can help to assess day character and control of power. Indicator can be used for ETH + RTH sessions. Important notes: • User must...
Hello Fellas, Hereby, I come up with a popular strategy from YouTube called Octopus Nest Strategy. It is a no repaint, lower timeframe scalping strategy utilizing PSAR, EMA and TTM Squeeze. The strategy considers these market factors: PSAR -> Trend EMA -> Trend TTM Squeeze -> Momentum and Volatility by incorporating Bollinger Bands and Keltner Channels Note:...
I tried several channels, like the supertrend, ATR, Donchian or Bollingers, but they do not seem to fit my needs. So I created a new channel to PREDICT the next impulse move of a price. The current value of the top or bottom of the channel is based on 2 previous candles (not the candle itself), and it takes into account: - The Direction of the previous candles...
Library "series_collection" A personal collection of commonly used series types like moving averages that are supported directly by the pinescript library ('ALMA', 'DEMA', 'EMA', 'HMA', 'RMA', 'SMA', 'SWMA', 'VWMA', 'WMA'), highest and lowest source, median and pivots. One single function (with overloads) that can be configured easily by the user input and can...
Market Levels provide a robust view of daily pivot points of markets such as high/low/close with both past and live values shown at the same time using the recently updated system of polylines of pinescript. The main need for this script arose from not being able to use plots for daily points because plots are inherently once drawn can't be erased and because...
Concept behind this Strategy : Considering a normal "buy/sell" situation, an asset would be bought in average at the median price following a Gaussian like concept. A higher or lower average trend would significate that the current perceived value is respectively higher or lower than the current median price, which mean that the buyers are evaluating the price...
HighLowBox+220MAs This is a sample script of libHTF to use HTF values without request.security(). import nazomobile/libHTFwoRS/1 HTF candles are calculated internally using 'GMT+3' from current TF candles by libHTF . To calcurate Higher TF candles, please display many past bars at first. The advantage and disadvantage is that the data can be generated at the...
This script produces a compiled version of rule based signals that is meant to be used mainly on 5 Min timeframe based on daily(as default) Highs and Lows on average and the main purpose is to give user settings to change and adapt based on their needs and make it as adjustable as possible. This entry strategy idea does not belong to me but for TV's in-house rule...
20/200MAs Shows 20 and 200 MAs in each TFs(tfChart,1 Lower and 4 Higher). TFs: current TF Lower TF (default: lower1) Higher TF1 (default: higher1) Higher TF2 (default: higher1) Higher TF3 (default: higher1) Higher TF4 (default: higher1) MAs: 20MA (default: sma) 1st 200MA (default: sma) 2nd 200MA (default: ema) VWAP (optional) ...
Enclose in a square high and low range in each timeframe. Shows price range and duration of each box. In current timeframe, shows Fibonacci Scale inside(23.6%, 38.2%, 50.0%, 61.8%, 76.4%)/outside of each box. Outside(161.8%,261.8,361.8%) would be shown as next target, if break top/bottom of each box. 1st box for current timeframe.(default: Chart) 2nd-4th...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- *This indicator is based on sbtnc's "HTF Liquidity Levels". It's a very cool indicator. thank you. It has 3 functions: visualization of HTF liquidity (with alert), candle color change when displacement occurs, and MSB (market structure break) line display. === Function description === 1. HTF liquidity...
This is a "Supply and Demand" script designed to help traders spot potential levels of supply (resistance) and demand (support) in the market by identifying pivot points from past price action. Differences from Other Scripts: Unlike many pivot point scripts, this one offers a greater degree of customization and flexibility, allowing users to determine how many...
Multi-Timeframe High Low Levels (@JP7FX) This Price Action indicator displays high and low levels from a selected timeframe on your current chart. These levels COULD represent areas of potential liquidity, providing key price points where traders can target entries, reversals, or continuation trades. Key Features: Display high and low levels from a...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that automatically draws a horizontal line by copying from the input High/Low. Useful for doing horizon analysis. It's possible to display Fibonacci based on the entered High/Low. You can get the alert of each Fibonacci point. - Parameter Input Upper Value: Enter the High value Input Lower...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that displays High/Low lines for each session. The Key Levels of each session can be visually recognized, which is useful for PD Array analysis. You can display the last 3 days. Based on trinity by ICT. The biggest feature is that the color shape of the line changes when reaching High/Low....
The RSI is a contrarian indicator bounded between 0 and 100 where values close to the area of 30 represent an oversold condition and values close to the area of 70 represent an overbought condition. Generally, we use the area of 70/75 and the area of 30/25 as extremes that signal a market reversal or a correction. But what if we calculate a simple way to make...
I present to you an indicator capable of determining the divergence and convergence points for any indicator you choose. It will also determine Pivot points. All you need to do is add the indicator to your favorites and call it. Next, you need a second indicator for which you want to find divergences or pivots. Next you need choise 'Oscillator Source' section in...