Simple script which marks out key swing highs & lows. One of the only indicators I have on the chart most days - perfect for naked charting - quickly helps you to visually identify key areas of interest An extension of Bill Williams fractals - aka short term swing points Allows you to filter for only the most prominent swing points - you can even overlay...
This script automatically draws the high/low of after hours and pre-market
Automatically label pivots as HH/LH and HL/LL. The criteria for determining pivot points can be configured.
The indicator is based on the search for the lowest bars in a given period (can be customized). You can add a search for the highest bars to determine the closed order points. You can add a filter by the value of the RSI (you can customized it separately for buying and selling). Alerts for buying and selling are set. It can be used to work with bots, for example...
This '4C Daily Levels Suite + Premarket High/Low' indicator is a clean way to automatically plot important daily levels including: Prior Day High Prior Day Low Prior Day Close 50% level between Prior High/Low Today's Open Today's Premarket Low+High This Daily Levels indicator is unique in its ability to: -Plot all of the daily level PLUS premarket high/low...
An improved version for minimum and maximum in a day trading session. You can choose the session resolution, it ranges from 1 minute to 1 week. It works well for stocks and non-extended sessions due to security() function limitations. Any suggestions, please leave a comment. Happy trading.
Simple script to show key levels of current day and previous day. Labels can be turned on and off as needed. Line colors, thickness and style can be changed. Modified the "M/W/D Level" script from paaax. Credit for original code goes to him. Link to script and profile posted in code of this script.
This code is modified to draw the first 15 minutes(variable in setting by default 15m is set) of the high and lows through out the day. It will work on time frames less than than or equal to 1st input. Hope this code helps you all. IMPORTANT SETTING DETAILS: 1.Res = input(title="Starting X minutes lines to be Displayed",defval="15",...
Simple script to overlay swing highs and lows. A Swing High (SH): a price bar high preceded by two lower highs (LH) and followed by two lower highs (LH).
Previous Day High and Low Breakout Bar Color
Always buy wholesale, sell it all at retail. Similar to Squeeze Momentum Oscillator with simpler coding. Pair this with the 'Buy Low, Sell High Arrows' indicator
52 Week High / Low Indicator A simple, unobtrusive indicator that can be used on any timeframe to display the 52 week high/low values. Features Works on any timeframe. Unobtrusive: Simple horizontal lines showing only the current 52 week values. Allows the user to select whether to calculate the 52-week values from candle close values or the...
A very simple script to plot the yesterday's OHLC, to be used in an intraday graph. There were other scripts like this, but their code was ugly, filthy, smelly, and WET, so I did this.
This script provides following levels: 1. ORB Level - You can adjust the timeframe of Opening Range (plots from 9am to 4pm) 2. ORB Fib Extension - 1.618 and 2.618 Fibonacci Extension of ORB High and Low (plots from 9am to 4pm) 3. Previous Day High/Low/Close - You can adjust color/thickness of the lines (plots from two days ago so that you can clearly see the...
i edit this indicator to connect it with my bot to auto trading and he take the info from the volume, so when he is give me a single the bot take just 0.50% to 1% for 3 - 5 trade in day and this perfect, if u use a manual trading this indicator can reach to from 10% to 80% in some point . the indicator have 3 line (Red , Purple, Yellow) 1- The yellow line...
WARNING: Experimental and incomplete. Script is open to development and will be developed. This is just version 1.0 STRUCTURE This script is trained according to the open, close, high and low values of the bars. It is tried to predict the future values of opening, closing, high and low values. A few simple codes were used to correlate expectation...
Update to the zigzag, now it ignores the second top/bottom untill it finds a inversed top/bottom. TBTBTBTBTBTBTB instead of TBBTTBTBBTBTTB. Updated to V8, link bellow in the related ideas.