TradingView
UnknownUnicorn100591
2014년 9월 8일 오전 3시 33분

Candlestick Math 

Plug Power, Inc.NASDAQ

설명

(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.
코멘트
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
더보기