♥ 0 |
Hi Pete, is it posible to plot a line a the at the high of highest volume bar thanks.
Marked as spam
|
♥ 0 |
Hi Pete, is it posible to plot a line a the at the high of highest volume bar thanks.
Marked as spam
|
Probably something like this. I added a line to the begining and modified the first line from the answer above. The other two lines will remain as they are. This is only showing the modifications:
def lastBar = !IsNaN(close) and IsNaN(close[-1]);
def highestVolume = HighestAll(if !lastBar then volume else 0);