Hi, i was wondering if someone could help make this thinkscript, its just drawing HORIZONTAL lines at the price high and price low of the highest volume bar within the last 240 bars as pictured below. I get tired of manually having to do this all the time. Much appreciation if someone can help with this. Example below.
i can get this far in finding the highest volume bar, but i dont know how to plot it with the price lines.
i can get this far in finding the highest volume bar, but i dont know how to plot it with the price lines.
Code:
input barsago = 240;
def HighestVolume = Highest(volume, barsago);

Last edited: