As an intraday trader, there are certain key levels that I care about for short-term price action on every single chart. When I first began day trading, each morning I would painstakingly mark those key levels off on the charts I planned to trade each day. Depending on the number of charts I was watching, this would take up quite a bit of my time that I felt would...
Market Levels provide a robust view of daily pivot points of markets such as high/low/close with both past and live values shown at the same time using the recently updated system of polylines of pinescript. The main need for this script arose from not being able to use plots for daily points because plots are inherently once drawn can't be erased and because...
- Draw boxes on the intersections between yesterday's high/low and the day's after high/low This will help you to visualize areas at extreme points where algo hasn't yet pushed price to recover them
OVERVIEW This indicator automatically identifies and draws recent high-probability support and resistance levels (recent key levels). Specifically, yesterdays highs / lows, premarket highs / lows, as well as yesterdays end of day Volume Weighted Average Price and trader specified Moving Average. This is most useful on charts with intraday time frames (1 minute,...
Plots the Extensions of Yesterdays and Last Weeks High Low Close Unfortunately all of the levels wont always show therefore it is good use this in conjunction with my Levels script I tried to combine the 2 scripts but doing so gave me memory overload errors in Tradingview thats why I have made them separate
A script which marks a line pointing the highs and lows of the previous trading day.
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.
My friends, this is a very simple script, but it has some work to function the way it currently does. Basically it prints the HIGH and LOW from previous day into the current day. This forms like a channel. It's useful to visually detect when the price cross over the yesterday's high, or close under yesterday's low. You can activate/deactivate colors as input...
I have recently been reading How to Day Trade for a Living by Andrew Aziz and one of the important support and resistance levels he talks about is the Previous Day Close Price. I did not find an indicator that would simply plot this so I wrote a short simple pine script to plot the indicator. Please feel free to edit or suggest improvements.
created by AutemOx twitter: @joyrider5 reddit: /u/joyrider5 This creates lines at yesterdays open, close, high, and low. It is pretty amazing use of the timenow and dayofweek variables if I say so myself 8)