Say I want to work out the Highest value of n recent bars. x = Highest[n](High) Is there a way I can show x on the chart as a horizontal line in a ProOrder application. I.E. with a trading application in progess and X marked on the chart. I just want to sanity check that my code is behaving as I expect it to. Thank you.