Hello everyone, today I'd like to share a script, which enables you to use external logic to plot levels on your chart. How does it work? The concept is based on two scripts. One script, which uses an external input as a trigger to print a new level and one script that calculates an output, which will be fetched. Sounds complicated? It really is not! Let's...
Inspired by @LazyBear's/@timwest's script: Usage: support and resistance levels based on averaging price around earnings and quarterly opens. What it is plotting: 1. A horizontal level whenever earnings occur. If actual earnings is higher than estimated, the line turns green, else red. 2. A horizontal level every quarterly open, colored black. 3. An...
This script is a mixture of my two previous scripts "True Strong Classical Support/Resistance Levels" and "Hidden Supports & Resistances + Round Levels". This combination brings on better identification of the most efficient support/resistance levels. Note that "Hidden SnR Levels" part of the code is only expected to work on Forex charts, but apart from that, the...
Description: It's just levels of previous periods, with the inclusion of 4 hour and and month. Nothing special. Setup: Should be mostly self explanatory... but selecting either the 4 hour or month check boxes will override the dropdown selection. Checking both the 4 hour and month boxes together will cause it to default to whatever has been selected in...
If you trade Forex this is the indicator you need above all. Most recent six highs and lows on the daily, weekly, and monthly (includes current day). Support and resistance isn't quite what it is...until when that's exactly how it often plays out on the lines. They are called bank levels for a reason. *Not every line will support or resist of course*
0.65 -0.666 Fib levels or commonly know as the CC pocket Marks Strong Support/Ressitance, Use with conflunce. Lookback Length is adjustable Let me know any suggestions or ideas which could help improve
A simple way to identify potential breakouts at the New York market open. This indicator plots the high and low of the New York Pre-Market, providing a great visual of a potential breakout levels.
Opening Levels is an indicator to draw lines on the opening prices of the current day, week, and month. Inputs: 1. Line Width :- Opening Levels Line width, from 1 to 10 2. Right Offset :- Right offset from current bar, from 0 to 50 3. Line Style :- Select line styles from 4. Show Label :- Show or hide price labels 5. Day Level Color :- Current...
Hello Traders, If you trade Forex and Indices this indicator will help you identify Buying and Selling levels that Banks are interested in. These levels are displayed on all time frames. Colors of the lines can be customized. I also added code to show two EMA's, just uncomment the code to show them. :-) How to use this indicator. Show Bank Zones - this...
Draws horizontal lines for Daily, Hourly (1) and Weekly levels. Really handy to switch on quickly when scalping. Light blue: Previous hour OHLC Thick light blue: Previous hour Close / current hour Open Dark blue: Yesterday OHLC Thick dark blue: Yesterday Close / today Open Purple: Weekly Open It's a bit ugly, I'd prefer horizontal rays instead of lines...
The Rainbow Oscillator is a technical indicator that shows prices in overbought or oversold areas. That allows you to catch the price reversal point. --------------- FEATURES --------------- .:: Dynamic levels ::. The indicator consists of levels (price reversal zones) that correlate with each other with other fibonacci numbers. Each level causes the...
This indicator shows market structure. The standard method of using Williams Highs and Lows as pivots, is something of an approximation. What's original here is that we follow rules to confirm Local Highs and Local Lows, and strictly enforce that a Low can only follow a confirmed High and vice-versa. -- Highs and Lows To confirm a candle as a Local High, you need...
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...
This script is an attempt to display Fibonacci Levels in Auto Mode. It allows for: Select Higher Time Frame (HTF) Indicate How Many Bars from HTF to Use to Find Highs/Lows Manual Mode: Overrides HTF selections Number of Bars Back to use in Manual Mode Show/Hide each one of the Levels Highlight RLZ
This indicator automatically draws up to Three Sets of Fibonacci Pivot levels based on the previous Candle period's Range (High-Low). The HLC3 is used as the default Pivotal level. Only the most Recent period Candle Levels are displayed. The longer Weekly and Monthly sets are particularly useful in finding long term Supply and Demand levels. The three sets of...
Plots the daily ATR on the chart as upper and lower levels. It can be use to adapt your trading in high and low periods of market volatility, determine reasonable target or take profit, entry at likely mean reversion, stop loss beyond normal flows etc... More on the script behavior: - Daily ATR upper/lower levels are applied on the current day low/high; - The...
Hi friends,, This indicator is based on modified fib levels. Buy above 23.7% from recent low and sell below 72.7% from recent high. 15 mins close above or below the entry levels Recommended. use Heiken Ashi candles for trend confirmation. USE RSI 60/40(UNCONVENTIONAL) For additional conformation
Quick dirty code for personal use. Plots previous OHLC levels based on a selected time-frame on the chart. Not bad if you want to see different time-frame levels. Fill function can serve to highlight the daily range (high-low or open-close) on non-standard charts Uses base code from JayRogers