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...
This script allows traders to visualize the range of time when a macro (an automated series of instructions/trades from large fund traders, executed by an algorithm) will likely occur in the market. It does this by drawing vertical lines and labels on the chart at these specific times: (Macro Open) - 9:50 AM EST (Macro Close) - 10:10 AM EST (Macro Open) - 10:50...
🦾 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...