Dear All,
I wish to make reference to the future values of markets that closed before US market opens.
Let's say the latest data I have in my US stock database is 18-Jun-2018 and today is 19-Jun-2018 (before 9:00am US time)
However, the most recent data for ^HSI (Hong Kong Index) I import from Amiquote has "19-Jun-2018" as time stamp.
I used the following code to explore the prices.
Filter=1;
hsi=Foreign("^HSI","HSI",1.2);
AddColumn(C,"C",1.2);
AddColumn(ref(hsi,1),"hsi",1.2);
When I click explore with "1 recent bar(s)" selected, in my Result list. I got:
Ticker Date/Time C hsi
SPY 6/18/2018 276.56 30309.49 (this is value from 6/15/2018 HK time, not from 6/19/2018)
Ref(hsi,1) did not allow me to make reference to future value. I also tried TimeFrameGetPrice and valuehwhen but had no luck. Please advise.
Cheers,
Matt