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)