A second data stream can be Added in the Initialize method of an Indicator and this becomes Closes[1], BarsArray[1], BarsInProgress[1], etc
What about Highs[1], Lows[1] -- they are not mentioned in the NT7 help file?
The v6 help says to use BarsArray[1] as the input series to a called indicator...
Logically, in NT7, this should be Closes[1] or Highs[1], Lows[1] depending on what is wanted; however, the NT7 does not say this.
If this is true, please confirm and update the help file for NT7. Thanks!

If you are changing something to make it work, kindly upload what you changed. Your ES image certainly was not taken from the indicator as is because it does not overlay on price unless you CHANGE something.
Comment