TradingView
UnknownUnicorn100591
8 Eyl 2014 03:11

Candlestick Math 

Açıklama

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.
Yorumlar
UnknownUnicorn100591
Didn't realize that the graph would get posted as well, will re-post with a better graph
08277366df0a45d1a44c83670b4599
@CodyDegraaf, can you help to get started with candlestick math
08277366df0a45d1a44c83670b4599
Excellent
Daha Fazla