The Breakout Detector (Previous MTF High Low Levels) indicator highlights breakouts of previous high/low levels from a higher timeframe. The indicator is able to: display take-profit/stop-loss levels based on a user selected Win/Loss ratio, detect false breakouts, and display a dashboard with various useful statistics. Do note that previous high/low levels are...
The Ranges With Targets indicator is a tool designed to assist traders in identifying potential trading opportunities on a chart derived from breakout trading. It dynamically outlines ranges with boxes in real-time, providing a visual representation of price movements. When a breakout occurs from a range, the indicator will begin coloring the candles. A green...
The Targets For Overlay Indicators is a useful utility tool able to display targets during crossings made between the price and external indicators on the user chart. Users can display a series of two targets, one for crossover events and another one for crossunder event. Alerts are included for the occurrence of a new target as well as for reached targets. 🔶 ...
The Targets For Many Indicators is a useful utility tool able to display targets for many built-in indicators as well as external indicators. Targets can be set for specific user-set conditions between two series of values, with the script being able to display targets for two different user-set conditions. Alerts are included for the occurrence of a new target...
The Market Structure (Breakers) indicator aims to detect "Breaker Market Structures", an original concept inspired by breaker blocks, and extend on the original concept of market structures by extending existing MS levels, providing supports/resistances as a result. Various graphical elements are included that highlight the interactions between price and Breaker...
Pocket Pivot Breakout Indicator The pocket pivot breakout indicator will show a blue arrow under the candle if both the following conditions are met: 1. The percentage change of the candle on that day from open is greater than 3%. 2. The volume on the day of 3% candle is higher than the highest red volume in the past 10 days. The second condition is based on the...
Our new "Trend Lines" indicator detects and highlights relevant trendlines on the user chart while keeping it free of as much clutter as possible. The indicator is thought for real-time usage and includes several filters as well as the ability to estimate trendline angles. 🔶 USAGE Trendlines can act as support/resistance, with a higher number of tests...
Trend Line Xross (TLX) Uses User Input Points to draw trendlines and displays the exact intersection point of those trendlines. This is the public indicator of the practical application for this intersection method included in my entry for Pinefest #1. To determine the exact intersection point I am using the y-intercept method as seen below. The code is...
Hey there, this is my first time publishing a strategy. The strategy is based on the London Breakout Idea, an incredibly popular concept with abundant information available online. Let me summarize the London Breakout Strategy in a nutshell: It involves identifying key price levels based on the Tokyo Session before the London Session starts. Typically, these key...
This indicator is based on popular London breakout strategy. but as I noticed that it don't work good with breakouts so I made it to be used as reversal entries as well. By default the timing is set for asian session but you can change it according to your need. Use as breakout Use as liquidity sweep Note: On some pairs the timing changes...
// ================================= Trend following strategy. // ================================= Strategy uses two channels. One channel - for opening trades. Second channel - for closing. Channel is similar to Donchian channel, but uses Close prices (not High/Low). That helps don't react to wicks of volatile candles (“stop hunting”). In most cases...
Library "Touched" Breakout(zone, lookback) Tells if the zone has been broken on the current bar. Parameters: zone (Zone) : The definitiin of the zone. lookback (int) : How many bars to look back. Returns: a Touch object that tells if the zone has been broken up or down. FalseBreakout(zone, lookback) Tells if the zone has a false breakout...
This is a strategy intended primarily for algorithmic traders. It's a pseudo-grid bot that uses a dynamic, volume-weighted grid that only updates when the RSI meets certain conditions. It's also a breakout strategy, whereas normal grid bots are not (typical grid bots sell when a higher grid is reached, whereas this strategy sells when a lower grid is breached...
The Range Detector indicator aims to detect and highlight intervals where prices are ranging. The extremities of the ranges are highlighted in real-time, with breakouts being indicated by the color changes of the extremities. 🔶 USAGE Ranging prices are defined by a period of stationarity, that is where prices move within a specific range. Detecting...
The Range Breakout Signals (Intrabar) is a novel indicator highlighting trending/ranging intrabar candles and providing signals when the price breaks the extremities of a ranging intrabar candles. 🔶 USAGE The indicator highlights candles with trending intrabar prices, with uptrending candles being highlighted in green, and down-trending candles being...
The script shows the opening range of the instrument based on different resolutions and timeframes. Inputs : 1. Resolution It decides the calculation frequency of the script. In Auto resolution, Standard values have been used. 2. Timeframe It decides the timeframe for the OHLC values. By default, it will use the chart timeframe and so chart OHLC values. 3....
This indicator tries to identify the points where the price exceeds or falls below a rectangle based on the opening and closing prices of the previous period, the creation of the boxes occurs when a doji is detected therefore it will calculate the coordinates of the rectangle that will be drawn around it, therefore the indicator offers buy or sell signals based on...
█ Overview The TrendCylinder is a dynamic trading indicator designed to capture trends and volatility in an asset's price. It provides a visualization of the current trend direction and upper and lower bands that adapt to volatility changes. By using this indicator, traders can identify potential breakouts or support and resistance levels. While also gauging...