Custom ShowMe
From MultiCharts
The Custom ShowMe indicator is used to mark the bar at the specific price point when the criteria specified in the Inputs are filled. High, Low, Open and Close parameters can be used for the Custom PaintBar criteria.
Default Inputs
Criteria( high < high[1] and low > low[1] ) sets the criteria to be evaluated.
PlotPrice( vhigh < high[1] and low > low[1] ) sets the price at which the marker is to be plotted.