How Can We Help?
GET Function
GET(stock code, vector)
Use the GET function to the time series data data of another stock code. This is commonly used for comparing trends, correlations or relative strength.
example
set PSEi_daily = GET(PSEi,Close)
plot( PSEi_daily,line,green, PSEi )
This will “get” the closing prices of PSEi and plot it as an indicator.