THE LINES The indicator plots a horizontal price line at a specified hour and minute (default: 9:30 - Equities Open). This line extends for a predefined number of minutes (default: 60 minutes - Opening Range Full Spectrum). Additionally, the indicator can plot two vertical lines: one at the selected start time and another at the end of the horizontal line. ...
This indicator is designed to plot vertical lines at specified hourly intervals on a trading chart. The indicator includes default settings to draw vertical lines at every hour of the day and provides users with the flexibility to customize up to six additional vertical lines at specified times. Traders can use the vertical lines to segment the trading day,...
A vertical line plotting function is missing in Pinescript. This is another method to plot vertical line on a chart, and an improvement on my previous script "vertical lines" . The script hacks the plotcandle function to display just the wicks without the body. This hack simulates a vertical line. The body of the candle is non-existing since the open and close...
█ Moon Phases From LuxAlgo description. Trading moon phases has become quite popular among traders, believing that there exists a relationship between moon phases and market movements. This strategy is based on an estimate of moon phases with the possibility to use different methods to determine long/short positions based on moon phases. Note that we assume...
🦾 USE - Vertical lines drawn ON TOP of chart at selected key times of the day, week, month, year. - You can use it at any symbol (as far as I know). - Programmatic alerts available. - Lines from lower time-frames are selectively NOT visible at higher time-frames. Example: At 1h time-frame, vertical lines from 1h and 4h intervals are not visible. Drawing them is...
This indicator that draws vertical lines for each year and month starting from the specified date and time. For example, starting from August 26th, 2022, The annual vertical lines are Aug 26th, 2022, Aug 26th, 2021, Aug 26th, 2020, Aug 26th, 2019, Aug 26th, 2018, Aug 26th, 2017... It is useful to check the action of the chart at the event of each year and...
This indicator shows the percentage variation of: gap close to close (day including gap) open to close (without gap) The green bars represent the days when the variation did not reach the selected range. The red bars show the days when the variation was higher than the selected range. Best timeframe : DAY
SPEICALLY USED FOR BANKNIFTY RIGHT NOW Draw vertical lines based on script, based on many conditions : Conditions used right now are : 1. its a wednesday and the range of day is less than 600 points
This script allows you to set Horizontal and Vertical offset to EMA lines. Default settings is to have one set of EMAs to show bearish wave (red line and circles)and the second set to show bullish wave (green line and circles). It also includes supporting EMAs & SMA for direction and confirmation Timeframe option allows you to overlay Higher TF EMAs onto the...
Plots a vertical line on each hour. Only goes back so far. This indicator is great to look at the structure of the 15m, 5m, 3m, or 1m within the block of a 60m candle.
This script plots vertical lines on charts or indicators. Unfortunately pinescript is lacking a vertical line plotting function. Vertical lines are useful to mark events, such as crossover of levels, indicators signals or as a time marker. After searching the internet for a long time and trying different scripts, this script is the simplest and visually the...
This is a simple script to add highlighted lines on the daily open. It uses UTC as timezone.
A simple script for keeping track of your options portfolio. Basically, you can write one line of code per strategy (single, vertical, or strangle) to keep a line drawn on the underlying's chart, at the strike price, from the current bar until expiration. See the comments at the top of the code for more explanation.
USAGE 1. Select the type of contract (call or put), the long strike, and the width. 2. Select the volatility model 3. The standard deviation is shown, enter it into the input. The tool gives a theoretical price of a vertical spread, based on a historical sample. The test assumes that a spread of equal width was sold on every prior trading day at the given...
I made this indicator mostly for personal use but there may be few others who would like to have vertical lines occur every day in specific our on chart. I am no developer and all I did was copy @allanster's work and delete few lines and duplicate few others. Code will be open for anyone to edit since it was not my code to start with after all. Hopefully this one...
Example of various methods to show dashed or solid vertical lines on chart based on using either session or time. Credit for line method goes to midtownsk8rguy -> Credit for plot method goes to PineCoders -> www.pinecoders.com Special thanks to LucF, midtownsk8rguy, and PineCoders for permission to use their work. NOTICE: This is an example script and not...
Simple script highlighting a vertical line on the last bar of the Day/ Week/ Month/ Hour/ H4/ minute etc. Helps maintain visibility of higher timeframes when on lower timeframes. Quickly identify end of period levels.