I tried:
Close(BarsArray[InstrumentPosition["^DJIA"]]) [0]
and
Close[InstrumentPosition["^DJIA"]] [0]
I can access indicator values but can't seem to get the price data.
I want to access the current open and close price of the current bar of the secondary instrument.

Comment