Here's an example... // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © processingclouds //@version=5 indicator("Invisible Friend", "High Low Average", overlay=true, scale= scale.left) plot(math.avg(high,low), "A", color.new(color.blac...