Filled support resistance zones for better visualization.
This script automatically draws the high/low of after hours and pre-market
Previous Day High and Low Breakout Bar Color
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.
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...
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...
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...
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",...
Renders the high and low values from previous days. Useful alert conditions are provided: "Less than low" and "Greater than high". Configuration: The number of days is configurable with a default of 1. The source of the high and low values. Use the close value instead of high and low values. Default is false. The example above uses 2 days to...
With this oscillator you can see how higher and lows are developing against each other
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.
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
This simple script draws the previous higher timeframe candle high/low to your chart. You can also make the script paint the zone between the low/open and the high/close.
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...
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...
About: I developed the original as an experiment to potentially replace or augment my BB and RSI based strategies. After some back-testing I could see some really interesting results but it wasn't quite where I wanted it, so after some tweaking and further back-testing, and adding in more MA options, here we are. Mostly tested on 1h and greater time-frames using...
Simple script used to show the previous day/week/month high and low as an overlay on the chart