This script is a modification from the awesome "Support Resistance - Dynamic v2" by @LonesomeTheBlue This script is very similar to the original indicator mentioned above, but with a modification that, in my opinion, would be very useful for many traders. It enables the option to choose different timeframe to calculate the S/R levels. Very often, traders would...
Imagine bollinger bands, but instead with multiple customizable moving averages. MAZ contains moving averages that act as support and resistance. This can lead to potential use for stop loss and take profit decision-making along with potential signs of reversals. Features Areas of Confluence Display Options Data Window Default Settings (with Data...
Key levels, plotted automatically Additional timeframes can be added on request Useful for seeing strength of the trend in the market
My first attempt in Pine. It is a Donchian Channel, but in stead of the median line I added the four Fibonacci lines and colored three of the five ensuing zones in suggestive colors. The blue zone is up trend zone The gray zone is ranging zone The orange zone is down trend zone. The white zones are 'in betweens' For the fibs to function properly it needs to be a...
The Peak Activity Levels indicator displays support and resistance levels from prices accompanied by significant volume. The indicator includes a histogram returning the frequency of closing prices falling between two parallel levels, each bin shows the number of bullish candles within the levels. 1. Settings Length: Lookback for the detection of volume...
ZONE BUY STRATEGY In this method look for recent block of black candles and take the before black candle as base handle ,Draw a line forward with the value open and close of the base candle ,When the price falls into this region next in near future execute buy order. Stop loss wont work.
Simple script that automatically plots support and resistance lines based on the pivot points of the number of candles you choose to look back upon. All options are editable.
Simple indicator to visualize Transient Zones (TZ) and Potential Transient Zones (PTZ). The last 3 numbers in the header represent: probability of true TZ (black), probability of PTZ (navy) and probability of PTZ resolving (gray). Original ForexFactory thread by EURUSDD www.forexfactory.com Version 1.1: - Added TZ/PTZ occurrence probability thanks to...
Example of how to apply and use Dynamic Zones with an indicator by injecting it's source into my adaptation of the original idea by Leo Zamansky, Ph.D., and David Stendahl. • Load your desired oscillating indicator on your chart (CCI, RSI, etc). • Load my "How To Use Dynamic Zones" indicator on your chart. • In the "How To Use Dynamic Zones" indicator settings...
Key Levels Backtest, same logic as the key levels script, provide levels based: High, Low, Mid and Close. This was requested, took a long time to post as I fell sick and was given a lot of Dev Work. Hope this helps those who use it, very useful to see liquidity grabs in my opinion. Input time in minutes! Result of a user request.
This is an indicator that draws support and resistance zones / levels based on price action in and around Keltner Channels. There are 3 different modes; Draw zones based on price breaking the upper band Draw zones based on price breaking the lower band Draw zones if price stays within the bands for a prolonged period of time. You can also decide if...
I was asked to do one of those, so here we go... As always free and open source as it should be. Do not pay for such indicators! A WaveTrend Indicator or also widely known as "Market Cipher" is an Indicator that is based on Moving Averages, therefore its an "lagging indicator". Lagging indicators are best used in combination with leading indicators. In this...
A simple script that allows you to plot 8 different zones of support and resistance. Enter the high and low of a support/resistance zone, and the script will fill the range for easier viewing. Open source and all settings can be customized.
This is a new take on Traditional Pivot Points. By modifying the calculations, we were able to create "pivot zones" with a decent degree of accuracy.
(My goal creating this indicator) : Provide a way to categorize and label key structures on multiple time frames so I can create a plan based on those observable facts. The Underlying Concept / What is Momentum? The Momentum shown is derived from a Mathematical Formula, SUPERTREND. When price closes above Supertrend Its bullish Momentum when its below Supertrend...
This script finds wicks that are longer than the candle body and marks them as potential trading zones to be revisited. Lines, shading, and lookback can all be modified. Full credit for original code goes to @Squam_Gobaloochee. We updated to Pinescript V5 and cleaned up code. We reached out to original for permission to repost publicly and open source.
Updated version 1.1: Simple indicator to visualize Transient Zones (TZ) and Potential Transient Zones (PTZ). Original ForexFactory thread by EURUSDD www.forexfactory.com Todo: - Mid bar transient zones detection - Draw rectangles for zones (once rectangle drawing gets implemented in pine script) - Mark forming PTZs more clearly
Sharing a simple gap zone identifier, simply detects gap up/down areas and plots them for visual reference. Calculation uses new candle open compared to previous candle close and draws the zone, a mid point is plotted also as far too often it's significance is proven effective. Works on any timeframe and market though I recommend utilizing timeframes such as...