TradingView
UnknownUnicorn100591
Sep 8, 2014 3:33 AM

Candlestick Math 

Plug Power, Inc.NASDAQ

Description

(Re-post with better graph)
This is a script I made to do what is called candlestick math (if you're not sure, Google it). It will take the first open, the last close, and the highest high and lowest low from a range of candlesticks, and plot it on top of the chart.

Unfortunately, there is no way to make it so you can move it with your mouse, and the bar numbering is not the same as the regular drawing tools, so to figure out what the line number is, create a new script with the text:
study("Plot N")
plot(n)

This will create another chart that will show you the bar numbers that correspond to the script's bar numbers. From there, figure out where you want to start the candlestick math, and enter that number in the "Start" field in the inputs for this script.
Comments
UnknownUnicorn100591
I have posted a new version that allows you to select which symbol to show up on
RamTrading87
@CodyDegraaf, where is it new version
More