Yesterday Line: Lines at Yesterday's Open, Close, High, and Lowcreated 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)
在脚本中搜索"low"
ka66: Period-Bounded High/Low LinesIndicator: Period-Bounded High/Low Lines
There's a few similar ones on TradingView already (as expected), nothing particularly special about this, was just fun to write the logic for it, and understand how it might be used to trade.
Interestingly, I just came across the idea from watching Adam Grimes' Chartschool video, "Anticipating Intraday Action":
www.youtube.com
Thought it was pretty neat. Use the "Daily" bound (default) with intra-day interval charts to get the same effect as in the video.
Now, to watch the video for its actual purpose. ;-)
DayLowDayLow(x) tracks the days since a new low on a chart. I like to use this indicator to track trends up and down. I use a double DayLow indicator: DayLow(5) Red Line + DayLow(6) shaded red This is a short term indicator to let new know a stocks weakness early on the chart.
Bollinger Band with Touch Alerts and Disappear on Low TimeframesModified Bollinger Band with Touch Alerts and Disappear on Low Timeframes
Last High and Low Level (Daily, Weekly or Monthly) This script shows a high and low period value.
Width - width of lines
SelectPeriod - Day or Week or Month and etc.
LookBackPeriods - Shift levels 0 - current period, 1 - previous and etc.
High and Low Levels This script shows a high and low period value.
Width - width of lines
SelectPeriod - Day or Week or Month and etc.
LookBack - Shift levels 0 - current period, 1 - previous and etc.
MTF Previous Open/Close/RangeThis indicator will simply plot on your chart the Daily/Weekly/Monthly previous candle levels.
The "Auto" mode will allow automatic adjustment of timeframe displayed according to your chart.
Otherwise you can select manually.
Indicator plots the open/close and colors the high-low range area in the background.
Hope this simple indicator will help you !
You can check my indicators via my TradingView's Profile : @PRO_Indicators
HalHighest High and Lowest Low within a given length. Default is 260 bars (approx 1 year)
Separated in 3 thirds with 2 middle lines. Lowest third, middle third and highest third.
Highest High and Lowest Low channel Backtest Highest High and Lowest Low channel Strategy
You can change long to short in the Input Settings
Please, use it only for learning or paper trading. Do not for real trading.
hi/low levels and fibsSlight development on previous range hi/low script. Plots highest lowest price over x periods, and the mid-point. Added to this are 2 sets of fib lines. That's it! :)